@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}

/*============================================================
common
==============================================================*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::selection {
  color: #fff;
  background: #e12f27;
}
::-moz-selection {
  color: #fff;
  background: #e12f27;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック",
    "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #313131;
}
a {
  text-decoration: none;
  color: #313131;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
h1,
h2,
h3 {
  margin: auto;
  padding: 0;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
ul,
li {
  list-style: none;
}
main {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.half-box {
  width: 49%;
}
.pc {
  display: inherit;
}
.sp {
  display: none;
}
.inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
}
.text {
  line-height: 1.75;
}
.text-right {
  float: right;
}
.caution {
  font-size: 1.4rem;
}
.small {
  font-size: 1.2rem;
}
.red {
  color: #e12f27;
}
.green {
  color: #00a05a;
}
.red-bg {
  background: #fff0eb;
}
.b10 {
  margin-bottom: 10px;
}
.b20 {
  margin-bottom: 20px;
}
.b40 {
  margin-bottom: 40px;
}
.b60 {
  margin-bottom: 60px;
}
.link-img img {
  display: inline-block;
  transition: 0.3s ease;
}
.link-img:hover img {
  opacity: 0.5;
}
.red-box {
  position: relative;
  padding: 40px;
  background: #fff0eb;
}
.white-box {
  position: relative;
  padding: 40px;
  background: #fff;
}
.monji-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 281px;
  height: 440px;
  bottom: 0;
  left: 40px;
  background: url(../img/strengths/pic_monji.png) 0 0 no-repeat;
}
.monji-txt {
  width: calc(100% - 320px);
}
.green-box {
  padding: 40px;
  background: #e5f4eb;
}
.green-ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  color: #00a05a;
}
.gray-box {
  padding: 40px;
  background: #f3f3f3;
}
.newyear-bg {
  background: url(../img/common/new-year.jpg) no-repeat center / cover;
}
.newyear-bg .top-con-ttl {
  margin-bottom: 30px;
}
.newyear-bg .top-con-ttl::after {
  bottom: -10px;
}
.translucent-box {
  position: relative;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.9);
}
.num {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #e12f27;
  border-radius: 50%;
}
.left-img {
  margin-left: 0;
}
.more-btn {
  position: relative;
  padding: 20px 70px 20px 60px;
  color: #fff;
  background: #e12f27;
  line-height: 1.6;
  border: 2px solid #e12f27;
  border-radius: 4px;
  transition: 0.3s ease;
  cursor: pointer;
}
.more-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s ease;
}
.more-btn.active::after {
  transform: rotate(-45deg);
}
.more-btn:hover {
  color: #e12f27;
  background: #fff;
}
.more-btn:hover::after {
  border-top: 2px solid #e12f27;
  border-right: 2px solid #e12f27;
}
.more-btn .num {
  color: #e12f27;
  background: #fff;
  transition: 0.3s ease;
}
.more-btn:hover .num {
  color: #fff;
  background: #e12f27;
}
.katakana,
.katakana li {
  margin-left: 13px;
  list-style-type: katakana;
}
.kanji,
.kanji li {
  margin-left: 13px;
  list-style-type: cjk-ideographic;
}

/*============================================================
header
==============================================================*/
header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transition: 0.3s ease;
}
.header-inner {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.header-logo {
  float: left;
  margin-top: 65px;
  font-weight: bold;
}
.header-logo a {
  display: inline-block;
  vertical-align: middle;
  color: #d42c25;
}
.header-logo img {
  display: inline-block;
  width: 200px;
  vertical-align: bottom;
}
.header-logo-ttl {
  display: inline-block;
  margin-left: 10px;
  font-size: 2rem;
  vertical-align: middle;
  line-height: 30px;
}
.header-logo .area-back {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: sub;
  line-height: 30px;
  color: #e12f27;
  background: #fff;
  border: 2px solid #e12f27;
  transition: 0.3s ease;
}
.header-logo .area-back:hover {
  color: #fff;
  background: #e12f27;
}
.side-open .header-logo .area-back {
  opacity: 0;
  pointer-events: none;
}
.header-h1 {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease;
}
.header-my,
.header-menu {
  float: right;
  margin-top: 20px;
  transition: 0.3s ease;
}
.header-my a,
.header-menu .header-menu-btn {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #e12f27;
  background: #fff;
  border: 2px solid #e12f27;
  transition: 0.3s ease;
}
.header-my a {
  padding: 12px;
  border-right: 0px;
  background: #fff url(../img/common/header-my.png) no-repeat center top 12px / 32px 32px;
}
.header-my a:hover {
  color: #fff;
  background: #e12f27 url(../img/common/header-my-wh.png) no-repeat center top 12px / 32px 32px;
}

.header-my span {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  line-height: 1;
  text-align: center;
}
.header-tel {
  position: absolute;
  top: 28px;
  right: 200px;
  text-align: right;
  margin: auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease;
}
.header-tel.front-page {
  top: 20px;
  right: 20px;
}
.side-open .header-tel {
  opacity: 0;
  pointer-events: none;
}
.header-tel-num {
  display: block;
  margin-bottom: 5px;
  padding-left: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #e12f27;
  background: url(../img/common/header-tel.png) no-repeat top 5px left / 13px 16px;
}
.header-tel-hour {
  font-size: 1.2rem;
  line-height: 1;
}

.header-menu .header-menu-btn {
  padding: 12px;
  cursor: pointer;
  z-index: 100;
}
.header-menu .header-menu-btn:hover {
  color: #fff;
  background: #e12f27;
}
.header-menu span {
  display: block;
  position: relative;
  width: 32px;
  height: 4px;
  margin: 16px auto;
  background: #e12f27;
  transition: 0.3s ease;
}
.header-menu span::before,
.header-menu span::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 4px;
  left: 0;
  right: 0;
  background: #e12f27;
  transition: 0.3s ease;
}
.header-menu span::before {
  top: 10px;
}
.header-menu span::after {
  bottom: 10px;
}
.header-menu .header-menu-btn:hover span,
.header-menu .header-menu-btn:hover span::before,
.header-menu .header-menu-btn:hover span::after {
  background: #fff;
}
.header-menu-txt::after {
  content: "メニュー";
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  margin: auto;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  padding: 40px;
  color: #fff;
  background: #e12f27;
  overflow-y: scroll;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-menu a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-menu a:hover {
  opacity: 0.5;
}
.side-menu-lnk {
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style: none;
  border-bottom: 1px solid #fff;
}
.side-menu-txt {
  margin-bottom: 5px;
}
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 50;
}
.overlay::after {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8);
}
.side-open .side-menu,
.side-open main,
.side-open header,
.side-open .pagetop a,
.side-open footer {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
.side-open .header-h1,
.side-open .header-logo {
  left: -100vw;
}
.side-open .header-menu-txt::after {
  content: "閉じる";
}
.side-open .header-menu span {
  height: 0;
}
.side-open .header-menu span::before {
  top: -2px;
  transform: rotate(45deg);
}
.side-open .header-menu span::after {
  bottom: -2px;
  transform: rotate(-45deg);
}

.cta-btn {
  position: fixed;
  display: block;
  width: 70px;
  height: 250px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transition: 0.3s ease;
}
.cta-btn:hover {
  opacity: 0.5;
}
.side-open .cta-btn {
  right: 300px;
}

/*============================================================
top
==============================================================*/
#top {
  height: 700px;
  background: url(../img/top/top-bg.jpg) no-repeat top center fixed;
}
@media screen and (max-height: 700px) {
  #top {
    height: 100vh;
    background: url(../img/top/top-bg.jpg) no-repeat top center fixed / cover;
  }
}
#top .inner {
  position: relative;
}
.top-ttl {
  margin-bottom: 60px;
  padding-top: 160px;
  font-size: 6rem;
  font-weight: 100;
  line-height: 1.2;
  position: relative;
}
.top-ttl .bnr {
  position: absolute;
  width: 400px;
  height: 136px;
  top: 160px;
  right: 0;
}
.top-list-box {
  position: absolute;
  width: calc(100% - 700px);
  top: 160px;
  right: 20px;
  margin: auto;
  padding: 30px 15px 15px;
  background: #fff;
  border: 2px solid #e12f27;
}
.top-list-box::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 118px;
  top: -92px;
  right: 0;
  margin: auto;
  background: url(../img/top/top-list.png) no-repeat center / cover;
}
.top-list-ttl {
  margin-bottom: 30px;
  font-size: 2rem;
}
.top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-list-item {
  display: block;
  width: 31%;
  margin: 0 1% 15px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #e12f27;
  background: #fff;
  border: 2px solid #e12f27;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.top-list-item:hover {
  color: #fff;
  background: #e12f27;
}

