@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/

/*=======================================
	base
=======================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
}

img,
figure,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
ul,
li {
  list-style: none;
}
p {
  line-height: 2;
}
a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
  color: #161717;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (max-width: 1160px) {
  body {
    font-size: calc((16 / 1160) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

/* 表示・非表示 */
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*=======================================
	wide
=======================================*/
.w1100 {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.content1440 {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
/*=======================================
	font
=======================================*/
.poppin {
  font-family: "Poppins", sans-serif;
}

/*=======================================
	compopnent
=======================================*/
.h3_outline {
  font-style: italic;
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  width: fit-content;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
.h3_outline::before {
  content: attr(data-outlne_st);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #ca0005;
}
@media screen and (max-width: 1160px) {
  .h3_outline {
    font-size: calc((80 / 1160) * 100vw);
    padding-top: 30px;
  }
  .h3_outline::before {
    font-size: calc((20 / 1160) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .h3_outline {
    font-size: 50px;
    letter-spacing: 0;
    padding-top: 30px;
  }
  .h3_outline::before {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
  }
}

/* #header ヘッダー
=========================================== */
#header {
  background: #fff;
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
#header .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .content ._logo {
  padding-left: 75px;
}
#header .content ._logo a {
  display: flex;
}
#header .logo_color {
  fill: #161717;
}
.top #header .logo_color {
  fill: white;
}
#header ._content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header ._list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header ._list > li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header ._list > li:nth-child(n + 2) {
  margin-left: 30px;
}
#header ._list a {
  height: 100%;
  padding: 0 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #161717;
  letter-spacing: 0.15em;
}
@media (hover: hover) {
  #header ._list a:hover {
    color: #ca0005;
  }
  #header ._contact a:hover {
    background-color: #EA6A6D;
    border: 1px #EA6A6D solid;
    opacity: 1;

  }
}
#header ._list a._on:after {
  opacity: 1;
}
#header ._list a._hover {
  opacity: 1;
}
#header ._list a._hover:after {
  opacity: 1;
}
#header ._contact {
  margin-left: 25px;
}
#header ._contact a {
  background: #CA0005;
  width: 210px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px #CA0005 solid;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 45px;
  position: relative;
}
#header ._contact a::before {
  content: '';
  position: absolute;
  background: url(../image/common/icon_mail.png) no-repeat center/ 35px 25px;
  width: 35px; height: 25px;
  top: 52%; left: 30px;
  transform: translateY(-50%);
}
#header ._contact a._hover {
  background: #fff;
  color: #e31e23;
  opacity: 1;
}

.header_ham {
  display: none;
}

#header .all_foot_contact_bottom {
  display: none;
}

@media screen and (max-width: 1300px) {
  #header ._contact a {
    width: 160px;
    font-size: 14px;
    padding-left: 28px;
  }
  #header ._contact a::before {
    content: '';
    position: absolute;
    background: url(../image/common/icon_mail.png) no-repeat center/ 25px 18px;
    width: 35px; height: 25px;
    top: 52%; left: 10px;
    transform: translateY(-50%);
  }
}

