@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
  --fz12px: 0.6666666667rem;
  --fz13px: 0.7222222222rem;
  --fz14px: 0.7777777778rem;
  --fz15px: 0.8333333333rem;
  --fz16px: 0.8888888889rem;
  --fz17px: 0.9444444444rem;
  --fz18px: 1rem;
  --fz19px: 1.0555555556rem;
  --fz20px: 1.1111111111rem;
  --fz21px: 1.1666666667rem;
  --fz22px: 1.2222222222rem;
  --fz23px: 1.2777777778rem;
  --fz24px: 1.3333333333rem;
  --fz25px: 1.3888888889rem;
  --fz26px: 1.4444444444rem;
  --fz28px: 1.5555555556rem;
  --fz30px: 1.6666666667rem;
  --fz32px: 1.7777777778rem;
  --fz34px: 1.8888888889rem;
  --fz36px: 2rem;
  --fz37px: 2.0555555556rem;
  --fz38px: 2.1111111111rem;
  --fz40px: 2.2222222222rem;
  --fz44px: 2.4444444444rem;
  --fz48px: 2.6666666667rem;
  --fz60px: 3.3333333333rem;
  --fz72px: 4rem;
}

.content-inner {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

.sub-content-inner {
  margin: 0 auto;
  max-width: 1167px;
  width: 100%;
}

.flex, .top-ct-info .info-list a, .top-ct-news .fl-list__item a, .top a .ico-double-arrow, .fl-col, .fl-list, .fl-box, .fl-box-col2 {
  width: 100%;
  display: flex;
}

.flex-center, .top .btn.ico-double-arrow a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.fl-box, .fl-box-col2 {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.fl-box-col2 {
  justify-content: space-evenly;
}

.fl-list {
  flex-direction: column;
}

.fl-col {
  justify-content: center;
}
.fl-col__cell.text {
  flex: none;
  display: flex;
  flex-direction: column;
}
.fl-col.al-left {
  justify-content: flex-start;
}
.fl-col.al-right {
  justify-content: flex-end;
}

@media (width <= 1024px) {
  .pc-only {
    display: none;
  }
}

@media (width > 1024px) {
  .tb-only {
    display: none;
  }
}

.ft-w400 {
  font-weight: 400;
}
.ft-w600 {
  font-weight: 600;
}
.ft-w700 {
  font-weight: 700;
}
.ft-w900 {
  font-weight: 900;
}

.btn {
  margin: 0 auto;
  width: 100%;
}
.btn a {
  width: 100%;
  display: block;
  text-decoration: none;
}

.bt-style-arrow001 {
  margin: 0 auto;
  max-width: 480px;
}
.bt-style-arrow001 a {
  height: 66px;
  position: relative;
  text-align: center;
  border-radius: 9999px;
  font-size: var(--fz25px);
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #6B2E00;
  border: 2px solid #6B2E00;
  box-sizing: content-box;
}
.bt-style-arrow001 a::before {
  height: 100%;
  width: 77px;
  position: absolute;
  content: "";
  top: auto;
  left: 0;
  background-image: url("ico-cart001.svg");
  background-size: 48px;
  background-position: center right;
  background-repeat: no-repeat;
}
.bt-style-arrow001 a::after {
  height: 100%;
  width: 66px;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url("ico-arrow001.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.box-style-001 {
  background-color: #FAEDE6;
  border-radius: 20px;
}

.table-st001 {
  border-spacing: 0;
}
.table-st001 table {
  width: 100%;
  border-collapse: collapse;
}
.table-st001 table tr {
  border-top: 1px solid #CCCCCC;
}
.table-st001 table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.table-st001 table th,
.table-st001 table td {
  padding: 13px 15px;
  text-align: left;
  font-size: var(--fz16px);
  border-left: none;
  border-right: none;
}
.table-st001 table th {
  width: 24%;
  min-width: 160px;
  text-align: left;
  background-color: #F5F5F5;
}
.table-st001 table td {
  padding-left: 20px;
  font-weight: 400;
}

.table-st002 {
  border-spacing: 0;
}
.table-st002 table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.table-st002 table tr {
  border-top: 1px solid #000000;
}
.table-st002 table tr:first-child {
  border-top: none;
}
.table-st002 table th,
.table-st002 table td {
  border: none;
  padding: 15px 25px;
  text-align: left;
  font-size: var(--fz18px);
  border-left: none;
  border-right: none;
}
.table-st002 table th {
  width: 30%;
  min-width: 160px;
  text-align: left;
  font-weight: 500;
}
.table-st002 table td {
  padding-left: 20px;
  font-weight: 400;
}
.table-st002 table td a {
  color: #1B7EA4;
  -webkit-text-decoration: underline 0.5px;
          text-decoration: underline 0.5px;
}

.list-style-001,
ul.list-style-001 {
  padding: 0 20px;
  width: calc(100% - 40px);
}
.list-style-001 .list__item,
ul.list-style-001 .list__item {
  margin-bottom: 22px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.list-style-001 .list__item:last-child,
ul.list-style-001 .list__item:last-child {
  margin-bottom: 0;
}
.list-style-001 p,
ul.list-style-001 p {
  padding: 15px 0;
  padding-left: 70px;
  padding-right: 20px;
  width: auto;
  font-size: var(--fz18px);
  background-image: url("../images/ico-check001.svg");
  background-repeat: no-repeat;
  background-position: 27px 19px;
  background-size: 24px;
}

.style-radius {
  border-radius: 9999px;
}
.style-rad20 {
  border-radius: 20px;
}

.title-box-st001 {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.title-box-st001 .sub-title {
  margin: 0 auto;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
  text-align: center;
}
.title-box-st001 .sub-title strong {
  height: 50px;
  padding: 7px 40px;
  width: auto;
  position: relative;
  border: 2px solid #000;
  border-bottom: none;
  box-sizing: border-box;
  display: inline-block;
}
.title-box-st001 .sub-title strong::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -2px;
  height: 2px;
  width: 19px;
  background-color: black;
  border-radius: 2px 1px 1px 0;
}
.title-box-st001 .sub-title strong::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -2px;
  height: 2px;
  width: calc(100% - 35px);
  background-color: black;
  border-radius: 1px 2px 0 1px;
}
.title-box-st001 .sub-title strong .ttl-txt {
  font-weight: 500;
  text-align: center;
  font-size: var(--fz20px);
}
.title-box-st001 .sub-title strong .ttl-txt::after {
  margin-left: -7px;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  top: 4px;
  left: 0;
  position: absolute;
  background-color: #FFDA00;
}
.title-box-st001 .sub-title .decor-bar {
  position: absolute;
  bottom: -7px;
  left: 30px;
  width: 2px;
  height: 15px;
  transform: rotate(-45deg);
  border-radius: 9999px;
  background-color: black;
}
.title-box-st001 .sub-title > br {
  display: none !important;
}
.title-box-st001 .main-title {
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: var(--fz32px);
  font-weight: 700;
}
.title-box-st001 .main-title p {
  line-height: 1em;
  text-align: center;
}
.title-box-st001 .title-line {
  margin: 0 auto;
  margin-top: 25px;
  height: 2px;
  width: 80px;
  background-color: #231815;
  border: none;
}

.common-main-visual {
  min-height: 400px;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 670px;
  background-color: #000;
}
.slider .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider .image {
  animation-name: anime;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}
.slider .image:nth-of-type(1) {
  animation-delay: 0s;
  background-image: url("../images/top-mv001.jpg");
}
.slider .image:nth-of-type(2) {
  animation-delay: 5s;
  background-image: url("../images/top-mv002.jpg");
}
.slider .image:nth-of-type(3) {
  animation-delay: 10s;
  background-image: url("../images/top-mv003.jpg");
}
.slider .image:nth-of-type(4) {
  animation-delay: 15s;
  background-image: url("../images/top-mv004.jpg");
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    transform: scale(1.18);
  }
}
body {
  font-family: "Noto Serif JP";
}

header .company-logo, footer .company-logo {
  justify-content: flex-start;
}
header .company-logo > img, footer .company-logo > img {
  flex: 1;
  margin: 0;
  max-width: 420px;
  min-width: 120px;
  width: 100%;
}
header .company-logo .sub, footer .company-logo .sub {
  margin-right: 15px;
  padding: 7px;
  padding-top: 6px;
  width: 69px;
  height: 42px;
  border: 0.5px solid #FFFFFF;
}

header {
  font-size: var(--fz16px);
  background-color: #003686;
}

.header__mail-button, .header__instagram-button {
  background-color: #003686;
}

footer {
  color: #FFFFFF;
  font-size: var(--fz16px);
  background-color: #003686;
}
footer .ct-info {
  background-color: #231815;
}
footer .ct-info .fl-col__cell {
  width: 50%;
}
footer .ct-info .map iframe {
  width: 100%;
  display: block;
}
footer .ct-info .fl-list {
  gap: 15px 0;
  max-width: 550px;
  width: 100%;
  font-size: var(--fz16px);
  letter-spacing: 0.05em;
}
footer .ct-info .fl-col__cell.text {
  justify-content: center;
  padding: 0 4%;
}
footer .ct-info .fl-col__cell.text .fl-list {
  line-height: 1.5em;
}
footer nav {
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 10px;
  max-width: 1283px;
  width: 100%;
  border-bottom: 0.75px solid #FFFFFF;
}
footer .footer__menu {
  padding: 0 25px;
}
footer .copyright {
  padding: 1em 0;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: var(--fz13px);
}
footer .copyright .kojya {
	display: inline-block;
	margin-left: 20px;
	font-size: .65rem;	
}
footer .copyright .kojya a {
	color: #FFF;
}
.sub-page footer .ct-info .fl-col__cell.text {
  padding: 55px 0 40px;
  width: 100%;
}
.sub-page footer .ct-info .fl-list {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 55px;
  margin: 0 auto;
  padding: 10px;
  max-width: unset;
  width: 100%;
}
.sub-page footer .ct-info .company-logo .sub {
  margin-bottom: 0;
}

.top main {
  padding-top: 100px;
}
.top section, .top section a {
  color: #FFFFFF;
}
.top .btn.ico-double-arrow a {
  position: relative;
  font-family: "Noto Sans JP";
}
.top .btn.ico-double-arrow a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-image: url("../images/ico-double-arrow001.svg");
  transition: transform 0.3s ease;
  width: 35px;
  height: 22px;
  right: 20px;
}
.top .btn.ico-double-arrow a:hover::after {
  transform: translateX(7px);
}
.top a .ico-double-arrow {
  position: relative;
  padding-right: 80px;
}
.top a .ico-double-arrow::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 22px;
  background-image: url("../images/ico-double-arrow001.svg");
  transition: transform 0.3s ease;
}
.top a:hover .ico-double-arrow::after {
  transform: translateX(15px);
}
.top-ct-mv {
  position: relative;
  min-height: 670px;
  justify-content: flex-start;
  align-content: flex-end;
  background-color: #CCCCCC !important;
}
.top-ct-mv .content-inner {
  position: relative;
  z-index: 1;
}
.top-ct-mv h2.tx-catch {
  margin: 0;
  margin-bottom: 65px;
  line-height: 1.5em;
  text-align: left;
  font-size: var(--fz60px);
  font-weight: 400;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.top-ct-news .btn.ico-double-arrow, .top-ct-intro .btn.ico-double-arrow {
  max-width: 330px;
  width: 100%;
}
.top-ct-news .btn.ico-double-arrow a, .top-ct-intro .btn.ico-double-arrow a {
  height: 70px;
  background-color: rgba(255, 255, 255, 0.3);
}
.top-ct-news .btn.ico-double-arrow a:hover, .top-ct-intro .btn.ico-double-arrow a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.top-ct-news {
  padding-bottom: 160px;
  font-size: var(--fz19px);
  position: relative;
  background-color: #003686;
}
.top-ct-news::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  height: 90px;
  background-image: url("../images/top-title-news.png");
  background-position-x: right;
  background-position-y: -5px;
  opacity: 0.3;
  background-size: contain;
}
.top-ct-news .sub-content-inner {
  padding-top: 115px;
}
.top-ct-news .fl-list__item {
  border-bottom: 1px solid #FFFFFF;
}
.top-ct-news .fl-list__item a {
  padding: 30px 55px;
}
.top-ct-news .fl-list__item a:hover .tx-date, .top-ct-news .fl-list__item a:hover .tx-title {
  text-decoration: underline;
}
.top-ct-news .tx-date {
  margin: 0;
  width: 150px;
  display: block;
  line-height: 1.5;
}
.top-ct-news .tx-title {
  position: relative;
  margin: 0;
  width: 100%;
}
.top-ct-news .bt-show-more {
  margin-top: 55px;
  margin-right: 0;
}
.top-ct-intro {
  padding-bottom: 220px;
  font-size: var(--fz19px);
  background-color: #003686;
}
.top-ct-intro .fl-col__cell {
  width: 50%;
}
.top-ct-intro .fl-col__cell.text .tx-desc {
  max-width: 22em;
  line-height: 3em;
  font-size: var(--fz23px);
}
.top-ct-intro .fl-col__cell.image {
  text-align: left;
}
.top-ct-intro .fl-col__cell.image img:nth-child(1) {
  margin-left: auto;
  margin-right: 0;
}
.top-ct-intro .fl-col__cell.image img:nth-child(2) {
  margin-top: -330px;
  margin-left: auto;
  margin-right: 120px;
}
.top-ct-intro .bt-show-info {
  margin-top: 120px;
  margin-left: 0;
}
.top-ct-product, .top-ct-reason, .top-ct-voice {
  background-color: #231815;
}
.top-ct-product .content-inner, .top-ct-reason .content-inner, .top-ct-voice .content-inner {
  max-width: 1300px;
}
.top-ct-product h2.tx-title, .top-ct-reason h2.tx-title, .top-ct-voice h2.tx-title {
  position: relative;
  padding-bottom: 75px;
}
.top-ct-product h2.tx-title::before, .top-ct-reason h2.tx-title::before, .top-ct-voice h2.tx-title::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  height: 95px;
  opacity: 0.1;
  background-size: contain;
}
.top-ct-product h2.tx-title .jp, .top-ct-reason h2.tx-title .jp, .top-ct-voice h2.tx-title .jp {
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 310px;
  display: block;
  letter-spacing: 0.07em;
  font-size: var(--fz36px);
  font-weight: 400;
  border-bottom: 0.75px solid #FFFFFF;
}
.top-ct-product h2.tx-title .en, .top-ct-reason h2.tx-title .en, .top-ct-voice h2.tx-title .en {
  display: none;
}
.top-ct-product {
  padding-top: 210px;
}
.top-ct-product h2.tx-title.introduction::before {
  background-image: url("../images/top-title-product.png");
  background-position-x: right;
}
.top-ct-product h2.tx-title.choice {
  padding-top: 150px;
}
.top-ct-product h3.tx-title {
  position: relative;
  margin: 0 auto;
  margin-left: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: var(--fz38px);
}
.top-ct-product h3.tx-title::before {
  position: absolute;
  content: "";
  margin-left: -80px;
  width: calc(100% + 80px);
  bottom: 0;
  left: 0;
  border-bottom: 0.75px solid #FFFFFF;
}
.top-ct-product .fl-box, .top-ct-product .fl-box-col2 {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  gap: 20px 8%;
}
.top-ct-product .fl-box.upper .fl-box__cell, .top-ct-product .upper.fl-box-col2 .fl-box__cell {
  min-height: 450px;
}
.top-ct-product .fl-box.upper .fl-box__cell:nth-child(1), .top-ct-product .upper.fl-box-col2 .fl-box__cell:nth-child(1) {
  background-image: url("../images/top-product-ph001.jpg");
}
.top-ct-product .fl-box.upper .fl-box__cell:nth-child(2), .top-ct-product .upper.fl-box-col2 .fl-box__cell:nth-child(2) {
  background-image: url("../images/top-product-ph003.jpg");
}
.top-ct-product .fl-box.lower .fl-box__cell, .top-ct-product .lower.fl-box-col2 .fl-box__cell {
  min-height: 300px;
}
.top-ct-product .fl-box.lower .fl-box__cell:nth-child(1), .top-ct-product .lower.fl-box-col2 .fl-box__cell:nth-child(1) {
  background-image: url("../images/top-product-ph004.jpg");
}
.top-ct-product .fl-box__cell {
  width: 46%;
  background-size: contain;
}
.top-ct-product .fl-box__cell p {
  margin-left: 0;
}
.top-ct-product .fl-box__cell .fl-list {
  justify-content: center;
  margin-right: 0;
  max-width: 290px;
  padding-left: 0.5em;
}
.top-ct-product .fl-box__cell .tx-desc {
  padding-right: 1em;
  line-height: 2em;
}
.top-ct-product .fl-box__cell .btn.ico-double-arrow {
  margin-top: 70px;
  width: auto;
}
.top-ct-product .fl-box__cell .btn.ico-double-arrow a {
  padding-right: 40px;
}
.top-ct-product .fl-box__cell .btn.ico-double-arrow a::after {
  right: 0;
  width: 25px;
  height: 15px;
}
.top-ct-reason {
  padding-top: 155px;
}
.top-ct-reason h2.tx-title::before {
  background-image: url("../images/top-title-reason.png");
  background-position-x: left;
}
.top-ct-reason a {
  padding-bottom: 30px;
  display: block;
}
.top-ct-reason a img {
  transition: 0.4s ease;
}
.top-ct-reason a:hover img {
  transform: scale(1.1, 1.1);
}
.top-ct-reason a .ico-double-arrow {
  justify-content: center;
  padding: 0;
  max-width: 190px;
  font-family: "Noto Sans JP";
  font-size: var(--fz18px);
}
.top-ct-reason a .ico-double-arrow::after {
  height: 15px;
  background-image: url("../images/ico-double-arrow-bk.svg");
}
.top-ct-reason .fl-box, .top-ct-reason .fl-box-col2 {
  gap: 0 50px;
}
.top-ct-reason .fl-box__cell {
  max-width: 355px;
  width: calc(33.3333% - 33.3333px);
  background-color: #FFFFFF;
  overflow: hidden;
}
.top-ct-reason h3.tx-title, .top-ct-reason .tx-desc, .top-ct-reason .tx-show-more {
  color: #231815;
}
.top-ct-reason h3.tx-title {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.5em;
  font-size: var(--fz26px);
  font-weight: 600;
  background-color: #FFFFFF;
}
.top-ct-voice {
  padding-top: 175px;
  padding-bottom: 215px;
}
.top-ct-voice h2.tx-title {
  padding-bottom: 135px;
}
.top-ct-voice h2.tx-title::before {
  background-image: url("../images/top-title-voice.png");
  background-position-x: right;
}
.top-ct-voice a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 27px 10px;
}
.top-ct-voice a img {
  transition: 0.4s ease;
}
.top-ct-voice a:hover img {
  transform: scale(1.1, 1.1);
}
.top-ct-voice a .ico-double-arrow {
  justify-content: center;
  padding: 0;
  max-width: 155px;
  font-family: "Noto Sans JP";
  font-size: var(--fz18px);
}
.top-ct-voice a .ico-double-arrow::after {
  height: 15px;
  background-image: url("../images/ico-double-arrow-bk.svg");
}
.top-ct-voice .fl-col {
	position: relative;
}
.top-ct-voice .fl-col::before {
	position: absolute;
	right: 40px;
	bottom: -17px;
	content: '';
	width: 280px;
	height: 161px;
	background-image: url(../images/logo-voice-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: .25;
}
.top-ct-voice .fl-col .fl-box {
	position: relative;
	z-index: 3;
}
.top-ct-voice .fl-box {
	align-items: stretch;
	justify-content: flex-start;
}
.top-ct-voice .fl-col__cell {
  width: 50%;
}
.top-ct-voice .fl-col__cell:first-child {
	width: 37%;
}
.top-ct-voice .fl-col__cell:last-child {
	width: 63%;
	padding-left: 4%;
}
.top-ct-voice .fl-box, .top-ct-voice .fl-box-col2 {
  gap: 20px;
}
.top-ct-voice .fl-box__cell {
  max-width: 370px;
  width: calc(50% - 15px);
  background-color: #FFFFFF;
  overflow: hidden;
}
.top-ct-voice h3.tx-title, .top-ct-voice .tx-desc, .top-ct-voice .tx-show-more {
  color: #231815;
}
.top-ct-voice h3.tx-title {
	position: relative;
	z-index: 1;
	padding-bottom: 19px;
	text-align: center;
	line-height: 1.5em;
	font-size: var(--fz20px);
	font-weight: 600;
	background-color: #FFFFFF;
}
.top-ct-voice h3.tx-title .tx-sub {
  display: block;
  line-height: 1.5em;
  font-size: var(--fz19px);
}
.top-ct-info {
  padding: 165px;
  background-color: #003686;
}
.top-ct-info .info-list {
  border-top: 1px solid #FFFFFF;
}
.top-ct-info .info-list > .fl-list__item {
  border-bottom: 1px solid #FFFFFF;
}
.top-ct-info .info-list a {
  padding: 45px 55px;
}
.top-ct-info .fl-list.ico-double-arrow {
  gap: 30px 0;
  letter-spacing: 0.1em;
}
.top-ct-info .tx-title {
  max-width: 300px;
  width: 40%;
  letter-spacing: 0.05em;
  font-size: var(--fz38px);
}
.top-ct-info .tx-desc {
  align-items: center;
  line-height: 2em;
  font-size: var(--fz19px);
}
.top-ct-info .phone-number, .top-ct-info .fax-number {
  padding-left: 80px;
  justify-content: flex-start;
  font-size: var(--fz32px);
}
.top-ct-info .phone-number {
  height: 50px;
  background-image: url("../images/ico-phone.svg");
}
.top-ct-info .fax-number {
  height: 57px;
  background-image: url("../images/ico-fax.svg");
}
.top-ct-info dl {
  padding-top: 15px;
  max-width: 270px;
  flex-wrap: nowrap;
  align-items: center;
}
.top-ct-info dt {
  margin-right: 10px;
  padding: 7px;
  padding-top: 6px;
  padding-right: 5px;
  text-align: center;
  line-height: 1;
  font-size: var(--fz16px);
  border: 0.78px solid #FFFFFF;
}
.top-ct-info dd {
  font-size: var(--fz23px);
}
.fix-works {
	position: fixed;
	right: 25px;
	bottom: 150px;
	z-index: 10;
	width: 200px;
	height: 200px;
}
.fix-works a {
	text-decoration: none;
	text-align: center;
	line-height:1.4;
	font-weight: 700;
	font-size: 24px;
	color: #DD2626;
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 50vh;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	transition: all .6s;	
}
.fix-works a:hover {
	background-color: #DD2626;
	color: #FFF;
	transition: all .6s;	
}
.fix-works a strong {
	font-weight: 900;
	padding-bottom: 40px;
	position: relative;
}
.fix-works a strong::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '>>';
	font-weight: 700;
}
@media (width <= 1550px) {
  .top-ct-mv .content-inner {
    padding: 0 20px;
  }
}
@media (width <= 1400px) {
  .header__inner {
    padding: 0 15px;
  }
  footer .company-logo .sub {
    margin-bottom: 10px;
  }
  .top main {
    padding-top: 60px;
  }
  .top .top-ct-mv {
    padding: 0 15px;
  }
  .top-ct-product .fl-box__cell {
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
  }
  .top-ct-info {
    padding: 50px 50px;
  }
  .top-ct-info .content-inner {
    padding: 0 15px;
  }
  .top-ct-info .info-list a {
    padding: 45px 30px;
  }
  .top-ct-info .tx-title {
    width: 30%;
  }
  .top-ct-info .fl-list.ico-double-arrow {
    width: 70%;
  }
	.top-ct-voice .fl-col__cell:last-child {
		padding-left: 2%;
	}
	.top-ct-voice .fl-box__cell {
		max-width: initial;
	}
	.top-ct-voice h3.tx-title {
		font-size: var(--fz18px);
	}
	.top-ct-voice .content-inner {
		padding-left: 1%;
	}
}
@media (width <= 1024px) {
  footer nav {
    margin-top: 0;
    padding-bottom: 0;
  }
  footer .footer__menu {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 10px;
    padding-top: 20px;
    max-width: 550px;
  }
  footer .footer__menu-item {
    width: auto;
    min-width: 25%;
    text-align: center;
  }
  footer .footer__menu-link {
    padding: 15px 10px;
  }
  footer .footer__menu-item--instagram,
  footer .footer__menu-item--mail {
    margin-top: 20px;
    width: 50%;
  }
  footer .footer__mail-button,
  footer .footer__instagram-button {
    margin: 0 auto;
  }
  footer .footer__instagram-button {
    margin-right: 20px;
  }
  footer .footer__mail-button {
    margin-left: 20px;
  }
  .sub-page footer .ct-info {
    background-color: #000;
  }
  .sub-page footer .ct-info .fl-list {
    flex-direction: column;
  }
  .sub-page footer .ct-info .fl-list .tx-info {
    text-align: center;
  }
  .sub-page footer .ct-info .fl-list .company-logo {
    margin-bottom: 15px;
  }
  .top-ct-mv h2.tx-catch {
    font-size: 5vw;
  }
  .top-ct-news {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .top-ct-news .sub-content-inner {
    padding: 0 10px;
  }
  .top-ct-intro {
    padding-bottom: 80px;
  }
  .top-ct-intro .sub-content-inner {
    padding: 0 20px;
  }
  .top-ct-intro .fl-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .top-ct-intro .fl-col__cell {
    width: 100%;
	order: 2;
  }
  .top-ct-intro .fl-col__cell.text .tx-desc {
    max-width: unset;
  }
  .top-ct-intro .bt-show-info {
    margin-top: 30px;
  }
  .top-ct-intro .fl-col__cell.image {
    margin-top: 30px;
    display: flex;
    justify-content: center;
	order: 1;
	width: 80%;
    margin-bottom: 30px;
  }
  .top-ct-intro .fl-col__cell.text .tx-desc {
    line-height: 1.8em;
    font-size: var(--fz20px);
  }
  .top-ct-intro .fl-col__cell.image img {
    width: 50%;
  }
  .top-ct-intro .fl-col__cell.image img:nth-child(1) {
    margin: 0;
  }
  .top-ct-intro .fl-col__cell.image img:nth-child(2) {
    margin: 0;
  }
  .top-ct-product {
    padding: 50px 0;
  }
  .top-ct-reason {
    padding: 50px 0;
  }
  .top-ct-reason .fl-box, .top-ct-reason .fl-box-col2 {
    gap: 30px 50px;
  }
  .top-ct-reason .fl-box__cell {
    width: calc(50% - 25px);
  }
  .top-ct-voice {
    padding: 50px 0;
  }
  .top-ct-voice .fl-box, .top-ct-voice .fl-box-col2 {
    gap: 30px 30px;
  }
  .top-ct-voice .fl-box__cell {
    width: calc(50% - 15px);
  }
  .top-ct-voice h3.tx-title {
    padding-bottom: 10px;
  }
  .top-ct-info {
    padding: 50px 0;
  }
  .top-ct-info .info-list a {
    padding: 20px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .top-ct-info .tx-title {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .top-ct-info .fl-list.ico-double-arrow {
    gap: 15px 0;
    width: 100%;
  }
	.top-ct-voice .content-inner {
		padding-left: 0;
	}
  .top-ct-voice .fl-col {
		flex-wrap: wrap;
	}
  .top-ct-voice .fl-col__cell:first-child, .top-ct-voice .fl-col__cell:last-child {
	width: 100%;
	}
	.top-ct-voice .fl-col__cell:last-child {
		padding: 30px 20px 20px 20px;
	}
	.top-ct-voice .fl-col::before {
	bottom: 0;
	}
	.fix-works {
		width: 160px;
		height: 160px;
		bottom: 30px;
	}
	.fix-works a {
		font-size: 20px;
		line-height: 1.25;
	}
	.fix-works a strong {
		padding-bottom: 30px;
		font-weight: 700;
	}
}
@media (width <= 768px) {
  footer nav {
    margin-top: 0;
  }
  .footer__menu {
    flex-wrap: wrap;
  }
  .footer__menu-item {
    width: 50%;
    text-align: center;
  }
  .footer__menu-item--mail, .footer__menu-item--instagram {
    width: 25%;
  }
  .top a .ico-double-arrow::after {
    width: 25px;
    height: 17px;
  }
  .top-ct-product .fl-box, .top-ct-product .fl-box-col2 {
    padding: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3px 0;
  }
  .top-ct-product .fl-box__cell {
    width: 100%;
  }
  .top-ct-product h2.tx-title.choice {
    padding-top: 75px;
  }
  .top-ct-voice .content-inner {
    padding: 0 15px;
  }
  .top-ct-voice .fl-box, .top-ct-voice .fl-box-col2 {
    justify-content: center;
    gap: 15px;
  }
  .top-ct-voice .fl-box__cell {
    margin: 0 auto;
    width: 100%;
  }
  .top-ct-voice a .ico-double-arrow::after {
    width: 15px;
    height: 10px;
    top: 3px;
    right: 17px;
  }
  .top-ct-voice h3.tx-title {
    padding-top: 10px;
  }
	.top-ct-voice .fl-col::before {
	display: none;
	}
}
@media (width <= 640px) {
  .header__logo {
    max-width: 200px;
  }
  .header__logo .sub {
    display: none;
  }
  footer .ct-info {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .ct-info .fl-col__cell {
    width: 100%;
  }
  footer .ct-info .fl-col__cell.text {
    padding: 20px 10px;
  }
  footer .copyright {
    padding: 0.5em 0.5em;
  }
  .top .top-ct-mv {
    padding: 0 10px;
  }
  .top-ct-mv .content-inner {
    padding: 0;
  }
  .top-ct-mv h2.tx-catch {
    line-height: 2em;
    font-size: 6.5vw;
  }
  .top-ct-news a .ico-double-arrow {
    padding-right: 35px;
  }
  .top-ct-news .fl-list__item a {
    padding: 15px 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .top-ct-news .tx-date {
    margin-bottom: 10px;
    width: 100%;
  }
  .top-ct-news .btn.ico-double-arrow, .top-ct-intro .btn.ico-double-arrow {
    margin: 0 auto;
    margin-top: 30px;
  }
  .top-ct-news .btn.ico-double-arrow a, .top-ct-intro .btn.ico-double-arrow a {
    height: 60px;
  }
  .top-ct-product h2.tx-title.introduction {
    padding-bottom: 50px;
  }
  .top-ct-product .fl-box__cell .fl-list {
    padding: 25px 0;
  }
  .top-ct-product .fl-box__cell .btn.ico-double-arrow {
    margin-top: 30px;
  }
  .top-ct-product .fl-box.upper, .top-ct-product .upper.fl-box-col2 {
    height: unset;
  }
  .top-ct-reason h3.tx-title {
    padding-top: 15px;
  }
  .top-ct-reason a {
    padding-bottom: 15px;
  }
  .top-ct-reason .fl-box, .top-ct-reason .fl-box-col2 {
    gap: 15px 0;
  }
  .top-ct-reason .fl-box__cell {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .top-ct-info .fl-list__item.service {
    display: flex;
    flex-direction: column;
  }
  .top-ct-info .info-list a {
    padding: 20px 0;
  }
  .top-ct-info a .ico-double-arrow {
    padding-right: 35px;
  }
  .top-ct-info .phone-number, .top-ct-info .fax-number {
    padding-left: 35px;
    height: 30px;
    font-size: var(--fz24px);
  }
  footer .copyright .kojya {
	  width: 100%;
	  margin-left: 0; 
  }
	.fix-works {
		bottom: 15px;
		right: 15px;
		width: 120px;
		height: 120px;
	}
	.fix-works a {
		font-size: 18px;
		line-height: 1.1;
	}
	.fix-works a strong {
		padding-bottom: 20px;
	}
	.fix-works a strong::before {
		line-height: 1;
		font-size: .75rem;
	}
}