@charset "utf-8";

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.tx-title--prime,
.tx-title--second {
  padding-bottom: 25px;
  font-weight: 700;
}

.tx-title--prime .jp,
.tx-title--second {
  position: relative;
  padding-bottom: 30px;
}
.tx-title--prime .jp::before,
.tx-title--second::before {
  position: absolute;
  content: "";
  margin: auto;
  width: 370px;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #000000;
}

.tx-title--prime {
  padding-top: 190px;
  max-width: 1500px;
  font-size: var(--fz40px);
}
.tx-title--prime .jp {
  margin: 0 auto;
  display: block;
  letter-spacing: 0.07em;
}
.tx-title--prime .en {
  position: relative;
  margin-top: -40px;
  display: block;
  z-index: -1;
}
.tx-title--prime .en img {
  margin-right: 0;
}

.tx-title--second {
  line-height: 1.5em;
  font-size: var(--fz32px);
}

.tx-title--third {
  position: relative;
  margin: 0 auto;
  margin-left: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.5em;
  font-size: var(--fz24px);
}
.tx-title--third::before {
  position: absolute;
  content: "";
  margin-left: -40px;
  max-width: 370px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 0.75px solid #000000;
}

.tx-title--long-bar::before {
  max-width: 480px;
}

.sub-page .container {
  margin-top: 100px;
}

.bg-black {
  background-color: #000000;
}
.bg-black .tx-title--second {
  color: #FFFFFF;
}
.bg-black .tx-title--second::before {
  border-color: #FFFFFF;
}
.bg-black .tx-desc {
  color: #FFFFFF;
}