#top-catch {
  padding: 30px 0 60px;
}

#top-catch .catch_content {
  padding: 20px;
  margin: 0 auto;
  max-width: 800px;
  border: solid 2px #e12f27;
}

#top-catch .catch_content .catch_content_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 580px;
}

#top-catch .catch_content h2 {
  margin-top: 10px;
  font-size: 3rem;
  font-weight: bold;
}

#top-catch .catch_content h2 .red {
  font-size: 3.6rem;
  color: #e12f27;
}

#top-catch .catch_content p {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

#top-catch .catch_content p:first-child {
  margin-top: 0;
}

#top-medal {
  padding: 45px 0 90px;
  background: #fff0eb;
}
.top-medal-lst {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.top-medal-lst li {
  width: 32%;
  margin-bottom: 20px;
}
.top-medal-img {
  margin-bottom: 10px;
}
.top-medal-ttl {
  font-size: 1.6rem;
  color: #e12f27;
  line-height: 1.5;
}
.top-medal-txt {
  font-size: 1rem;
  margin-left: 0;
}
.top-medal-txt img {
  display: inline-block;
}
#top-bnr {
  position: relative;
  padding: 40px 0;
  background: #434343;
}
.top-bnr-ttl {
  position: absolute;
  top: -35px;
}
.top-bnr-icn {
  float: left;
  vertical-align: middle;
  height: 70px;
  padding: 20px;
  background: #1e1e1e;
}
.top-bnr-icn img {
  display: inline-block;
  width: 30px;
  height: auto;
}
.top-bnr-lst {
  position: relative;
  left: 50%;
  width: 2020px;
  /*margin: auto;*/
  transform: translateX(-50%);
}
.top-bnr-lst a img {
  transition: 0.3s;
}
.top-bnr-lst a:hover img {
  opacity: 0.5;
}
.top-bnr-txt {
  float: left;
  vertical-align: middle;
  height: 65px;
  padding: 22px 32px;
  color: #fff;
  background: #313131;
}
.top-bnr-box {
  overflow: hidden;
}
.top-bnr-lst li {
  display: block;
  padding: 20px 20px 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.top-bnr-lst div {
  vertical-align: bottom;
}
.slick-prev,
.slick-next {
  width: 120px;
  height: 40px;
  top: auto;
  bottom: -15px;
  background: #606060;
  z-index: 10;
  transition: 0.3s ease;
}
.slick-prev:focus,
.slick-next:focus {
  background: #fff;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fff !important;
}
.slick-prev {
  left: 0px;
}
.slick-prev {
  left: calc((1920px - 25%) / 2);
}
.slick-next {
  right: 0px;
}
.slick-next {
  right: calc((1920px - 25%) / 2);
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 8px;
  margin: auto;
  font-size: 0;
  color: #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 1;
  transition: 0.3s ease;
}
.slick-prev:before {
  left: 8px;
  right: 0;
  transform: rotate(-135deg);
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  border-top: 2px solid #313131;
  border-right: 2px solid #313131;
}
#top-con {
  position: relative;
  padding: 100px 0 20px;
  background: url(../img/common/dot.png);
  overflow: hidden;
}
.top-con-box {
  position: relative;
  margin: auto 20px 20px;
  padding: 80px 60px;
  background: #fff;
}
.top-con-box.red {
  color: #313131;
  background: #fff0eb;
}
.top-con-ttl-eng {
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: 100;
  color: #e12f27;
}
.top-con-ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 70px;
}
.top-con-ttl::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background: #e12f27;
}
.top-cal-ttl {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.6rem;
  font-weight: normal;
  color: #e12f27;
}
.top-cal-ttl-eng {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  pointer-events: none;
}
#calender {
  position: relative;
  margin: 0 20px 40px;
}

.title-box {
  width: 100%;
  position: relative;
}

.title-box .title-en {
  width: 100%;
  text-align: center;
  font-size: 16rem;
  line-height: 1;
  color: #fff;
}

.title-box .title-jp {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  color: #e12f27;
}

.top-rsn-lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-rsn-lst li {
  width: 395px;
  margin: 0 auto;
}
.top-rsn-ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #e12f27;
}
.top-rsn-img {
  margin-bottom: 10px;
}

.top-prm-lst {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 20px 10px;
  background: #fff;
}
.top-prm-lst li {
  position: relative;
  width: calc(100% / 3);
  margin: 0 0 50px;
  padding: 0 2% 65px;
}
.top-prm-lst .page-btn {
  position: absolute;
  width: 90%;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0;
  font-size: 1.4rem;
}
.top-prm-img img {
  height: 40px;
  margin-bottom: 25px;
}
.top-prm-ttl {
  position: relative;
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: normal;
  color: #e12f27;
}
.top-prm-ttl::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background: #e12f27;
}
.top-svc-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-svc-link li {
  position: relative;
  width: 49%;
  margin: 0 auto 20px;
  padding-bottom: 65px;
  border: 2px solid #e12f27;
  background-color: #fff;
}
.top-svc-link .page-btn {
  position: absolute;
  width: 90%;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0;
  font-size: 1.4rem;
}
.top-svc-lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-svc-lst li {
  position: relative;
  width: 32%;
  background: #f2f2f2;
}
.top-svc-icon {
  margin-bottom: 5px;
  padding-top: 20px;
}
.top-svc-icon img {
  width: 64px;
}
.top-svc-box {
  padding: 20px;
}
.top-svc-ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.top-svc-ttl-small {
  display: block;
  font-size: 1.2rem;
}
.top-es-bg {
  position: absolute;
  top: 138px;
  right: 184px;
  margin: auto;
}
.top-es-bg img {
  width: 121px;
}
.top-es-lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-es-lst li {
  position: relative;
  margin: 0 auto 10px;
  overflow: hidden;
}
.top-es-lst li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}
.top-es-lst li a {
  display: block;
}
.top-es-img img {
  transition: 0.3s ease;
}
.top-es-lst li a:hover .top-es-img img {
  transform: scale(1.1);
}
.top-es-ttl {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: auto;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  transform: translateY(-50%);
  z-index: 2;
}
.sdgs-bnr {
  margin: auto 20px;
}

