@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 1.0
 *  updated --- 2012/3/30
 */

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #000;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  overflow-x: hidden;
}

body.fontS {
  font-size: 10px;
}
body.fontM {
  font-size: 12px;
}
body.fontL {
  font-size: 14px;
}
body,
section,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
/* a,
input {
  outline: none;
} */
abbr,
acronym {
  border: 0;
}
input,
button,
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background: none;
  border-radius: 0;
}

.ffMin {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "ＭＳ 明朝", serif;
}
.ffNoto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.ffM {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.ffSH {
  font-family: "Source Han Sans", "源ノ角ゴシック", "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ffRoboto {
  font-family: "Roboto", "NotoSansCJKjp-Light", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
/* !Clearfix
---------------------------------------------------------- */
.cf {
  display: block;
  min-height: 1%;
}
.cf:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .cf {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}
/* body {
} */
@media print {
  html,
  html body {
    zoom: 0.65;
  }
}
.posfi {
  position: fixed;
}
.posre {
  position: relative;
}
.posab {
  position: absolute;
}

/* !flex
---------------------------------------------------------- */
.flex {
  display: flex;
}
.flexr {
  flex-direction: row-reverse;
}
.flexcol {
  flex-direction: column;
}
.flexcolr {
  flex-direction: column-reverse;
}
.flexjcc {
  justify-content: center;
}
.flexjcsb {
  justify-content: space-between;
}
.flexjcsa {
  justify-content: space-around;
}
.flexaic {
  align-items: center;
}
.flexwrap {
  flex-wrap: wrap;
}
.flexnowrap {
  flex-wrap: nowrap;
}

/* !translate
---------------------------------------------------------- */
.transY {
  top: 50%;
  transform: translateY(-50%);
}
.transX {
  left: 50%;
  transform: translateX(-50%);
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
  padding: 95px 0 142px;
}

.header-top #wrapper {
  padding-top: 120px;
}
.in {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.anchor {
  margin-top: -120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  #wrapper {
    padding: 73px 0 160px;
  }
  @media screen and (max-width: 720px) {
    #wrapper {
      padding: 73px 0 120px;
    }
  }
  .header-top #wrapper {
    padding-top: 73px;
  }
  .in {
    padding: 0 12px;
  }
  .anchor {
    margin-top: -73px;
    padding-bottom: 73px;
  }
}

/* !header
---------------------------------------------------------- */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
#header.fixed {
  position: fixed;
  top: -120px;
  opacity: 0;
}
#header.fixed.show {
  opacity: 1;
  top: 0;
  transition: all 0.3s ease;
}
.header-top #header {
  height: 120px;
}
#headerin {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.headertxt {
  display: none;
  position: absolute;
  font-size: 12px;
  line-height: 30px;
  left: 35px;
  top: 0;
  z-index: 1;
}
.header-top .headertxt {
  display: block;
}
#headerlogo {
  padding: 24px 0 0 30px;
}
.header-top #headerlogo {
  padding-top: 42px;
}
#headerlogo img {
  width: 250px;
}
.header-top #headerlogo img {
  width: 200px;
}
#headerlinks {
  display: flex;
  padding: 11px 11px 0 0;
}
.header-top #headerlinks {
  padding-top: 27px;
}
.headerbtn {
  position: relative;
  display: block;
  width: 260px;
  height: 72px;
  font-size: 18px;
  line-height: 72px;
  text-align: center;
  border-radius: 36px;
  color: #fff;
  background-image: linear-gradient(to right, #b20000 0%, #b20000 100%);
  box-sizing: border-box;
}
.headerbtn:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 18px;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_pc_mail_22x18_w.png) 0 0 no-repeat;
}
@media screen and (max-width: 1200px) {
  .headerbtn {
    width: 200px;
  }
  .headerbtn:after {
    left: 15px;
  }
}
@media screen and (max-width: 1100px) {
  #header {
    position: fixed;
    height: 73px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header-top #header {
    height: 73px;
  }
  .headertxt {
    display: block;
    font-size: 8px;
    line-height: 10px;
    left: 0;
    top: 4px;
    width: 100%;
    padding: 0 10px;
  }
  #headerlogo {
    padding: 28px 0 0 10px;
  }
  .header-top #headerlogo {
    padding-top: 28px;
  }
  #headerlogo img {
    width: 172px;
  }
  .header-top #headerlogo img {
    width: 172px;
  }
  #headerlinks {
    position: relative;
    padding: 22px 6px 0 0;
    z-index: 2;
  }
  .header-top #headerlinks {
    padding-top: 22px;
  }
  .headerbtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: -9999px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #b20000 0%, #b20000 100%);
  }
  .headerbtn:after {
    width: 18px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ico_sp_mail_36x30_w.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}