@media (max-width: 1160px) {
  #header {
    background-color: #fff;
  }

  #header .content {
    width: 100%;
    position: relative;
  }
  #header .content .for_shadow {
    width: 100%;
    display: flex;
    padding: 0 5%;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: 0px 0px 10px 0px #0000001F;
    z-index: 50;
    height: 100%;
  }
  .top._header_open #header {
    background-color: #fff;
  }
  .top #header .logo_color {
    fill: #161717;
  }
  #header ._content {
    background: #fff;
    width: 100%;
    height: calc(100% - 70px);
    padding: 0 5.2%;
    position: fixed;
    right: 0;
    top: 90px;
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    overflow: auto;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    transition: opacity 0.4s ease, transform 0s 0.4s ease;
    transition: opacity 0.4s ease, transform 0s 0.4s ease,
      -webkit-transform 0s 0.4s ease;
  }
  #header .content ._logo {
    padding: 0;
  }
  #header .content ._logo a svg {
    width: 100%;
  }
  #header ._list {
    height: auto;
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  #header ._list > li {
    height: auto;
    display: block;
  }
  #header ._list > li:nth-child(n + 2) {
    margin: 0;
  }
  #header ._list a {
    padding: 18px 0;
    border-bottom: 1px #ddd solid;
    font-size: 18px;
    display: block;
    text-align: center;
  }
  #header ._list a:after {
    display: none;
  }
  #header .black_bg {
    width: 100vw;
    margin: 0px calc(50% - 50vw);
    background-color: #161717;
    padding: 40px 0 55px;
    height: 100%;
  }
  #header .all_foot_contact_bottom {
    display: flex;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    padding: 40px 0;
    height: 100%;
  }
  #header .all_foot_contact_bottom ._left {
    width: 100%;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    position: relative;
  }
  #header .all_foot_contact_bottom ._left::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40vw;
    height: 1px;
    background-color: #848484;
  }
  #header .all_foot_contact_bottom ._right {
    width: 100%;
    padding: 0;
    border: none;
  }
  #header .all_foot_contact_bottom ._right a {
    margin: 0 auto;
  }
  #header .all_foot_contact_bottom .all_text {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.15em;
  }
  #header .all_foot_contact_bottom ._left .tel span {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ca0005;
    padding-left: 35px;
    position: relative;
  }
  #header .all_foot_contact_bottom ._left .tel span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../../asset/image/common/icon_phone.png) no-repeat
      center/25px 25px;
    width: 25px;
    height: 25px;
  }
  #header .all_foot_contact_bottom ._left .fax {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #848484;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #header .all_foot_contact_bottom ._right .text {
    font-weight: 700;
  }
  #header .all_foot_contact_bottom ._right .mail a {
    padding: 20px 0;
    width: 90%;
    max-width: 340px;
    background-color: var(--red_color);
    border: 1px solid var(--red_color);
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 15px 0;
  }
  #header .all_foot_contact_bottom ._right .mail a > span {
    color: #fff;
    line-height: 200%;
    letter-spacing: 0.15em;
    padding-left: 45px;
    position: relative;
  }
  #header .all_foot_contact_bottom ._right .mail a span span {
    content: "";
    position: absolute;
    width: 35px;
    height: 25px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    fill: white;
  }

  #header .all_foot_contact_bottom ._contact {
    margin-left: 0;
  }
  #header .all_foot_contact_bottom ._contact .all_contact_button {
    width: 275px;
    max-width: 100%;
    height: 60px;
    border-radius: 30px;
  }
  #header .all_foot_contact_bottom ._contact .all_contact_button:before,
  #header .all_foot_contact_bottom ._contact .all_contact_button:after {
    display: none;
  }
  #header .all_foot_contact_bottom ._contact .all_contact_button._hover {
    background: #e31e23;
    color: #fff;
  }

  ._list + ._contact {
    display: none;
  }

  .header_ham {
    background: transparent;
    width: 48px;
    height: 48px;
    position: relative;
    display: block;
    border-radius: 50%;
  }
  .header_ham span.toggle {
    content: "";
    position: absolute;
    height: 2px;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 27px;
    background-color: #161717;
    transition: 0.4s;
  }
  .header_ham span.toggle::before,
  .header_ham span.toggle::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #161717;
    transition: inherit;
  }
  .header_ham span.toggle::before {
    top: -8px;
  }
  .header_ham span.toggle::after {
    top: 8px;
  }
  #wrapper._header_open .header_ham span.toggle {
    background-color: transparent;
  }
  #wrapper._header_open span.toggle::before {
    top: 0;
    transform: rotate(45deg);
  }
  #wrapper._header_open span.toggle::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #wrapper._header_open ._content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s ease;
    transition: opacity 0.4s ease, transform 0s ease;
    transition: opacity 0.4s ease, transform 0s ease, -webkit-transform 0s ease;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  #header {
    height: 70px;
  }
  #header ._content {
    top: 70px;
  }
  #header .content ._logo {
    width: 120px;
  }
  #header .black_bg {
    padding-bottom: 30px;
  }
}

/*=======================================
　パンくず
=======================================*/
#pankuzu {
	/*max-width: 1270px;*/
	/* width: 90%; */
	margin: 1.04% auto 5.42%;
	padding-left: 75px;
	border-bottom: 1px solid #F3F3F3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 3.47vw;
}
#pankuzu ul {
	display: flex;
	justify-content: flex-start;
}
#pankuzu ul li {
	font-size: 13px;
	letter-spacing: 0.1em;
}
#pankuzu ul li {
	position: relative;
	padding-right: 42px;
}
#pankuzu ul li:not(:last-child)::after {
	content: "";
	display: inline-block;
	background: url(../image/common/bcn_arrow.png) no-repeat center/6px 12px;
	width: 6px; height: 12px;
	position: absolute;
	top: 52%;
	right: 21px;
	transform: translateY(-50%);
}
@media only screen and (max-width: 1160px){
#pankuzu {
	margin: 15px auto 6.724vw;
	padding-left: 5.21%;
	height: 50px;
}
#pankuzu ul li {
	font-size: calc(13/1160*100vw);
	letter-spacing: 0.1em;
}
#pankuzu ul li a::after {
	margin: 0 15px;
}
}
@media only screen and (max-width: 768px){
#pankuzu {
	padding-left: 20px;
	margin: 0 auto 30px;
}
#pankuzu ul li {
	font-size: 12px;
	padding-right: 30px;
}
#pankuzu ul li:not(:last-child)::after {
	background: url(../image/common/bcn_arrow.png) no-repeat center/6px 10px;
	width: 6px; height: 10px;
	top: 57%;
	right: 15px;
}
}