.col-st001 {
  margin-bottom: 75px;
  align-items: center;
}
.col-st001 .box-st001 .tx-desc {
  letter-spacing: 0.05em;
}
.col-st001--img520w .image {
  max-width: 520px;
}
.col-st001--img520w .image img {
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-st001 {
  margin-left: 0;
}
.box-st001 .tx-desc {
  margin-left: 0;
  max-width: 1240px;
}

.bf2af-col {
  position: relative;
  gap: 0 70px;
}
.bf2af-col::before {
  position: absolute;
  content: "";
  margin: auto;
  width: 27px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(20px);
  background-image: url("../images/ico-arrow-right-gray.svg");
}
.bf2af-col .label-box {
  margin-bottom: 15px;
  padding: 7px 12px;
  display: inline-block;
  width: 90px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #D5D5D5;
  font-size: var(--fz16px);
  background-color: #2B2B2B;
}

.btn-st001 {
  max-width: 400px;
  border: 1px solid #000;
  font-weight: 700;
}
.btn-st001.ico-phone {
  font-size: var(--fz38px);
  background-position: 25px 50%;
  background-size: 35px;
}
.btn-st001.ico-mail, .btn-st001.ico-fax {
  background-position: 25px 50%;
  background-size: 40px;
}
.btn-st001.ico-pdf {
  background-position: 25px 50%;
  background-size: 32px;
}
.btn-st001.cl-blue {
  color: #003686;
  font-size: var(--fz25px);
  border-color: #003686;
}
.btn-st001.cl-blue.ico-phone {
  background-image: url("../images/ico-phone-blue.svg");
}
.btn-st001.cl-blue.ico-mail {
  background-image: url("../images/ico-mail-blue.svg");
}
.btn-st001.ico-phone, .btn-st001.ico-fax {
  letter-spacing: 0.05em;
  font-size: var(--fz38px);
}
.btn-st001.cl-red {
  color: #C44E4E;
  font-size: var(--fz20px);
  border-color: #C44E4E;
}
.btn-st001.cl-red.ico-pdf {
  background-image: url("../images/ico-pdf-red.svg");
}
.btn-st001.cl-red.ico-mail {
  background-image: url("../images/ico-mail-red.svg");
}
.btn-st001.cl-red-fill {
  color: #ffffff;
  border-color: #C44E4E;
  background-color: #C44E4E;
}
.btn-st001.cl-red-fill span {
  color: #C44E4E;
}
.btn-st001.cl-red-fill.ico-phone {
  background-image: url("../images/ico-phone-white.svg");
}
.btn-st001.cl-red-fill.ico-fax {
  background-image: url("../images/ico-fax-white.svg");
}
.btn-st001 a {
  display: flex;
  align-items: center;
  padding-left: 90px;
  padding-right: 10px;
  padding-bottom: 5px;
  height: 75px;
}
.btn-st001--w360 {
  max-width: 360px;
}
.btn-st001--w360 a {
  padding-left: 65px;
  height: 65px;
}
.btn-st001--w360.ico-pdf {
  letter-spacing: 0.05em;
  background-position: 18px 50%;
}
.btn-st001--w360.ico-mail a {
  padding-left: 90px;
  letter-spacing: 0.1em;
}

.balloon-st001 {
  border: 2px solid #C44E4E;
}

.pg-reason .before-footer {
  padding-bottom: 320px;
}
.pg-reason .tx-title--prime {
  padding-bottom: 145px;
}
.pg-reason .col-st001 {
  justify-content: center;
  gap: 0 100px;
}
.pg-reason .col-st001 .image {
  margin: 0;
  width: 34.7%;
}
.pg-reason .col-st001 .text {
  margin: 0;
  max-width: 795px;
  width: calc(65.3% - 100px);
}
.pg-reason .col-st001.image-left {
  padding-right: 20px;
  justify-content: flex-start;
}
.pg-reason .col-st001.image-right {
  padding-left: 100px;
  justify-content: space-between;
}
.pg-reason .tx-desc {
  line-height: 2.2em;
}

.reason-technic__col001 .image img {
  -o-object-position: 26% 50%;
     object-position: 26% 50%;
}
.reason-upper-btns {
  gap: 0 45px;
}
.reason-upper-btns .btn {
  margin: 0;
  width: 30%;
  max-width: 350px;
  color: #FFFFFF;
  font-size: var(--fz24px);
  font-weight: 700;
  background-color: #003686;
}
.reason-upper-btns a {
  position: relative;
  padding-top: 15px;
  padding-bottom: 40px;
}
.reason-upper-btns a::before {
  content: "";
  position: absolute;
  margin: auto;
  width: 16px;
  height: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  background-image: url("../images/ico-arrow-down-white.svg");
}
.reason-upper-btns a:hover {
    transition: all .6s;
	background-color: #006;
}
.reason-upper-btns .tx-number {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: var(--fz40px);
  font-weight: 400;
}
.reason-upper-btns .tx-title {
  text-align: center;
}
.reason-catchcopy {
  padding-bottom: 65px;
  max-width: 1400px;
}
.reason-catchcopy .tx-title {
  padding-top: 190px;
  margin-bottom: 120px;
}
.reason-catchcopy .fl-col {
  align-items: center;
}
.reason-catchcopy .tx-catch {
  padding-bottom: 30px;
  font-size: var(--fz44px);
  font-weight: 700;
}
.reason-catchcopy .tx-desc {
  line-height: 1.8em;
}
.reason-quality {
  margin-top: 180px;
  padding-left: 100px;
}
.reason-costdown {
  padding-bottom: 140px;
}
.reason-costdown .tx-title {
  margin-bottom: 50px;
  padding-top: 200px;
  font-size: var(--fz24px);
}
.reason-costdown .tx-desc {
  padding-bottom: 40px;
}
.reason-costdown .table-box {
  max-width: 1100px;
  width: 98%;
}
.reason-costdown table {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #000;
}
.reason-costdown table tr.bg-red {
  font-size: var(--fz20px);
  background-color: #FFE6E6;
}
.reason-costdown table tr.bg-red th, .reason-costdown table tr.bg-red td {
  font-weight: 700;
}
.reason-costdown table thead tr {
  background-color: #EFEFEF;
  font-weight: 700;
}
.reason-costdown table th, .reason-costdown table td {
  padding: 15px 1em;
  width: 25%;
  letter-spacing: 0.1em;
  border: 1px solid #000;
}
.reason-costdown table th {
  font-weight: 400;
  text-align: left;
}
.reason-costdown table td {
  text-align: center;
}
.reason-merit {
  gap: 0 100px;
}
.reason-merit .image {
  max-width: 650px;
  width: 43.5%;
}
.reason-merit .text {
  width: calc(56.5% - 100px);
}
.reason-repair {
  padding-top: 150px;
  padding-bottom: 125px;
}
.reason-repair .tx-title--second {
  margin-bottom: 110px;
}
.reason-repair .intro {
  gap: 0 80px;
  justify-content: flex-start;
}
.reason-repair .intro .image {
  max-width: 520px;
}
.reason-repair .intro .image img {
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 84% 50%;
     object-position: 84% 50%;
}
.reason-repair .intro .text {
  width: 60%;
  max-width: 780px;
}
.reason-repair .intro .tx-desc {
  padding-top: 25px;
  padding-bottom: 40px;
}
.reason-repair .intro .fl-col__cell {
  margin: 0;
}
.reason-repair .bf2af-col--upper {
  margin-bottom: 165px;
}
.reason-repair .bf2af-col--lower {
  max-width: 1250px;
}
.reason-repair .list-thumb {
  justify-content: space-between;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding-top: 225px;
  max-width: 1200px;
}
.reason-repair .list-thumb .fl-box__cell {
  margin: 0;
  width: calc(25% - 18.75px);
}
.reason-ordermade .tx-title--second {
  margin-bottom: 115px;
  padding-top: 185px;
}
.reason-ordermade .tx-desc {
  padding-bottom: 75px;
}
.reason-contact-btns {
  gap: 25px 0;
}
.pg-product .tx-title--prime {
  padding-bottom: 190px;
}

.product-detail .col-st001 {
  align-items: flex-start;
  margin-bottom: 0;
}
.product-detail .col-st001.image-right .text {
  order: 1;
}
.product-detail .col-st001.image-right .image {
  order: 2;
}
.product-detail .col-st001 .fl-col__cell {
  width: 50%;
}
.product-detail .image {
  max-width: 800px;
  height: 800px;
  z-index: 0;
}
.product-detail .image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 18% 50%;
     object-position: 18% 50%;
}
.product-detail .text {
  z-index: 1;
}
.product-detail .box-st001 {
  padding: 100px;
  padding-bottom: 120px;
  padding-left: 130px;
  background-color: #ffffff;
}
.product-detail .btn-st001 + .btn {
  margin-top: 20px;
}
.product-detail .btns-area {
  margin-top: 60px;
}
.product-detail .tx-title {
  margin-bottom: 70px;
  padding-bottom: 40px;
  line-height: 1;
  font-size: var(--fz72px);
}
.product-detail .tx-title::before {
  margin-left: -30px;
}
.product-detail .tx-title--w520::before {
  width: 100%;
  max-width: 520px;
}
.product-detail .tx-desc.tx-red {
  color: #D30202;
  font-size: var(--fz20px);
  font-weight: 700;
}
.product-detail .tx-desc {
  line-height: 2em;
}
.product-detail .tx-desc + .tx-desc {
  padding-top: 1.5em;
}
.product-detail .tx-link {
  padding-bottom: 3px;
  display: inline-block;
  border-bottom: 2px dashed #3657B2;
}
.product-detail .tx-link img {
  margin-left: 5px;
  margin-top: 10px;
  display: inline-block;
}
.product-detail .tx-link:hover {
  opacity: 0.7;
}
.product-detail .tx-blue {
  color: #3657B2;
}
.product-goods001 .image {
  position: relative;
}
.product-goods001 .image::after {
  position: absolute;
  content: "";
  bottom: -320px;
  right: 50px;
  width: 70%;
  max-width: 500px;
  height: 500px;
  background-image: url("../images/logo-ryoma-blade.png");
  background-size: contain;
  background-position: right bottom;
}
.product-goods001 .box-st001 {
  margin-top: 95px;
  margin-bottom: -235px;
  margin-right: -100px;
  max-height: 940px;
}
.product-goods002 {
  padding: 400px 0;
  background-color: #000000;
}
.product-goods002 .image {
  position: relative;
}
.product-goods002 .image::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 230px;
  height: 340px;
  background-image: url("../images/img-dog.png");
  background-size: cover;
}
.product-goods002 .box-st001 {
  margin-top: 170px;
  margin-bottom: -170px;
  margin-left: -100px;
}
.product-goods003 .box-st001 {
  padding-bottom: 250px;
}
.product-goods003 .image {
  margin: 0;
  margin-top: -20px;
  max-width: 720px;
  height: 650px;
  overflow: hidden;
}
.product-goods003 .image img {
  transform: scale(1.3);
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 70% 80%;
     object-position: 70% 80%;
}