.navbartoggle {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/menu.png);
  background-size: cover;
  margin: 0 0 0 14px;
  cursor: pointer;
}
.navbartoggle.on {
  background-image: url(../img/close.png);
}
/* !loader
---------------------------------------------------------- */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b20000;
}
.ball-scale-ripple > div {
  border-color: #ffffff !important;
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
  position: relative;
  top: 16px;
  height: 0;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
}
#breadcrumb a:hover {
  opacity: 0.7;
}
#breadcrumb .arw {
  margin: 0 15px;
}
@media screen and (max-width: 1100px) {
  #breadcrumb {
    top: 10px;
    font-size: 12px;
    line-height: 21px;
  }
  #breadcrumb .arw {
    margin: 0 10px;
  }
}
/* !gnavi
---------------------------------------------------------- */

/* #gnavi {
} */
#gnavi ul {
  display: flex;
  margin-right: 75px;
}
/* #gnavi li {
} */
#gnavi li + li {
  margin: 0 0 0 30px;
}
#gnavi li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 72px;
  font-weight: 500;
  padding: 0 0 12px;
  white-space: nowrap;
}
#gnavi li a:hover:after,
#gnavi li a.current:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 7px;
  background: #b20000;
}
.header-top #gnavi li a {
  padding-bottom: 22px;
}
@media screen and (max-width: 1200px) {
  #gnavi ul {
    margin-right: 40px;
  }
  #gnavi li + li {
    margin: 0 0 0 20px;
  }
  #gnavi li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  #gnavi {
    display: none;
  }
}
/* !navbarcollapse
---------------------------------------------------------- */
.navbarcollapse {
  display: none;
}
@media screen and (max-width: 1100px) {
  .navbarcollapse {
    display: none;
    position: fixed;
    left: 0;
    top: 73px;
    bottom: 0;
    width: 100%;
    padding: 20px 23px 50px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    box-sizing: border-box;
    z-index: 100;
  }
  /* .navbarcollapse li {
  } */
  .navbarcollapse li a {
    display: block;
    font-size: 16px;
    line-height: 63px;
    text-align: center;
  }
  .navbarcollapse .btn {
    margin: 36px 0 0;
  }
}
/* !mainimg
---------------------------------------------------------- */
/* #mainimg {
} */

