@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
body {
  padding: 60px 0 0 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  -webkit-animation: body 0.5s ease-in-out 1;
          animation: body 0.5s ease-in-out 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  overflow: hidden;
}

body.active {
  padding: 60px 0 0 0;
}

@-webkit-keyframes body {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes body {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #ffffff;
  z-index: 1000;
}

.hd_bg.active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.hd_bg .hd {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_bg .hd .hd_logo {
  width: calc(100% - 60px);
  margin: 0 10px 0 0;
  height: 50px;
  background: url("../images/logo.webp") left center no-repeat;
  background-size: contain;
}

.hd_bg .hd .hd_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.hd_bg .hd .hd_logo img {
  display: none;
}

.hd_bg .hd .sp_nav_open {
  right: 0;
}

.hd_bg .hd .sp_nav_trigger_bg {
  width: 60px;
  height: 60px;
  background: #000000;
  position: relative;
}

.hd_bg .hd .sp_nav_trigger_bg .sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  top: 17px;
  right: 11px;
  margin-top: -5px;
  width: 36px;
  height: 24px;
}

.hd_bg .hd .sp_nav_trigger_bg .sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hd_bg .hd .sp_nav_trigger_bg .sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}

.hd_bg .hd .sp_nav_trigger_bg .sp_nav_trigger span:nth-of-type(2) {
  top: 10px;
}

.hd_bg .hd .sp_nav_trigger_bg .sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}

.hd_bg .hd .sp_nav_trigger_bg .sp_nav_trigger::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: 'MENU';
  display: block;
  width: 100%;
  padding-top: 20px;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hd_bg .hd .sp_nav_trigger_bg .sp_nav_trigger.active::after {
  content: 'CLOSE';
  bottom: -20px;
  color: #fff;
}

.hd_bg .hd .sp_nav_trigger_bg .sp_nav_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background: #fff;
}

.hd_bg .hd .sp_nav_trigger_bg .sp_nav_trigger.active span:nth-of-type(2) {
  opacity: 0;
  background: #fff;
}