.pg-achieve .content-inner {
  padding: 0 20px;
}
.pg-achieve .before-footer {
  padding-bottom: 295px;
}
.pg-achieve .tx-title--second {
  margin-bottom: 75px;
  padding-top: 175px;
  line-height: 1;
}
.pg-achieve .tx-red {
  padding-bottom: 25px;
  display: block;
  text-align: center;
  color: #D30202;
  font-size: var(--fz24px);
  font-weight: 700;
}
.pg-achieve .tx-notice {
  display: block;
  font-size: var(--fz16px);
}
.pg-achieve .fl-col__cell {
  margin: 0;
}

.achieve-blade .tx-title--second {
  padding-top: 125px;
}
.achieve-blade .tx-desc {
  margin-bottom: 90px;
}
.achieve-blade .deal-info {
  gap: 0 65px;
}
.achieve-blade .image {
  flex: 1;
  max-width: 480px;
}
.achieve-blade .text {
  max-width: 700px;
  width: 90%;
}
.achieve-blade .list-deal {
  width: 100%;
}
.achieve-blade .list-deal .tx-title {
  padding: 16px 20px;
  background-color: #F2F8F9;
  font-weight: 700;
}
.achieve-blade .list-deal .fl-col {
  justify-content: flex-start;
  padding: 0 25px;
  padding-top: 17px;
}
.achieve-blade .list-deal .fl-col:first-of-type {
  padding-top: 20px;
}
.achieve-blade .list-deal .fl-col:last-of-type {
  padding-bottom: 30px;
}
.achieve-blade .list-deal .fl-col__cell {
  width: 50%;
  font-size: var(--fz16px);
}
.achieve-attach .tx-title--second {
  padding-top: 160px;
}
.achieve-attach .tx-etc,
.achieve-attach .tx-notice {
  max-width: 1150px;
}
.achieve-attach .tx-etc {
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.achieve-attach .tx-notice {
  margin-bottom: 55px;
}
.achieve-attach .list {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 30px;
  margin: 0 auto;
  max-width: 1150px;
}
.achieve-attach .list .fl-col__cell {
  position: relative;
  padding-left: 20px;
  max-width: 210px;
  width: 25%;
}
.achieve-attach .list .fl-col__cell::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  background-color: #3B9FE2;
  border-radius: 50%;
}
.achieve-support .tx-title--second {
  margin-bottom: 50px;
}
.achieve-outside .tx-title--second {
  margin-bottom: 40px;
}
.achieve-outside .tx-desc {
  margin-bottom: 50px;
}