/*============================================================
page
==============================================================*/
#page {
  padding: 180px 0 100px;
  background: #ebf1fd url(../img/common/page-bg.jpg) no-repeat bottom center fixed;
}
.page-box {
  max-width: 1160px;
  margin: auto;
  padding: 40px 80px;
  background: #fff;
}
.breadcrumbs {
  margin-bottom: 40px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.page-h2 {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.6;
  color: #e12f27;
}
.page-h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  background: #e12f27;
}
.page-h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.6;
  color: #e12f27;
}
.page-h4 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6;
  border-left: 6px solid #e12f27;
}
.page-lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-lst li {
  margin: 0 auto 40px;
}
.lst-320 li {
  width: 320px;
}
.lst-320::before {
  content: "";
  width: 320px;
  margin: 0 auto;
  order: 1;
}
.lst-300 li {
  width: 300px;
}
.lst-300::before {
  content: "";
  width: 300px;
  margin: 0 auto;
  order: 1;
}
.lst-260 li {
  width: 260px;
}
.lst-260::before {
  content: "";
  width: 260px;
  margin: 0 auto;
  order: 1;
}
.lst-200 li {
  width: 200px;
  margin: 0 20px 40px;
}
.lst-200::before {
  content: "";
  width: 200px;
  margin: 0 auto;
  order: 1;
}
.lst-200::after {
  content: "";
  width: 200px;
  margin: 0 auto;
  order: 1;
}
.page-lst-ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e12f27;
}
.page-txt {
  margin-bottom: 80px;
}
.page-img {
  margin-bottom: 40px;
}
.page-btn {
  position: relative;
  display: inline-block;
  padding: 20px 70px 20px 60px;
  color: #fff;
  background: #313131;
  line-height: 1.6;
  border: 2px solid #313131;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}
.page-btn.red-btn {
  background: #e12f27;
  line-height: 1.6;
  border: 2px solid #e12f27;
}
.page-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.page-btn:hover {
  color: #313131;
  background: #fff;
}
.page-btn.red-btn:hover {
  color: #e12f27;
}
.page-btn:hover::after {
  border-top: 2px solid #313131;
  border-right: 2px solid #313131;
}
.page-btn.red-btn:hover::after {
  border-top: 2px solid #e12f27;
  border-right: 2px solid #e12f27;
}
.page-lst-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: #313131;
  line-height: 1.6;
  border: 1px solid #313131;
  border-radius: 4px;
  transition: 0.3s ease;
}
.page-lst-btn:hover {
  color: #313131;
  background: #fff;
}
.page-link {
  text-decoration: underline;
}
.page-link:hover {
  text-decoration: none;
}
.page-input {
  position: relative;
  width: 100%;
  padding: 5px 10px;
  background: #fff;
  line-height: 1.6;
  border: 1px solid #313131;
  border-radius: 4px;
}
.page-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.page-select select {
  width: 100%;
  padding-right: 25px;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.page-select select::-ms-expand {
  display: none;
}
.page-select::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  padding: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #313131;
  pointer-events: none;
  z-index: 1;
}
.flow-lst li {
  width: 212px;
}
.flow-lst::before {
  content: "";
  width: 212px;
  margin: 0 auto;
  order: 1;
}
.flow-lst::after {
  content: "";
  width: 212px;
  margin: 0 auto;
  order: 1;
}
.ringori-ttl {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 50px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6;
  color: #e12f27;
  border-top: 1px solid #e12f27;
  border-bottom: 1px solid #e12f27;
}
.ringori-ttl::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/ringori-icon.png) no-repeat left center / 40px 40px;
}
.shizai-img {
  width: 22%;
}
.shizai-txt {
  width: 76%;
}
.check-lst li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.check-lst li i {
  position: absolute;
  left: 0;
  top: 5px;
  margin: auto;
}

.qa-q,
.qa-a {
  padding: 20px;
}
.qa-q {
  font-weight: bold;
  color: #e12f27;
  background: #fff0eb;
}
.qa-a {
  padding-bottom: 40px;
}
.qa-a:not(:last-child) {
  margin-bottom: 20px;
}
.qa-q span,
.qa-a span {
  display: inline-block;
}
.qa-q .qa,
.qa-a .qa {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: top;
  line-height: 40px;
}
.qa-q .qa {
  vertical-align: middle;
  color: #fff;
  background: #e12f27;
}
.qa-a .qa {
  color: #e12f27;
  background: #fff;
  line-height: 36px;
  border: 2px solid #e12f27;
}
.qa-txt {
  max-width: calc(100% - 50px);
  line-height: 1.6;
  vertical-align: middle;
}

.toll-lst {
  display: flex;
  justify-content: center;
}
.toll-lst li {
  position: relative;
  margin: auto 10px;
}
.toll-lst .tri {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: -6px;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #e13027;
}

table.check_table {
  margin-bottom: 50px;
  width: 100%;
  border-top: #a0a0a0 solid 1px;
  border-collapse: separate;
  border-spacing: 0;
}
table.check_table th {
  position: relative;
  padding-top: 10px;
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  border-color: transparent;
  border-right: #fff solid 10px;
}
table.check_table th span {
  font-size: 28px;
  color: #e60012;
}
table.check_table th:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0px;
  bottom: -30px;
  left: 0;
  border-width: 30px 75px 0 75px;
  border-color: transparent;
  border-style: solid;
}
table.check_table td {
  position: relative;
  padding: 8px 40px 8px 0px;
  border-bottom: #a0a0a0 solid 1px;
}
table.check_table td:after {
  position: absolute;
  content: "□";
  margin-top: -10px;
  top: 50%;
  right: 10px;
  font-size: 20px;
  line-height: 20px;
  color: #a0a0a0;
}
table.check_table01 th {
  background: #d2ecfa;
}
table.check_table01 th:after {
  border-top-color: #d2ecfa;
}
table.check_table02 th {
  background: #fff8b0;
}
table.check_table02 th:after {
  border-top-color: #fff8b0;
}
table.check_table03 th {
  background: #f9dbe8;
}
table.check_table03 th:after {
  border-top-color: #f9dbe8;
}

.cm-box {
  padding: 10px;
  background: #fff0eb;
}
.cm-box-img {
  display: inline-block;
  vertical-align: middle;
}
.movie-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ringori-box {
  padding: 20px;
  min-height: 216px;
  background: #fdf1eb url(../img/campaign006/pic_campaign006_bg01.png) no-repeat top 15px right;
}
.campaign006-cta .tri {
  position: relative;
  background: #fff;
  border-top: solid 2px #e60012;
  border-bottom: solid 2px #e60012;
  margin: 0 0 30px;
  padding: 14px;
}
.campaign006-cta .tri::before,
.campaign006-cta .tri::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 10px 0 10px;
}
.campaign006-cta .tri::before {
  bottom: -15px;
  border-color: #e60012 transparent transparent transparent;
}
.campaign006-cta .tri::after {
  bottom: -12px;
  border-color: #fff transparent transparent transparent;
  z-index: 10;
}
.cta-ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.table-004 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 15px;
  text-align: center;
  border: solid 1px #d0d0d0;
  margin-bottom: 10px;
}
.table-004 th,
.table-004 td {
  padding: 15px 5px;
  border: solid 1px #d0d0d0;
}
.other-004 {
  background: #3e3a39;
  color: #fff;
}
.apple-004 {
  background: #e60012;
  color: #fff;
}
.waremono {
  display: inline-block;
  margin: 0 5px;
}
.pre_table {
  margin-bottom: 10px;
  width: 100%;
  border-bottom: #e60012 solid 1px;
  border-collapse: collapse;
}
.pre_table th,
.pre_table td {
  padding: 8px 16px;
  border-top: #e60012 solid 1px;
}
.pre_table th {
  text-align: left;
  background: #fff0eb;
  border-right: #e60012 solid 1px;
}
.box-white {
  padding: 20px;
  background: #fff;
}
.one-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.m-r-lst li {
  padding: 20px 40px;
  color: #fff;
  background: #e12f27;
  border-radius: 4px;
}
.m-r-merit {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #fff;
  background: #e12f27;
  border-radius: 2px;
}
.m-r-merit.de {
  background: #a0a0a0;
}
.strengths-txt {
  width: 75%;
}
.strengths-btn img {
  width: 500px;
}