.hd_bg .hd .sp_nav_trigger_bg .sp_nav_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background: #fff;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav {
  background: #000000;
  color: #fff;
  height: calc(100% + 150px);
  padding-bottom: 210px;
  z-index: 100;
  width: 100%;
  overflow-x: none;
  overflow-y: auto;
  top: 60px;
  right: -100%;
  position: fixed;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.nav .nav_list > li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.nav .nav_list > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav .nav_list > li > a {
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

.nav .nav_list > li .nav_clist_btn {
  width: 46px;
  height: 46px;
  background: #222222;
  position: absolute;
  right: 0;
  top: 0px;
}

.nav .nav_list > li .nav_clist_btn::before {
  content: "";
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 13px;
  top: 23px;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.nav .nav_list > li .nav_clist_btn::after {
  content: "";
  width: 2px;
  height: 22px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 23px;
  top: 13px;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.nav .nav_list > li .nav_clist_btn.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav .nav_list > li > .nav_clist {
  display: none;
}

.nav .nav_list > li > .nav_clist > li > a {
  background: #222222;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 1em;
  padding: 10px;
  display: block;
  text-decoration: none;
}

.nav_clist > li > a {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 1.3em;
  padding: 1em 2em;
  text-decoration: none;
}

.nav_clist > li > a:hover, .nav_clist > li > a.current {
  background-color: black;
  -webkit-box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}

.nav_glist > li > a {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 1.1em;
  padding: 1em 3em;
  text-decoration: none;
}

.nav_glist > li > a:hover, .nav_glist > li > a.current {
  background-color: black;
  -webkit-box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  width: 100%;
  background: #dbdbda;
}

.ft_bg .ft {
  width: 100%;
}

.ft_bg .ft .ft_con_bg {
  width: 100%;
  padding: 50px 16px;
}

.ft_bg .ft .ft_con_bg .ft_con {
  width: 100%;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_logo_bg {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_access_bg {
  margin: 30px 0 0 0;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_access_bg .ft_access {
  padding: 16px 0;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_access_bg .ft_access:first-child {
  border-top: 1px solid #cccccc;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_access_bg .ft_access span.ft_access_zip {
  font-size: 0.9em;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_access_bg .ft_access span.ft_access_tel {
  position: relative;
  margin: 0 0 0 -7px;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg {
  margin: 30px 0 0 0;
  padding: 0 16px;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav, .ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav_pp_contact {
  margin: 20px 0 0 0px;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav ul, .ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav_pp_contact ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav ul li, .ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav_pp_contact ul li {
  margin: 0 12px 12px 0;
  padding: 0 0 0 14px;
  position: relative;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav ul li:first-child, .ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav_pp_contact ul li:first-child {
  width: 100%;
  padding: 0;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav ul li:first-child::before, .ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav_pp_contact ul li:first-child::before {
  display: none;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav ul li::before, .ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav_pp_contact ul li::before {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 10px;
  height: 1px;
  background: #505050;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav ul li a, .ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav_pp_contact ul li a {
  color: #505050;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav ul li a:hover, .ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav_pp_contact ul li a:hover {
  color: #d31e2f;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav ul li:first-child a, .ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav_pp_contact ul li:first-child a {
  color: #000000;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav ul li:first-child a:hover, .ft_bg .ft .ft_con_bg .ft_con .ft_nav_bg .ft_nav_pp_contact ul li:first-child a:hover {
  color: #d31e2f;
}

.ft_bg .ft .ft_copy {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  font-size: 0.85em;
}

/*----------------------------------------------------------------------------
******************************************************************************
** パンくずリスト
******************************************************************************
----------------------------------------------------------------------------*/
.breadcrumb_bg {
  width: 100%;
  padding: 20px 16px;
}

.breadcrumb_bg .breadcrumb {
  width: 100%;
}

.breadcrumb ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb ul li {
  position: relative;
  padding: 0 30px 0 0;
  color: #666666;
}

.breadcrumb ul li::after {
  position: absolute;
  right: 10px;
  top: 13px;
  content: "";
  width: 10px;
  height: 1px;
  background: #222222;
}

.breadcrumb ul li:last-child {
  padding: 0;
}

.breadcrumb ul li:last-child::after {
  display: none;
}

.breadcrumb ul li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: #d31e2f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumb ul li a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pagetop {
  width: 100%;
  height: 70px;
}

.pagetop a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  width: 100%;
  height: 100%;
  padding: 10px 0 0 0;
  font-size: 0.8em;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.pagetop a:hover {
  opacity: 0.7;
}

.pagetop a::after {
  position: absolute;
  left: calc(50% - 6px);
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_main_bg {
  width: 100%;
  background: #e4e4e4;
}

.index_main_bg .index_main_img {
  padding: 0px 0 0px 0px;
}

.index_main_bg .index_main_img ul li {
  width: 100%;
  padding: 0  0;
}

.index_main_bg .index_main_img ul li .index_main_img_box {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.index_main_bg .index_main_img ul li .index_main_img_box img {
  position: relative;
  z-index: 10;
  width: 100%;
}

.index_main_bg .index_main_img ul li .index_main_img_box img:nth-child(1) {
  display: none;
}

.index_main_bg .index_main_img ul li .index_main_img_box p {
  z-index: 15;
  position: absolute;
  right: 10px;
  bottom: 40%;
  font-size: 1.2em;
  line-height: 1;
}

.index_main_bg .index_main_img ul li .index_main_img_box p::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: calc(100% + 20px);
  height: 100%;
  background: #ffffff;
}

.index_logoloop_bg {
  background: #e4e4e4;
  width: 100%;
  height: 260px;
  padding: 10px 0;
  overflow: hidden;
}

.index_logoloop_bg .index_logoloop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.index_logoloop_bg .index_logoloop:nth-child(1) {
  width: calc(100% + 60px);
  margin: 0 0 0 -60px;
}

.index_logoloop_bg .index_logoloop:nth-child(2) ul:first-child {
  animation-direction: reverse;
}

.index_logoloop_bg .index_logoloop:nth-child(2) ul:last-child {
  animation-direction: reverse;
}

.index_logoloop_bg .index_logoloop ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
}

.index_logoloop_bg .index_logoloop ul li {
  margin: 10px 10px;
  width: 228px;
}

.index_logoloop_bg .index_logoloop ul:first-child {
  -webkit-animation: loop 80s -40s linear infinite;
          animation: loop 80s -40s linear infinite;
}

.index_logoloop_bg .index_logoloop ul:last-child {
  -webkit-animation: loop2 80s linear infinite;
          animation: loop2 80s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.index_sec01_bg {
  width: 100%;
  padding: 50px 16px;
  background: #f0f0f0;
}

.index_sec01_bg .index_sec01 {
  width: 100%;
  position: relative;
}

.index_sec01_bg .index_sec01 .red_line {
  content: "";
  width: 1px;
  height: 190px;
  background: #d31e2f;
  position: absolute;
  right: 40px;
  top: 40px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin: -100px -50px 0 0;
}

.index_sec01_bg .index_sec01 .gray_line {
  display: none;
}

.index_sec01_bg .index_sec01 .index_sec01_box01 {
  width: 100%;
}

.index_sec01_bg .index_sec01 .index_sec01_box01 .index_sec01_box01_text {
  width: 100%;
}

.index_sec01_bg .index_sec01 .index_sec01_box01 .index_sec01_box01_text h2 {
  color: #d31e2f;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}

.index_sec01_bg .index_sec01 .index_sec01_box01 .index_sec01_box01_text h2 span {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
}

.index_sec01_bg .index_sec01 .index_sec01_box01 .index_sec01_box01_text p {
  margin: 16px 0 0 0;
  font-size: 1.15em;
}

.index_sec01_bg .index_sec01 .index_sec01_box01 .index_sec01_box01_img {
  width: 100%;
  margin: 16px 0 0 0;
}

.index_sec01_bg .index_sec01 .index_sec01_box01 .index_sec01_box01_img img {
  opacity: 0;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 {
  width: 100%;
  margin: 35px 0 0 0;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li {
  position: relative;
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li:hover::before {
  left: 0%;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li:hover a {
  color: #ffffff;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li:hover a p::after, .index_sec01_bg .index_sec01 .index_sec01_box02 ul li:hover a p::before {
  background: #ffffff;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #d31e2f;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li::after {
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li a {
  z-index: 100;
  position: relative;
  padding: 0 0 10px 0;
  display: block;
  text-decoration: none;
  color: #000000;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li a img {
  opacity: 0;
  width: 100%;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li a p {
  margin: 20px 0 0 0;
  padding: 0 40px 0 10px;
  position: relative;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li a p::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 1px;
  background: #d31e2f;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.index_sec01_bg .index_sec01 .index_sec01_box02 ul li a p::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 6px;
  height: 1px;
  background: #d31e2f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.index_sec02_bg {
  background: #f0f0f0;
  width: 100%;
  padding: 50px 16px;
  position: relative;
}

.index_sec02_bg::before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 5%;
  background: #ffffff;
}

.index_sec02_bg .index_sec02 {
  width: 100%;
  position: relative;
  z-index: 10;
}

.index_sec02_bg .index_sec02 .h2_bg {
  width: 100%;
  margin: 0 auto;
}

.index_sec02_bg .index_sec02 .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: normal;
  line-height: 1;
  padding: 0 0 0 20px;
}

.index_sec02_bg .index_sec02 .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.index_sec02_bg .index_sec02 .index_sec02_outline {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
}

.index_sec02_bg .index_sec02 .index_sec02_box_bg {
  width: 100%;
  overflow: visible;
  margin: 30px 0 0 0;
}

.index_sec02_bg .index_sec02 .index_sec02_box_bg ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
}

.index_sec02_bg .index_sec02 .index_sec02_box_bg ul li {
  position: relative;
  width: 100%;
  margin: 0 10px;
  overflow: hidden;
  background: #dfdfdf;
}

.index_sec02_bg .index_sec02 .index_sec02_box_bg ul li:hover::before {
  left: 0%;
}

.index_sec02_bg .index_sec02 .index_sec02_box_bg ul li:hover a {
  color: #ffffff;
}

.index_sec02_bg .index_sec02 .index_sec02_box_bg ul li:hover a p::after, .index_sec02_bg .index_sec02 .index_sec02_box_bg ul li:hover a p::before {
  background: #ffffff;
}

.index_sec02_bg .index_sec02 .index_sec02_box_bg ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #d31e2f;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.index_sec02_bg .index_sec02 .index_sec02_box_bg ul li a {
  z-index: 100;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000000;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.index_sec02_bg .index_sec02 .index_sec02_box_bg ul li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 100 / 67;
}

.index_sec02_bg .index_sec02 .index_sec02_box_bg ul li a p {
  padding: 16px;
  position: relative;
}

.index_sec03_bg {
  background: #f0f0f0;
  width: 100%;
  padding: 50px 16px;
}

.index_sec03_bg .index_sec03 {
  width: 100%;
  position: relative;
  z-index: 10;
}

.index_sec03_bg .index_sec03 .h2_bg {
  width: 100%;
  margin: 0 auto;
}

.index_sec03_bg .index_sec03 .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: normal;
  line-height: 1;
  padding: 0 0 0 20px;
}

.index_sec03_bg .index_sec03 .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.index_sec03_bg .index_sec03 .index_sec03_img {
  margin: 30px 0 0 0;
  width: 100%;
}

.index_sec03_bg .index_sec03 .index_sec03_img img {
  opacity: 0;
  max-width: 100%;
  height: auto;
}

.index_sec03_bg .index_sec03 .index_sec03_list {
  width: 100%;
  margin: 20px auto 0;
}

.index_sec03_bg .index_sec03 .index_sec03_list ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_sec03_bg .index_sec03 .index_sec03_list ul li {
  width: 100%;
  margin: 10px 0 0 0;
  position: relative;
  overflow: hidden;
  background: #000000;
}

.index_sec03_bg .index_sec03 .index_sec03_list ul li a {
  display: block;
  padding: 20px 50px 20px 30px;
  color: #ffffff;
  position: relative;
  z-index: 100;
  text-decoration: none;
}

.index_sec03_bg .index_sec03 .index_sec03_list ul li a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 28px;
  width: 30px;
  height: 1px;
  background: #ffffff;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.index_sec03_bg .index_sec03 .index_sec03_list ul li a::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 30px;
  width: 6px;
  height: 1px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.index_sec03_bg .index_sec03 .index_sec03_list ul li:hover::before {
  left: 0%;
}

.index_sec03_bg .index_sec03 .index_sec03_list ul li::before {
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #d31e2f;
}

.index_sec04_bg {
  background: #f0f0f0;
  width: 100%;
  padding: 50px 16px;
}

.index_sec04_bg .index_sec04 {
  width: 100%;
  position: relative;
}

.index_sec04_bg .index_sec04 .red_line01 {
  content: "";
  width: 1px;
  height: 190px;
  background: #d31e2f;
  position: absolute;
  right: 40px;
  top: 40px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin: -100px -50px 0 0;
}

.index_sec04_bg .index_sec04 .red_line02 {
  display: none;
}

.index_sec04_bg .index_sec04 .gray_line {
  content: "";
  width: 1px;
  height: 190px;
  background: #989898;
  position: absolute;
  right: calc(100vw - 50px);
  top: 500px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin: -100px -50px 0 0;
}

.index_sec04_bg .index_sec04 .h2_bg {
  width: 100%;
}

.index_sec04_bg .index_sec04 .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: normal;
  line-height: 1;
  padding: 0 0 0 20px;
}

.index_sec04_bg .index_sec04 .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.index_sec04_bg .index_sec04 .index_sec04_news {
  padding: 0 0 0 0;
}

.index_sec05_bg {
  background: #f0f0f0;
  width: 100%;
  padding: 50px 0px;
}

.index_sec05_bg .index_sec05 {
  width: 100%;
  position: relative;
  z-index: 10;
}

.index_sec05_bg .index_sec05 .h2_bg {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.index_sec05_bg .index_sec05 .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: normal;
  line-height: 1;
  padding: 0 0 0 20px;
}

.index_sec05_bg .index_sec05 .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg {
  margin: 40px 0 0 0;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01:nth-child(1) .index_sec05_box01_img {
  background: url("../images/index/index_img14.webp") center center no-repeat;
  background-size: cover;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01:nth-child(2) .index_sec05_box01_img {
  background: url("../images/index/index_img15.webp") center center no-repeat;
  background-size: cover;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 .index_sec05_box01_img {
  width: 100%;
  height: 40vw;
  opacity: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 .index_sec05_box01_text {
  width: 100%;
  padding: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 .index_sec05_box01_text .index_sec05_box01_text_con {
  width: 100%;
  margin: 16px 0 0 0;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 .index_sec05_box01_text .index_sec05_box01_text_con h3 {
  font-size: 1.375em;
  font-weight: normal;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 .index_sec05_box01_text .index_sec05_box01_text_con p {
  margin: 10px 0 0 0;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 .index_sec05_box01_text .index_sec05_box01_text_con .index_sec05_box01_text_con_view_all_bg {
  margin: 20px 0 0 0;
  width: 100%;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 .index_sec05_box01_text .index_sec05_box01_text_con .index_sec05_box01_text_con_view_all_bg .index_sec05_box01_text_con_view_all {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #d31e2f;
  z-index: 10;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 .index_sec05_box01_text .index_sec05_box01_text_con .index_sec05_box01_text_con_view_all_bg .index_sec05_box01_text_con_view_all a {
  width: 100%;
  display: block;
  padding: 20px 30px 20px 30px;
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 100;
  text-decoration: none;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 .index_sec05_box01_text .index_sec05_box01_text_con .index_sec05_box01_text_con_view_all_bg .index_sec05_box01_text_con_view_all:hover::before {
  left: 0%;
}

.index_sec05_bg .index_sec05 .index_sec05_box01_bg .index_sec05_box01 .index_sec05_box01_text .index_sec05_box01_text_con .index_sec05_box01_text_con_view_all_bg .index_sec05_box01_text_con_view_all::before {
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
}

.index_sec06_bg {
  background: #f0f0f0;
  width: 100%;
  padding: 50px 16px;
}

.index_sec06_bg .index_sec06 {
  width: 100%;
  position: relative;
}

.index_sec06_bg .index_sec06 .red_line {
  content: "";
  width: 1px;
  height: 190px;
  background: #d31e2f;
  position: absolute;
  right: 40px;
  top: 40px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin: -100px -50px 0 0;
}

.index_sec06_bg .index_sec06 .gray_line01 {
  content: "";
  width: 1px;
  height: 190px;
  background: #989898;
  position: absolute;
  right: calc(100vw - 50px);
  top: 500px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin: -100px -50px 0 0;
}

.index_sec06_bg .index_sec06 .gray_line02 {
  display: none;
}

.index_sec06_bg .index_sec06 .h2_bg {
  width: 100%;
}

.index_sec06_bg .index_sec06 .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: normal;
  line-height: 1;
  padding: 0 0 0 20px;
}

.index_sec06_bg .index_sec06 .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg {
  width: 100%;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg .index_sec06_access_box {
  width: 100%;
  margin: 40px 0 0 0;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg .index_sec06_access_box h3 {
  font-size: 1.25em;
  border-bottom: 2px solid #e7b1b6;
  padding: 0 0 10px 0;
  position: relative;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg .index_sec06_access_box h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 46px;
  height: 2px;
  background: #d31e2f;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg .index_sec06_access_box .index_sec06_access_box_img {
  width: 100%;
  margin: 15px 0 0 0;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg .index_sec06_access_box .index_sec06_access_box_img img {
  width: 100%;
  height: auto;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg .index_sec06_access_box .index_sec06_access_box_text {
  margin: 10px 0 0 0;
  background: #ffffff;
  border-top: 1px solid #d31e2f;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg .index_sec06_access_box .index_sec06_access_box_text p {
  border-bottom: 1px solid #d31e2f;
  padding: 10px;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg .index_sec06_access_box .index_sec06_access_box_text p span {
  font-size: 0.875em;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg .index_sec06_access_box .index_sec06_access_box_map {
  width: 100%;
  height: 240px;
}

.index_sec06_bg .index_sec06 .index_sec06_access_box_bg .index_sec06_access_box .index_sec06_access_box_map iframe {
  width: 100%;
  height: 100%;
}

.index_sec07_bg {
  width: 100%;
  padding: 50px 16px;
}

.index_sec07_bg .index_sec07 {
  width: 100%;
  position: relative;
}

.index_sec07_bg .index_sec07 .gray_line01 {
  display: none;
}

.index_sec07_bg .index_sec07 .h2_bg {
  width: 100%;
}

.index_sec07_bg .index_sec07 .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: normal;
  line-height: 1;
  padding: 0 0 0 20px;
}

.index_sec07_bg .index_sec07 .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.index_sec07_bg .index_sec07 .index_sec07_box_bg .index_sec07_box {
  width: 100%;
  margin: 30px 0 0 0;
}

.index_sec07_bg .index_sec07 .index_sec07_box_bg .index_sec07_box h3 {
  width: 100%;
  font-size: 1.25em;
  border-bottom: 2px solid #f2bbc0;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.index_sec07_bg .index_sec07 .index_sec07_box_bg .index_sec07_box h3::after {
  content: "";
  width: 46px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #d31e2f;
}

.index_sec07_bg .index_sec07 .index_sec07_box_bg .index_sec07_box .index_sec07_box_map {
  width: 100%;
}

.index_sec07_bg .index_sec07 .index_sec07_box_bg .index_sec07_box .index_sec07_box_map iframe {
  width: 100%;
  height: 300px;
}

.index_sec07_bg .index_sec07 .index_sec07_box_bg .index_sec07_box p {
  margin: 10px 0 0 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** cta
******************************************************************************
----------------------------------------------------------------------------*/
.cta01_bg {
  background: #f0f0f0;
  width: 100%;
  padding: 50px 16px;
}

.cta01_bg .bnr_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.cta01_bg .bnr_block .bnr {
  display: block;
  width: 100%;
  max-width: 460px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  background: #d31e2f;
  padding: 15px;
  text-decoration: none;
  text-align: center;
}

.cta01_bg .bnr_block .bnr:hover {
  opacity: 0.7;
}

.cta01_bg .cta01 {
  width: 100%;
}

.cta01_bg .cta01 h2 {
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  margin: 0 0 30px 0;
}

.cta01_bg .cta01 .cta01_tel_bg {
  width: 100%;
  padding: 30px 16px;
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta01_bg .cta01 .cta01_tel_bg::before {
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #ffffff;
  border: 4px solid #d31e2f;
  width: 100%;
  height: 100%;
}

.cta01_bg .cta01 .cta01_tel_bg .cta01_tel {
  text-align: center;
  line-height: 1.3;
  font-style: italic;
}

.cta01_bg .cta01 .cta01_tel_bg .cta01_tel p {
  font-size: 1.25em;
}

.cta01_bg .cta01 .cta01_tel_bg .cta01_tel p span {
  font-size: 0.8em;
}

.cta01_bg .cta01 .cta01_tel_bg .cta01_tel a {
  display: inline-block;
  font-weight: bold;
  color: #d31e2f;
  font-size: 2.2em;
  text-decoration: none;
  background: url("../images/icon_tel.webp") left center no-repeat;
  padding: 0 0 0 40px;
}

.cta01_bg .cta01 .cta01_from_bg {
  width: 100%;
  padding: 30px 16px;
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta01_bg .cta01 .cta01_from_bg::before {
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #d31e2f;
  border: 4px solid #d31e2f;
  width: 100%;
  height: 100%;
}

.cta01_bg .cta01 .cta01_from_bg .cta01_from {
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta01_bg .cta01 .cta01_from_bg .cta01_from::before {
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border: 4px solid #ffffff;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(51%, #d31e2f), to(#d31e2f));
  background: linear-gradient(to right, #000000 0%, #000000 50%, #d31e2f 51%, #d31e2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#d31e2f',GradientType=1 );
  background-size: 210%;
  background-position: 100%;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.cta01_bg .cta01 .cta01_from_bg .cta01_from:hover::before {
  background-position: 0%;
}

.cta01_bg .cta01 .cta01_from_bg .cta01_from a {
  width: 100%;
  display: block;
  font-style: italic;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.5em;
  text-decoration: none;
  padding: 16px 70px 16px 40px;
  position: relative;
}

.cta01_bg .cta01 .cta01_from_bg .cta01_from a::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 38px;
  width: 30px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.cta01_bg .cta01 .cta01_from_bg .cta01_from a::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 41px;
  width: 8px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.cta01_bg .cta01 .cta01_from_bg .cta01_from a:hover::after {
  right: 20px;
}

.cta01_bg .cta01 .cta01_from_bg .cta01_from a:hover::before {
  right: 20px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** cta
******************************************************************************
----------------------------------------------------------------------------*/
.cta01 {
  padding: 0 16px;
  width: 100%;
  margin: 20px 0;
}

.cta01 .cta01_text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.cta01 .cta01_text span {
  padding: 0 25px;
  position: relative;
}

.cta01 .cta01_text span::before {
  content: '＼';
  position: absolute;
  left: 0;
  top: 0;
}

.cta01 .cta01_text span::after {
  content: '／';
  position: absolute;
  right: 0;
  top: 0;
}

.cta01 .cta01_btn a {
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 30px 20px 20px;
  color: #ffffff;
  background: #00b26a;
  border-bottom: 5px solid #009055;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100vh;
  position: relative;
  margin: 5px 0 0 0;
}

.cta01 .cta01_btn a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cta01 .cta01_btn a:hover {
  margin: 8px 0 0 0;
  border-bottom: 2px solid #009055;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common
******************************************************************************
----------------------------------------------------------------------------*/
.main_img_bg {
  width: 100%;
  min-height: 50vw;
  position: relative;
}

.main_img_bg .main_img_h1 {
  width: 100%;
  min-height: 50vw;
  position: relative;
  z-index: 10;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_img_bg .main_img_h1 h1 {
  padding: 40px 16px;
  color: #d31e2f;
  font-size: 1.125em;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
}

.main_img_bg .main_img_h1 h1 span {
  font-size: 2.0em;
  display: block;
  margin: 0 0 10px 0;
}

.main_img_bg .main_img_h1 h1 span.h1_news {
  font-size: 1.2em;
}

.main_img_bg .main_img {
  position: absolute;
  left: 0;
  top: calc(50% - 25vw);
  z-index: 1;
  width: 100%;
  padding: 0 0 0 16px;
  height: 50vw;
}

.main_img_bg .main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
  opacity: 0;
}

.main_img_bg .main_img img:nth-child(1) {
  display: none;
}

.bnr_box01 {
  width: 100%;
}

.bnr_box01 ul li {
  width: calc(100% - 10px);
  margin: 26px 0px 0 10px;
  background: #d31e2f;
  position: relative;
}

.bnr_box01 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

.bnr_box01 ul li a:hover img {
  margin: 0px 0 0px 0px;
}

.bnr_box01 ul li a:hover p {
  left: 0px;
  top: 0px;
}

.bnr_box01 ul li a:hover p::after {
  bottom: 0%;
}

.bnr_box01 ul li a img {
  margin: -10px 0 10px -10px;
  width: 100%;
  opacity: 0;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.bnr_box01 ul li a p {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.bnr_box01 ul li a p span {
  z-index: 10;
}

.bnr_box01 ul li a p::after {
  z-index: 1;
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  bottom: -100%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(120, 55, 59, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(120, 55, 59, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.0)', endColorstr='rgba(120,55,59,0.5)',GradientType=0 );
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

/*----------------------------------------------------------------------------
******************************************************************************
** NEWS
******************************************************************************
----------------------------------------------------------------------------*/
.news_archive_sec01_bg {
  width: 100%;
  padding: 50px 16px;
}

.news_archive_sec01_bg .news_archive_sec01 {
  width: 100%;
}

.news_archive_box_bg {
  margin: 40px 0;
}

.news_archive_box_bg .news_archive_box {
  width: 100%;
}

.news_archive_box_bg .news_archive_box a {
  display: block;
  padding: 30px 40px;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  text-decoration: none;
  color: #000000;
  position: relative;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.news_archive_box_bg .news_archive_box a::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 40px;
  width: 30px;
  height: 1px;
  background: #d1d1d1;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.news_archive_box_bg .news_archive_box a::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 42px;
  width: 6px;
  height: 1px;
  background: #d1d1d1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.news_archive_box_bg .news_archive_box a .news_archive_box_date {
  font-size: 0.813em;
  color: #919191;
}

.news_archive_box_bg .news_archive_box a .news_archive_box_title {
  margin: 10px 0 0 0;
}

.news_archive_box_bg .news_archive_box a:hover {
  color: #d31e2f;
}

.news_archive_box_bg .news_archive_box a:hover::after {
  right: 20px;
  background: #d31e2f;
}

.news_archive_box_bg .news_archive_box a:hover::before {
  right: 20px;
  background: #d31e2f;
}

.news_archive_view_all_bg {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news_archive_view_all_bg .news_archive_view_all {
  width: 240px;
  position: relative;
  overflow: hidden;
  background: #d31e2f;
  z-index: 10;
}

.news_archive_view_all_bg .news_archive_view_all a {
  width: 100%;
  display: block;
  padding: 20px 30px 20px 30px;
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 100;
  text-decoration: none;
}

.news_archive_view_all_bg .news_archive_view_all:hover::before {
  left: 0%;
}

.news_archive_view_all_bg .news_archive_view_all::before {
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
}

.news_single_sec01_bg {
  width: 100%;
  padding: 50px 16px;
}

.news_single_sec01_bg .news_single_sec01 {
  width: 100%;
  position: relative;
}

.news_single_sec01_bg .news_single_sec01 p {
  margin: 1em 0;
}

.news_single_sec01_bg .news_single_sec01 ul {
  margin: 1em 0 1em 2em;
}

.news_single_sec01_bg .news_single_sec01 ul li {
  list-style-type: disc;
  padding: 5px 0;
}

.news_single_sec01_bg .news_single_sec01 ol {
  margin: 1em 0 1em 2em;
}

.news_single_sec01_bg .news_single_sec01 ol li {
  padding: 5px 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** フチカについて
******************************************************************************
----------------------------------------------------------------------------*/
.about_sec01_bg {
  width: 100%;
  padding: 50px 16px;
}

.about_sec01_bg .about_sec01 {
  width: 100%;
  position: relative;
}

.about_sec01_bg .about_sec01 .red_line01 {
  content: "";
  width: 1px;
  height: 380px;
  background: #d31e2f;
  position: absolute;
  right: -140px;
  top: -50px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin: -100px -50px 0 0;
}

.about_sec01_bg .about_sec01 .red_line02 {
  content: "";
  width: 1px;
  height: 380px;
  background: #d31e2f;
  position: absolute;
  right: -140px;
  top: 100%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin: -100px -50px 0 0;
}

.about_sec01_bg .about_sec01 .gray_line {
  content: "";
  width: 1px;
  height: 380px;
  background: #989898;
  position: absolute;
  right: 1400px;
  top: calc(100% - 300px);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin: -100px -50px 0 0;
}

.about_sec01_bg .about_sec01 .about_sec01_box_bg .about_sec01_box {
  width: 100%;
  margin: 16px 0 0 0;
}

.about_sec01_bg .about_sec01 .about_sec01_box_bg .about_sec01_box a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #d31e2f;
}

.about_sec01_bg .about_sec01 .about_sec01_box_bg .about_sec01_box a:hover::after {
  bottom: 0;
}

.about_sec01_bg .about_sec01 .about_sec01_box_bg .about_sec01_box a img {
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0;
}

.about_sec01_bg .about_sec01 .about_sec01_box_bg .about_sec01_box a h2 {
  width: 100%;
  padding: 20px 30px;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25em;
}

.about_sec01_bg .about_sec01 .about_sec01_box_bg .about_sec01_box a h2::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 30px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.about_sec01_bg .about_sec01 .about_sec01_box_bg .about_sec01_box a h2::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 33px;
  width: 8px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.about_sec01_bg .about_sec01 .about_sec01_box_bg .about_sec01_box a::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  z-index: 5;
  width: 50px;
  height: 50px;
  background: #d31e2f;
}

.about_sec01_bg .about_sec01 .about_sec01_box_bg .about_sec01_box a::after {
  z-index: 5;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  background: rgba(120, 55, 59, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 55, 59, 0)), to(rgba(120, 55, 59, 0.5)));
  background: linear-gradient(to bottom, rgba(120, 55, 59, 0) 0%, rgba(120, 55, 59, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(120,55,59,0.0)', endColorstr='rgba(120,55,59,0.5)',GradientType=0 );
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 会社案内
******************************************************************************
----------------------------------------------------------------------------*/
.information_sec01_bg {
  width: 100%;
  padding: 50px 0px;
}

.information_sec01_bg .information_sec01 {
  width: 100%;
}

.information_sec01_bg .information_sec01 .h2_bg {
  width: 100%;
  margin: 0 auto;
}

.information_sec01_bg .information_sec01 .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 20px;
}

.information_sec01_bg .information_sec01 .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.information_sec01_bg .information_sec01 .information_sec01_box01_img_bg {
  margin: 50px auto;
  width: 100%;
  position: relative;
  padding: 70vw 0 0 0;
}

.information_sec01_bg .information_sec01 .information_sec01_box01_img_bg .information_sec01_box01_img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 70vw;
  background: url("../images/information/information_img01.webp") 25% center no-repeat;
  background-size: auto 100%;
}

.information_sec01_bg .information_sec01 .information_sec01_box01_img_bg .information_sec01_box01_text {
  width: 100vw;
  height: 40vw;
  background: url("../images/information/information_img02.webp") center center no-repeat;
  background-size: 135vw auto;
}

.information_sec01_bg .information_sec01 .information_sec01_box01_img_bg .information_sec01_box01_text img {
  display: none;
}

.information_sec01_bg .information_sec01 .information_sec01_box02_bg {
  width: 100%;
  padding: 0px 16px;
  position: relative;
}

.information_sec01_bg .information_sec01 .information_sec01_box02_bg::before {
  z-index: -1;
  content: "FUCHIKA";
  position: absolute;
  color: #fcf2f3;
  left: 0;
  top: 15px;
  font-size: 4em;
  text-align: center;
  width: 100%;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.information_sec01_bg .information_sec01 .information_sec01_box02_bg h3 {
  color: #d31e2f;
  font-size: 2.0em;
  text-align: center;
}

.information_sec01_bg .information_sec01 .information_sec01_box02_bg p {
  margin: 20px auto;
  font-size: 1.12em;
  line-height: 2;
}

.information_sec01_bg .information_sec01 .information_sec01_box02_bg p br {
  display: none;
}

.information_sec01_bg .information_sec01 .information_sec01_box02_bg p strong {
  font-size: 1.333em;
  font-weight: bold;
}

.information_sec02_bg {
  width: 100%;
  padding: 50px 16px;
}

.information_sec02_bg .information_sec02 {
  width: 100%;
}

.information_sec02_bg .information_sec02 .h2_bg {
  width: 100%;
  margin: 0 auto;
}

.information_sec02_bg .information_sec02 .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 20px;
}

.information_sec02_bg .information_sec02 .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.information_sec02_bg .information_sec02 .information_sec02_table {
  width: 100%;
  margin: 20px auto;
}

.information_sec02_bg .information_sec02 .information_sec02_table table {
  width: 100%;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr th {
  vertical-align: top;
  padding: 16px 16px 5px 16px;
  width: 100%;
  display: block;
  border-top: 2px solid #d31e2f;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr td {
  padding: 5px 16px 16px 16px;
  width: 100%;
  display: block;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr td .information_sec02_table_location {
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #f2bbc0;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr td .information_sec02_table_location .information_sec02_table_location_text {
  width: 100%;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr td .information_sec02_table_location .information_sec02_table_location_text span {
  width: 100%;
  font-weight: bold;
  display: block;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr td .information_sec02_table_location .information_sec02_table_location_text p {
  width: 100%;
  margin: 0 0 16px 0;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr td .information_sec02_table_location .information_sec02_table_location_img {
  width: 100%;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr td .information_sec02_table_location .information_sec02_table_location_img img {
  width: 100%;
  height: auto;
  opacity: 0;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr td .information_sec02_table_text_box01 {
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #f2bbc0;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr td .information_sec02_table_text_box01 span {
  width: 100%;
  font-weight: bold;
  display: block;
}

.information_sec02_bg .information_sec02 .information_sec02_table table tr td .information_sec02_table_text_box01 p {
  margin: 5px 0 0 0;
  width: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 取り扱い商材
******************************************************************************
----------------------------------------------------------------------------*/
.product_sec01_bg {
  width: 100%;
  padding: 50px 16px;
}

.product_sec01_bg .product_sec01 {
  width: 100%;
}

.product_sec01_bg .product_sec01 .product_sec01_box_bg .product_sec01_box {
  width: 100%;
  margin: 0 0 30px 0;
}

.product_sec01_bg .product_sec01 .product_sec01_box_bg .product_sec01_box a {
  display: block;
  width: 100%;
  border: 1px solid #d31e2f;
  background: #ffffff;
  padding: 16px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.product_sec01_bg .product_sec01 .product_sec01_box_bg .product_sec01_box a img {
  width: 100%;
  opacity: 0;
}

.product_sec01_bg .product_sec01 .product_sec01_box_bg .product_sec01_box a h2 {
  font-size: 1.2em;
  margin: 20px 0 0 0;
}

.product_sec01_bg .product_sec01 .product_sec01_box_bg .product_sec01_box a p {
  padding: 0 0 0 10px;
  border-left: 3px solid #d31e2f;
  margin: 10px 0 0 0;
  line-height: 1.3;
}

.product_sec01_bg .product_sec01 .product_sec01_box_bg .product_sec01_box a:hover {
  opacity: 0.6;
}

.product_category_bg {
  width: 100%;
  padding: 50px 16px;
}

.product_category_bg .product_category {
  width: 100%;
}

.product_category_bg .product_category .product_category_main {
  width: 100%;
}

.product_category_bg .product_category .product_category_main .product_category_sec01_box_bg .product_category_sec01_box {
  width: 100%;
  margin: 0 0px 16px 0;
}

.product_category_bg .product_category .product_category_main .product_category_sec01_box_bg .product_category_sec01_box a {
  display: block;
  width: 100%;
  border: 1px solid #f6d2d5;
  background: #ffffff;
  padding: 16px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.product_category_bg .product_category .product_category_main .product_category_sec01_box_bg .product_category_sec01_box a img {
  width: 100%;
  height: 45vw;
}

.product_category_bg .product_category .product_category_main .product_category_sec01_box_bg .product_category_sec01_box a h2 {
  font-size: 1.375em;
  margin: 15px 0 0 0;
}

.product_category_bg .product_category .product_category_main .product_category_sec01_box_bg .product_category_sec01_box a p {
  padding: 0 0 0 10px;
  border-left: 3px solid #d31e2f;
  margin: 10px 0 0 0;
  line-height: 1.3;
}

.product_category_bg .product_category .product_category_main .product_category_sec01_box_bg .product_category_sec01_box a:hover {
  opacity: 0.6;
}

.product_category_bg .product_category .product_category_side {
  width: 100%;
  margin: 80px 0 0 0;
}

.product_category_bg .product_category .product_category_side .product_category_side_list {
  width: 100%;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li {
  width: 100%;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li:nth-child(1) a {
  border-top: 1px solid #d31e2f;
  background: url("../images/product/product_icon_img01.webp") 5px 14px no-repeat;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li:nth-child(2) a {
  background: url("../images/product/product_icon_img02.webp") 5px 14px no-repeat;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li:nth-child(3) a {
  background: url("../images/product/product_icon_img03.webp") 5px 14px no-repeat;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li:nth-child(4) a {
  background: url("../images/product/product_icon_img04.webp") 5px 14px no-repeat;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li:nth-child(5) a {
  background: url("../images/product/product_icon_img05.webp") 5px 14px no-repeat;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li:nth-child(6) a {
  background: url("../images/product/product_icon_img06.webp") 5px 14px no-repeat;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li:nth-child(7) a {
  background: url("../images/product/product_icon_img07.webp") 5px 14px no-repeat;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li:nth-child(8) a {
  background: url("../images/product/product_icon_img08.webp") 5px 14px no-repeat;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li a {
  color: #333333;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 50px;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: bold;
  border-bottom: 1px solid #d31e2f;
  position: relative;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d31e2f;
  border-right: 1px solid #d31e2f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li a:hover {
  color: #d31e2f;
}

.product_category_bg .product_category .product_category_side .product_category_side_list ul li a:hover::after {
  right: 0px;
}

.product_category_bg .product_category .product_category_side .product_category_side_contact {
  margin: 70px 0 0 0;
  padding: 20px;
  border: 1px solid #d31e2f;
  width: 100%;
}

.product_category_bg .product_category .product_category_side .product_category_side_contact h2 {
  font-weight: normal;
  text-align: center;
  color: #333333;
  line-height: 1.2;
}

.product_category_bg .product_category .product_category_side .product_category_side_contact .product_category_side_contact_tel {
  width: 100%;
  margin: 10px 0 0 0;
}

.product_category_bg .product_category .product_category_side .product_category_side_contact .product_category_side_contact_tel a {
  display: block;
  color: #333333;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}

.product_category_bg .product_category .product_category_side .product_category_side_contact .product_category_side_contact_tel a span {
  font-weight: bold;
  display: block;
  font-size: 1.875em;
}

.product_category_bg .product_category .product_category_side .product_category_side_contact .product_category_side_contact_form {
  width: 100%;
  margin: 20px 0 0 0;
}

.product_category_bg .product_category .product_category_side .product_category_side_contact .product_category_side_contact_form a {
  display: block;
  background: #d31e2f;
  border: 1px solid #d31e2f;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 14px;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.product_category_bg .product_category .product_category_side .product_category_side_contact .product_category_side_contact_form a:hover {
  background: #ffffff;
  color: #d31e2f;
}

.product_category_bg .product_category .product_category_archive_btn {
  width: 100%;
  margin: 80px 0 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_category_bg .product_category .product_category_archive_btn a {
  width: 100%;
  padding: 18px 18px;
  display: block;
  background: #d31e2f;
  border: 1px solid #d31e2f;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.product_category_bg .product_category .product_category_archive_btn a:hover {
  background: #ffffff;
  color: #d31e2f;
}

.product_category_bg .product_category .product_category_table_bg {
  width: 100%;
  margin: 0 0 60px 0;
}

.product_category_bg .product_category .product_category_table_bg .product_category_table {
  width: 100%;
  margin: 60px 0;
  overflow: scroll;
}

.product_category_bg .product_category .product_category_table_bg .product_category_table:nth-child(1) table {
  width: 1200px;
}

.product_category_bg .product_category .product_category_table_bg .product_category_table:nth-child(2) table {
  width: 960px;
}

.product_category_bg .product_category .product_category_table_bg .product_category_table table {
  width: 1200px;
  border-left: 1px solid #f5cbcf;
  border-top: 1px solid #f5cbcf;
}

.product_category_bg .product_category .product_category_table_bg .product_category_table table tr:first-child th:first-child {
  color: #d31e2f;
  background: #fbeeef;
}

.product_category_bg .product_category .product_category_table_bg .product_category_table table tr th {
  background: #fdf6f7;
  color: #333333;
  border-right: 1px solid #f5cbcf;
  border-bottom: 1px solid #f5cbcf;
  text-align: center;
  padding: 10px;
  width: 240px;
}

.product_category_bg .product_category .product_category_table_bg .product_category_table table tr td {
  color: #333333;
  border-right: 1px solid #f5cbcf;
  border-bottom: 1px solid #f5cbcf;
  text-align: center;
  padding: 10px;
  width: 240px;
}

.product_category_bg .product_category .product_category_table_bg .product_category_table table tr td span.font_small {
  font-size: 0.75em;
}

.product_detail_sec01_bg {
  width: 100%;
  padding: 50px 16px;
}

.product_detail_sec01_bg .product_detail_sec01 {
  width: 100%;
}

.product_detail_sec01_bg .product_detail_sec01 h1 {
  width: 100%;
  border-left: 3px solid #d31e2f;
  padding: 0 0 0 20px;
  line-height: 1.2;
}

.product_detail_sec01_bg .product_detail_sec01 h1 span {
  font-size: 2em;
  display: block;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_main_img {
  width: 100%;
  margin: 30px 0 0 0;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img {
  width: 100%;
  margin: 30px 0 0 0;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img ul li {
  width: 100%;
  position: relative;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img ul li img {
  width: 100%;
  height: 48vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev {
  position: absolute;
  left: 10px;
  top: calc(100% - 35px);
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next {
  position: absolute;
  right: 10px;
  top: calc(100% - 35px);
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next {
  background: #d31e2f;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev::before, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev::before, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev::after, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev::after, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next::before, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next::before, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next::after, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next::after {
  background: #ffffff;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev:hover, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next:hover {
  background: #ffffff;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev:hover::before, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev:hover::before, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev:hover::after, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-prev:hover::after, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next:hover::before, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next:hover::before, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next:hover::after, .product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_img .slick-next:hover::after {
  background: #d31e2f;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table {
  width: 100%;
  margin: 30px 0 0 0;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table table {
  width: 100%;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table table tr th {
  vertical-align: top;
  padding: 16px 16px 5px 16px;
  width: 100%;
  display: block;
  border-top: 2px solid #d31e2f;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table table tr td {
  padding: 5px 16px 16px 16px;
  width: 100%;
  display: block;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table table tr td .information_sec02_table_location {
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #f2bbc0;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table table tr td .information_sec02_table_text_box01 {
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #f2bbc0;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table table tr td .information_sec02_table_text_box01 span {
  width: 100%;
  font-weight: bold;
  display: block;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table table tr td .information_sec02_table_text_box01 p {
  margin: 5px 0 0 0;
  width: 100%;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table .product_detail_sec01_table_btn {
  width: 100%;
  margin: 30px 0 0 0;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table .product_detail_sec01_table_btn a {
  padding: 18px 18px;
  width: 100%;
  display: block;
  background: #d31e2f;
  border: 1px solid #d31e2f;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table .product_detail_sec01_table_btn a span {
  font-size: 0.8em;
  margin: 0 0 0 5px;
}

.product_detail_sec01_bg .product_detail_sec01 .product_detail_sec01_table .product_detail_sec01_table_btn a:hover {
  background: #ffffff;
  color: #d31e2f;
}

/*----------------------------------------------------------------------------
******************************************************************************
** フチカの強み
******************************************************************************
----------------------------------------------------------------------------*/
.strength_sec01_bg {
  width: 100%;
}

.strength_sec01_bg .strength_sec01_img {
  width: 100%;
  height: 35vw;
  background: url("../images/strength/strength_img01.webp") 20% center no-repeat;
  background-size: cover;
  opacity: 0;
}

.strength_sec01_bg .strength_sec01 {
  width: 100%;
  padding: 16px 16px 16px 16px;
  z-index: 10;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.strength_sec01_bg .strength_sec01 .strength_sec01_text {
  width: 100%;
}

.strength_sec01_bg .strength_sec01 .strength_sec01_text h2 {
  font-size: 1.5em;
}

.strength_sec01_bg .strength_sec01 .strength_sec01_text p {
  margin: 10px 0 0 0;
}

.strength_sec02_bg {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 50px 0 0 0;
  background: #f0f0f0;
}

.strength_sec02_bg .h2_bg {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto 30px;
}

.strength_sec02_bg .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 20px;
}

.strength_sec02_bg .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.strength_sec02_bg .strength_sec02 {
  width: 100%;
  overflow: hidden;
  background: #222222;
  position: relative;
}

.strength_sec02_bg .strength_sec02:nth-child(2) .strength_sec02_img {
  background: url("../images/strength/strength_img02.webp") center center no-repeat;
  background-size: cover;
}

.strength_sec02_bg .strength_sec02:nth-child(3) .strength_sec02_img {
  background: url("../images/strength/strength_img03.webp") center center no-repeat;
  background-size: cover;
}

.strength_sec02_bg .strength_sec02:nth-child(4) .strength_sec02_img {
  background: url("../images/strength/strength_img04.webp") center center no-repeat;
  background-size: cover;
}

.strength_sec02_bg .strength_sec02:nth-child(5) .strength_sec02_img {
  background: url("../images/strength/strength_img05.webp") center center no-repeat;
  background-size: cover;
}

.strength_sec02_bg .strength_sec02 .strength_sec02_img {
  width: 100%;
  height: 30vw;
  opacity: 0;
}

.strength_sec02_bg .strength_sec02 .strength_sec02_text_bg {
  padding: 16px;
  width: 100%;
}

.strength_sec02_bg .strength_sec02 .strength_sec02_text_bg .strength_sec02_text {
  width: 100%;
  color: #ffffff;
}

.strength_sec02_bg .strength_sec02 .strength_sec02_text_bg .strength_sec02_text h3 {
  font-size: 1.35em;
}

.strength_sec02_bg .strength_sec02 .strength_sec02_text_bg .strength_sec02_text p {
  margin: 10px 0 0 0;
}

.strength_sec03_bg {
  width: 100%;
  padding: 50px 16px;
}

.strength_sec03_bg .strength_sec03 {
  width: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** SDGsへの取り組み
******************************************************************************
----------------------------------------------------------------------------*/
.sdgs_sec01_bg {
  width: 100%;
  position: relative;
}

.sdgs_sec01_bg .sdgs_sec01_img {
  width: 100%;
  height: 30vw;
  background: url("../images/sdgs/sdgs_img01.webp") center center no-repeat;
  background-size: cover;
  opacity: 0;
}

.sdgs_sec01_bg .sdgs_sec01 {
  width: 100%;
  padding: 16px;
}

.sdgs_sec01_bg .sdgs_sec01 .sdgs_sec01_text {
  width: 100%;
  color: #333333;
}

.sdgs_sec01_bg .sdgs_sec01 .sdgs_sec01_text h2 {
  font-size: 1.5em;
  margin: 15px 0 0 0;
  padding: 0 0 20px 0;
  position: relative;
}

.sdgs_sec01_bg .sdgs_sec01 .sdgs_sec01_text h2::after {
  content: "";
  width: 34px;
  height: 4px;
  background: #d31e2f;
  position: absolute;
  left: calc(50% - 17px);
  bottom: 0;
}

.sdgs_sec01_bg .sdgs_sec01 .sdgs_sec01_text p {
  margin: 25px 0 0 0;
  line-height: 1.8;
}

.sdgs_sec02_bg {
  width: 100%;
  padding: 16px 16px;
}

.sdgs_sec02_bg .sdgs_sec02 {
  width: 100%;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg {
  width: 100%;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .bnr_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .bnr_block .bnr {
  display: block;
  width: 100%;
  max-width: 460px;
  color: #000;
  font-weight: bold;
  font-size: 1em;
  background: #FDD100;
  padding: 15px;
  text-decoration: none;
  text-align: center;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .bnr_block .bnr:hover {
  opacity: 0.7;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box {
  width: 100%;
  padding: 80px 0;
  border-bottom: 1px solid #fbe8ea;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box h2 {
  font-size: 1.35em;
  text-align: center;
  font-weight: bold;
  padding: 0 0 10px 0;
  position: relative;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box h2::after {
  content: "";
  width: 34px;
  height: 4px;
  background: #d31e2f;
  position: absolute;
  left: calc(50% - 17px);
  bottom: 0;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box h2 p {
  z-index: 10;
  position: relative;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box h2 span {
  z-index: 5;
  line-height: 1;
  display: block;
  width: 100%;
  color: #fbeff0;
  font-size: 4em;
  position: absolute;
  left: 0;
  top: -40px;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box ul li {
  width: 100%;
  padding: 30px 0;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box ul li .sdgs_sec02_box_img {
  width: 100%;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box ul li .sdgs_sec02_box_img img {
  max-width: 150px;
  height: auto;
  opacity: 0;
  display: block;
  margin: 0 auto;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box ul li .sdgs_sec02_box_text {
  width: 100%;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box ul li .sdgs_sec02_box_text h3 {
  margin: 16px 0 0 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.sdgs_sec02_bg .sdgs_sec02 .sdgs_sec02_box_bg .sdgs_sec02_box ul li .sdgs_sec02_box_text p {
  margin: 10px 0 0 0;
  line-height: 1.9;
}

.sdgs_sec03_bg {
  width: 100%;
  padding: 50px 16px;
}

.sdgs_sec03_bg .sdgs_sec03 {
  width: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** フチカ100年の歴史
******************************************************************************
----------------------------------------------------------------------------*/
.history_sec01_bg {
  width: 100%;
  position: relative;
}

.history_sec01_bg .history_sec01_img {
  width: 100%;
  height: 30vw;
  background: url("../images/history/history_img01.webp") center center no-repeat;
  background-size: cover;
  opacity: 0;
}

.history_sec01_bg .history_sec01 {
  width: 100%;
  padding: 16px;
}

.history_sec01_bg .history_sec01 .history_sec01_text {
  width: 100%;
  color: #333333;
}

.history_sec01_bg .history_sec01 .history_sec01_text h2 {
  text-align: center;
  font-size: 1.4em;
  margin: 15px 0 0 0;
  padding: 0 0 20px 0;
}

.history_sec02_bg {
  width: 100%;
  padding: 16px 16px;
}

.history_sec02_bg .history_sec02 {
  width: 100%;
}

.history_sec02_bg .history_sec02 .history_sec02_box_bg {
  position: relative;
}

.history_sec02_bg .history_sec02 .history_sec02_box_bg .history_sec02_box {
  opacity: 0;
  padding: 0 0 15px 40px;
  position: relative;
}

.history_sec02_bg .history_sec02 .history_sec02_box_bg .history_sec02_box::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #d31e2f;
  position: absolute;
  left: 10px;
  top: 5px;
}

.history_sec02_bg .history_sec02 .history_sec02_box_bg .history_sec02_box:last-child::before {
  display: none;
}

.history_sec02_bg .history_sec02 .history_sec02_box_bg .history_sec02_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #ffffff;
  border-radius: 50%;
  border: 6px solid #d31e2f;
  width: 10px;
  height: 10px;
}

.history_sec02_bg .history_sec02 .history_sec02_box_bg .history_sec02_box .history_sec02_box_date {
  color: #d31e2f;
  font-size: 1.25em;
  width: 100%;
}

.history_sec02_bg .history_sec02 .history_sec02_box_bg .history_sec02_box .history_sec02_box_text {
  font-size: 1.25em;
  width: 100%;
}

.history_sec03_bg {
  width: 100%;
  padding: 50px 16px;
}

.history_sec03_bg .history_sec03 {
  width: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 事業案内
******************************************************************************
----------------------------------------------------------------------------*/
.business_sec01_bg {
  width: 100%;
  position: relative;
}

.business_sec01_bg .business_sec01_img {
  width: 100%;
  height: 30vw;
  background: url("../images/business/business_img01.webp") center center no-repeat;
  background-size: cover;
  opacity: 0;
}

.business_sec01_bg .business_sec01 {
  width: 100%;
  padding: 16px;
}

.business_sec01_bg .business_sec01 .business_sec01_text {
  width: 100%;
  color: #333333;
}

.business_sec01_bg .business_sec01 .business_sec01_text h2 {
  font-size: 1.3em;
  margin: 15px 0 0 0;
}

.business_sec01_bg .business_sec01 .business_sec01_text h2 br {
  display: none;
}

.business_sec01_bg .business_sec01 .business_sec01_text p {
  margin: 10px 0 0 0;
  line-height: 1.8;
}

.business_sec02_bg {
  width: 100%;
  padding: 50px 16px;
  background: #f0f0f0;
}

.business_sec02_bg .business_sec02 {
  width: 100%;
}

.business_sec02_bg .business_sec02 .h2_bg {
  width: 100%;
  margin: 0 auto 30px;
}

.business_sec02_bg .business_sec02 .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 20px;
}

.business_sec02_bg .business_sec02 .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.business_sec02_bg .business_sec02 .business_sec02_box_bg .business_sec02_box_text_bg {
  width: 100%;
  padding: 25px;
  background: #ffffff;
  z-index: 10;
  opacity: 0;
}

.business_sec02_bg .business_sec02 .business_sec02_box_bg .business_sec02_box_text_bg .business_sec02_box_text {
  font-size: 1.15em;
}

.business_sec02_bg .business_sec02 .business_sec02_box_bg .business_sec02_box_text_bg .business_sec02_box_text .business_sec02_box_text_en {
  width: 100%;
}

.business_sec02_bg .business_sec02 .business_sec02_box_bg .business_sec02_box_text_bg .business_sec02_box_text .business_sec02_box_text_en::first-letter {
  color: #d31e2f;
  font-weight: bold;
}

.business_sec02_bg .business_sec02 .business_sec02_box_bg .business_sec02_box_text_bg .business_sec02_box_text .business_sec02_box_text_jp {
  width: 100%;
  padding: 0 0 0 60px;
  position: relative;
  margin: 0 0 15px 0;
}

.business_sec02_bg .business_sec02 .business_sec02_box_bg .business_sec02_box_text_bg .business_sec02_box_text .business_sec02_box_text_jp::before {
  position: absolute;
  left: 40px;
  top: 4px;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #d31e2f;
  border-left: 2px solid #d31e2f;
}

.business_sec02_bg .business_sec02 .business_sec02_box_bg .business_sec02_box_text_bg .business_sec02_box_text .business_sec02_box_text_jp:last-child {
  margin: 0 0 0px 0;
}

.business_sec02_bg .business_sec02 .business_sec02_box_bg .business_sec02_box_img {
  width: calc(100% - 480px);
  margin: 0 0 0 -120px;
  z-index: 1;
  opacity: 0;
}

.business_sec03_bg {
  width: 100%;
  padding: 50px 16px;
}

.business_sec03_bg .business_sec03 {
  width: 100%;
}

.business_sec03_bg .business_sec03 .h2_bg {
  width: 100%;
  margin: 0 auto 30px;
}

.business_sec03_bg .business_sec03 .h2_bg h2 {
  border-left: 3px solid #d31e2f;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 20px;
}

.business_sec03_bg .business_sec03 .h2_bg h2 span {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 2em;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  padding: 0 0 35px 0;
  width: 100%;
  position: relative;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_img {
  background: #f0f0f0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  overflow: hidden;
  margin: 15px 0 0 0;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_img img {
  width: 100%;
  height: auto;
  opacity: 0;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_text h3 {
  font-size: 1.2em;
  margin: 20px 0 0 0;
  font-weight: bold;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_text p {
  padding: 0 0 0 15px;
  margin: 10px 0 0 0;
  border-left: 3px solid #d31e2f;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_text a {
  padding: 0 50px 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  color: #d31e2f;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_text a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 1px;
  background: #d31e2f;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_text a::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 6px;
  height: 1px;
  background: #d31e2f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_text a:hover {
  opacity: 0.6;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_text a:hover::after {
  right: 0px;
}

.business_sec03_bg .business_sec03 .business_sec03_box_bg .business_sec03_box .business_sec03_box_text a:hover::before {
  right: 0px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 個人情報保護方針
******************************************************************************
----------------------------------------------------------------------------*/
.privacy_sec01_bg {
  padding: 50px 16px;
}

.privacy_sec01_bg .privacy_sec01 {
  width: 100%;
}

.privacy_sec01_bg .privacy_sec01 .privacy_sec01_outline {
  font-weight: bold;
  font-size: 1.1em;
}

.privacy_sec01_bg .privacy_sec01 h2 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 30px 0 10px;
}

.privacy_sec01_bg .privacy_sec01 p {
  margin: 10px 0;
}

.privacy_sec01_bg .privacy_sec01 ol {
  margin: 10px 0 10px 22px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** お問い合わせ contact
******************************************************************************
----------------------------------------------------------------------------*/
.contact_sec01_bg {
  padding: 50px 16px;
}

.contact_sec01_bg .contact_sec01 {
  width: 100%;
}

.contact_sec01_bg .contact_sec01 .contact_sec01_outline {
  width: 100%;
}

.contact_sec01_bg .contact_sec01 .contact_sec01_outline p {
  font-weight: bold;
}

.form {
  width: 100%;
  margin: 40px auto;
  /*チェックボックス*/
}

.form * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form table {
  width: 100%;
}

.form table tr th {
  width: 100%;
  display: block;
  padding: 25px 50px 5px 0px;
  border-top: 1px solid #333333;
  vertical-align: top;
  position: relative;
}

.form table tr th.required::after {
  content: "必須";
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 0.7em;
  background: #e00;
  color: #ffffff;
  padding: 0 6px;
  margin: 0 0 0 10px;
}

.form table tr th.required.noactive::after {
  opacity: 0;
}

.form table tr th.any::after {
  content: "任意";
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 0.7em;
  background: #222222;
  color: #ffffff;
  padding: 0 6px;
  margin: 0 0 0 10px;
}

.form table tr th.form_pp_th {
  text-align: center;
  border: none;
  white-space: normal;
  padding: 50px 0 0 0;
}

.form table tr td {
  width: 100%;
  display: block;
  padding: 5px 0px 25px 0px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  /*チェックボックス*/
  /*ラジオボタン*/
  /*テキスト*/
  /*セレクトボックス*/
}

.form table tr td.form_pp_td {
  border: none;
  padding: 50px 0 0 0;
}

.form table tr td p {
  margin: 5px 0;
  font-size: 1em;
  color: #333333;
}

.form table tr td p:first-child {
  margin-top: 0;
}

.form table tr td p.supplement {
  color: #666666;
  font-size: 0.9em;
}

.form table tr td .zip_search {
  display: inline-block;
  margin-top: 10px;
  color: #B00038;
  border: 1px solid #B00038;
  font-size: 0.9em;
  padding: 3px 10px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.form table tr td .zip_search:hover {
  opacity: 0.7;
}

.form table tr td .checkbox {
  text-indent: 10px;
  margin-left: -24px;
}

.form table tr td .checkbox label {
  margin-left: 0;
  display: inline-block;
}

.form table tr td .checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

.form table tr td .checkbox input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 15px;
}

.form table tr td .checkbox input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 12px;
  height: 12px;
  border: 1px solid #cccccc;
}

.form table tr td .checkbox input[type=checkbox] + span::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid rgba(25, 106, 163, 0);
  border-right: 2px solid rgba(25, 106, 163, 0);
  width: 6px;
  height: 12px;
  content: "";
  position: absolute;
  left: 11px;
  top: 2px;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.form table tr td .checkbox input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #D31E2F;
  border-right: 2px solid #D31E2F;
}

.form table tr td .radio {
  text-indent: 10px;
  margin-left: -10px;
}

.form table tr td .radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

.form table tr td .radio input[type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  padding-left: 12px;
  margin-right: 15px;
}

.form table tr td .radio input[type=radio] + span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 13px;
  height: 13px;
  border: 1px solid #cccccc;
  border-radius: 50%;
}

.form table tr td .radio input[type=radio] + span::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  width: 9px;
  height: 9px;
  background: rgba(25, 106, 163, 0);
  border-radius: 50%;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.form table tr td .radio input[type=radio]:checked + span::after {
  background: #D31E2F;
}

.form table tr td input[type='text'], .form table tr td textarea, .form table tr td #zip {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 5px 10px;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
  border-radius: 4px;
}

.form table tr td .input_tel input[type='text'] {
  width: 30%;
}

.form table tr td input[type='text']:focus, .form table tr td textarea:focus, .form table tr td #zip:focus {
  border: 1px solid #666666;
  outline: none;
}

.form table tr td select {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.form .send_btn {
  width: 100%;
  margin-top: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form .send_btn .btn_01 input[type='submit'] {
  letter-spacing: 0.1em;
  display: block;
  font-size: 1.1em;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  background: #1e1e1e;
  width: 300px;
  padding: 15px;
  margin: 0 20px;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.form .send_btn .btn_01 input[type='submit']:hover {
  opacity: 0.7;
}

.form .send_btn .btn_02 input[type='submit'] {
  letter-spacing: 0.1em;
  display: block;
  font-size: 1.1em;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  background: #D31E2F;
  width: 300px;
  padding: 15px;
  margin: 0 20px;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.form .send_btn .btn_02 input[type='submit']:hover {
  opacity: 0.7;
}

.form .privacy_agree {
  text-indent: 10px;
  margin-left: -24px;
  text-align: center;
  margin-top: 40px;
}

.form .privacy_agree label {
  margin-left: 0;
  display: inline-block;
}

.form .privacy_agree input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

.form .privacy_agree input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 15px;
}

.form .privacy_agree input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 12px;
  height: 12px;
  border: 1px solid #cccccc;
}

.form .privacy_agree input[type=checkbox] + span::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid rgba(25, 106, 163, 0);
  border-right: 2px solid rgba(25, 106, 163, 0);
  width: 6px;
  height: 12px;
  content: "";
  position: absolute;
  left: 11px;
  top: 2px;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.form .privacy_agree input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #D31E2F;
  border-right: 2px solid #D31E2F;
}

.form .form_pp_bg {
  width: 100%;
  height: 200px;
  overflow: auto;
  padding: 5px;
  border: 1px solid #dddddd;
  font-size: 0.9em;
}

.form .form_pp_bg strong {
  display: block;
  font-weight: bold;
  font-size: 1em;
  margin: 8px 0 5px 0;
}

.form .form_pp_bg p {
  margin: 3px 0;
  line-height: 1.7;
}

.form .form_pp_bg ul {
  margin: 5px 0 5px 24px;
  list-style-type: disc;
}

.form .form_pp_bg ul li {
  line-height: 1.7;
  padding: 2px 0;
}

.form .form_pp_bg ol {
  margin: 5px 0 5px 20px;
}

.form .form_pp_bg ol li {
  line-height: 1.7;
  padding: 2px 0;
}

.form_confirm {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
}
/*# sourceMappingURL=sp.css.map */