/* comparison
---------------------------------------------------------- */
.comparison {
  background-image: url(../img/comparison-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 70px 0;
}

.comparison .in .ttl {
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
  line-height: 1em;
}

.comparison .in .subtitle {
  font-size: 25px;
  text-align: center;
  color: #ffe301;
  line-height: 1em;
  margin-bottom: 35px;
}

.comparison .in .text {
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  line-height: 1.78em;
}

.comparison .in .text-yellow {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.78em;
}

.comparison .in .underline {
  background: linear-gradient(to top, #b20000 8px, transparent 8px);
}

@media screen and (max-width: 767px) {
  .comparison .in .ttl {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .comparison .in .subtitle {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .comparison .in .text {
    font-size: 14px;
  }

  .comparison .in .text-yellow {
    font-size: 16px;
  }
}

/* !purchase
---------------------------------------------------------- */
.purchase {
  padding: 65px 0 70px 0;
}

.purchase .in .ttl {
  font-size: 35px;
  color: #b20000;
  text-align: center;
  line-height: 1em;
  margin-bottom: 35px;
}

.purchase .in .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.purchase .in .item {
  width: calc((100% - 80px) / 5);
}

.purchase .in .image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .purchase .in .item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 479px) {
  .purchase .in .ttl {
    font-size: 25px;
  }

  .purchase .in .item {
    width: calc((100% - 20px) / 2);
  }
}

/* !ex
---------------------------------------------------------- */
.ex {
  background-color: #ffeaea;
  padding: 75px 0 60px 0;
}

.ex .in .ttl {
  font-size: 35px;
  color: #b20000;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
}

.ex .in .subtitle {
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 30px;
}

.ex .in .items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 15px;
}

/* .ex .in .items .item {
} */

.ex .in .items .item .item-ttl {
  font-size: 25px;
  text-align: center;
  line-height: 1em;
  margin: 15px 0;
}

.ex .in .items .item .item-ttl .ttl-small {
  font-size: 15px;
  line-height: 1em;
}

.ex .in .items .item .price {
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 75px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #b20000;
}

.ex .in .items .item .price .price-before {
  font-size: 17px;
  font-size: clamp(13px, 1.6vw, 17px);
  text-align: center;
  background-color: #b20000;
  color: white;
  width: 27%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ex .in .items .item .price .price-text {
  width: 73%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 25px;
  color: #b20000;
  line-height: 1em;
  min-width: 200px;
}

.ex .in .items .item .price .price-small {
  font-size: 13px;
  line-height: 1em;
  margin-top: 5px;
}

.ex .in .annotation {
  font-size: 13px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 60px;
}

.ex .in .combtn1 {
  max-width: 460px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .ex .in .combtn1 {
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .ex .in .items {
    flex-direction: column;
    gap: 80px;
  }

  .ex .in .items .image {
    width: 100%;
  }

  .ex .in .items .item .item-ttl {
    margin: 30px 0;
  }

  .ex .in .items .item .price .price-before {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  .ex .in .ttl {
    font-size: 25px;
  }

  .ex .in .subtitle {
    font-size: 13px;
  }

  .ex .in .items .item .item-ttl {
    margin: 20px 0;
  }
}

/* !plant
---------------------------------------------------------- */

.plant {
  margin-bottom: 85px;
}

.plant .top {
  background-image: url(../img/plant-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 20px 70px 20px;
  margin-bottom: 70px;
}

.plant .top .ttl {
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
}

.plant .top .subtitle {
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}

.plant .top .text {
  font-size: 17px;
  text-align: center;
  color: #ffffff;
  line-height: 1.78em;
}

.plant .bottom .ttl {
  font-size: 35px;
  color: #b20000;
  text-align: center;
  line-height: 1em;
  margin-bottom: 30px;
}

.plant .bottom .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 60px;
}

.plant .bottom .items .item {
  width: calc((100% - 40px) / 3);
}

.plant .bottom .items .item .image {
  margin-bottom: 10px;
}

.plant .bottom .items .item .text {
  font-size: clamp(12px, 1.5vw, 15px);
  text-align: center;
}

.plant .in .combtn1 {
  max-width: 460px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .plant .top {
    padding: 80px 12px 70px 12px;
  }

  .plant .in .combtn1 {
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .plant .bottom .items .item {
    width: calc((100% - 20px) / 2);
  }

  .plant .bottom .items .item .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .plant .top .ttl {
    font-size: 25px;
  }

  .plant .top .subtitle {
    font-size: 13px;
  }

  .plant .top .text {
    font-size: 15px;
  }

  .plant .bottom .items {
    margin-bottom: 30px;
  }

  .plant .bottom .items .item {
    width: 100%;
  }

  .plant .bottom .ttl {
    font-size: 25px;
  }
}

/* !staff
---------------------------------------------------------- */

.staff {
  padding-top: 108px;
  padding-bottom: 200px;
  background-color: #ffeaea;
}

.staff .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 45px;
}

.staff .items .item {
  width: calc((100% - 90px) / 3);
  display: flex;
  flex-direction: column;
}

.staff .items .item .item-mid {
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.staff .items .item .image-inner {
  margin-bottom: 25px;
}

.staff .items .item .image {
  width: 100%;
}

.staff .items .item .name {
  font-size: 25px;
  margin-bottom: 10px;
}

.staff .items .item .hobby-before {
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 15px;
  line-height: 1em;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  flex-shrink: 0;
}

.staff .items .item .hobby {
  display: inline-flex;
  align-items: center;
  font-size: clamp(13px, 1.6vw, 17px);
  line-height: 1.5em;
}

.staff .items .item .item-bottom {
  background-color: #ffffff;
  padding: 15px 10px;
}

.staff .items .item .text {
  font-size: 13px;
}

@media screen and (max-width: 840px) {
  .staff .items .item {
    width: calc((100% - 45px) / 2);
  }

  .staff .items {
    gap: 70px 45px;
  }
}

@media screen and (max-width: 479px) {
  .staff {
    padding-bottom: 100px;
  }

  .staff .items .item {
    width: 100%;
  }
}

/* !teaser
---------------------------------------------------------- */
#teaser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  padding: 0 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/teaser_reason.jpg);
}
#teaser.teaser_company {
  background-image: url(../img/teaser_company.jpg);
}
#teaser.teaser_price {
  background-image: url(../img/teaser_price.jpg);
}
#teaser.teaser_fuyouhin {
  background-image: url(../img/teaser_fuyouhin.jpg);
}
#teaser.teaser_ihinseiri {
  background-image: url(../img/teaser_ihinseiri.jpg);
}
#teaser.teaser_case {
  background-image: url(../img/teaser_case.jpg);
}
#teaser.teaser_reason {
  background-image: url(../img/teaser_reason.jpg);
}
#teaser.teaser_news {
  background-image: url(../img/teaser_news.jpg);
}
#teaser.teaser_contact {
  background-image: url(../img/teaser_contact.jpg);
}
#teaser.teaser_staff {
  background-image: url(../img/teaser_staff.jpg);
}
.teasertxt {
  font-size: 36px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #teaser {
    height: 160px;
    background-image: url(../img/teaser_reason_sp.jpg);
  }
  #teaser.teaser_company {
    background-image: url(../img/teaser_company_sp.jpg);
  }
  #teaser.teaser_price {
    background-image: url(../img/teaser_price_sp.jpg);
  }
  #teaser.teaser_fuyouhin {
    background-image: url(../img/teaser_fuyouhin_sp.jpg);
  }
  #teaser.teaser_ihinseiri {
    background-image: url(../img/teaser_ihinseiri_sp.jpg);
  }
  #teaser.teaser_case {
    background-image: url(../img/teaser_case_sp.jpg);
  }
  #teaser.teaser_reason {
    background-image: url(../img/teaser_reason_sp.jpg);
  }
  #teaser.teaser_news {
    background-image: url(../img/teaser_news_sp.jpg);
  }
  #teaser.teaser_contact {
    background-image: url(../img/teaser_contact_sp.jpg);
  }
  .teasertxt {
    font-size: 23px;
  }
}
/* !contents
---------------------------------------------------------- */
/* #contents {
}
#main {
}

#side {
} */