/* 20190625 8月引越しお疲れサマーキャンペーン */
.campaign005_list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: inherit;
}
.campaign005_list::before,
.campaign005_list::after {
  content: "";
  width: 186px;
  order: 1;
}
.campaign005_list.campaign201911_list::before,
.campaign005_list.campaign201911_list::after {
  width: 246px;
}
.campaign005_list li {
  position: relative;
  width: 186px;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border: 1px solid #e60012;
  border-radius: 5px;
  word-break: break-all;
}
.campaign005_list.campaign201911_list li {
  width: 246px;
}
.campaign005_list li h3 {
  padding: 5px 10px;
  color: #fff;
  background: #e60012;
}
.campaign005_list_inner {
  margin: 10px;
}
.campaign005_list_inner img {
  margin-bottom: 10px;
}
.campaign005_txt {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.campaign005_btn {
  position: absolute;
  display: block;
  left: 5px;
  right: 5px;
  bottom: 5px;
  padding: 5px;
  text-align: center;
  line-height: 1.2;
  border-radius: 5px;
  color: #fff;
  background: #00aced;
  border: 1px solid #00aced;
  box-sizing: border-box;
}
.campaign005_btn:hover {
  color: #00aced;
  background: #fff;
}
.campaign005_btn.red {
  background: #e60012;
  border: 1px solid #e60012;
}
.campaign005_btn.red:hover {
  color: #e60012;
  background: #fff;
}
.campaign005_table th {
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.campaign005_table td {
  padding-bottom: 20px;
}
.campaign005_winning {
  margin-top: 10px;
  text-align: center;
}
.campaign005_winning_box {
  position: relative;
}
.campaign005_winning_cta {
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.campaign005_winning_cta img {
  max-width: 100%;
}
.campaign-lst-ttl {
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .top-ttl .bnr {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .campaign005_list li,
  .campaign005_list.campaign201911_list li {
    width: 49%;
    padding-bottom: 40px;
  }
  .campaign005_list::before,
  .campaign005_list::after {
    width: 49%;
  }
  .campaign005_table th,
  .campaign005_table td {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .campaign005_caution {
    padding: 75px 15px 15px 15px;
    font-size: 16px;
    background: url(images/pic_campaign005_caution.png) no-repeat top 10px center;
  }
  .campaign005_list_inner img {
    display: block;
    margin: auto;
  }
  .campaign005_winning_cta {
    position: absolute;
    bottom: 3%;
    left: 0;
    transform: translate(0%);
    padding: 0 20px;
  }
}

/*============================================================
japanheart
==============================================================*/
.red-box.japanheart-box {
  margin-bottom: 40px;
  padding: 20px;
}
.japanheart-ttl {
  margin-bottom: 0;
  font-size: 3rem;
}

/*============================================================
rakunicos
==============================================================*/
.rakunicos-img {
  float: left;
  width: 10%;
}
.rakunicos-txt {
  float: right;
  width: 88%;
}
.rakunicos-cta {
  width: 500px;
}

/*============================================================
column
==============================================================*/
.sectionBlog04 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.btn_blog_fb01,
.btn_blog_tw01 {
  display: block;
  width: 315px;
  padding: 23px 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #3b5998 url(../img/column/sp_btn_social_fb02.png) no-repeat 28px center / 12px auto;
  background-size: 12px auto;
  border-radius: 5px;
  transition: 0.3s ease;
}
.btn_blog_tw01 {
  background: #2ca7e0 url(../img/column/sp_btn_social_tw02.png) no-repeat 28px center / 25px auto;
}
.btn_blog_fb01:hover,
.btn_blog_tw01:hover {
  opacity: 0.5;
}

.sectionBlog05_hl01 {
  padding: 45px 90px 20px 90px;
  margin-bottom: 50px;
  background: #f5f5f5;
}
.ul_sectionBlog05_hl01_01 li {
  padding: 0 0 0 17px;
  margin-bottom: 25px;
  line-height: 1.5;
  background: url(../img/column/sp_bg_li_sectionBlog05_hl01_01.gif) no-repeat left 5px / 12px auto;
}
.ul_sectionBlog05_hl01_01 li a {
  color: #404040;
  text-decoration: none;
}
.ul_sectionBlog05_hl01_01 li a:hover {
  color: #404040;
  text-decoration: underline;
}
.p_blogsingle01 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-weight: bold;
  color: #000;
}
.column-lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-lst::before {
  content: "";
  width: 32%;
  order: 1;
}
.column-item {
  position: relative;
  width: 32%;
  margin-bottom: 40px;
}
.sectionBlog02_inner01 .category02 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  background: #e12f27;
  z-index: 2;
}
.sectionBlog02_inner01 .category02 a {
  color: #fff;
}
.sectionBlog02_inner01_01 {
  margin-bottom: 10px;
}
.p_blog_ttl03 a {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
}
.p_blog_ttl03 a:hover {
  text-decoration: underline;
}
.p_blog_date02 {
  margin-bottom: 10px;
  font-size: 12px;
}
.theme01 {
  float: left;
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.theme01 a {
  float: left;
  display: block;
  padding: 3px 12px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #e12f27;
  background: #fff;
  text-decoration: none;
  border: 2px solid #e12f27;
  transition: 0.3s ease;
}
.theme01 a:hover {
  color: #fff;
  background: #e12f27;
}
.p_explanation02 {
  font-size: 1.2rem;
}
.column-cat-lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-cat-item {
  display: block;
  width: 49%;
  margin-bottom: 20px;
  padding: 40px 0;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: #e12f27;
  border: 2px solid #e12f27;
  transition: 0.3s ease;
}
.column-cat-item:hover {
  color: #e12f27;
  background: #fff;
}
.column-tag-item {
  float: left;
  display: block;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #e12f27;
  background: #fff;
  text-decoration: none;
  border: 2px solid #e12f27;
  transition: 0.3s ease;
}
.column-tag-item:hover {
  color: #fff;
  background: #e12f27;
}

/*============================================================
enquete
==============================================================*/
.enquete-txt {
  font-size: 2rem;
}
.enquete-txt span {
  font-size: 2.4rem;
}
.enquete-box {
  padding: 40px;
  border: 1px solid #e12f27;
  cursor: pointer;
}
.enquete-bdr {
  margin: 40px auto;
  border-bottom: 1px solid #313131;
}
.enquete-star {
  font-size: 6rem;
  color: #eecc0f;
}
.enquete-nps {
  font-size: 1.2rem;
}
.enquete-btn {
  padding: 10px 40px;
}
.enquete-btn::after {
  width: 10px;
  height: 10px;
  right: 15px;
}
.checkbox-input {
  display: none;
}
.checkbox-input + label,
.checkbox-input + input + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.checkbox-input + label::before,
.checkbox-input + input + label::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
  margin: auto;
  background: #fff;
  border: 1px solid #212121;
  border-radius: 5px;
}
.checkbox-input:checked + label::before,
.checkbox-input:checked + input + label::before {
  background: #e12f27;
}
.checkbox-input:checked + label::after,
.checkbox-input:checked + input + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 10px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
.checkbox-input:checked + label,
.checkbox-input:checked + input + label {
  color: #e12f27;
}
.enquete-bar {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 20px;
  margin-right: 10px;
  margin-left: 20px;
  vertical-align: middle;
  background: #fff;
}
.enquete-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #313131;
}
.enquete-bar.star1::after {
  width: calc(248 / 15048 * 100%);
}
.enquete-bar.star2::after {
  width: calc(800 / 15048 * 100%);
}
.enquete-bar.star3::after {
  width: calc(1000 / 15048 * 100%);
}
.enquete-bar.star4::after {
  width: calc(3000 / 15048 * 100%);
}
.enquete-bar.star5::after {
  width: calc(10000 / 15048 * 100%);
}
.checkbox-input:checked + label .enquete-bar::after {
  background: #e12f27;
}

.enquete-left {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  vertical-align: middle;
  background: #f3f3f3;
  border-radius: 50%;
  overflow: hidden;
}
.enquete-left img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.enquete-right {
  display: inline-block;
  max-width: calc(100% - 130px);
  vertical-align: middle;
}
.enquete-box-star {
  font-size: 2.4rem;
  color: #eecc0f;
}
.enquete-more {
  position: relative;
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}
.enquete-box:hover .enquete-more {
  background: #e12f27;
}
.enquete-more::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: -4px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 2px solid #e12f27;
  border-right: 2px solid #e12f27;
  transform: rotate(135deg);
  transition: 0.3s ease;
}
.enquete-more.active::after {
  transform: rotate(-45deg);
  top: 4px;
}
.enquete-box:hover .enquete-more::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.enquete-more-box .white-box {
  padding-top: 0;
}
.enquete-box-left {
  width: 72%;
}
.enquete-box-right {
  width: 24%;
  margin-bottom: 20px;
}
.enquete-box-right img {
  padding: 10px;
  border: 1px solid #a2a2a2;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span {
  display: inline-block;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #313131;
  padding: 7px 10px !important;
  margin: 2px;
  transition: 0.3s ease;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: 1px solid #e12f27;
  color: #fff;
  background: #e12f27;
  font-weight: bold;
}
.wp-pagenavi span.pages {
  display: block;
  margin-bottom: 10px;
  border: none;
  text-align: center;
}

/*============================================================
nps
==============================================================*/
.nps-left {
  float: left;
  width: 49%;
}
.nps-right {
  float: right;
  width: 49%;
}
.nps-score {
  margin: 7px 40px 7px 0;
  text-align: right;
  font-size: 5rem;
}
.ps-nps {
  width: 100%;
  max-width: 400px;
  line-height: 1.2;
  padding: 10px 0;
  border: 5px solid #333;
  font-size: 5rem;
  font-weight: bold;
  font-style: italic;
}
.ps-nps span {
  margin-left: 7px;
  font-size: 6rem;
}
.p-box-summary {
  position: relative;
  width: 100%;
  padding: 0px 30px 30px;
  margin: 20px 0 80px;
  background-color: #fff;
  border: 2px solid #e60012;
  border-radius: 6px;
}
.p-box-summary.is-staff-mode {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #00913a;
  border-radius: 4px;
}
.p-box-summary .ps-title {
  position: relative;
  width: 86%;
  top: -18px;
  margin: auto;
  padding: 0 5px 0 10px;
  font-size: 2rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
.p-box-summary .ps-title .ps-sub {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}
.p-box-summary .ps-title .ps-block {
  display: inline-block;
}
.p-box-summary .ps-title .ps-small {
  font-size: 1.6rem;
  font-weight: normal;
}
.p-box-summary .ps-summary table {
  width: 100%;
  border-collapse: collapse;
}
.p-box-summary .ps-summary table.for-sp {
  display: none;
}
.p-box-summary .ps-summary table th,
.p-box-summary .ps-summary table td {
  padding: 8px 0px 7px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: middle;
}
.p-box-summary .ps-summary table tr.ps-count td,
.p-box-summary .ps-summary table tr.ps-percent td {
  border-bottom: 1px solid #ccc;
}
.p-box-summary .ps-summary table tr.ps-count th,
.p-box-summary .ps-summary table tr.ps-percent th {
  background-color: #f2f2f2;
}
.p-box-summary .ps-summary table tr.ps-score td {
  position: relative;
  height: 50px;
  padding-left: 5px;
  background-color: transparent;
  border: 1px solid #fff;
  z-index: 1;
  vertical-align: bottom;
}
.p-box-summary .ps-summary table tr.ps-score td::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #aaccee;
  z-index: -1;
  transform: skewX(-22deg);
  transform-origin: 0% 75%;
}
.p-box-summary .ps-summary table .ps-high-score {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-box-summary .ps-summary table tr.ps-score .ps-high-score::before {
  height: 50px;
  background-color: #ff9999;
}
.p-box-summary .ps-summary table .ps-mid-score {
  font-size: 1.6rem;
}
.p-box-summary .ps-summary table tr.ps-score .ps-mid-score::before {
  height: 40px;
  background-color: #aaff66;
}
.p-box-summary .ps-summary table tr.ps-score th::before {
  background-color: transparent;
}
.p-box-summary .ps-summary table tr.ps-count td {
  padding: 0;
}
.p-box-summary .ps-summary table tr.ps-count td a {
  display: block;
  height: 35px;
  line-height: 35px;
}
.p-box-summary .ps-summary table tr.ps-count td a:hover {
  background-color: #eee;
}
.p-box-summary .ps-summary table tr.ps-count td a span {
  line-height: 35px;
  text-decoration: underline;
}
.p-box-summary .ps-summary table tr.ps-count td span {
  line-height: 35px;
}
.p-box-summary .ps-summary table tr.ps-count td span::after {
  content: "枚";
  font-size: 1.2rem;
}
.p-box-summary .ps-summary table .ps-high-count {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-box-summary .ps-summary table .ps-mid-count {
  font-size: 1.6rem;
}
.p-box-summary .ps-summary table tr.ps-percent td::after {
  content: "%";
  font-size: 1.2rem;
}
.p-box-summary .ps-summary table .ps-high-per {
  color: #e60012;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-box-summary .ps-summary table .ps-mid-per {
  font-size: 2.2rem;
  font-weight: bold;
}
.p-box-summary .ps-summary table .ps-low-per {
  font-size: 2rem;
  font-weight: bold;
}
.p-box-summary .ps-summary table tr.ps-count td:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
.p-box-summary .ps-summary table tr.ps-count td:nth-of-type(2) {
  border-right: 1px solid #ccc;
}
.p-box-summary .ps-summary table tr.ps-count td:nth-of-type(3) {
  border-left: 1px solid #ccc;
}
.p-box-summary .ps-summary table tr.ps-count td:nth-of-type(4) {
  border-right: 1px solid #ccc;
}
.p-box-summary .ps-summary table tr.ps-count td:last-of-type {
  border-right: 1px solid #ccc;
}
.p-box-summary .ps-summary table tr.ps-percent td:nth-of-type(1) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.p-box-summary .ps-summary table tr.ps-percent td:nth-of-type(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.p-box-summary .ps-summary table tr.ps-percent td:last-of-type {
  border-right: 1px solid #ccc;
}
.p-box-summary .ps-label-user {
  margin-top: 15px;
  font-size: 15px;
}
.p-box-summary .ps-list-user li {
  display: inline-block;
}
.p-box-summary .ps-list-user li + li {
  margin-left: 10px;
}
.p-box-summary .ps-list-user a {
  display: block;
  line-height: 1.8;
  padding-left: 12px;
  margin-left: 15px;
  font-size: 1.4rem;
}

.p-nps-table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
}
.p-nps-table th,
.p-nps-table td {
  text-align: center;
}
.p-nps-table .ps-tr-icon td {
  overflow: hidden;
  border-bottom: 5px solid #ccc;
}
.p-nps-table .ps-tr-icon td:nth-child(1) {
  border-color: #dd5555;
}
.p-nps-table .ps-tr-icon td:nth-child(2) {
  border-color: #55dd55;
}
.p-nps-table .ps-tr-icon td .m-ringori-icon {
  width: 40px;
  margin-bottom: -3px;
}
.p-nps-table .ps-tr-icon td:nth-child(1) .m-ringori-icon {
  width: 36px;
  margin-bottom: -5px;
}
.p-nps-table .ps-tr-score td {
  padding: 5px 1px;
  font-size: 1.4rem;
  color: #444;
  font-weight: bold;
}
.p-nps-table .ps-tr-score td:nth-child(1),
.p-nps-table .ps-tr-score td:nth-child(2) {
  font-size: 20px;
  color: #dd5555;
}
.p-nps-table .ps-tr-score td:nth-child(3),
.p-nps-table .ps-tr-score td:nth-child(4) {
  font-size: 1.6rem;
  color: #33aa33;
}
.p-nps-table .ps-tr-score td::after {
  content: "点";
}
.p-nps-table .ps-tr-count td {
  padding: 5px 0;
  font-size: 1.4rem;
}
.p-nps-table .ps-tr-count td::after {
  content: "人";
}
.p-nps-table .ps-tr-target td {
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #f2f2f2;
}
.p-nps-table .ps-tr-target td span {
  display: block;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.p-nps-table .ps-tr-score td:nth-child(2),
.p-nps-table .ps-tr-score td:nth-child(4),
.p-nps-table .ps-tr-count td:nth-child(2),
.p-nps-table .ps-tr-count td:nth-child(4) {
  border-right: 2px solid #ccc;
}
.p-nps-table .ps-tr-target td:nth-child(1),
.p-nps-table .ps-tr-target td:nth-child(2) {
  border-right: 2px solid #ccc;
}
.p-explain .ps-bold {
  font-weight: bold;
  font-size: 1.6rem;
}

/*============================================================
clean
==============================================================*/
.clean-box {
  background: #e12f27;
  text-align: center;
  padding: 40px 0;
}

.clean-btn a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: url(../img/clean/clean_btn.png) no-repeat right bottom;
  margin-bottom: 10px;
  padding: 0 70px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 80px;
  border: 4px solid #fff;
  transition: 0.3s ease;
}

.clean-btn a:hover {
  opacity: 0.5;
}

.clean-btn .cta01 {
  position: absolute;
  right: -100px;
  top: -64px;
}

.clean-btn-txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}

.service-cat-box {
  margin-bottom: 60px;
  border: 1px solid #ddd;
}
.service-cat-ttl-box {
  position: relative;
  padding: 20px 40px 20px 24%;
  text-align: center;
  background: #fff0eb;
  border-bottom: 1px solid #ddd;
}
.service-cat-ttl-box::before {
  content: "SERVICE";
  position: absolute;
  display: block;
  left: 4%;
  top: 50%;
  margin: auto;
  font-size: 2.8rem;
  font-weight: bold;
  color: #e12f27;
  transform: translateY(-50%);
}
.service-cat-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #e12f27;
}
.service-cat-ttl-sub {
  margin-bottom: 10px;
  font-size: 2rem;
}
.service-cat-ttl-sub span {
  display: inline-block;
  vertical-align: middle;
}
.service-cat-ttl-sub .eng {
  margin-right: 10px;
  font-weight: bold;
  color: #e12f27;
}
.service-cat-txt-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}
.service-cat-img {
  width: 16%;
}
.service-cat-txt {
  width: 78%;
}
.service-cat-txt-p {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.service-cat-txt .page-btn {
  display: block;
  width: 80%;
  margin: auto;
}
#page.pdp {
  background: #ebf1fd;
}