.pg-company .before-footer {
  padding-bottom: 280px;
}
.pg-company .tx-title--prime {
  margin-bottom: 100px;
  padding-bottom: 0;
}
.pg-company .tx-title--second {
  line-height: 1;
  font-weight: 500;
}

.company-greeting {
  position: relative;
}
.company-greeting::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  max-width: 400px;
  width: 100%;
  height: 234px;
  background-image: url("../images/logo-mitomi-create.png");
  background-position: 100% 0%;
  background-size: cover;
  opacity: 0.25;
}
.company-greeting .tx-title--second {
  margin-bottom: 30px;
  margin-left: 0;
  max-width: 100px;
  width: 100%;
}
.company-greeting .tx-title--second::before {
  max-width: 100px;
  width: 100%;
}
.company-greeting .tx-desc {
  width: 100%;
  line-height: 2.2em;
}
.company-greeting .tx-desc + .tx-desc {
  padding-top: 20px;
}
.company-greeting .tx-desc.space {
  padding-top: 40px;
}
.company-greeting .fl-col {
  max-width: 1200px;
}
.company-greeting .title {
  flex: 1;
}
.company-greeting .text {
  width: 80%;
}
.company-info .tx-title--second {
  margin-bottom: 100px;
  padding-top: 260px;
  padding-bottom: 25px;
}
.company-info .fl-col {
  justify-content: center;
}
.company-info .text {
  margin: 0;
  margin-top: 35px;
  margin-right: -80px;
  padding: 40px 55px;
  max-width: 670px;
  width: 60%;
  background-color: #F9F9F9;
  box-sizing: content-box;
}
.company-info .text table th, .company-info .text table td {
  padding: 20px 0;
}
.company-info .text table th {
  width: 25%;
}
.company-info .text table td {
  padding-right: 40px;
  width: 75%;
}
.company-info .text table td p + p {
  padding-top: 1em;
}
.company-info .image {
  margin: 0;
  max-width: 600px;
  width: 40%;
}
.company-info .image iframe {
  width: 100%;
}
.company-link .tx-title--second {
  margin-bottom: 90px;
  padding-top: 210px;
  padding-bottom: 25px;
}
.company-link .btns-area {
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 536px;
}
.company-link .btns-area .btn {
  margin: 0;
  max-width: 246px;
}
.pg-voice .before-footer {
  padding-bottom: 295px;
}
.pg-voice .tx-title--prime {
  padding-bottom: 0;
  margin-bottom: 110px;
}
.pg-voice .balloon-left {
  position: relative;
  display: inline-block;
  padding: 30px;
  padding-right: 35px;
  min-width: 120px;
  width: 100%;
  background: #FFF;
  border: solid 2px #C44E4E;
  box-sizing: border-box;
}
.pg-voice .balloon-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.pg-voice .balloon-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #C44E4E;
  z-index: 1;
}
.pg-voice .balloon-left p {
  margin: 0;
  padding: 0;
}

.voice-intro .fl-box {
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 1225px;
}
.voice-intro .fl-box + .fl-box {
  padding-top: 160px;
}
.voice-intro .box-title {
  flex-direction: column;
  margin: 0;
  padding: 0 20px;
  max-width: 500px;
  width: calc(45% - 15px);
  background-color: #F9F9F9;
}
.voice-intro .box-title .tx-title {
  margin-bottom: 55px;
  text-align: center;
  font-size: var(--fz24px);
  font-weight: 700;
}
.voice-intro .box-title .tx-sub-title {
  text-align: center;
  font-size: var(--fz20px);
}
.voice-intro .box-balloon {
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  margin: 20px 0;
  padding-left: 14px;
  max-width: 660px;
  width: calc(55% - 15px);
  letter-spacing: 0.05em;
}

.pg-contact .before-footer {
  padding-bottom: 265px;
}
.pg-contact .tx-title--prime {
  padding-bottom: 90px;
  line-height: 1;
}
.pg-contact .tx-title--second {
  letter-spacing: 0.05em;
}