/* !pageTop
---------------------------------------------------------- */
/* .pagetop {
} */
/* !footer
---------------------------------------------------------- */
/* #footer {
} */
#footer .logo {
  display: flex;
  padding: 88px 0 0;
  width: 585px;
  margin: 0 auto;
}
#footer .logo .img {
  width: 250px;
  padding: 5px 0 0;
  box-sizing: border-box;
}
#footer .logo .txt {
  flex: 1;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 0 30px;
  white-space: nowrap;
}
#footer .area {
  font-size: 12px;
  line-height: 20px;
  color: #b20000;
  font-weight: 500;
  text-align: center;
  margin: 18px 0 0;
}
#footer .links {
  display: flex;
  justify-content: center;
  margin: 42px 0 60px;
}
#footer .links li {
  margin: 0 25px;
}
#footer .links li a {
  display: block;
  font-size: 18px;
  line-height: 40px;
}
#footer .links li a:hover {
  text-decoration: underline;
}
.footermap {
  height: 437px;
}
.footermap iframe {
  width: 100%;
  height: 100%;
}
#copyright {
  font-size: 12px;
  line-height: 24px;
  color: #8b8b8b;
  text-align: center;
  letter-spacing: 6px;
  padding: 28px 0;
  background: #f1f1f1;
}
@media screen and (max-width: 1100px) {
  /* #footer {
  } */
  #footer .logo {
    display: block;
    padding: 60px 0 0;
    width: 220px;
  }
  #footer .logo .img {
    width: 214px;
    padding: 0;
  }
  #footer .logo .txt {
    font-size: 13px;
    line-height: 18px;
    padding: 9px 0 0;
    white-space: initial;
    letter-spacing: -0.1px;
  }
  #footer .area {
    font-size: 10px;
    line-height: 15px;
    text-align: justify;
    margin: 15px 0 0;
  }
  #footer .links {
    display: block;
    margin: 35px 0 36px;
  }
  #footer .links li {
    margin: 0;
  }
  #footer .links li a {
    font-size: 16px;
    line-height: 63px;
    text-align: center;
  }
  .footermap {
    height: 300px;
  }
  #copyright {
    font-size: 8px;
    line-height: 20px;
    letter-spacing: 4px;
    padding: 23px 0;
  }
}
/*fixmenu*/
.fixmenu {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 142px;
  background: #fff;
  border-top: 2px solid #b20000;
  z-index: 98;
}
.fixmenu .pc {
  height: 100%;
}
.fixmenu .pc .in {
  height: 100%;
}
.fixmenu .pc .box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
/* .fixmenu .pc .box .left {
  width: 248px;
} */
.fixmenu .pc .box .left .txt1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #b20000;
}
.fixmenu .pc .box .left .txt2 {
  text-align: center;
  line-height: 1.2;
}
.fixmenu .pc .box .left .txt2 a {
  display: inline-flex;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
  color: #b20000;
  text-align: center;
  white-space: nowrap;
}
.fixmenu .pc .box .left .txt2 a:before {
  content: "";
  width: 27px;
  height: 33px;
  background-image: url(../img/ico_pc_tel_28x34_b.png);
  margin-right: 12px;
  background-size: contain;
}
.fixmenu .pc .box .left .txt3 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: 1px solid #050505;
  border-radius: 2px;
}
/* .fixmenu .pc .box .left2 {
  margin-bottom: 26px;
} */
.fixmenu .pc .box .left2 .txt1 {
  text-align: center;
}
.fixmenu .pc .box .left2 .txt1 a {
  display: inline-flex;
  align-items: center;
  line-height: 1em;
  font-size: 26px;
  color: #b20000;
  margin-bottom: 14px;
}
.fixmenu .pc .box .left2 .txt1 a:before {
  content: "";
  width: 19px;
  height: 24px;
  background-image: url(../img/ico_pc_tel_28x34_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  transform: translateY(2px);
}
.fixmenu .pc .box .left2 .txt2 {
  text-align: center;
}
.fixmenu .pc .box .left2 .txt2 a {
  display: inline-flex;
  align-items: center;
  line-height: 1em;
  font-size: 26px;
  color: #b20000;
  margin-bottom: 9px;
}
.fixmenu .pc .box .left2 .txt2 a:before {
  content: "";
  width: 19px;
  height: 24px;
  background-image: url(../img/ico_pc_tel_28x34_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  transform: translateY(2px);
}
.fixmenu .pc .box .left2 .txt3 {
  font-size: 11px;
  line-height: 1em;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  color: #b20000;
  border: 1px solid #b20000;
  font-feature-settings: "palt";
}
.fixmenu .pc .box .middle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #00c142;
  border-radius: 10px;
  /* margin-bottom: 19px; */
}
.fixmenu .pc .box .middle .text {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
}
.fixmenu .pc .box .middle .txt2 {
  margin: 0 0 0 -5px;
}
.fixmenu .pc .box .middle .qr {
  width: 82px;
}
.fixmenu .pc .box .right {
  width: 320px;
  /* margin-bottom: 35px; */
}
.fixmenu .pc .box .right a {
  letter-spacing: -1px;
}
@media screen and (max-width: 1100px) {
  .fixmenu {
    height: 160px;
    padding: 0 5px;
    border-top: 1px solid #b20000;
  }
}

.fixmenu .sp {
  height: 100%;
}
.fixmenu .sp .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  height: 100%;
  padding: 10px 22px;
}
.fixmenu .sp .box .tel {
  width: 80%;
  height: 100px;
  max-width: 360px;
  text-align: center;
}
.fixmenu .sp .box .tel a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
  padding: 0 15px 0 65px;
  background-image: linear-gradient(to right, #b20000 0%, #b20000 100%);
  border-radius: 50px;
}
.fixmenu .sp .box .tel a:before {
  position: absolute;
  content: "";
  width: 33px;
  height: 40px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_sp_tel_34x42_w.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.fixmenu .sp .box .tel a .txt1 {
  font-size: 23px;
  font-weight: 700;
  white-space: nowrap;
}
.fixmenu .sp .box .tel a .txt2 {
  font-size: 15px;
  font-weight: 700;
  margin: 2px 0 0;
  white-space: nowrap;
}
.fixmenu .sp .box .tel2 {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}
.fixmenu .sp .box .tel2 .txt1 {
  color: #b20000;
  /* font-size:15px; */
  font-size: clamp(12px, 2vw, 15px);
  line-height: 1.3em;
  margin-bottom: 9px;
}
.fixmenu .sp .box .tel2 .txt2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 4.2vw, 32px);
  color: #b20000;
  margin-bottom: 7px;
  border: 2px solid #b20000;
  border-radius: 25px;
  line-height: 50px;
}