/*============================================================
footer
==============================================================*/
footer {
  position: relative;
  transition: 0.3s ease;
  z-index: 5;
}
.footer-logo img {
  display: inline-block;
  width: 380px;
  margin-left: 0;
  margin-bottom: 40px;
}
.footer-box {
  padding: 60px 0 0;
  background: #fff;
}
.footer-lnk {
  font-size: 1.4rem;
}
.footer-lnk-box {
  float: left;
  width: 49%;
}
.footer-lnk-blk {
  margin-bottom: 60px;
}
.footer-lnk-ttl {
  margin-bottom: 25px;
  font-weight: bold;
  color: #e12f27;
}
.footer-lnk-txt {
  margin-bottom: 10px;
}
.footer-lnk-txt a {
  border-bottom: 1px solid #313131;
}
.footer-lnk-txt a:hover {
  border-bottom: 0px;
}
.footer-txt {
  margin-bottom: 40px;
  font-size: 1.2rem;
}
.footer-sns {
  display: flex;
  margin-bottom: 60px;
}
.footer-sns a {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 3rem;
  line-height: 58px;
  color: #e12f27;
  background: #fff;
  border: 2px solid #e12f27;
  transition: 0.3s ease;
}
.footer-sns a:not(:last-child) {
  border-right: 0px;
}
.footer-sns a:hover {
  color: #fff;
  background: #e12f27;
}
.footer-sns a i {
  line-height: 58px;
}
.footer-copy {
  font-size: 1rem;
}
.footer-bnr {
  padding: 10px 0;
  color: #fff;
  background: #c6221a;
}
.footer-right {
  width: 50%;
}
.footer-bnr-ttl {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.footer-bnr-txt {
  font-size: 1.4rem;
}
.footer-btn img {
  transition: 0.3s ease;
}
.footer-btn:hover img {
  opacity: 0.5;
}
.footer_nps {
  margin-top: 20px;
  font-size: 0.8rem;
}
footer .bnr_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 0 0 50px;
}