/*=======================================
	contact_area
=======================================*/
#contact_area .detail {
  background-color: #f3f3f3;
  padding-bottom: 100px;
}
#contact_area .contents h3 {
  margin-bottom: 30px;
}
#contact_area .contents .box {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  background-color: #fff;
}
#contact_area .contents .box .left {
  text-align: center;
  padding-right: 75px;
  border-right: 1px solid #848484;
}
#contact_area .contents .box .left .tel a {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#contact_area .contents .box .left .tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  background: url(../image/common/icon_phone.png) no-repeat center/30px 30px;
  width: 30px;
  height: 30px;
}
#contact_area .contents .box .left .tel a span {
  font-weight: 700;
  font-size: 36px;
  line-height: 170%;
  color: var(--red_color);
}
#contact_area .contents .box .left dd.fax {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #848484;
}
#contact_area dd.text {
  padding-top: 5px;
}
#contact_area .contents .box .right {
  padding-left: 75px;
  text-align: center;
}
#contact_area .contents .box .right .mail a {
  display: block;
  padding: 20px 0;
  width: 340px;
  background-color: var(--red_color);
  border: 1px solid var(--red_color);
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#contact_area .contents .box .right .mail a > span {
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.15em;
  padding-left: 45px;
  position: relative;
}
#contact_area .contents .box .right .mail a span span {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  fill: white;
}
@media (hover: hover) {
  #contact_area .contents .box .right .mail a:hover {
    background-color: #fff;
    opacity: 1;
  }
  #contact_area .contents .box .right .mail a:hover > span {
    color: var(--red_color);
  }
  #contact_area .contents .box .right .mail a:hover span span {
    fill: var(--red_color);
  }
}

@media screen and (max-width: 1000px) {
  #contact_area .contents .box {
    padding: 4vw 0;
  }
  #contact_area .contents .box .left {
    padding-right: 40px;
  }
  #contact_area .contents .box .right {
    padding-left: 40px;
  }
  #contact_area .contents .box .right .mail a {
    width: 280px;
  }
  #contact_area .contents .box .left .tel a span {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  #contact_area .detail {
    padding-bottom: 60px;
  }
  #contact_area .contents .box {
    flex-direction: column;
    padding: 40px 20px;
  }
  #contact_area .contents .box .left,
  #contact_area .contents .box .right {
    padding: 0;
  }
  #contact_area .contents .box .left {
    border-right: none;
  }
  #contact_area .contents .box .left dt.text {
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
  }
  #contact_area .contents .box .left dd.tel span {
    font-size: 30px;
    line-height: 150%;
    padding-left: 30px;
  }
  #contact_area .contents .box .left .tel a::before {
    left: 0;
    width: 25px;
    height: 25px;
    background: url(../image/common/icon_phone.png) no-repeat center/25px 25px;
  }
  #contact_area .contents .box .left dd.fax {
    font-size: 20px;
  }
  #contact_area .contents .box .left dl {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  #contact_area .contents .box .left dl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40vw;
    height: 1px;
    background-color: #848484;
  }
  #contact_area .contents .box .right dt.text {
    font-weight: 700;
  }
  #contact_area .contents .box .right .mail a {
    width: 100%;
    max-width: 340px;
    margin: 20px auto 0;
    padding: 15px 0;
  }
  #contact_area .contents .box .right .mail a > span {
    padding-left: 37px;
  }
  #contact_area .contents .box .right .mail a span span {
    content: "";
    position: absolute;
    width: 28px;
    height: 20px;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    fill: white;
  }
}

/* footer フッター
=========================================== */
.ft_area {
  padding: 80px 0 100px;
  background-color: #161717;
}
.ft_area .contents {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ft_area .contents .adress_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 50px;
}
.ft_area .contents .logo {
  width: 200px;
}
.ft_area .contents .place_box {
  display: flex;
  gap: 0 20px;
}
.ft_area .contents .place_box .box p {
  font-size: 15px;
  line-height: 150%;
}
.ft_area .contents .place_box .box p.wide {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
}
.ft_area .contents .site_jump_box {
  margin-bottom: 20px;
}
.ft_area .contents .site_jump_box a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #ffffff;
  padding-right: 16px;
  position: relative;
}
.ft_area .contents .site_jump_box a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../image/arrow01.png) no-repeat;
  background-size: cover;
  width: 7px;
  height: 15px;
}
.ft_area .contents p.copy {
  font-size: 12px;
  line-height: 150%;
  margin: 0 auto;
}
.ft_area .contents .place_box .box p a {
	color: #fff;
}
@media screen and (max-width: 1160px) {
  .ft_area .contents .place_box {
    flex-direction: column;
    gap: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .ft_area {
    padding: 50px 0 60px;
  }
  .ft_area .contents {
    align-items: flex-start;
  }
  .ft_area .contents .adress_box {
    flex-direction: column;
    gap: 25px 0;
  }
  .ft_area .contents .logo {
    width: 180px;
  }
  .ft_area .contents .site_jump_box a {
    padding-left: 16px;
    padding-right: 0;
  }
  .ft_area .contents .site_jump_box a::before {
    right: auto;
    left: 0;
  }
  .ft_area .contents .place_box .box p {
    line-height: 200%;
  }
  .ft_area .contents p.copy {
    margin: 0 auto;
  }
}