.fixmenu .sp .box .tel2 .txt2:before {
  content: "";
  width: 19px;
  height: 24px;
  background-image: url(../img/ico_sp_tel_38x46_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(3px);
  margin-right: 18px;
}
.fixmenu .sp .box .tel2 .txt3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 4.2vw, 32px);
  color: #b20000;
  margin-bottom: 7px;
  border: 2px solid #b20000;
  border-radius: 25px;
  line-height: 50px;
}
.fixmenu .sp .box .tel2 .txt3:before {
  content: "";
  width: 19px;
  height: 24px;
  background-image: url(../img/ico_sp_tel_38x46_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(3px);
  margin-right: 18px;
}

.fixmenu .sp .box .line {
  height: 100px;
  width: 80%;
  max-width: 360px;
  background-color: #00b900;
  border-radius: 50px;
  text-align: center;
}
.fixmenu .sp .box .line a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.fixmenu .sp .box .line a img {
  position: absolute;
  left: 25px;
}
.fixmenu .sp .box .line a p {
  padding: 0 10px 0 60px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .fixmenu {
    height: 80px;
  }

  .fixmenu .sp .box {
    gap: 5px;
    padding: 0;
  }
  .fixmenu .sp .box .tel a {
    padding: 0 5px 0 30px;
  }
  .fixmenu .sp .box .tel a:before {
    width: 20px;
    height: 28px;
    left: 10px;
  }

  .fixmenu .sp .box .tel {
    flex: 1;
    height: 60px;
    border-radius: 30px;
  }

  .fixmenu .sp .box .tel a .txt1 {
    font-size: 12px;
  }

  .fixmenu .sp .box .tel a .txt2 {
    font-size: 8px;
  }

  /* .fixmenu .sp .box .tel2 {
    margin-left: 15px;
  } */

  .fixmenu .sp .box .line {
    flex: 1;
    height: 60px;
    border-radius: 30px;
  }

  .fixmenu .sp .box .line a img {
    width: 32px;
    left: 10px;
  }

  .fixmenu .sp .box .line a p {
    padding: 0 5px 0 35px;
    font-size: 16px;
  }
}

/* @media screen and (max-width: 420px) {
  .fixmenu {
    height: 120px;
  }

  .fixmenu .sp .box .tel2 .txt2 {
    line-height: 20px;
  }
  .fixmenu .sp .box .tel2 .txt2:before {
    width: 10px;
    height: 15px;
    margin-right: 5px;
  }

  .fixmenu .sp .box .tel2 .txt3 {
    line-height: 20px;
  }
  .fixmenu .sp .box .tel2 .txt3:before {
    width: 10px;
    height: 15px;
    margin-right: 5px;
  }
} */

/* comcontact
---------------------------------------------------------- */
.comcontact {
  display: flex;
}
.comcontact .item {
  width: 50%;
  height: 340px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8efef;
}
.comcontact .item + .item {
  background: #ffeaea;
}
.comcontact .tel {
  width: 380px;
}
.comcontact .tel .txt1 {
  font-size: 36px;
  line-height: 45px;
  color: #b20000;
  text-align: center;
  white-space: nowrap;
  margin: 0 -10px;
}
.comcontact .tel .txt2 {
  font-size: 18px;
  line-height: 28px;
  color: #050505;
  text-align: center;
}
.comcontact .tel .txt3 {
  font-size: 16px;
  line-height: 28px;
  color: #050505;
  text-align: center;
  border: 1px solid #050505;
  border-radius: 2px;
  background: #fff;
  margin: 15px 0 0;
}
.comcontact .tel .txt4 {
  margin: 10px 0 0;
}
.comcontact .tel .txt4 a {
  display: block;
  color: #b20000;
  font-size: 48px;
  line-height: 50px;
  padding: 0 0 0 44px;
  background: url(../img/ico_pc_tel_28x34_b.png) 4px 9px no-repeat;
  white-space: nowrap;
}
.comcontact .tel .txt5 {
  font-size: 16px;
  line-height: 1em;
  padding: 8px 0;
  border-radius: 3px;
  text-align: center;
  color: #b20000;
  margin-top: 17px;
  margin-bottom: 10px;
  border: 1px solid #b20000;
}
.comcontact .tel .tel-inner {
  display: flex;
  justify-content: center;
}
/* .comcontact .tel .tel-inner .tel-number {
} */
.comcontact .tel .tel-inner .tel-number:first-child {
  margin-right: 24px;
}
.comcontact .tel .tel-inner .tel-number a:before {
  content: "";
  width: 13px;
  height: 16px;
  background-image: url(../img/ico_pc_tel_28x34_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.comcontact .tel .tel-inner .tel-number a {
  display: inline-flex;
  align-items: center;
  line-height: 1em;
  font-size: 19px;
  color: #b20000;
}
.comcontact .mail {
  width: 460px;
}
.comcontact .mail .txt {
  font-size: 36px;
  line-height: 60px;
  color: #b20000;
  text-align: center;
  margin: 0 0 22px;
}
@media screen and (max-width: 1100px) {
  .comcontact {
    display: block;
  }
  .comcontact .item {
    width: 100%;
    padding: 0 20px;
    height: 280px;
  }
  .comcontact .item:nth-child(2) {
    height: 200px;
  }
  .comcontact .tel {
    width: 100%;
    max-width: 370px;
  }
  .comcontact .tel .txt1 {
    font-size: 23px;
    line-height: 30px;
    margin: 10px 0 0;
  }
  .comcontact .tel .txt2 {
    font-size: 12px;
    line-height: 20px;
  }
  .comcontact .tel .txt3 {
    font-size: 11px;
    line-height: 20px;
    margin: 10px 0 0;
  }
  .comcontact .tel .txt4 {
    margin: 10px 0 10px;
  }
  .comcontact .tel .txt5 {
    margin-top: 0;
  }
  .comcontact .tel .txt4 a {
    font-size: 33px;
    line-height: 45px;
    padding: 0 0 0 26px;
    background: url(../img/ico_sp_tel_38x46_b.png) 2px 14px no-repeat;
    background-size: 19px auto;
  }
  .comcontact .tel .tel-inner .tel-number:first-child {
    margin-right: 15px;
  }
  .comcontact .mail {
    width: 100%;
    max-width: 330px;
  }
  .comcontact .mail .txt {
    font-size: 23px;
    line-height: 30px;
    margin: 10px 0 22px;
  }
}

@media screen and (max-width: 359px) {
  .comcontact .tel .tel-inner .tel-number a {
    font-size: 16px;
  }
  .comcontact .tel .txt5 {
    font-size: 14px;
  }
}
/* comline
---------------------------------------------------------- */
.comline {
  position: relative;
  background: #b20000;
}
.comline .poptxt {
  position: absolute;
  width: 464px;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  border: 3px solid #b20000;
  border-radius: 8px;
  background: #fff;
  font-size: 21px;
  line-height: 38px;
  text-align: center;
  color: #b20000;
  font-weight: 500;
  z-index: 2;
}
.comline .poptxt:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 16px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  background: url(../img/arw_down_line_32x16.png) 0 0 no-repeat;
}
.comline .box {
  position: relative;
  height: 212px;
}
.comline .box .text {
  position: absolute;
  width: 326px;
  right: 50%;
  top: 53px;
  z-index: 3;
}
.comline .box .text .txt1 {
  font-size: 36px;
  line-height: 53px;
  color: #fff;
  height: 53px;
  padding: 0 0 0 72px;
  background: url(../img/line_pc.png) 0 0 no-repeat;
}
.comline .box .text .txt2 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin: 15px 0 0 5px;
}
.comline .box .qr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(56px, -50%);
  z-index: 3;
}
.comline .box .woman {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .comline .poptxt {
    width: 296px;
    top: -22px;
    border: 1px solid #b20000;
    border-radius: 6px;
    font-size: 14px;
    line-height: 24px;
  }
  .comline .poptxt:after {
    width: 20px;
    height: 10px;
    bottom: -10px;
    background: url(../img/arw_down_line_40x20.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .comline .box {
    height: auto;
    max-width: 375px;
    margin: 0 auto;
    padding: 15px 0 15px;
  }
  .comline .box .text {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
  .comline .box .text .txt1 {
    font-size: 21px;
    line-height: 30px;
    height: auto;
    padding: 0;
    text-align: center;
    background: none;
    white-space: nowrap;
  }
  .comline .box .text .txt2 {
    font-size: 11px;
    line-height: 13px;
    margin: 0;
    text-align: center;
  }
  .comline .box .qr {
    display: none;
    transform: translate(-5px, -50%);
  }
  .comline .box .woman {
    right: -42px;
  }
  .comline .box .woman img {
    width: 165px;
  }
  .comline .box .btn {
    margin: 15px 5px 0;
  }
  .comline .box .btn a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 25px;
    background: url(../img/btn_comline.png) left 21px center no-repeat #00b900;
    background-size: 35px auto;
    z-index: 9;
  }
}
@media screen and (max-width: 359px) {
  .comline .box .text .txt1 {
    font-size: 16px;
  }
  .comline .box .text .txt2 {
    font-size: 9px;
  }
  .comline .box .qr {
    transform: translate(0, -50%);
  }
}
/* !h(n)eading
---------------------------------------------------------- */
.hd1 {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  color: #b20000;
}
@media screen and (max-width: 1100px) {
  .hd1 {
    font-size: 23px;
    line-height: 30px;
  }
}

/* !combtn
---------------------------------------------------------- */
.combtn1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 68px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 34px;
  background-image: linear-gradient(to right, #e90404 0%, #b20000 100%);
}
.combtn1.h68 {
  height: 68px;
}
.combtn1.h55 {
  height: 55px;
}
.combtn1.ico:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 18px;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_pc_mail_22x18_w.png) 0 0 no-repeat;
}
.combtn1.arw:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arw_pc_right_10x16_w.png) 0 0 no-repeat;
}
.combtn2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 68px;
  font-size: 20px;
  line-height: 30px;
  color: #b20000;
  text-align: center;
  border-radius: 34px;
  background: #fff;
  border: 2px solid #b20000;
  box-sizing: border-box;
}
.combtn2:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arw_pc_right_10x16.png) 0 0 no-repeat;
}
@media screen and (max-width: 1100px) {
  .combtn1 {
    height: 50px;
    font-size: 13px;
    line-height: 18px;
    border-radius: 25px;
  }
  .combtn2 {
    height: 50px;
    font-size: 15px;
    line-height: 18px;
    border-radius: 25px;
  }
  .combtn1.h68 {
    height: 50px;
  }
  .combtn1.h55 {
    height: 28px;
    font-size: 9px;
    line-height: 10px;
  }
  .combtn1.ico:before {
    width: 18px;
    height: 15px;
    left: 16px;
    background: url(../img/ico_sp_mail_36x30_w.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .combtn1.arw:after {
    width: 9px;
    height: 14px;
    right: 17px;
    top: 50%;
    background: url(../img/arw_sp_right_18x28_w.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .combtn1.h55.arw:after {
    width: 5px;
    height: 8px;
    right: 8px;
    top: 50%;
    background: url(../img/arw_pc_right_10x16_w.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
/* comcomment
---------------------------------------------------------- */
.comcomment {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .comcomment {
    font-size: 13px;
    line-height: 18px;
  }
}
/* ! font weight
---------------------------------------------------------- */
.fw100 {
  font-weight: 100;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}

/***PC 1100px ~***/

/***IPAD 768px ~ 1100px***/
@media screen and (max-width: 1100px) {
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
}