/*============================================================
pagetop
==============================================================*/
.pagetop a {
  position: fixed;
  display: block;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 20px;
  background: #fff;
  border: 2px solid #e12f27;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 10;
  opacity: 0;
}
.pagetop.opacity a {
  opacity: 1;
}
.pagetop a:hover {
  background: #e12f27;
}
.pagetop a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #e12f27;
  border-right: 2px solid #e12f27;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pagetop a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.kawasaki .desc_area {
  margin: 40px auto 0;
  width: 100%;
  /* max-width: 600px; */
}
.kawasaki .desc_area p {
  /* margin-top: 20px; */
}
.kawasaki .desc_area p:first-child {
  margin-top: 0;
}
.kawasaki .b20 .reserve_bnr {
  margin-top: 40px;
  width: 100%;
  /* max-width: 600px; */
  transition: 0.3s ease;
}
.kawasaki .b20 .reserve_bnr:hover {
  opacity: 0.5;
}

/*============================================================*/
.alnL {text-align: left!important;}
.term-h4 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
}
.term-h4.page-txt {
  margin-bottom: 80px;
}




/*============================================================
breakpoint 1160px
==============================================================*/
@media screen and (max-width: 1160px) {
  .page-box {
    padding: 40px;
  }
  .top-list-box {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-bottom: 25vw;
    padding: 20px 20px 5px;
  }
  .top-list-ttl {
    margin-bottom: 20px;
  }
}
/*============================================================
breakpoint 930px
==============================================================*/
@media screen and (max-width: 930px) {
  .header-tel {
    top: 110px;
    right: 20px;
  }
}
/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  .left,
  .right {
    float: none;
  }
  .half-box {
    width: 100%;
  }
  .caution {
    font-size: 1.2rem;
  }
  .inner {
    width: 94%;
    margin: auto;
    padding: 0;
  }
  .red-box,
  .green-box,
  .gray-box,
  .white-box {
    padding: 20px;
  }
  .monji-box::after {
    display: none;
  }
  .monji-txt {
    width: 100%;
  }
  .ringori-ttl {
    font-size: 1.6rem;
  }
  .green-ttl {
    font-size: 1.6rem;
  }
  header.scroll {
    top: -50px;
  }
  header .header-inner {
    position: static;
    width: 94%;
    padding: 0;
  }
  .header-lst {
    position: relative;
  }
  .header-h1 {
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    padding: 9px;
  }
  .header-logo {
    margin-top: 55px;
  }
  .header-logo img {
    width: 150px;
  }
  .header-logo-ttl {
    margin-left: 5px;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .header-logo .area-back {
    position: absolute;
    display: block;
    width: 35%;
    height: 50px;
    top: 92px;
    margin-left: 0;
    background: #fff url(../img/common/header-back.png) no-repeat center top 6px / 20px;
  }
  .header-logo .area-back:hover {
    color: #fff;
    background: #e12f27 url(../img/common/header-back-wh.png) no-repeat center top 6px / 20px;
  }
  .header-logo .area-back span {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1rem;
    line-height: 1;
  }
  .header-my,
  .header-menu {
    position: absolute;
    width: 33%;
    right: 0;
    top: 92px;
    margin-top: 0;
  }
  .header-my {
    right: 33%;
  }
  .header-my a,
  .header-menu .header-menu-btn {
    width: 100%;
    height: 50px;
    padding: 4px;
    font-size: 1rem;
  }
  .header-my a {
    background: #fff url(../img/common/header-my.png) no-repeat center top 6px / 20px;
  }
  .header-my a:hover {
    background: #e12f27 url(../img/common/header-my-wh.png) no-repeat center top 6px / 20px;
  }
  .header-my span {
    bottom: 7px;
  }
  .header-tel,
  .header-tel.front-page {
    top: 53px;
    right: 0;
  }
  .header-tel {
    padding: 4px;
  }
  .header-tel-num {
    margin-bottom: 3px;
    padding-left: 11px;
    font-size: 1.6rem;
    background: url(../img/common/sp/header-tel.png) no-repeat top 4px left / 8px 10px;
  }
  .header-tel-hour {
    font-size: 1rem;
  }
  .header-menu-txt::after {
    bottom: 4px;
  }
  .header-menu span {
    width: 28px;
    height: 3px;
    margin: 10px auto;
  }
  .header-menu span::before,
  .header-menu span::after {
    width: 28px;
    height: 3px;
  }
  .header-menu span::before {
    top: 6px;
  }
  .header-menu span::after {
    bottom: 6px;
  }
  .side-menu {
    right: -200px;
    width: 200px;
    padding: 20px;
  }
  .side-open .side-menu,
  .side-open main,
  .side-open header,
  .side-open .pagetop a,
  .side-open footer {
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  .side-open .header-my,
  .side-open .header-menu,
  .side-open .header-logo .area-back {
    top: 10px;
  }
  .side-open header.scroll .header-my,
  .side-open header.scroll .header-menu {
    top: 60px;
  }
  .side-open .header-menu span::before {
    top: -1px;
  }
  #top {
    height: 100vh;
    background: #ebf1fd url(../img/top/sp/top-bg.jpg) no-repeat center bottom / contain;
  }
  .top-ttl {
    margin-bottom: 20px;
    margin-left: 4vw;
    padding-top: 160px;
    font-size: 8.8vw;
    line-height: 1.4;
  }
  .top-txt {
    display: inline-block;
    margin-left: 4vw;
    font-size: 1.6rem;
  }
  .top-list-box {
    width: 100%;
    margin-top: 0;
    padding: 20px 3% 5px;
    border: none;
  }
  .top-list-box::before {
    display: none;
  }
  .top-list-ttl {
    font-size: 1.8rem;
  }
  .top-list-item {
    width: 75%;
    margin: 0 0 10px;
    padding: 15px 0;
  }

  #top-catch {
    padding: 30px 0;
  }

  #top-catch .catch_content {
    padding: 20px;
    border: solid 2px #e12f27;
  }
  #top-catch .catch_content .catch_content_inner {
    max-width: 444px;
  }

  #top-catch .catch_content h2 {
    font-size: 2.6rem;
    font-weight: bold;
  }

  #top-catch .catch_content h2 .red {
    font-size: 2.8rem;
    color: #e12f27;
  }

  #top-catch .catch_content p {
    font-size: 1.4rem;
    font-weight: bold;
  }

  #top-medal {
    padding: 25px 0;
  }
  .top-medal-ttl {
    font-size: 0.9rem;
  }
  #top-bnr {
    padding: 0;
  }
  #top-bnr .inner {
    width: 100%;
  }
  .top-bnr-ttl {
    position: static;
    margin-bottom: 10px;
  }
  .top-bnr-icn {
    position: relative;
    width: 20%;
    padding: 0;
  }
  .top-bnr-txt {
    position: relative;
    width: 80%;
    padding: 0;
    text-align: center;
  }
  .top-bnr-icn img,
  .top-bnr-txt span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bnr-txt span {
    display: block;
    height: 22px;
  }
  .top-bnr-lst {
    width: auto;
    margin: auto;
  }
  .top-bnr-lst li {
    padding: 5px 5px 50px;
  }
  .slick-prev,
  .slick-next {
    width: 100px;
    height: 30px;
    bottom: 0;
  }
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
  #top-con {
    padding: 50px 0 10px;
  }
  .top-con-box {
    margin: 0 auto 20px;
    padding: 30px 20px;
  }
  .top-con-ttl {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .top-con-ttl::after {
    bottom: -15px;
  }
  .top-con-ttl-eng {
    font-size: 2.8rem;
  }
  #calender {
    margin: auto;
  }
  .title-box .title-en {
    font-size: 5.6rem;
  }

  .title-box .title-jp {
    font-size: 2rem;
  }

  .top-cal-ttl {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .top-cal-ttl-eng {
    font-size: 5.6rem;
  }
  .top-prm-lst {
    padding: 25px 20px;
  }
  .top-prm-lst li {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .top-prm-lst li:last-child {
    margin-bottom: 0;
  }
  .top-prm-lst .page-btn {
    position: static;
    width: 100%;
  }
  .top-prm-ttl {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .top-prm-ttl::after {
    bottom: -15px;
  }
  .top-prm-img img {
    margin-bottom: 15px;
  }
  .top-rsn-lst li {
    margin-bottom: 20px;
  }
  .top-svc-link li {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 50px;
  }
  .top-svc-link .page-btn {
    bottom: 15px;
    padding: 5px 0;
    font-size: 1.2rem;
  }
  .page-btn::after {
    width: 8px;
    height: 8px;
    right: 6px;
  }
  .top-svc-lst li {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    background: #f2f2f2;
  }
  .top-svc-box {
    padding: 15px;
  }
  .top-svc-ttl {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .top-svc-ttl span {
    font-size: 1.2rem;
  }
  .top-svc-icon {
    padding-top: 15px;
  }
  .top-es-ttl {
    font-size: 1.8rem;
  }
  .sdgs-bnr {
    margin: auto;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  #page {
    padding: 150px 0 20px;
    background: #ebf1fd;
  }
  .page-box {
    padding: 20px 10px;
  }
  .page-h2 {
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
  .page-h2::after {
    width: 40px;
    bottom: -15px;
  }
  .page-h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .page-h4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .flow-lst::before,
  .flow-lst::after,
  .lst-200::before,
  .lst-200::after,
  .lst-260::before,
  .lst-260::after {
    width: 46%;
  }
  .page-lst li {
    width: 46%;
    margin: 0 auto 30px;
  }
  .lst-320 li {
    width: 100%;
    max-width: 320px;
  }
  .lst-300 li {
    width: 100%;
    max-width: 300px;
  }
  .page-lst-ttl {
    font-size: 1.6rem;
  }
  .page-txt {
    margin-bottom: 40px;
  }
  .page-img {
    margin-bottom: 20px;
  }
  .page-btn {
    width: 100%;
    text-align: center;
    padding: 10px 40px 10px 20px;
  }
  .shizai-img,
  .shizai-txt {
    width: 100%;
  }
  .check-lst li {
    padding-left: 16px;
  }
  .qa-q,
  .qa-a {
    padding: 10px;
  }
  .qa-a {
    padding-bottom: 20px;
  }
  .toll-lst {
    flex-wrap: wrap;
  }
  .toll-lst li {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .toll-lst .tri {
    left: 0;
    right: 0;
    border-width: 12px 12px 0 12px;
    border-color: #e13027 transparent transparent transparent;
  }
  table.check_table th {
    width: 100px;
    font-size: 14px;
    line-height: 18px;
  }
  table.check_table th span {
    font-size: 18px;
  }
  table.check_table th:after {
    border-width: 30px 50px 0 50px;
  }
  .cm-box-img {
    margin-bottom: 10px;
  }
  .ringori-box {
    min-height: auto;
    background: #fdf1eb;
  }
  .cta-ttl {
    font-size: 1.6rem;
  }
  #contents table.pre_table {
    margin-bottom: 10px;
    width: auto;
    border-bottom: none;
  }
  .table-004 th,
  .table-004 td {
    padding: 10px 5px;
  }
  .pre_table th,
  .pre_table td {
    display: block;
    width: 100%;
    padding: 8px 16px;
    border-top: #e60012 solid 1px;
    box-sizing: border-box;
  }
  .pre_table th {
    background: #fff0eb;
    border-right: none;
  }
  .pre_table td {
    margin-bottom: 20px;
  }
  .one-ttl {
    font-size: 1.6rem;
  }
  .m-r-lst li {
    padding: 15px 20px;
  }
  .more-btn {
    padding: 10px 50px 10px 10px;
  }
  .enquete-box {
    padding: 20px;
  }
  .enquete-star {
    font-size: 4rem;
  }
  .enquete-btn {
    padding: 5px 20px;
  }
  .enquete-bar {
    width: calc(100% - 145px);
  }
  .page-lst.enquete-lst li:nth-child(1) {
    width: 100%;
  }
  .page-lst.enquete-lst li:nth-child(2) {
    width: 32%;
  }
  .page-lst.enquete-lst li:nth-child(3) {
    width: 32%;
  }
  .page-lst.enquete-lst li:nth-child(4) {
    width: 32%;
  }
  .page-lst.enquete-lst li:nth-child(5) {
    width: 32%;
  }
  .enquete-box-left {
    width: 100%;
  }
  .enquete-box-right {
    width: 50%;
    margin: 0 auto 20px;
  }
  .nps-score {
    margin: 9px 0;
    text-align: center;
    font-size: 2rem;
  }
  .ps-nps {
    padding: 5px 0;
    border: 3px solid #333;
    font-size: 2rem;
  }
  .ps-nps span {
    font-size: 3rem;
  }
  .rakunicos-img {
    width: 20%;
  }
  .rakunicos-txt {
    width: 76%;
  }
  .p-box-summary .ps-summary table.for-pc {
    display: none;
  }
  .p-box-summary .ps-summary table.for-sp {
    display: table;
  }
  .p-box-summary {
    margin: 30px 0 40px;
    padding: 0px 5px 20px;
  }
  .p-box-summary .ps-title {
    top: -18px;
    width: 90%;
    padding: 0 5px 0 10px;
    font-size: 1.4rem;
  }
  .p-box-summary .ps-title .ps-block {
    display: inline;
  }
  .p-box-summary .ps-title .ps-sub {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-box-summary .ps-title .ps-small {
    font-size: 1.2rem;
  }

  .p-box-summary .ps-summary table {
    width: 100%;
    max-width: 270px;
    min-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-box-summary .ps-summary table thead {
    display: block;
    float: left;
  }
  .p-box-summary .ps-summary table th,
  .p-box-summary .ps-summary table td {
    display: block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 1px solid #ccc;
  }
  .p-box-summary .ps-summary table tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .p-box-summary .ps-summary table tbody tr {
    display: inline-block;
    margin: 0 0;
    vertical-align: top;
  }
  .p-box-summary .ps-summary table tbody tr:nth-child(2) {
    margin: 0 -6px;
  }
  .p-box-summary .ps-summary table tr.ps-score td::before {
    bottom: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: initial;
    z-index: -1;
    transform: skewX(0deg);
  }
  .p-box-summary .ps-summary table tr.ps-score th,
  .p-box-summary .ps-summary table tr.ps-score td {
    height: 40px;
    padding: 0px;
    border: 1px solid #fff;
    z-index: 1;
    vertical-align: middle;
  }
  .p-box-summary .ps-summary table tr.ps-count th,
  .p-box-summary .ps-summary table tr.ps-count td {
    height: 40px;
    padding: 0;
    vertical-align: middle;
  }
  .p-box-summary .ps-summary table tr.ps-percent td.ps-mid-per,
  .p-box-summary .ps-summary table tr.ps-percent td.ps-high-per {
    height: 80px;
    line-height: 80px;
  }
  .p-box-summary .ps-summary table tr.ps-percent td.ps-low-per {
    height: 280px;
    line-height: 280px;
  }
  .p-nps-table .ps-tr-score td {
    padding: 5px 0;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .p-nps-table .ps-tr-score td:nth-child(1),
  .p-nps-table .ps-tr-score td:nth-child(2) {
    font-size: 1.4rem;
  }
  .p-nps-table .ps-tr-score td:nth-child(3),
  .p-nps-table .ps-tr-score td:nth-child(4) {
    font-size: 1.3rem;
  }
  .p-nps-table .ps-tr-count td {
    padding: 2px 1px;
    font-size: 1.1rem;
  }
  .p-nps-table .ps-tr-target td {
    font-size: 1.2rem;
  }
  .p-nps-table .ps-tr-target td span {
    font-size: 1.4rem;
  }
  .p-explain .ps-bold {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .sectionBlog04 {
    margin-bottom: 20px;
  }
  .btn_blog_fb01,
  .btn_blog_tw01 {
    width: 48%;
    background-position: center left 5px;
    background-size: 5% auto;
    padding: 5% 0;
    font-size: 1.1rem;
  }
  .btn_blog_tw01 {
    background-size: 10% auto;
  }
  .sectionBlog05_hl01 {
    padding: 5% 5% 1%;
  }
  .p_blogsingle01 {
    margin-bottom: 15px;
  }
  .ul_sectionBlog05_hl01_01 li {
    margin-bottom: 15px;
  }
  .column-lst::before {
    width: 100%;
  }
  .column-item {
    width: 100%;
  }
  .column-cat-item {
    margin-bottom: 10px;
    padding: 20px 10px;
    font-size: 1.6rem;
  }
  .column-tag-item {
    font-size: 1.2rem;
  }
  .clean-box {
    padding: 20px 0;
  }
  .clean-btn .cta01 {
    display: none;
  }
  .clean-btn a {
    width: 100%;
    padding: 0;
    font-size: 2rem;
  }
  .clean-btn-txt {
    font-size: 1.4rem;
  }
  .service-cat-box {
    margin-bottom: 30px;
  }
  .service-cat-ttl-box {
    padding: 15px 10px;
  }
  .service-cat-ttl-box::before {
    position: static;
    margin-bottom: 10px;
    font-size: 1.8rem;
    transform: translateY(0);
  }
  .service-cat-ttl {
    font-size: 1.4rem;
  }
  .service-cat-ttl-sub {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .service-cat-ttl-sub .eng {
    margin-right: 5px;
  }
  .service-cat-txt-box {
    justify-content: center;
    padding: 10px 10px 55px;
  }
  .service-cat-txt {
    width: 68%;
  }
  .service-cat-txt-p {
    margin: auto;
    font-size: 1.4rem;
  }
  .service-cat-txt .page-btn {
    position: absolute;
    width: 90%;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px 0;
    font-size: 1.2rem;
  }
  .footer-sns {
    margin-bottom: 20px;
  }
  .footer-box,
  .footer-right {
    width: 100%;
  }
  .footer-box {
    margin-bottom: calc(17vw + 20px);
    padding: 30px 0;
  }
  .footer-logo img {
    width: 190px;
    margin-bottom: 20px;
  }
  .footer-txt {
    margin-bottom: 20px;
  }
  .footer-lnk-ttl {
    margin-bottom: 10px;
  }
  .footer-lnk-blk {
    margin-bottom: 40px;
  }
  .footer-bnr {
    position: fixed;
    bottom: -110px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .footer-bnr.fixed {
    bottom: 0;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: calc(20vw + 20px);
  }
  .pagetop a::after {
    width: 16px;
    height: 16px;
    top: 6px;
  }
  footer .bnr_area {
    gap: 20px;
    margin: 0 0 20px;
  }
}

/*============================================================
breakpoint 420px
==============================================================*/
@media screen and (max-width: 420px) {
  .top-ttl {
    padding-top: 100px;
  }
  .top-ttl .bnr {
    width: 100%;
    height: auto;
    text-align: right;
    display: inline-block;
    position: relative;
    top: 80px;
  }
  .top-ttl .bnr img {
    width: 40%;
  }
}

/*============================================================
breakpoint 420px
==============================================================*/
@media screen and (max-width: 420px) {
  .top-ttl {
    font-size: 3.6rem;
  }
}

/*============================================================
ie
==============================================================*/
@media all and (-ms-high-contrast: none) {
  #top,
  #page {
    background-attachment: scroll;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #top,
  #page {
    background-attachment: scroll;
  }
}

@supports (-ms-ime-align: auto) {
  #top,
  #page {
    background-attachment: scroll;
  }
}

/*============================================================
20240329matsuda 
==============================================================*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