.contact-intro .tx-desc {
  line-height: 2em;
  max-width: 1000px;
}
.contact-phone .tx-title--second {
  margin-bottom: 75px;
  padding-top: 140px;
}
.contact-phone .btns-area {
  gap: 30px 40px;
  max-width: 840px;
}
.contact-phone .btns-area .tx-desc {
  width: 100%;
  font-size: var(--fz20px);
  font-weight: 700;
}
.contact-phone .btn {
  position: relative;
  margin: 0;
  margin-top: 40px;
  font-size: var(--fz38px);
}
.contact-phone .btn span {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: var(--fz20px);
  text-align: center;
}
.contact-form .tx-title--second {
  margin-bottom: 95px;
  padding-top: 225px;
}
.contact-form .box-form .form-table {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.contact-form .box-form .request-options label {
  margin-right: 0.5em;
  line-height: 2em;
}
.contact-form .box-form .require {
  margin-left: 20px;
  padding: 0 10px;
  padding-bottom: 2px;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: var(--fz16px);
  font-weight: 400;
  background-color: #C44E4E;
}
.contact-form .box-form tr:nth-of-type(2n+1) {
  background-color: #F9F9F9;
}
.contact-form .box-form th {
  padding-top: 30px;
  padding-left: 25px;
  width: 34%;
  vertical-align: top;
  font-weight: 500;
}
.contact-form .box-form td {
  padding: 30px 0;
  max-width: 660px;
  width: 66%;
}
.contact-form .box-form input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.contact-form .box-form input[type=text],
.contact-form .box-form input[type=tel],
.contact-form .box-form input[type=email],
.contact-form .box-form textarea {
  max-width: 650px;
  width: 98%;
  min-height: 40px;
}
.contact-form .box-form .btns-area {
  margin-top: 70px;
  text-align: center;
}
.contact-form .box-form button,.contact-form .box-form .btns-area input {
  margin: 0 12px;
  max-width: 156px;
  width: 50%;
  height: 60px;
  font-size: var(--fz16px);
}
.achieve-blade .list-deal ul.fl-col {
	flex-wrap: wrap;
}
.achieve-blade .list-deal ul.fl-col li {
	width: 50%;
	margin: 0 0 15px 0;
	font-size: var(--fz16px);
}
.achieve-blade .list-deal ul.fl-col:last-of-type {
	padding-bottom: 15px;
}
.link-txonly {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	max-width: 520px;
	box-sizing: border-box;
	padding-top: 50px;
}
.link-txonly .fs-s {
	font-size: .85rem;
}
.oc-image-c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 30px;
	max-width: 480px;
	width: 80%;
}
.oc-image-c2 .left {
	width: 56%;
	margin: 0 2%;
}
.oc-image-c2 .right {
	width: 36%;
	margin: 0 2%;
}
.oc-image-c2 .left img,.oc-image-c2 .right img {
	width: 100%;
	height: auto;
	max-height: 350px;
}
.fl-col.oreder .fl-col__cell.text {
	width: 50%;
	margin: 0 5%;
}
.fl-col.oreder .fl-col__cell.image {
	width: 35%;
	margin: 0 5% 0 0;
}
.award {
	width: 92%;
	max-width: 900px;
	margin: 0 auto 120px auto;
	background-color: #F5F5F5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px;
}
.award .image {
	width: 48%;
	margin: 0 2% 0 0;
}
.award .tx {
	width: 50%;
}
.award .tx p {
	max-width: 310px;
	line-height: 1.8;
	letter-spacing: 0.08em;
}
@media (width <= 1240px) {
  .reason-catchcopy .fl-col {
    flex-direction: column;
  }
  .product-detail .box-st001 {
    padding-top: 80px;
    padding-left: 60px;
    padding-right: 40px;
  }
  .product-goods001 .image::after {
    bottom: -170px;
    right: 20px;
    width: 300px;
    height: 300px;
  }
  .pg-company .content-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (width <= 1024px) {
  .tx-title--prime {
    padding-top: 75px;
    font-size: var(--fz34px);
  }
  .tx-title--prime .jp::before {
    max-width: 280px;
    width: 100%;
  }
  .tx-title--prime .en {
    margin-top: -25px;
  }
  .tx-title--prime .en img {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    max-height: 40px;
  }
  .sub-page .container {
    margin-top: 60px;
  }
  .bf2af-col .label-box {
    margin-bottom: 10px;
  }
  .pg-reason .content-inner {
    padding-left: 55px;
    padding-right: 55px;
  }
  .pg-reason .before-footer {
    padding-bottom: 190px;
  }
  .pg-reason .tx-title--prime {
    padding-bottom: 50px;
  }
  .pg-reason .tx-title--third {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: var(--fz20px);
  }
  .pg-reason .tx-title--third::before {
    margin: 0;
    max-width: 280px;
  }
  .pg-reason .tx-desc {
    line-height: 1.5em;
    font-size: var(--fz16px);
  }
  .pg-reason .col-st001.image-right {
    padding-left: 0;
  }
  .pg-reason .col-st001 .image {
    order: 1;
  }
  .pg-reason .col-st001 .text {
    order: 2;
  }
  .pg-reason .col-st001 {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .pg-reason .col-st001.image-left {
    padding: 0;
  }
  .pg-reason .col-st001 .image {
    width: 100%;
  }
  .pg-reason .col-st001 .text {
    width: 100%;
  }
  .pg-reason .col-st001--img520w .image img {
    height: 346px;
  }
  .reason-upper-btns {
    flex-direction: column;
    align-content: center;
    gap: 25px 15px;
  }
  .reason-upper-btns .btn {
    margin: 0;
    width: 100%;
    max-width: 360px;
    font-size: var(--fz18px);
  }
  .reason-upper-btns .btn a {
    height: 70px;
  }
  .reason-upper-btns .btn a br {
    display: none;
  }
  .reason-upper-btns .tx-number {
    font-size: var(--fz30px);
  }
  .reason-catchcopy .fl-col__cell {
    margin-left: 0;
  }
  .reason-catchcopy .tx-title--second {
    padding-top: 130px;
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-size: var(--fz24px);
  }
  .reason-catchcopy .tx-title--second::before {
    width: 100%;
    max-width: 80px;
  }
  .reason-catchcopy .tx-catch {
    font-size: var(--fz24px);
  }
  .reason-catchcopy {
    padding-bottom: 25px;
  }
  .reason-catchcopy .tx-catch {
    padding-bottom: 25px;
  }
  .reason-quality {
    margin: 0 auto;
    padding: 0;
  }
  .reason-quality .tx-title--third {
    padding-top: 0;
  }
  .reason-costdown {
    padding-bottom: 70px;
  }
  .reason-costdown .tx-title--second {
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 15px;
    text-align: left;
    font-size: var(--fz20px);
  }
  .reason-costdown .tx-title--second::before {
    right: unset;
    max-width: 280px;
  }
  .reason-costdown .tx-desc {
    padding-bottom: 30px;
    text-align: left;
  }
  .reason-costdown .table-box {
    overflow-x: scroll;
  }
  .reason-costdown .table-box table {
    width: 1100px;
  }
  .reason-merit.col-st001 {
    flex-direction: column;
  }
  .reason-merit.col-st001.image-left {
    padding: 0;
  }
  .reason-merit.col-st001 .image {
    width: 100%;
  }
  .reason-merit.col-st001 .text {
    width: 100%;
  }
  .reason-repair {
    padding-top: 125px;
  }
  .reason-repair .tx-title--second {
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-size: var(--fz24px);
  }
  .reason-repair .tx-title--second::before {
    width: 100%;
    max-width: 80px;
  }
  .reason-repair .intro {
    flex-direction: column;
  }
  .reason-repair .intro .image {
    max-width: unset;
  }
  .reason-repair .intro .image img {
    height: unset;
  }
  .reason-repair .intro .text {
    width: 100%;
    max-width: unset;
  }
  .reason-repair .intro .tx-desc {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .reason-repair .bf2af-col--upper {
    margin-bottom: 60px;
  }
  .reason-repair .bf2af-col--lower {
    flex-direction: column;
    row-gap: 80px;
  }
  .reason-repair .bf2af-col--lower::before {
    top: -40px;
    width: 22px;
    height: 27px;
    background-image: url("../images/ico-arrow-down-gray.svg");
  }
  .reason-repair .list-thumb {
    padding-top: 100px;
  }
  .reason-ordermade .tx-title--second {
    margin-bottom: 50px;
    padding-top: 120px;
    padding-bottom: 20px;
    font-size: var(--fz24px);
  }
  .reason-ordermade .tx-title--second::before {
    width: 100%;
    max-width: 80px;
  }
  .reason-ordermade .tx-desc {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .reason-ordermade .fl-col {
    flex-direction: column;
  }
  .reason-ordermade .image {
    order: 1;
  }
  .reason-ordermade .text {
    order: 2;
  }
  .pg-product .tx-title--prime {
    padding-bottom: 45px;
  }
  .product-detail .image {
    max-width: unset;
    height: auto;
    z-index: 2;
  }
  .product-detail .col-st001 {
    flex-direction: column;
  }
  .product-detail .col-st001.image-right .image {
    order: 1;
  }
  .product-detail .col-st001.image-right .text {
    order: 2;
  }
  .product-detail .col-st001 .fl-col__cell {
    width: 100%;
  }
  .product-detail .box-st001 {
    padding: 0 55px;
  }
  .product-detail .tx-title {
    margin-bottom: 25px;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: var(--fz48px);
  }
  .product-detail .tx-title::before {
    margin: 0;
    width: 370px;
    max-width: 100%;
  }
  .product-detail .tx-desc {
    font-size: var(--fz16px);
  }
  .product-detail .tx-link {
    margin-top: 20px;
  }
  .product-detail.link-txonly .tx-link {
	margin-top: 0;
	}
  .product-goods001 .image, .product-goods002 .image, .product-goods003 .image {
    padding: 0 55px;
  }
  .product-goods001 .box-st001, .product-goods002 .box-st001, .product-goods003 .box-st001 {
    margin: 0;
  }
  .product-goods001 {
    padding-bottom: 110px;
  }
  .product-goods001 .image::after {
    bottom: -30px;
    right: 80px;
    width: 130px;
    height: 135px;
  }
  .product-goods002 {
    padding: 0;
    padding-bottom: 165px;
    background-color: unset;
  }
  .product-goods002 .image {
    padding: 55px;
    background-color: #000000;
  }
  .product-goods002 .image::after {
    display: none;
  }
  .product-goods003 {
    padding-bottom: 135px;
  }
  .product-goods003 .image {
    margin: 0;
  }
  .product-goods003 .image img {
    transform: unset;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
  }
  .pg-achieve .content-inner {
    max-width: 880px;
    padding: 0 30px;
  }
  .pg-achieve .before-footer {
    padding-bottom: 170px;
  }
  .pg-achieve .tx-title--second {
    padding-top: 75px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-size: var(--fz20px);
  }
  .pg-achieve .tx-title--second::before {
    width: 100%;
    max-width: 80px;
  }
  .achieve-blade .tx-desc {
    margin-bottom: 40px;
  }
  .achieve-blade .tx-red {
    padding-bottom: 20px;
    line-height: 1.5em;
    font-size: var(--fz20);
  }
  .achieve-blade .tx-notice {
    font-size: var(--fz14px);
  }
  .achieve-blade .deal-info {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
  .achieve-blade .image {
    display: flex;
    max-width: unset;
    width: 100%;
  }
  .achieve-blade .image img {
    max-width: 50%;
  }
  .achieve-blade .text {
    width: 100%;
  }
  .achieve-blade .list-deal .tx-title {
    padding: 15px 15px;
    font-size: var(--fz16px);
  }
  .achieve-blade .list-deal .fl-col {
    padding: 0 15px;
    padding-top: 10px;
  }
  .achieve-blade .list-deal .fl-col:first-of-type {
    padding-top: 15px;
  }
  .achieve-blade .list-deal .fl-col:last-of-type {
    padding-bottom: 20px;
  }
  .achieve-blade .list-deal .fl-col__cell {
    font-size: var(--fz15px);
  }
  .achieve-attach .tx-etc {
    padding-bottom: 35px;
  }
  .achieve-attach .tx-notice {
    text-align: left;
    font-size: var(--fz14px);
  }
  .achieve-attach .list {
    justify-content: flex-start;
    gap: 20px 0;
  }
  .achieve-attach .list .fl-col__cell {
    max-width: unset;
    width: 33.3333%;
    font-size: var(--fz16px);
  }
  .achieve-support .tx-title--second {
    padding-top: 125px;
    margin-bottom: 37px;
  }
  .achieve-support .tx-red {
    padding-bottom: 15px;
    font-size: var(--fz18);
  }
  .achieve-support .tx-notice {
    line-height: 1;
    font-size: var(--fz15px);
  }
  .achieve-outside .tx-title--second {
    padding-top: 110px;
    margin-bottom: 30px;
  }
  .achieve-outside .tx-desc {
    line-height: 2em;
    font-size: var(--fz16px);
  }
  .pg-company .content-inner {
    padding: 0 60px;
  }
  .pg-company .before-footer {
    padding-bottom: 145px;
  }
  .pg-company .tx-title--prime {
    margin-bottom: 85px;
  }
  .pg-company .tx-title--second {
    padding-bottom: 25px;
    font-size: var(--fz24px);
  }
  .pg-company .tx-title--second::before {
    max-width: 80px;
  }
  .company-greeting::before {
    top: 100px;
    max-width: 220px;
    height: 128px;
  }
  .company-greeting .tx-title--second {
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .company-greeting .tx-desc {
    font-size: var(--fz16px);
  }
  .company-greeting .tx-desc.space {
    padding-top: 30px;
  }
  .company-greeting .fl-col {
    flex-direction: column;
  }
  .company-greeting .title {
    width: 100%;
  }
  .company-greeting .text {
    width: 100%;
  }
  .company-info .tx-title--second {
    margin-bottom: 36px;
    padding-top: 150px;
  }
  .company-info .fl-col {
    flex-direction: column;
    row-gap: 40px;
  }
  .company-info .text {
    margin: 0;
    padding: 50px 40px;
    max-width: unset;
    width: 100%;
    box-sizing: border-box;
  }
  .company-info .text table th, .company-info .text table td {
    display: block;
    width: 100%;
    font-size: var(--fz16px);
  }
  .company-info .text table tr {
    display: block;
    padding-bottom: 30px;
  }
  .company-info .text table tr:last-of-type {
    padding-bottom: 0;
  }
  .company-info .text table th {
    padding: 0;
    padding-bottom: 15px;
  }
  .company-info .text table td {
    padding: 0;
  }
  .company-info .image {
    max-width: unset;
    width: 100%;
  }
  .company-info .image iframe {
    height: 330px;
  }
  .company-link .tx-title--second {
    margin-bottom: 44px;
    padding-top: 150px;
  }
  .pg-voice .content-inner {
    padding: 0 70px;
  }
  .pg-voice .before-footer {
    padding-bottom: 195px;
  }
  .pg-voice .tx-title--prime {
    margin-bottom: 75px;
  }
  .pg-voice .balloon-left::before, .pg-voice .balloon-left::after {
    display: none;
  }
  .voice-intro .fl-box + .fl-box {
    padding-top: 130px;
  }
  .voice-intro .box-title {
    position: relative;
    margin-bottom: 38px;
    padding: 55px 10px;
    padding-bottom: 45px;
    max-width: unset;
    width: 100%;
  }
  .voice-intro .box-title::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #F9F9F9;
  }
  .voice-intro .box-title .tx-title {
    margin-bottom: 25px;
    font-size: var(--fz20px);
  }
  .voice-intro .box-title .tx-sub-title {
    font-size: var(--fz18px);
  }
  .voice-intro .box-balloon {
    margin: 0;
    padding: 0;
    max-width: unset;
    width: 100%;
    font-size: var(--fz15px);
  }
  .pg-contact .content-inner {
    padding: 0 10px;
  }
  .pg-contact .before-footer {
    padding-bottom: 180px;
  }
  .pg-contact .tx-title--prime {
    padding-bottom: 40px;
  }
  .pg-contact .tx-title--second {
    padding-top: 75px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-size: var(--fz24px);
  }
  .pg-contact .tx-title--second::before {
    width: 100%;
    max-width: 80px;
  }
  .contact-intro .tx-desc {
    padding: 0 10px;
    max-width: 540px;
    font-size: var(--fz16px);
  }
  .contact-phone .tx-title--second {
    padding-top: 110px;
    margin-bottom: 40px;
  }
  .contact-phone .btns-area .tx-desc {
    font-size: var(--fz16px);
  }
  .contact-form .tx-title--second {
    padding-top: 125px;
    margin-bottom: 65px;
  }
  .contact-form .box-form {
    max-width: 520px;
  }
  .contact-form .box-form .request-options {
    font-size: var(--fz16px);
  }
  .contact-form .box-form th, .contact-form .box-form td {
    padding: 20px 20px;
    max-width: unset;
    width: 100%;
    display: block;
  }
  .contact-form .box-form td {
    padding-top: 0;
  }
  .contact-form .box-form input[type=text],
  .contact-form .box-form input[type=tel],
  .contact-form .box-form input[type=email],
  .contact-form .box-form textarea {
    max-width: unset;
    width: 100%;
  }
  .contact-form .box-form .btns-area {
    margin-top: 45px;
  }
  .contact-form .box-form .btns-area button {
    margin: 0 5px;
    margin-bottom: 15px;
  }
	.achieve-blade .list-deal ul.fl-col li {
		font-size: var(--fz15px);
		margin-bottom: 10px;
	}
	.achieve-blade .list-deal ul.fl-col:last-of-type {
		padding-bottom: 10px;
	}
	.fl-col.oreder .fl-col__cell.text {
		width: 100%;
		margin: 0 auto;
	}
	.fl-col.oreder .fl-col__cell.image {
		width: 100%;
		margin: 0 auto 30px auto;
	}
	.oc-image-c2 {
		max-width: 520px;
		width: 100%;
		padding-bottom: 0;
	}
	.award {
		width: 100%;
		padding: 20px;
		margin-bottom: 60px;
	}
	.award .image {
		margin: 0 2% 0 0;
		width: 30%;
	}
	.award .tx {
		width: 65%;
		margin-left: 3%;
	}
	.award .tx p {
		max-width: initial;
		font-size: var(--fz16px);
		line-height: 1.5em;
	}
}
@media (width <= 640px) {
  .reason-repair .list-thumb {
    gap: 25px;
    max-width: 430px;
  }
  .reason-repair .list-thumb .fl-box__cell {
    width: calc(50% - 12.5px);
  }
  .pg-achieve .content-inner {
    max-width: 530px;
    padding: 0 5px;
  }
  .pg-achieve .before-footer {
    padding-bottom: 170px;
  }
  .achieve-attach .list {
    padding-left: 10px;
  }
  .achieve-attach .list .fl-col__cell {
    max-width: 230px;
    width: 50%;
  }
  .achieve-attach .tx-etc {
    padding-left: 30px;
  }
}
@media (width <= 530px) {
  .btn-st001.ico-phone, .btn-st001.ico-fax {
    font-size: 8vw;
    background-position: 17px 50%;
  }
  .btn-st001.ico-mail {
    font-size: 7vw;
    background-position: 17px 50%;
  }
  .btn-st001.cl-red.ico-mail {
	  font-size: var(--fz20px);
  }
  .btn-st001 a,.btn-st001.cl-red.ico-mail a {
    padding-left: 70px;
  }
  .pg-reason .content-inner,
  .pg-company .content-inner,
  .pg-voice .content-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-detail .image {
    padding: 10px 10px;
  }
  .product-detail .box-st001 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-goods001 .image::after {
    bottom: -30px;
    right: 30px;
    width: 30%;
  }
  .achieve-blade .list-deal .fl-col {
    flex-direction: column;
  }
  .achieve-blade .list-deal .fl-col__cell {
    width: 100%;
  }
  .achieve-attach .list {
    flex-direction: column;
    row-gap: 10px;
  }
  .achieve-attach .list .fl-col__cell {
    width: 100%;
  }
  .achieve-attach .tx-etc {
    padding-top: 8px;
  }
  .company-link .btns-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 35px;
  }
  .achieve-blade .list-deal ul.fl-col li {
	 width: 100%; 
  }
  .link-txonly {
		max-width: 246px;
		font-size: .9rem;
	}
	.link-txonly .fs-s {
		font-size: .8rem;
	}
	.award {
		padding: 12px;
	}
	.award .tx p {
		font-size: var(--fz14px);
	}
}