@charset "UTF-8";
/*
Theme Name: M様専用テーマ
Theme URI: https://soap/
Author: M Web team
Author URI: https://soap/
Description: M WEBサイト専用のテーマです
Version: 1.0
License URI: https://soap/
*/
body {
  color: #0E1621;
}
body a {
  color: #E55200;
}
.bgWhite {
  background-color: #fff;
}

html {
  font-size: 100%; /* ここをjQueryで書き換えます。 */
}

body {
  font-family: "M PLUS 1", serif;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #0E1621;
  font-size: 1rem;
  line-height: 1;
}

.roboto, footer .footerContainer .footerContacts .telLink h5, footer .footerContainer .footerContacts .faxLink h5, .mainMenuWrap .mainMenu .telLink h5 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.robotoC, body.home .voiceSection li .newsDate,
body.home .newsSection li .newsDate {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.animation {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.displaynone {
  display: none !important;
}

body.nonscroll {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

img {
  vertical-align: bottom;
}
img.roundImg {
  border-radius: 4px;
  overflow: hidden;
}

img.pc {
  display: block !important;
}
@media screen and (max-width: 480px) {
  img.pc {
    display: none !important;
  }
}

img.sp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  img.sp {
    display: block !important;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  br.sp {
    display: block;
  }
}

.textCenter {
  text-align: center !important;
  width: 100%;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .textLeft_sp {
    text-align: left !important;
  }
}

.f_order1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.f_order2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.f_order3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.f_order4 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.btnWrap {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0px auto;
  width: 100%;
}

.textLiner {
  background: linear-gradient(transparent 70%, #FFDECC 60%);
  padding-bottom: 3px;
}

.eventBar {
  background-color: #EF8347;
  border-radius: 4px;
  border: 2px solid #E55200;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .eventBar {
    height: auto;
  }
}
.eventBar .linkBlock .item {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  height: 40px;
  border-bottom: 2px solid #E55200;
}
@media screen and (max-width: 480px) {
  .eventBar .linkBlock .item {
    flex-direction: row;
    height: auto;
  }
}
.eventBar .linkBlock .item p {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 16px;
  padding: 0 1em;
  border-right: 2px solid #E55200;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .eventBar .linkBlock .item p {
    border-right: none;
    padding: 10px 10px 0em 10px;
    width: 100%;
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}
.eventBar .linkBlock .item h5 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 16px;
  padding: 0 1em;
}
@media screen and (max-width: 480px) {
  .eventBar .linkBlock .item h5 {
    border-right: none;
    padding: 5px 10px 10px 10px;
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
.eventBar .linkBlock .item::after {
  content: "詳細はこちら";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 3em 0 1em;
  border-left: 2px solid #E55200;
  right: 0;
  background-image: url(../images/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 480px) {
  .eventBar .linkBlock .item::after {
    position: relative;
    border-left: none;
    border-top: 2px solid #E55200;
    width: 100%;
    text-align: right;
    padding: 0.5em 2em 0.5em 10px;
    justify-content: flex-end;
  }
}
.eventBar .linkBlock img {
  width: 100%;
}

.linerTitle {
  color: #EF8347;
  margin-bottom: 15px;
  position: relative;
  display: flex; /* 見出しと線を横並びにする */
  align-items: center; /* 線の縦位置中央 */
  width: 100%;
}
.linerTitle::after {
  content: "";
  height: 2px; /* 線の高さ */
  flex-grow: 1; /* 横幅いっぱい */
  background-color: #FFDECC;
  margin-left: 20px;
}
.linerTitle::before {
  font-family: Roboto;
  font-weight: 600;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ef8347;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .linerTitle::before {
    font-size: 25px;
    font-size: 5.8411214953vw;
  }
}
.linerTitle span {
  white-space: nowrap;
}
.linerTitle.addENG {
  font-weight: 600;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .linerTitle.addENG {
    font-size: 15px;
    font-size: 3.5046728972vw;
  }
}
.linerTitle.t_helpMenu::before {
  content: "Help Menu";
}
.linerTitle.t_specialOffers::before {
  content: "Special Offers";
}
.linerTitle.t_newsinfo::before {
  content: "News";
}
.linerTitle.t_review::before {
  content: "Review";
}

.link {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  .link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.link p {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  height: 40px;
  padding: 0 1em 0 1em;
  background-color: #fff;
  border-radius: 4px;
  color: #03060A;
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .link p {
    height: auto;
    padding: 10px 50px 10px 1em;
    font-size: 14px;
    font-size: 3.2710280374vw;
    display: none;
  }
}

.linkBtn {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 50px 0 1em;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #EF8347;
  color: #03060A;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .linkBtn {
    height: auto;
    padding: 10px 50px 10px 1em;
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.linkBtn::after {
  content: "";
  font-weight: 600;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  aspect-ratio: 1/1;
  align-items: center;
  border-left: 2px solid #E55200;
  right: 0;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.row {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 480px) {
  .row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.row.gap-10 {
  gap: 10px;
}
.row.gap-20 {
  gap: 20px;
}
.row.gap-30 {
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .row.gap-30 {
    gap: 20px;
  }
}
.row.gap-40 {
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .row.gap-40 {
    gap: 20px;
  }
}
.row [class^=col] {
  margin-bottom: 0;
}
.row.row5 {
  grid-template-columns: repeat(10, 1fr);
}
@media screen and (max-width: 480px) {
  .row.row5 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .row.row5 .col {
    grid-column: auto/span 12;
  }
}
.row.row5 .col-pc {
  margin-bottom: 0;
}
.row.row5 .col-pc-2 {
  grid-column: auto/span 2;
}
@media screen and (max-width: 480px) {
  .row.row5 .col-sp-12 {
    grid-column: auto/span 12;
    max-width: 100%;
  }
  .row.row5 .col-sp-11 {
    grid-column: auto/span 11;
  }
  .row.row5 .col-sp-10 {
    grid-column: auto/span 10;
  }
  .row.row5 .col-sp-9 {
    grid-column: auto/span 9;
  }
  .row.row5 .col-sp-8 {
    grid-column: auto/span 8;
  }
  .row.row5 .col-sp-7 {
    grid-column: auto/span 7;
  }
  .row.row5 .col-sp-6 {
    grid-column: auto/span 6;
  }
  .row.row5 .col-sp-5 {
    grid-column: auto/span 5;
  }
  .row.row5 .col-sp-4 {
    grid-column: auto/span 4;
  }
  .row.row5 .col-sp-3 {
    grid-column: auto/span 3;
  }
  .row.row5 .col-sp-2 {
    grid-column: auto/span 2;
  }
}
@media screen and (max-width: 480px) {
  .row .col {
    grid-column: auto/span 12;
  }
}
.row .col-pc {
  margin-bottom: 0;
}
.row .col-pc-12 {
  grid-column: auto/span 12;
}
.row .col-pc-11 {
  grid-column: auto/span 11;
}
.row .col-pc-10 {
  grid-column: auto/span 10;
}
.row .col-pc-9 {
  grid-column: auto/span 9;
}
.row .col-pc-8 {
  grid-column: auto/span 8;
}
.row .col-pc-7 {
  grid-column: auto/span 7;
}
.row .col-pc-6 {
  grid-column: auto/span 6;
}
.row .col-pc-5 {
  grid-column: auto/span 5;
}
.row .col-pc-4 {
  grid-column: auto/span 4;
}
.row .col-pc-3 {
  grid-column: auto/span 3;
}
.row .col-pc-2 {
  grid-column: auto/span 2;
}
@media screen and (max-width: 1000px) {
  .row .col-tb-12 {
    grid-column: auto/span 12;
  }
  .row .col-tb-11 {
    grid-column: auto/span 11;
  }
  .row .col-tb-10 {
    grid-column: auto/span 10;
  }
  .row .col-tb-9 {
    grid-column: auto/span 9;
  }
  .row .col-tb-8 {
    grid-column: auto/span 8;
  }
  .row .col-tb-7 {
    grid-column: auto/span 7;
  }
  .row .col-tb-6 {
    grid-column: auto/span 6;
  }
  .row .col-tb-5 {
    grid-column: auto/span 5;
  }
  .row .col-tb-4 {
    grid-column: auto/span 4;
  }
  .row .col-tb-3 {
    grid-column: auto/span 3;
  }
  .row .col-tb-2 {
    grid-column: auto/span 2;
  }
}
@media screen and (max-width: 480px) {
  .row .col-sp-12 {
    grid-column: auto/span 12;
    max-width: 100%;
  }
  .row .col-sp-11 {
    grid-column: auto/span 11;
  }
  .row .col-sp-10 {
    grid-column: auto/span 10;
  }
  .row .col-sp-9 {
    grid-column: auto/span 9;
  }
  .row .col-sp-8 {
    grid-column: auto/span 8;
  }
  .row .col-sp-7 {
    grid-column: auto/span 7;
  }
  .row .col-sp-6 {
    grid-column: auto/span 6;
  }
  .row .col-sp-5 {
    grid-column: auto/span 5;
  }
  .row .col-sp-4 {
    grid-column: auto/span 4;
  }
  .row .col-sp-3 {
    grid-column: auto/span 3;
  }
  .row .col-sp-2 {
    grid-column: auto/span 2;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}

.pagination {
  margin: 10px auto;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  width: auto;
  gap: 5px;
}
.pagination .page-item {
  height: 36px;
  font-size: 14px;
  border: 1px solid #EF8347;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .pagination .page-item {
    display: none;
  }
}
.pagination .page-item a {
  color: #000;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 1/1;
}
.pagination .page-item a:hover {
  background-color: #F6F8F8;
}
@media screen and (max-width: 768px) {
  .pagination .page-item:first-of-type {
    display: block;
  }
}
.pagination .page-item:first-of-type a {
  aspect-ratio: initial;
  width: auto;
  padding: 0 0.5em;
  white-space: nowrap;
}
.pagination .page-item:first-of-type a::before {
  content: "";
  display: inline-block;
  height: 20px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon_arrow.svg);
  transform: scale(-1, 1);
  background-size: 100%;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .pagination .page-item:last-of-type {
    display: block;
  }
}
.pagination .page-item:last-of-type a {
  aspect-ratio: initial;
  width: auto;
  padding: 0 0.5em;
  white-space: nowrap;
}
.pagination .page-item:last-of-type a::after {
  content: "";
  display: inline-block;
  height: 20px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon_arrow.svg);
  margin-left: 5px;
}
.pagination .page-item.current a {
  background-color: #EF8347;
  color: #fff;
}
.pagination .spCountPage {
  display: none;
}
@media screen and (max-width: 768px) {
  .pagination .spCountPage {
    border-right: 1px solid #C2C2C2;
    height: 36px;
    font-size: 14px;
    display: inline-block;
  }
}
.pagination .spCountPage > span {
  background-color: #fff;
  color: #000;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1em;
}
.pagination .spCountPage > span:hover {
  background-color: #F6F8F8;
}
body.page main .alert {
  color: #EF8347;
  display: -webkit-flex;
  display: flex;
  margin: 15px auto;
}
body.page main .alert::before {
  content: "ご注意";
  display: inline-flex;
  min-width: 60px;
  height: 50px;
  background-image: url(../../service/mnt/images/icon_alert.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  align-items: flex-end;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #E55200;
}
body.page main .alert p {
  font-size: 14px;
  color: red;
}
@media screen and (max-width: 480px) {
  body.page main .alert p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.page main .note {
  color: #EF8347;
  display: -webkit-flex;
  display: flex;
  margin: 15px auto;
}
body.page main .note::before {
  content: "メモ";
  display: inline-flex;
  min-width: 60px;
  height: 50px;
  background-image: url(../../service/mnt/images/icon_note.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  align-items: flex-end;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #E55200;
}
body.page main .note p {
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 480px) {
  body.page main .note p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}

.pageTitle {
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #e55200;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .pageTitle {
    font-size: 20px;
    font-size: 4.6728971963vw;
  }
}
.pageTitle span {
  background: linear-gradient(transparent 70%, #FFDECC 60%);
  padding-bottom: 3px;
}

.sectionTitle {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  color: #e55200;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .sectionTitle {
    font-size: 20px;
    font-size: 4.6728971963vw;
    margin-bottom: 20px;
  }
}
.sectionTitle span {
  background: linear-gradient(transparent 70%, #FFDECC 60%);
  padding-bottom: 3px;
}
.sectionTitle.center {
  text-align: center;
}

.roundTitle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  margin-bottom: 15px;
  height: 30px;
  border-radius: 50em;
  background-color: #EF8347;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  .roundTitle {
    padding: 5px 15px;
    height: auto;
    line-height: 1.4em;
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}

.colorTitle {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  text-align: left;
  font-weight: 500;
  color: #e55200;
  margin-bottom: 20px !important;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  .colorTitle {
    font-size: 20px;
    font-size: 4.6728971963vw;
    margin-bottom: 20px !important;
  }
}

.productList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.productList li {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 480px) {
  .productList li {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.productList li::before {
  content: "●";
  color: #d2691e;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0.4em;
}
@media screen and (max-width: 480px) {
  .productList li::before {
    font-size: 12px;
    font-size: 2.8037383178vw;
  }
}

.numberList {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: list-counter;
}
.numberList li {
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  counter-increment: list-counter;
}
@media screen and (max-width: 480px) {
  .numberList li {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.numberList li::before {
  content: counter(list-counter) ".";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}

.arrowList {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.arrowList li {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 480px) {
  .arrowList li {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.arrowList li::before {
  content: "→ ";
  color: #d2691e;
  font-size: 12px;
  position: absolute;
  font-weight: 700;
  left: 0;
  top: 0.4em;
}
@media screen and (max-width: 480px) {
  .arrowList li::before {
    font-size: 12px;
    font-size: 2.8037383178vw;
  }
}

.sdgsIconList {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .sdgsIconList {
    grid-template-columns: repeat(12, 1fr);
  }
}
.sdgsIconList li {
  grid-column: auto/span 1;
}
@media screen and (max-width: 480px) {
  .sdgsIconList li {
    grid-column: auto/span 4;
  }
}

.gasprice img {
  display: block;
  margin: 0 auto;
  max-width: 95%;
}

.priceTable table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .priceTable table {
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}
.priceTable table tr th, .priceTable table tr td {
  padding: 10px;
  border: 1px solid #ccc;
}
.priceTable table tr th {
  background-color: #eee;
}
.priceTable table tr td:last-child {
  text-align: right;
}

.calcExample .head {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}
.calcExample * + .calcDisplay {
  margin-top: 10px;
}
.calcExample .calcDisplay {
  overflow: hidden;
}
.calcExample .calcDisplay > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .calcExample .calcDisplay > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.calcExample .calcDisplay .basicCharge, .calcExample .calcDisplay .total {
  width: 30%;
}
.calcExample .calcDisplay .basicCharge .label + *, .calcExample .calcDisplay .total .label + * {
  text-align: center;
}
.calcExample .calcDisplay .meteredRates {
  width: 40%;
}
.calcExample .calcDisplay .basicCharge .price {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .calcExample .calcDisplay .basicCharge .price {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.calcExample .calcDisplay .basicCharge .label > span {
  font-size: 10px;
}
.calcExample .calcDisplay .meteredRates .units ol.unitList .used, .calcExample .calcDisplay .meteredRates .units ol.unitList .price {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .calcExample .calcDisplay .meteredRates .units ol.unitList .used, .calcExample .calcDisplay .meteredRates .units ol.unitList .price {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.calcExample .calcDisplay .total .price {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .calcExample .calcDisplay .total .price {
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}
.calcExample .calcDisplay .total .price .taxLabel {
  font-size: 10px;
}
.calcExample .calcDisplay .label {
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-radius: 5px;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .calcExample .calcDisplay .label {
    width: auto;
  }
}
.calcExample .calcDisplay .label + * {
  margin-top: 10px;
}
.calcExample .calcDisplay .basicCharge .label {
  color: #fff;
  background-color: #ff7fff;
}
.calcExample .calcDisplay .meteredRates .label {
  color: #fff;
  background-color: #58abff;
}
.calcExample .calcDisplay .total .label {
  color: #fff;
  background-color: #ffa244;
}
.calcExample .calcDisplay .basicCharge .label + *, .calcExample .calcDisplay .meteredRates .label + *, .calcExample .calcDisplay .total .label + * {
  margin-top: -10px;
  padding: 10px;
  padding-top: 20px;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .calcExample .calcDisplay .basicCharge .label + *, .calcExample .calcDisplay .meteredRates .label + *, .calcExample .calcDisplay .total .label + * {
    padding: 20px 5px 10px 5px;
  }
}
.calcExample .calcDisplay .basicCharge .label + * {
  border-color: #ff7fff;
}
.calcExample .calcDisplay .meteredRates .label + * {
  border-color: #58abff;
}
.calcExample .calcDisplay .total .label + * {
  border-color: #ffa244;
}
.calcExample .calcDisplay .meteredRates {
  position: relative;
}
.calcExample .calcDisplay .meteredRates:before, .calcExample .calcDisplay .meteredRates:after {
  font-family: initial;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  top: 35px;
}
.calcExample .calcDisplay .meteredRates:before {
  left: -6px;
  left: -4px\0 ;
  content: "+";
}
.calcExample .calcDisplay .meteredRates:after {
  right: -6px;
  right: -4px\0 ;
  content: "=";
}
.calcExample .calcDisplay .meteredRates .units > * + ol.unitList {
  margin-top: 10px;
}
.calcExample .calcDisplay .meteredRates .units .labels > *, .calcExample .calcDisplay .meteredRates .units ol.unitList li > * {
  width: 48%;
}
.calcExample .calcDisplay .meteredRates .units .labels, .calcExample .calcDisplay .meteredRates .units ol.unitList li {
  overflow: hidden;
}
.calcExample .calcDisplay .meteredRates .units .labels *, .calcExample .calcDisplay .meteredRates .units ol.unitList li * {
  text-align: center;
}
.calcExample .calcDisplay .meteredRates .units .labels > *:first-child, .calcExample .calcDisplay .meteredRates .units ol.unitList li > *:first-child {
  float: left;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .calcExample .calcDisplay .meteredRates .units .labels > *:first-child, .calcExample .calcDisplay .meteredRates .units ol.unitList li > *:first-child {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.calcExample .calcDisplay .meteredRates .units .labels > *:last-child, .calcExample .calcDisplay .meteredRates .units ol.unitList li > *:last-child {
  float: right;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .calcExample .calcDisplay .meteredRates .units .labels > *:last-child, .calcExample .calcDisplay .meteredRates .units ol.unitList li > *:last-child {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.calcExample .calcDisplay .meteredRates .units .labels {
  padding-bottom: 5px;
  border-bottom: 2px dotted #7fbfff;
}
.calcExample .calcDisplay .meteredRates .units ol.unitList li:not(:first-child) {
  margin-top: 5px;
}
.calcExample .calcDisplay .meteredRates .units ol.unitList li > *:last-child {
  position: relative;
}
.calcExample .calcDisplay .meteredRates .units ol.unitList li > *:last-child:before {
  position: absolute;
  left: -0.5em;
  content: "";
}
@-moz-document url-prefix() {
  .calcExample .calcExample .calcDisplay .meteredRates:before {
    left: -4px;
  }
}
@-moz-document url-prefix() {
  .calcExample .calcExample .calcDisplay .meteredRates:after {
    right: -5px;
    content: "=";
  }
}

.borderbottom {
  border-bottom: dashed 1px #0E1621;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .borderbottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.borderbottom:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .borderbottom:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.borderBox {
  border: solid 1px #CCCCCC;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .borderBox {
    padding: 10px 5px 10px 5px;
    margin-bottom: 20px;
  }
}
.borderBox:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .borderBox:last-of-type {
    margin-bottom: 0px;
  }
}

.inPagenav {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .inPagenav {
    margin-bottom: 25px;
  }
}
.inPagenav .nav {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .inPagenav .nav {
    grid-template-columns: repeat(12, 1fr);
  }
}
.inPagenav .nav li {
  grid-column: auto/span 1;
  background-color: #fff;
  height: 40px;
  padding: 0 0.2em 0 0.2em;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #EF8347;
  color: #03060A;
  position: relative;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .inPagenav .nav li {
    grid-column: auto/span 6;
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.inPagenav .nav li.current {
  background-color: #EF8347;
}
.inPagenav .nav li.current a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #E55200;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.pagetop a:hover {
  display: block;
  background-color: #E55200;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.jigyokeizokuBlock ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.jigyokeizokuBlock ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 480px) {
  .jigyokeizokuBlock ul li {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.jigyokeizokuBlock ul li::before {
  content: "●";
  color: #d2691e;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0.4em;
}
@media screen and (max-width: 480px) {
  .jigyokeizokuBlock ul li::before {
    font-size: 12px;
    font-size: 2.8037383178vw;
  }
}

a.border {
  position: relative;
  display: block;
  border: 2px #E55200 solid;
  border-radius: 4px;
}
a.border p {
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  margin-bottom: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  font-weight: 600;
  line-height: 1.3em;
}
@media screen and (max-width: 480px) {
  a.border p {
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  font-style: normal;
}

.maxWidth {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .maxWidth {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .maxWidth {
    width: calc(100% - 30px);
  }
}

.innerWidth {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .innerWidth {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .innerWidth {
    width: calc(100% - 30px);
  }
}

body {
  background-color: #F6F6F6;
}
body main > div {
  padding: 55px 0;
}
@media screen and (max-width: 480px) {
  body main > div {
    padding: 25px 0;
  }
}
body main img {
  max-width: 100%;
}

.homeHeader {
  height: 550px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .homeHeader {
    height: auto;
    background-color: #fff;
  }
}
.homeHeader .homeMedia {
  background-color: #ddd;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .homeHeader .homeMedia {
    width: 100%;
    height: auto;
    position: relative;
    overflow: initial;
    display: block;
    background-color: #fff;
    z-index: 1;
    background-size: contain;
  }
}
.homeHeader .homeMedia > img {
  display: block;
  position: absolute;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .homeHeader .homeMedia > img {
    position: relative;
    height: auto;
    width: 100%;
  }
}

.subHeader {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .subHeader {
    width: 100%;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 480px) {
  .subHeader {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;
  }
}
.subHeader .left {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 480px) {
  .subHeader .left {
    display: block;
  }
}
.subHeader .left h3 {
  width: 160px;
  height: auto;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .subHeader .left h3 {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .subHeader .left h3 {
    width: 40vw;
    margin-bottom: 2px;
  }
}
.subHeader .left h3 img {
  display: block;
}
.subHeader .left p {
  font-size: 13px;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: -0.01em;
  color: #363636;
}
@media screen and (max-width: 1000px) {
  .subHeader .left p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .subHeader .left p {
    font-size: 12px;
    font-size: 2.8037383178vw;
  }
  .subHeader .left p br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .subHeader .otherMenu {
    min-width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .subHeader .otherMenu {
    display: none;
  }
}
.subHeader .otherMenu ul.menu {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
}
.subHeader .otherMenu ul.menu li:first-of-type {
  margin-right: 10px;
}
.subHeader .otherMenu ul.menu li a {
  background-color: #fff;
  height: 30px;
  padding: 0 1em;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  line-height: 1em;
  font-size: 12px;
  color: #0E1621;
  white-space: nowrap;
}

.mainMenuWrap {
  background-color: #fff;
}
.mainMenuWrap .mainMenu {
  display: flex;
  align-items: center;
  font-size: 13px;
  height: 80px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .mainMenuWrap .mainMenu {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .mainMenuWrap .mainMenu {
    width: 100%;
    padding: 0px;
    height: 50px;
  }
}
.mainMenuWrap .mainMenu h1, .mainMenuWrap .mainMenu p {
  display: block;
  width: 140px;
}
@media screen and (max-width: 1000px) {
  .mainMenuWrap .mainMenu h1, .mainMenuWrap .mainMenu p {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mainMenuWrap .mainMenu h1, .mainMenuWrap .mainMenu p {
    height: 100%;
    padding: 10px 10px;
    width: 100%;
    margin-right: 0;
  }
}
.mainMenuWrap .mainMenu h1 img, .mainMenuWrap .mainMenu p img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 480px) {
  .mainMenuWrap .mainMenu h1 img, .mainMenuWrap .mainMenu p img {
    width: auto;
    height: 100%;
  }
}
.mainMenuWrap .mainMenu h1 span, .mainMenuWrap .mainMenu p span {
  visibility: hidden;
  height: 0px;
  display: none;
}
.mainMenuWrap .mainMenu .gbMenu {
  display: flex;
  height: 36px;
  align-items: center;
  line-height: 1em;
  padding: 0 30px;
  margin-right: 30px;
  border-right: 1px dashed #B5B5B5;
}
@media screen and (max-width: 1000px) {
  .mainMenuWrap .mainMenu .gbMenu {
    padding: 0 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .mainMenuWrap .mainMenu .gbMenu {
    display: none;
  }
}
.mainMenuWrap .mainMenu .gbMenu > li {
  margin-right: 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
.mainMenuWrap .mainMenu .gbMenu > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .mainMenuWrap .mainMenu .gbMenu > li {
    margin-right: 10px;
  }
}
.mainMenuWrap .mainMenu .gbMenu > li > a, .mainMenuWrap .mainMenu .gbMenu > li > span {
  display: flex;
  align-items: center;
  height: 100%;
  color: #0E1621;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .mainMenuWrap .mainMenu .gbMenu > li > a, .mainMenuWrap .mainMenu .gbMenu > li > span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .mainMenuWrap .mainMenu .gbMenu > li > a, .mainMenuWrap .mainMenu .gbMenu > li > span {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}
.mainMenuWrap .mainMenu .gbMenu > li#dropdownMenuOpen {
  position: relative;
}
.mainMenuWrap .mainMenu .gbMenu > li#dropdownMenuOpen span {
  padding-right: 20px;
  background-image: url(../images/gbMenu_arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 14px;
}
.mainMenuWrap .mainMenu .gbMenu > li .dropdownMenu {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  width: 150px;
  top: 40px;
  left: -50%;
  margin: 0 auto;
  padding: 10px 15px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
}
.mainMenuWrap .mainMenu .gbMenu > li .dropdownMenu:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.mainMenuWrap .mainMenu .gbMenu > li .dropdownMenu.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.mainMenuWrap .mainMenu .gbMenu > li .dropdownMenu li a {
  padding: 5px 0;
  display: block;
  color: #0E1621;
  font-size: 13px;
  font-weight: 400;
}
.mainMenuWrap .mainMenu .telLink {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  height: 43px;
  color: #E55200;
  padding-left: 46px;
  background-image: url(../images/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 480px) {
  .mainMenuWrap .mainMenu .telLink {
    aspect-ratio: 1/1;
    padding-left: 0px;
    height: 100%;
    width: auto;
    background-size: 80%;
    border-left: 1px solid #F6F8F8;
    background-position: center center;
  }
}
.mainMenuWrap .mainMenu .telLink h5 {
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 27px;
  text-align: left;
  color: #E55200;
  line-height: 1em;
}
@media screen and (max-width: 1000px) {
  .mainMenuWrap .mainMenu .telLink h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mainMenuWrap .mainMenu .telLink h5 {
    display: none;
  }
}
.mainMenuWrap .mainMenu .telLink h6 {
  font-weight: 500;
  font-size: 13px;
  line-height: 1em;
}
@media screen and (max-width: 1000px) {
  .mainMenuWrap .mainMenu .telLink h6 {
    display: none;
  }
}
.mainMenuWrap .mainMenu .hamburgerMenu {
  height: 43px;
  color: #E55200;
  padding-left: 46px;
  background-image: url(../images/icon_menu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .mainMenuWrap .mainMenu .hamburgerMenu {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    aspect-ratio: 1/1;
    padding-left: 0px;
    height: 100%;
    width: auto;
    background-size: 80%;
    border-left: 1px solid #F6F8F8;
  }
}

.modal {
  background-color: transparent;
  height: 100%;
  width: 100%;
  position: fixed;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: none;
}
.modal.active {
  display: block;
}
.modal .modalBg {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  position: fixed;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
}
.modal .modalContents {
  background-color: #fff;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: fixed;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
}
.modal .modalContents .modalHeader {
  border-bottom: 1px solid #D6D6D6;
  height: 60px;
  position: relative;
}
.modal .modalContents .modalHeader h4 {
  display: block;
}
@media screen and (max-width: 480px) {
  .modal .modalContents .modalHeader h4 {
    height: 100%;
    padding: 10px 10px;
    width: 100%;
  }
}
.modal .modalContents .modalHeader h4 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 480px) {
  .modal .modalContents .modalHeader h4 img {
    width: auto;
    height: 100%;
  }
}
.modal .modalContents .modalHeader .closeBtn {
  height: 60px;
  aspect-ratio: 1/1;
  color: #E55200;
  background-image: url(../images/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.modal .modalContents .modalBody {
  height: calc(100% - 90px);
  max-height: calc(100% - 90px);
  overflow-y: scroll;
}
.modal .modalContents .modalBody .spMenu li a, .modal .modalContents .modalBody .spMenu li > span {
  display: flex;
  padding: 15px 20px;
  border-bottom: 1px solid #CCCCCC;
  color: #0E1621;
  cursor: pointer;
  font-size: 16px;
  font-size: 3.738317757vw;
}
.modal .modalContents .modalBody .spMenu li .accordionOpen {
  background-image: url(../images/gbMenu_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 14px 14px;
}
.modal .modalContents .modalBody .spMenu li .accordionBody {
  display: none;
}
.modal .modalContents .modalBody .spMenu li .accordionBody li a {
  padding-left: 2em;
}
.modal .modalContents .modalFooter {
  border-top: 1px solid #F6F8F8;
  height: 30px;
}

body.home main > div {
  padding: 55px 0;
}
@media screen and (max-width: 480px) {
  body.home main > div {
    padding: 50px 0;
  }
}
body.home .serviceMenu {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  /* スクロールバーを非表示 */
  scrollbar-width: none; /* Firefox用 */
  position: absolute;
  bottom: -30px;
}
body.home .serviceMenu::-webkit-scrollbar {
  width: 0; /* Webkit系（Chrome, Safari）のスクロールバーを非表示 */
  height: 0;
}
@media screen and (max-width: 1000px) {
  body.home .serviceMenu {
    width: 100%;
    padding: 0 10px 10px 10px;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  body.home .serviceMenu {
    width: 100;
    gap: 15px;
    padding: 0 15px 10px 15px;
    flex-wrap: wrap;
    margin-top: -100px;
    z-index: 1;
    position: relative;
  }
}
body.home .serviceMenu .menu {
  width: 154px;
  list-style: none;
  height: 158px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  border-bottom: 3px #F8F8F8 solid;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  body.home .serviceMenu .menu {
    height: auto;
    aspect-ratio: 1/1;
    width: 20%;
    max-width: 20%;
    min-width: 20%;
  }
}
@media screen and (max-width: 480px) {
  body.home .serviceMenu .menu {
    height: auto;
    aspect-ratio: 1/1;
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}
body.home .serviceMenu .menu a img {
  height: 65%;
  width: 100%;
  display: block;
}
body.home .serviceMenu .menu a h4 {
  color: #E55200;
  border-top: 2px solid #E55200;
  box-sizing: border-box;
  height: 35%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  font-size: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  body.home .serviceMenu .menu a h4 {
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}
body.home .overview {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  body.home .overview {
    display: block;
  }
}
body.home .overview p {
  font-weight: 300;
  font-size: 16px;
  color: #363636;
}
@media screen and (max-width: 480px) {
  body.home .overview p {
    font-size: 16px;
    font-size: 3.738317757vw;
    margin-bottom: 20px;
  }
}
body.home .helpMenuWrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  body.home .helpMenuWrap {
    margin-bottom: 25px;
  }
}
body.home .helpMenuWrap .helpMenuList {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  body.home .helpMenuWrap .helpMenuList {
    gap: 10px;
  }
}
body.home .helpMenuWrap .helpMenuList .item {
  grid-column: auto/span 2;
  list-style: none;
}
@media screen and (max-width: 480px) {
  body.home .helpMenuWrap .helpMenuList .item {
    grid-column: auto/span 4;
    margin-bottom: 5px;
  }
}
body.home .helpMenuWrap .helpMenuList .item a, body.home .helpMenuWrap .helpMenuList .item span {
  display: block;
}
body.home .helpMenuWrap .helpMenuList .item a img, body.home .helpMenuWrap .helpMenuList .item span img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}
body.home .helpMenuWrap .helpMenuList .item a h5, body.home .helpMenuWrap .helpMenuList .item span h5 {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #03060A;
}
@media screen and (max-width: 480px) {
  body.home .helpMenuWrap .helpMenuList .item a h5, body.home .helpMenuWrap .helpMenuList .item span h5 {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.home .helpMenuWrap .link .linkBtn {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  body.home .helpMenuWrap .link .linkBtn {
    width: 100%;
  }
}
body.home .specialOffersWrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  body.home .specialOffersWrap {
    margin-bottom: 25px;
  }
}
body.home .specialOffersWrap .specialOffersList {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  body.home .specialOffersWrap .specialOffersList {
    gap: 10px;
  }
}
body.home .specialOffersWrap .specialOffersList .item {
  grid-column: auto/span 2;
  list-style: none;
}
@media screen and (max-width: 480px) {
  body.home .specialOffersWrap .specialOffersList .item {
    grid-column: auto/span 6;
    margin-bottom: 5px;
  }
}
body.home .specialOffersWrap .specialOffersList .item a, body.home .specialOffersWrap .specialOffersList .item span {
  display: block;
}
body.home .specialOffersWrap .specialOffersList .item a img, body.home .specialOffersWrap .specialOffersList .item span img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}
body.home .specialOffersWrap .specialOffersList .item a h5, body.home .specialOffersWrap .specialOffersList .item a a, body.home .specialOffersWrap .specialOffersList .item span h5, body.home .specialOffersWrap .specialOffersList .item span a {
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #03060A;
  border: 2px solid #EF8347;
  padding: 5px 0;
  border-radius: 4px;
  margin-bottom: 3px;
}
body.home .specialOffersWrap .specialOffersList .item a h5:last-of-type, body.home .specialOffersWrap .specialOffersList .item a a:last-of-type, body.home .specialOffersWrap .specialOffersList .item span h5:last-of-type, body.home .specialOffersWrap .specialOffersList .item span a:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  body.home .specialOffersWrap .specialOffersList .item a h5, body.home .specialOffersWrap .specialOffersList .item a a, body.home .specialOffersWrap .specialOffersList .item span h5, body.home .specialOffersWrap .specialOffersList .item span a {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.home .specialOffersWrap .linkBtn {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  body.home .specialOffersWrap .linkBtn {
    width: 100%;
  }
}
body.home .bannerAreaUsersite {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  body.home .bannerAreaUsersite {
    margin-bottom: 25px;
  }
}
body.home .bannerAreaUsersite .bnrUsersite {
  display: block;
  position: relative;
  display: flex; /* 見出しと線を横並びにする */
  align-items: center; /* 線の縦位置中央 */
}
body.home .bannerAreaUsersite .bnrUsersite span {
  width: 490px;
  display: block;
}
@media screen and (max-width: 480px) {
  body.home .bannerAreaUsersite .bnrUsersite span {
    width: 100%;
  }
}
body.home .bannerAreaUsersite .bnrUsersite span img {
  width: 100%;
  display: block;
}
body.home .bannerAreaUsersite .bnrUsersite::before {
  content: "";
  height: 2px; /* 線の高さ */
  flex-grow: 1; /* 横幅いっぱい */
  background-color: #FFDECC;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  body.home .bannerAreaUsersite .bnrUsersite::before {
    display: none;
  }
}
body.home .bannerAreaUsersite .bnrUsersite::after {
  content: "";
  height: 2px; /* 線の高さ */
  flex-grow: 1; /* 横幅いっぱい */
  background-color: #FFDECC;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  body.home .bannerAreaUsersite .bnrUsersite::after {
    display: none;
  }
}
body.home .voiceSection,
body.home .newsSection {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  body.home .voiceSection,
  body.home .newsSection {
    margin-bottom: 15px;
  }
}
body.home .voiceSection ul,
body.home .newsSection ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.home .voiceSection li,
body.home .newsSection li {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
}
body.home .voiceSection li:last-of-type,
body.home .newsSection li:last-of-type {
  padding-bottom: 0;
}
body.home .voiceSection li .voiceDate,
body.home .newsSection li .voiceDate {
  display: flex;
  min-width: 60px;
  width: 60px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  height: auto;
}
body.home .voiceSection li .voiceDate img,
body.home .newsSection li .voiceDate img {
  position: absolute;
  width: auto;
  height: 100%;
}
body.home .voiceSection li .newsDate,
body.home .newsSection li .newsDate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  width: 60px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  overflow: hidden;
  aspect-ratio: 1/1;
  height: auto;
}
body.home .voiceSection li .newsDate .day,
body.home .newsSection li .newsDate .day {
  font-size: 24px;
}
body.home .voiceSection li .newsDate .month,
body.home .newsSection li .newsDate .month {
  font-size: 14px;
  color: #666;
}
body.home .voiceSection li .voiceContent,
body.home .voiceSection li .newsContent,
body.home .newsSection li .voiceContent,
body.home .newsSection li .newsContent {
  flex-grow: 1;
  color: #242424;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
body.home .voiceSection li .voiceContent:hover,
body.home .voiceSection li .newsContent:hover,
body.home .newsSection li .voiceContent:hover,
body.home .newsSection li .newsContent:hover {
  text-decoration: underline;
}
body.home .voiceSection li .voiceContent h3,
body.home .voiceSection li .newsContent h3,
body.home .newsSection li .voiceContent h3,
body.home .newsSection li .newsContent h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
body.home .voiceSection li .voiceContent p,
body.home .voiceSection li .newsContent p,
body.home .newsSection li .voiceContent p,
body.home .newsSection li .newsContent p {
  font-size: 13px;
  color: #666;
  line-height: 1.5em;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}

body.page .serviceMenu {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin: 0 auto;
  padding: 15px 0;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  /* スクロールバーを非表示 */
  scrollbar-width: none; /* Firefox用 */
}
body.page .serviceMenu::-webkit-scrollbar {
  width: 0; /* Webkit系（Chrome, Safari）のスクロールバーを非表示 */
  height: 0;
}
@media screen and (max-width: 1000px) {
  body.page .serviceMenu {
    width: 100%;
    padding: 15px 10px;
    overflow-x: scroll; /* 横スクロールを許可 */
    -webkit-overflow-scrolling: touch; /* スクロールの滑らかさを改善 */
    gap: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  body.page .serviceMenu {
    display: none;
  }
}
body.page .serviceMenu .menu {
  width: 154px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  border-bottom: 3px #F8F8F8 solid;
  box-sizing: border-box;
}
body.page .serviceMenu .menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  height: 100%;
  box-sizing: border-box;
}
body.page .serviceMenu .menu a h4 {
  color: #E55200;
  box-sizing: border-box;
  height: 35%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  font-size: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  body.page .serviceMenu .menu a h4 {
    font-size: 11px;
    font-size: 1.3580246914vw;
  }
}
@media screen and (max-width: 480px) {
  body.page .serviceMenu .menu a h4 {
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}
body.page .pageHeader {
  background-color: #f9f9f9; /* 背景色を薄いグレーに設定 */
  padding: 10px 0 30px 0;
}
body.page .pageHeader .maxWidth {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
body.page .pageHeader .breadcrumb {
  height: 20px;
  font-size: 14px;
  color: #666;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  body.page .pageHeader .breadcrumb {
    font-size: 14px;
    font-size: 3.2710280374vw;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  body.page .pageHeader .breadcrumb .itemListElement {
    margin-bottom: 5px;
  }
}
body.page .pageHeader .breadcrumb .itemListElement::after {
  display: inline-flex;
  background-image: url(../images/breadcrumbarrow.svg);
  content: "";
  aspect-ratio: 1/1;
  height: 14px;
  margin: 0 5px;
  background-size: cover;
}
body.page .pageHeader .breadcrumb .itemListElement:last-of-type::after {
  display: none;
}
body.page .pageHeader .breadcrumb a {
  color: #666;
  text-decoration: none;
}
body.page .pageHeader .breadcrumb a:hover {
  text-decoration: underline;
}
body.page .pageHeader .pageTitle {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  body.page .pageHeader .pageTitle {
    font-size: 24px;
    font-size: 5.6074766355vw;
  }
}
body.page .pageHeader .pageTitle::after {
  display: block;
  content: "";
  height: 3px;
  width: 80px;
  background-color: #EF8347;
  margin: 15px auto 0 auto;
  border-right: 20px solid #E55200;
  border-left: 20px solid #E55200;
}
body.page .pageHeader .titleUnderline {
  width: 50px;
  height: 2px;
  background-color: #C40026; /* アンダーラインの色 */
  margin: 10px auto 0 auto;
}
main p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  main p {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}

.bannerList {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 50px auto;
}
@media screen and (max-width: 480px) {
  .bannerList {
    margin: 25px auto;
    gap: 10px;
  }
}
.bannerList .bannerItem {
  grid-column: span 6;
  position: relative;
}
@media screen and (max-width: 480px) {
  .bannerList .bannerItem {
    grid-column: span 12;
  }
}
.bannerList .bannerItem .bannerLink {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.bannerList .bannerItem .bannerLink img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.bannerList .bannerItem .bannerLink:hover img {
  transform: scale(1.05);
}

footer {
  padding: 30px 0;
  background-color: #fff;
}
footer .footerContainer {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  footer .footerContainer {
    display: block;
  }
}
footer .footerContainer .footerLogo {
  width: 180px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  footer .footerContainer .footerLogo {
    width: 100%;
    text-align: center;
  }
}
footer .footerContainer .footerLogo h4 {
  display: block;
}
@media screen and (max-width: 480px) {
  footer .footerContainer .footerLogo h4 {
    width: 50%;
    margin: 0 auto;
  }
}
footer .footerContainer .footerLogo h4 img {
  max-width: 100%;
  margin: 0 auto;
}
footer .footerContainer .footerContacts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
  width: 480px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  footer .footerContainer .footerContacts {
    margin-bottom: 15px;
    width: 100%;
  }
}
footer .footerContainer .footerContacts .telLink, footer .footerContainer .footerContacts .faxLink {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  height: 43px;
  color: #E55200;
  padding-left: 46px;
  background-repeat: no-repeat;
  background-position: left center;
  width: calc(50% - 15px);
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  footer .footerContainer .footerContacts .telLink, footer .footerContainer .footerContacts .faxLink {
    width: auto;
    background-size: 46px;
  }
}
footer .footerContainer .footerContacts .telLink h5, footer .footerContainer .footerContacts .faxLink h5 {
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 27px;
  text-align: left;
  color: #E55200;
  line-height: 1em;
}
@media screen and (max-width: 1000px) {
  footer .footerContainer .footerContacts .telLink h5, footer .footerContainer .footerContacts .faxLink h5 {
    font-size: 19px;
    font-size: 4.4392523364vw;
  }
}
footer .footerContainer .footerContacts .telLink p, footer .footerContainer .footerContacts .faxLink p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  footer .footerContainer .footerContacts .telLink p, footer .footerContainer .footerContacts .faxLink p {
    font-size: 10px;
    font-size: 2.3364485981vw;
  }
}
footer .footerContainer .footerContacts .telLink {
  background-image: url(../images/icon_tel.svg);
}
footer .footerContainer .footerContacts .faxLink {
  background-image: url(../images/icon_fax.svg);
}
footer .footerContainer .footerContacts .sdgs {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  footer .footerContainer .footerContacts .sdgs {
    display: block;
    text-align: center;
  }
}
footer .footerContainer .footerContacts .sdgs h5 {
  width: 45%;
}
@media screen and (max-width: 480px) {
  footer .footerContainer .footerContacts .sdgs h5 {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
}
footer .footerContainer .footerContacts .sdgs h5 img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  footer .footerContainer .footerContacts .sdgs h5 img {
    width: 60%;
    display: block;
    margin: auto;
  }
}
footer .footerContainer .footerContacts .sdgs p {
  width: calc(65% - 10px);
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  footer .footerContainer .footerContacts .sdgs p {
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-size: 2.8037383178vw;
  }
}
footer .footerContainer .footerNav {
  width: 240px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  footer .footerContainer .footerNav {
    width: 100%;
  }
}
footer .footerContainer .footerNav .sitemap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  footer .footerContainer .footerNav .sitemap {
    justify-content: center;
  }
}
footer .footerContainer .footerNav .sitemap li a {
  text-decoration: none;
  font-size: 12px;
  color: #0E1621;
}
footer .footerContainer .footerNav .sitemap li a:hover {
  text-decoration: underline;
}
footer .footerContainer .footerNav .snsLink {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
footer .footerContainer .footerNav .snsLink li a {
  border-radius: 4px;
  border: 2px solid #03060A;
  height: 26px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
  padding-left: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center left;
}
footer .footerContainer .footerNav .snsLink li a span {
  padding: 0 0.5em;
  border-left: 2px solid #03060A;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 1em;
  color: #03060A;
}
footer .footerContainer .footerNav .snsLink .facebook a {
  background-image: url(../../common/images/icon_facebook.svg);
}
footer .footerContainer .footerNav .snsLink .instagram a {
  background-image: url(../../common/images/icon_instagram.svg);
}
footer .footerCopyright {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-top: 20px;
  width: 100%;
}

.eventList .eventItems {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eventList .eventItem {
  align-items: center;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-bottom: 20px;
}
.eventList .eventItem:hover {
  background-color: #f9f9f9;
}
.eventList .eventItem time {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  white-space: nowrap;
  display: block;
  line-height: 1.6em;
}
.eventList .eventItem .eventLink {
  font-size: 16px;
  color: #E55200;
  text-decoration: none;
  line-height: 1.6em;
}
.eventList .eventItem .eventLink:hover {
  text-decoration: underline;
}

.infoList .infoItems {
  list-style: none;
  margin: 0;
  padding: 0;
}
.infoList .infoItem {
  align-items: center;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-bottom: 20px;
}
.infoList .infoItem:hover {
  background-color: #f9f9f9;
}
.infoList .infoItem time {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  white-space: nowrap;
  display: block;
  line-height: 1.6em;
}
.infoList .infoItem .infoLink {
  font-size: 16px;
  color: #E55200;
  text-decoration: none;
  line-height: 1.6em;
}
.infoList .infoItem .infoLink:hover {
  text-decoration: underline;
}

.reviewList .reviewItems {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reviewList .reviewItem {
  align-items: center;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .reviewList .reviewItem {
    display: block;
  }
}
.reviewList .reviewItem:hover {
  background-color: #f9f9f9;
}
.reviewList .reviewItem .img {
  width: 200px;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 480px) {
  .reviewList .reviewItem .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.reviewList .reviewItem .img img {
  max-width: 100%;
}
.reviewList .reviewItem .text {
  width: calc(100% - 200px);
}
@media screen and (max-width: 480px) {
  .reviewList .reviewItem .text {
    width: 100%;
  }
}
.reviewList .reviewItem .text p {
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  .reviewList .reviewItem .text p {
    font-size: 14px;
    font-size: 3.2710280374vw;
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
  }
}
.reviewList .reviewItem .text .reviewLink {
  font-size: 16px;
  color: #E55200;
  text-decoration: none;
  line-height: 1.6em;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .reviewList .reviewItem .text .reviewLink {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.reviewList .reviewItem .text .reviewLink:hover {
  text-decoration: underline;
}

.eventDetail,
.informationDetail,
.reviewDetail {
  font-family: "M+ 1c";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  color: #363636;
}
@media screen and (max-width: 480px) {
  .eventDetail,
  .informationDetail,
  .reviewDetail {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
.eventDetail figure,
.informationDetail figure,
.reviewDetail figure {
  text-align: center;
  margin: 30px auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  overflow: hidden;
  width: auto;
}
.eventDetail figure img,
.informationDetail figure img,
.reviewDetail figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.onsiteRepair {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .onsiteRepair {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .onsiteRepair {
    display: block;
  }
}
.onsiteRepair .onsiteDescription {
  width: 55%;
}
@media screen and (max-width: 480px) {
  .onsiteRepair .onsiteDescription {
    width: 100%;
  }
}
.onsiteRepair .onsiteRepairImg {
  width: calc(45% - 30px);
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .onsiteRepair .onsiteRepairImg {
    width: 100%;
  }
}
.onsiteRepair .onsiteRepairImg img {
  width: 100%;
  height: auto;
}

.repairMaintenance {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .repairMaintenance {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .repairMaintenance {
    display: block;
  }
}
.repairMaintenance .repairDescription {
  width: 45%;
}
@media screen and (max-width: 480px) {
  .repairMaintenance .repairDescription {
    width: 100%;
  }
}
.repairMaintenance .repairDescription h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  .repairMaintenance .repairDescription h4 {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.repairMaintenance .repairIcon {
  width: calc(55% - 30px);
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .repairMaintenance .repairIcon {
    width: 100%;
  }
}
.repairMaintenance .repairIcon .iconList {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .repairMaintenance .repairIcon .iconList {
    grid-template-columns: repeat(12, 1fr);
    gap: 5px;
  }
}
.repairMaintenance .repairIcon .iconList li {
  grid-column: auto/span 2;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .repairMaintenance .repairIcon .iconList li {
    grid-column: auto/span 4;
  }
}
.repairMaintenance .repairIcon .iconList li img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  margin-bottom: 3px;
  border: 2px solid #EF8347;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fffaf7;
}
.repairMaintenance .repairIcon .iconList li h5 {
  text-align: center;
  color: #E55200;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .repairMaintenance .repairIcon .iconList li h5 {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}

.partsSales li img, .maintenance li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.partsSales li p, .maintenance li p {
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .partsSales li p, .maintenance li p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}

.serviceBlock.reverse .row .text {
  order: 2;
}
@media screen and (max-width: 480px) {
  .serviceBlock.reverse .row .text {
    order: 1;
  }
}
.serviceBlock.reverse .row .photo {
  order: 1;
}
@media screen and (max-width: 480px) {
  .serviceBlock.reverse .row .photo {
    order: 2;
  }
}
.serviceBlock img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.serviceBlock .slick-slide {
  margin: 0 5px;
}
.serviceBlock .slick-slide img {
  width: 100%;
}
.serviceBlock .point {
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.serviceBlock .point .item {
  box-sizing: border-box;
  list-style: none;
  border-radius: 4px;
  width: calc(50% - 5px);
  background-color: #FFFAF7;
  border: 2px solid #EF8347;
  padding: 6px;
  font-size: 14px;
  color: #EF8347;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4em;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .serviceBlock .point .item {
    width: 100%;
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.serviceBlock p strong {
  color: #E55200;
}
.serviceBlock .text strong {
  color: #E55200;
}
.serviceBlock .text .sectionTitle {
  line-height: 1.6em;
}
.aboutBlock .message.spReverse .text {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media screen and (max-width: 480px) {
  .aboutBlock .message.spReverse .text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.aboutBlock .message.spReverse .photo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media screen and (max-width: 480px) {
  .aboutBlock .message.spReverse .photo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.aboutBlock .message.spReverse .ryu {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
@media screen and (max-width: 480px) {
  .aboutBlock .message.spReverse .ryu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.aboutBlock .message .photo img {
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .aboutBlock .message .photo img {
    width: 50%;
    margin: auto;
    display: block;
  }
}
.aboutBlock .message .ryu img {
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .aboutBlock .message .ryu img {
    border: 1px solid #ddd;
  }
}
.aboutBlock .philosophy .photo .figure {
  width: 100%;
}
.aboutBlock .philosophy .photo img {
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.aboutBlock .philosophy .text .philosophyMessage {
  margin-bottom: 15px;
}
.aboutBlock .philosophy .text .philosophyMessage img {
  max-width: 340px;
}
@media screen and (max-width: 480px) {
  .aboutBlock .philosophy .text p br {
    display: none;
  }
}
.aboutBlock .purpose .message {
  text-align: center;
}
.aboutBlock .purpose .message .purposeMessage {
  text-align: center;
  margin-bottom: 15px;
}
.aboutBlock .purpose .message .purposeMessage img {
  width: 500px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .aboutBlock .purpose .message .purposeMessage img {
    width: 90%;
  }
}
.aboutBlock .purpose .message .logoguide {
  width: 280px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .aboutBlock .purpose .message .logoguide {
    width: 90%;
  }
}
.aboutBlock .purpose .message .logoguide img {
  width: 100%;
  max-width: 100%;
}
.aboutBlock .aboutTable {
  width: 680px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6em;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e7e6e6;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .aboutBlock .aboutTable {
    font-size: 14px;
    font-size: 3.2710280374vw;
    width: 100%;
  }
}
.aboutBlock .aboutTable dt, .aboutBlock .aboutTable dd {
  padding: 0.5em;
  border-bottom: 1px solid #e7e6e6;
}
.aboutBlock .aboutTable dt:last-of-type, .aboutBlock .aboutTable dd:last-of-type {
  border-bottom: none;
}
.aboutBlock .aboutTable dt {
  width: 20%;
  background-color: #F3F5F6;
  border-right: 1px solid #e7e6e6;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .aboutBlock .aboutTable dt {
    width: 35%;
  }
}
.aboutBlock .aboutTable dd {
  width: 80%;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .aboutBlock .aboutTable dd {
    width: 65%;
  }
}
.aboutBlock .aboutTable p {
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  .aboutBlock .aboutTable p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.aboutBlock .aboutTable p:last-of-type {
  margin-bottom: 0;
}

.mapBlock .map {
  display: block;
  border: 1px solid #F6F8F8;
  border-radius: 4px;
  overflow: hidden;
}
.mapBlock .accessInfo img {
  width: 100%;
}

.isoBlock .row .photo figure {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 480px) {
  .isoBlock .row .photo figure {
    width: 60%;
    margin: 0 auto 30px auto;
  }
}
.isoBlock .row .photo figure img {
  width: 100%;
  height: auto;
}

.qualityBlock figure {
  width: 500px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 480px) {
  .qualityBlock figure {
    width: 100%;
  }
}
.qualityBlock figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.licenseBlock .licenseListTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .licenseBlock .licenseListTable {
    font-size: 16px;
    font-size: 3.738317757vw;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 480px) {
  .licenseBlock .licenseListTable tbody {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .licenseBlock .licenseListTable tr {
    display: block;
    width: 100%;
  }
}
.licenseBlock .licenseListTable th, .licenseBlock .licenseListTable td {
  padding: 0.8em 1em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .licenseBlock .licenseListTable th, .licenseBlock .licenseListTable td {
    padding: 0.6em 0.5em;
    white-space: nowrap;
  }
}
.licenseBlock .licenseListTable th:last-of-type, .licenseBlock .licenseListTable td:last-of-type {
  border-right: none;
}
.licenseBlock .licenseListTable th {
  background-color: #EFEFEF;
  text-align: left;
  width: 20%;
}
@media screen and (max-width: 480px) {
  .licenseBlock .licenseListTable th {
    display: block;
    width: 100%;
  }
}
.licenseBlock .licenseListTable td {
  background-color: #FAFAFA;
  width: 80%;
}
@media screen and (max-width: 480px) {
  .licenseBlock .licenseListTable td {
    display: block;
    width: 100%;
  }
}
.licenseBlock .list li {
  list-style: none;
  margin-bottom: 10px;
}
.licenseBlock .list li:last-of-type {
  margin-bottom: 0;
}
.licenseBlock .equipmentListTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .licenseBlock .equipmentListTable {
    font-size: 16px;
    font-size: 3.738317757vw;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 480px) {
  .licenseBlock .equipmentListTable tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .licenseBlock .equipmentListTable tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.licenseBlock .equipmentListTable .category {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .licenseBlock .equipmentListTable .category {
    display: block;
    width: 100%;
  }
}
.licenseBlock .equipmentListTable .name {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .licenseBlock .equipmentListTable .name {
    display: block;
    width: 80%;
  }
}
.licenseBlock .equipmentListTable .count {
  width: 10%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .licenseBlock .equipmentListTable .count {
    display: block;
    width: 20%;
  }
}
.licenseBlock .equipmentListTable tbody th, .licenseBlock .equipmentListTable tbody td {
  padding: 0.8em 1em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .licenseBlock .equipmentListTable tbody th, .licenseBlock .equipmentListTable tbody td {
    padding: 0.6em 0.5em;
    white-space: nowrap;
  }
}
.licenseBlock .equipmentListTable tbody th:last-of-type, .licenseBlock .equipmentListTable tbody td:last-of-type {
  border-right: none;
}
.licenseBlock .equipmentListTable tbody th {
  background-color: #EFEFEF;
  text-align: left;
}
.licenseBlock .equipmentListTable tbody td {
  background-color: #FAFAFA;
}
.licenseBlock .photoList img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}

.educationBlock {
  margin-bottom: 70px;
}
.educationBlock img {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
}
.educationBlock strong {
  color: #E55200 !important;
}
.educationBlock .edu {
  margin-bottom: 30px;
}
.educationBlock .edu .eduMessage {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .educationBlock .edu .eduMessage {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
.educationBlock .scheduleTable {
  margin-bottom: 20px;
}
.educationBlock .scheduleTable dt, .educationBlock .scheduleTable dd {
  padding: 10px;
  margin-bottom: 1px;
}
.educationBlock .scheduleTable dt {
  background-color: #EFEFEF;
}
.educationBlock .scheduleTable dt img {
  width: 100%;
  margin-bottom: 0;
}
.educationBlock .scheduleTable dd {
  background-color: #FAFAFA;
}
.educationBlock .scheduleTable dd p {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .educationBlock .scheduleTable dd p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.educationBlock .certificationItem .numberList li {
  font-size: 14px;
}

.footerMenu {
  background-color: #fff;
  padding-bottom: 50px;
}
.footerMenu .menu {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .footerMenu .menu {
    grid-template-columns: repeat(12, 1fr);
  }
}
.footerMenu .menu li {
  grid-column: auto/span 1;
}
@media screen and (max-width: 480px) {
  .footerMenu .menu li {
    grid-column: auto/span 6;
  }
}
.footerMenu .menu li a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 1em 0 1em;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #EF8347;
  color: #03060A;
  position: relative;
  font-size: 14px;
  color: #E55200;
}
@media screen and (max-width: 480px) {
  .footerMenu .menu li a {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}