@charset "UTF-8";
/*!  02_base
================================================ */
@font-face {
  font-family: icomoon;
  src: url(fonts/icomoon.eot?80bepj);
  src: url(fonts/icomoon.eot?80bepj#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf?80bepj) format("truetype"), url(fonts/icomoon.woff?80bepj) format("woff"), url(fonts/icomoon.svg?80bepj#icomoon) format("svg");
}
.icon-tel:before {
  content: "\e900";
  font-family: icomoon;
}

html {
  overflow: auto;
}

body {
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media all and (min-width: 600px) {
  body {
    min-width: 1100px;
    font-size: 1.6rem;
  }
}

a {
  color: #333;
  text-decoration: underline;
}
@media all and (min-width: 600px) {
  a:hover {
    text-decoration: none;
  }
}

.alpha {
  display: block;
  text-decoration: none;
}
@media all and (min-width: 600px) {
  .alpha {
    transition: all 0.3s ease;
  }
  .alpha:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 599px) {
  .viewPc {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .viewSp {
    display: none;
  }
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}

#mediaQuery {
  display: none;
  font-family: sp;
}
@media all and (min-width: 600px) {
  #mediaQuery {
    font-family: pc;
  }
}

/*! layout
-------------------------------------- */
#wrapper {
  position: relative;
}

main {
  position: relative;
  display: block;
}

span,
em,
small,
strong {
  font-weight: inherit;
}

.en {
  font-family: Oswald, Noto Sans JP, Hiragino Kaku Gothic ProN, YuGothic, Yu Gothic, "メイリオ", sans-serif;
  letter-spacing: 0;
}

.num {
  font-family: Roboto, Noto Sans JP, Hiragino Kaku Gothic ProN, YuGothic, Yu Gothic, "メイリオ", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}

#gHeader {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media all and (min-width: 600px) {
  #gHeader {
    background: #fff;
  }
}

@media all and (min-width: 600px) {
  #gHeader.is_fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
  }
}
#hdInfo {
  position: relative;
  box-sizing: border-box;
  height: 75px;
  background: #fff;
  padding: 0 0 0 20px;
}
#hdInfo .hdTxt {
  display: inline-block;
  padding: 5px 75px 0 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.2;
}
#hdInfo .logo {
  float: left;
  width: 136px;
  padding: 2px 0;
}
#hdInfo .txt {
  padding-top: 17px;
  font-size: 1rem;
  line-height: 1.2;
}
#hdInfo .btnGnav {
  display: inline-block;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background: #fcdd0f;
  cursor: pointer;
}
#hdInfo .btnGnav .line {
  display: inline-block;
  position: absolute;
  left: 26px;
  width: 26px;
  height: 2px;
  content: "";
  background: #333;
  transition: all 0.3s ease;
}
#hdInfo .btnGnav .line:nth-child(1) {
  top: 31px;
}
#hdInfo .btnGnav .line:nth-child(2) {
  top: 39px;
}
#hdInfo .btnGnav .line:nth-child(3) {
  top: 47px;
}
#hdInfo .btnGnav.is_open .line:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
  -webkit-transform: translateY(8px) rotate(-45deg);
}
#hdInfo .btnGnav.is_open .line:nth-child(2) {
  opacity: 0;
}
#hdInfo .btnGnav.is_open .line:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
}
#hdInfo .btnGnav .chara {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

@media all and (min-width: 600px) {
  #hdInfo {
    background: #fff;
    max-width: 1120px;
    min-width: 1070px;
    height: 103px;
    margin: 0 auto;
    padding: 17px 10px 12px;
  }
}
@media all and (min-width: 600px) {
  #hdInfo .hdTxt {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 1.3rem;
  }
}
@media all and (min-width: 600px) {
  #hdInfo .logoWrap {
    float: none;
  }
}
@media all and (min-width: 600px) {
  #hdInfo .logo {
    float: left;
    width: 273px;
    padding: 5px 0 0;
  }
}
@media all and (min-width: 600px) {
  #hdInfo .txt {
    padding-top: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 600px) {
  #hdInfo .btnGnav {
    display: none;
  }
}
#gNav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
}
#gNav .head-btn {
  width: 290px;
  margin: -15px auto 50px;
}
#gNav .head-btn a {
  padding: 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
#gNav .head-btn a:before {
  content: none;
}
#gNav a {
  display: block;
  text-decoration: none;
}
#gNav a:hover {
  text-decoration: underline;
}

@media all and (max-width: 599px) {
  #gNav .logo {
    float: none;
    width: 100%;
    height: 75px;
    padding: 0;
    border-bottom: 1px solid #c5c5c5;
    box-sizing: border-box;
  }
  #gNav .logo a {
    display: block;
    padding: 20px 0 0 20px;
  }
  #gNav .logo img {
    width: 149px;
    vertical-align: top;
  }
  #gNav .item {
    border-bottom: 1px solid #eaeaea;
    font-size: 1.6rem;
    font-weight: 700;
  }
  #gNav .item > a {
    position: relative;
    padding: 14px 20px;
  }
  #gNav .item > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform-origin: right top;
    -webkit-transform-origin: right top;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #gNav .contact {
    padding: 30px 20px;
    border-bottom: none;
  }
  #gNav .contact a {
    text-align: center;
  }
}
@media all and (min-width: 600px) {
  #gNav {
    position: absolute;
    display: block;
    position: static;
    width: 100%;
    min-width: auto;
    padding: 0;
    text-align: center;
  }
  #gNav .list {
    text-align: left;
    letter-spacing: -0.5em;
  }
  #gNav .item {
    display: inline-block;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    font-weight: 500;
  }
  #gNav .item a {
    padding: 13px 11px 13px 12px;
  }
  #gNav .item.viewSp {
    display: none;
  }
  #gNav .head-btn {
    width: 240px;
    margin: 0;
    position: absolute;
    top: 0;
  }
  #gNav .head-btn a {
    padding: 0;
    box-shadow: none;
  }
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 99;
}

@media all and (min-width: 600px) {
  #overlay {
    display: none !important;
  }
}
#loading {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  padding: 0 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.5s;
  text-align: center;
  box-sizing: border-box;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 200;
}

#mainVisual {
  position: relative;
}
@media all and (min-width: 600px) {
  #mainVisual {
    height: 765px;
    text-align: center;
    position: relative;
  }
}
@media all and (max-width: 599px) {
  #mainVisual .slide {
    background: url(../img/pic_mainimg01-sp.webp) no-repeat center/cover;
    height: 120vw;
  }
}
@media all and (min-width: 600px) {
  #mainVisual .slide {
    position: relative;
    height: 765px;
  }
  #mainVisual .slide .item--3, #mainVisual .slide .item--2, #mainVisual .slide .item--1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: fadeInOut 15s ease-in-out infinite;
  }
  #mainVisual .slide .item--1 {
    background: url(../img/pic_mainimg01-02_pc.webp) no-repeat center;
  }
  #mainVisual .slide .item--2 {
    background: url(../img/pic_mainimg02-02_pc.webp) no-repeat center;
    animation-delay: 5s;
  }
  #mainVisual .slide .item--3 {
    background: url(../img/pic_mainimg01-03_pc.webp) no-repeat center;
    animation-delay: 10s;
  }
}
#mainVisual .inner {
  position: relative;
  z-index: 2;
  padding: 140px 4.5% 25%;
}
@media all and (max-width: 599px) {
  #mainVisual .inner {
    text-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  }
}
@media all and (min-width: 600px) {
  #mainVisual .inner {
    padding: 178px 0 0 410px;
  }
}
#mainVisual .tit {
  margin: -5px 0 15px;
  color: #fff;
  font-size: 1.7rem;
  font-size: 4.5vw;
  line-height: 1.4;
}
#mainVisual .tit .viewPc {
  display: inline-block;
}
#mainVisual .tit span:before, #mainVisual .tit span:after {
  content: "";
  display: block;
  position: absolute;
  background: #333;
}
#mainVisual .price {
  padding: 0 0 0 28.5%;
  color: #fff;
  font-weight: 700;
  vertical-align: baseline;
  letter-spacing: 0;
  line-height: 45px;
}
#mainVisual .pic02 {
  min-height: 400px;
  background: url(../img/pic_mainimg01-sp.webp) no-repeat center;
  background-size: cover;
}
#mainVisual .mvTxtWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mainVisual .mvTxtWrap .lead {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #e60013;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
#mainVisual .mvTxtWrap .titWrap {
  margin-top: 10px;
  padding-left: 80px;
  text-align: center;
}
#mainVisual .mvTxtWrap .sub {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  color: #fff;
  background: #333;
  font-size: 1.2rem;
  line-height: 1;
}
#mainVisual .mvTxtWrap .tit {
  position: relative;
  margin-top: 10px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.22;
  color: #333;
}
#mainVisual .mvTxtWrap .tit span {
  position: absolute;
  top: -15px;
  left: 15px;
  font-size: 1.3rem;
  transform: rotate(-20deg);
}
#mainVisual .mvTxtWrap .tit span:before, #mainVisual .mvTxtWrap .tit span:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 1px;
  background: #333;
}
#mainVisual .mvTxtWrap .tit span:before {
  left: -10px;
  transform: rotate(-30deg);
}
#mainVisual .mvTxtWrap .tit span:after {
  right: -10px;
  transform: rotate(30deg);
}
#mainVisual .mvTxtWrap .copy {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 600;
}
#mainVisual .mvTxtWrap .copy span {
  position: relative;
  display: inline-block;
}
#mainVisual .mvTxtWrap .copy span:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #eb4e39;
  border-radius: 50%;
}
#mainVisual .mvTxtWrap .price {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  margin-top: 10px;
  color: #e60013;
}
#mainVisual .mvTxtWrap .price .txt {
  writing-mode: vertical-rl;
  font-size: 1.9rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  transform: translateY(-3px);
}
#mainVisual .mvTxtWrap .price .num {
  padding-left: 3px;
  color: #e60013;
  font-size: 5.1rem;
  font-weight: 900;
  background: -webkit-linear-gradient(top, #eb4e39 0, #eb4e39 50%, #e60013 51%, #e60013 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto, Noto Sans JP, Hiragino Kaku Gothic ProN, YuGothic, Yu Gothic, "メイリオ", sans-serif;
  letter-spacing: 0;
}
#mainVisual .mvTxtWrap .price .num span {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #e60013;
}
#mainVisual .mvTxtWrap .list {
  margin-top: 15px;
  padding-left: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#mainVisual .mvTxtWrap .list .item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 90px;
  height: 90px;
  margin: 0 5px;
  border: 2px solid #eb4e39;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
}
#mainVisual .mvTxtWrap .list .item span {
  font-weight: 800;
  color: #eb4e39;
}

@media all and (min-width: 600px) {
  #mainVisual .lead {
    margin: 0 0 30px;
  }
}
@media all and (min-width: 600px) {
  #mainVisual .tit {
    position: relative;
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 50px;
    color: #333;
    font-size: 5rem;
    letter-spacing: -0.03em;
    line-height: 1.7;
  }
}
@media all and (min-width: 600px) {
  #mainVisual .tit span {
    position: absolute;
    top: -2px;
    left: 60px;
    padding: 0 0 0 20px;
    font-size: 2.6rem;
    letter-spacing: 0.03em;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
  }
}
@media all and (min-width: 600px) {
  #mainVisual .tit span:before, #mainVisual .tit span:after {
    top: 13px;
    width: 2px;
    height: 30px;
  }
}
@media all and (min-width: 600px) {
  #mainVisual .tit span:before {
    left: 9px;
    transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
  }
}
@media all and (min-width: 600px) {
  #mainVisual .tit span:after {
    right: -10px;
    transform: rotate(22deg);
    -webkit-transform: rotate(22deg);
  }
}
@media all and (min-width: 600px) {
  #mainVisual .copy {
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
@media all and (min-width: 600px) {
  #mainVisual .price {
    margin: -10px 0 0;
    padding: 0;
    color: #ed3838;
    font-size: 5.5rem;
    letter-spacing: 0.03em;
    line-height: 95px;
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
@media all and (min-width: 600px) {
  #mainVisual .mvTxtWrap {
    z-index: 1;
    width: 1070px;
    height: 756px;
  }
  #mainVisual .mvTxtWrap .inner {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 100px;
  }
  #mainVisual .mvTxtWrap .lead {
    padding: 8px 10px;
    font-size: 2.5rem;
  }
  #mainVisual .mvTxtWrap .lead:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0;
    border-color: #e60013 transparent transparent;
  }
  #mainVisual .mvTxtWrap .titWrap {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }
  #mainVisual .mvTxtWrap .sub {
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 2.3rem;
  }
  #mainVisual .mvTxtWrap .tit {
    position: relative;
    margin-top: 10px;
    font-size: 5rem;
  }
  #mainVisual .mvTxtWrap .tit span {
    top: -15px;
    left: 15px;
    font-size: 2.5rem;
  }
  #mainVisual .mvTxtWrap .tit span:before, #mainVisual .mvTxtWrap .tit span:after {
    height: 15px;
    width: 2px;
  }
  #mainVisual .mvTxtWrap .tit span:before {
    left: -3px;
  }
  #mainVisual .mvTxtWrap .tit span:after {
    top: 5px;
    right: -15px;
    transform: rotate(20deg);
  }
  #mainVisual .mvTxtWrap .copy {
    margin-top: 15px;
    font-size: 2.8rem;
  }
  #mainVisual .mvTxtWrap .copy span:before {
    width: 7px;
    height: 7px;
  }
  #mainVisual .mvTxtWrap .price {
    padding: 0;
    align-items: center;
    margin-top: 10px;
    color: #e60013;
  }
  #mainVisual .mvTxtWrap .price .txt {
    writing-mode: horizontal-tb;
    font-size: 5.4rem;
  }
  #mainVisual .mvTxtWrap .price .num {
    padding-left: 3px;
    font-size: 10.2rem;
  }
  #mainVisual .mvTxtWrap .price .num span {
    font-size: 4.5rem;
    line-height: 1.5;
  }
  #mainVisual .mvTxtWrap .list {
    margin-top: 15px;
    padding-left: 0;
  }
  #mainVisual .mvTxtWrap .list .item {
    width: 130px;
    height: 130px;
    margin: 0 10px;
    border: 4px solid #eb4e39;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  #mainVisual .mvTxtWrap .list .item .is-mid {
    position: relative;
    top: 1px;
    font-size: 2.1rem;
    font-weight: 600;
  }
  #mainVisual .mvTxtWrap .list .item .is-small {
    position: relative;
    top: 7px;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
#breadcrumb .list {
  padding: 8px 10px 25px;
}
#breadcrumb .list .item {
  display: inline-block;
}
#breadcrumb .list .item + .item {
  padding-left: 5px;
}
#breadcrumb .list .item + .item:before {
  content: ">";
  margin-right: 4px;
}

.secSidebar {
  margin-bottom: 20px;
  padding: 0 15px;
}

@media all and (min-width: 600px) {
  .secSidebar {
    margin-bottom: 25px;
    padding: 0;
  }
}
#gFooter {
  font-size: 1.3rem;
  padding: 0 0 60px;
}
#gFooter .copyright {
  padding: 24px 0 26px;
  color: #333;
  line-height: 1.9;
  text-align: center;
}

@media all and (min-width: 600px) {
  #gFooter {
    padding: 0 0 60px;
  }
}
@media all and (min-width: 600px) {
  #gFooter .inner {
    padding-top: 32px;
    padding-bottom: 37px;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 600px) {
  #gFooter .link {
    display: block;
    line-height: 2.2;
    margin-top: 8px;
  }
}
@media all and (max-width: 599px) {
  #gFooter .link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 2.2;
    margin-top: 8px;
    text-align: center;
  }
}
@media all and (min-width: 600px) {
  #gFooter .copyright {
    padding: 0;
    float: right;
    line-height: 2.6;
    text-align: center;
  }
}
.ftCv {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  min-width: 320px;
  padding: 10px 20px;
  background: #ed3838;
  box-sizing: border-box;
}
.ftCv .tel,
.ftCv .btn {
  width: 48.5%;
  text-align: center;
  box-sizing: border-box;
}
.ftCv .tel a,
.ftCv .btn a {
  display: block;
  text-decoration: none;
}
.ftCv .tel {
  float: left;
  font-size: 1.6rem;
  border: 2px solid #fff;
}
.ftCv .tel a {
  color: #fff;
  line-height: 36px;
}
.ftCv .tel .icon-tel:before {
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 1.2rem;
}
.ftCv .btn {
  float: right;
}
.ftCv .btn:before {
  right: 10px;
  width: 5px;
  height: 5px;
}
.ftCv .btn a {
  font-size: 1.3rem;
  line-height: 40px;
}

@media all and (max-width: 599px) {
  .ftCv .btn a {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
  }
}
@media all and (min-width: 600px) {
  .ftCv {
    width: 1100px;
    padding: 10px 100px 10px 147px;
    right: 0;
    margin: auto;
  }
  .ftCv .info {
    float: left;
    width: 257px;
    margin: 0;
    border-right: 1px solid #fff;
    text-align: left;
  }
  .ftCv .tel {
    float: none;
    text-align: left;
    width: auto;
    margin: 0 0 3px 13px;
    font-size: 2.8rem;
    line-height: 55px;
    border: 0;
    pointer-events: none;
  }
  .ftCv .tel .icon-tel:before {
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 2.2rem;
    line-height: 1.25;
  }
  .ftCv .open {
    padding: 0 0 0 13px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #fff;
  }
  .ftCv .info-tokyo {
    float: left;
    width: 178px;
    margin: 0;
    border-right: 1px solid #fff;
    text-align: left;
  }
  .ftCv .info-tokyo .tel {
    font-size: 2rem;
    text-align: center;
    margin: 0;
  }
  .ftCv .info-tokyo .icon-tel:before {
    font-size: 1.5rem;
  }
  .ftCv .info-tokyo .txt-tokyo a {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    display: block;
  }
  .ftCv .btn {
    width: 400px;
  }
  .ftCv .btn a {
    background-position: center -30px;
    font-size: 1.6rem;
    line-height: 46px;
  }
  .ftCv .btn:before {
    right: 40px;
  }
  .ftCv .btn span {
    margin: 0 0 0 5px;
    padding: 0 0 0 43px;
    letter-spacing: 0.05em;
    position: relative;
  }
  .ftCv .btn span:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ico_btn01.svg) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    width: 24px;
    height: 29px;
    margin: -15px 0 0;
  }
}
@media all and (max-width: 599px) {
  #pagetop {
    position: static !important;
  }
}
@media all and (min-width: 600px) {
  #pagetop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0 30px 90px 0;
    transition: opacity 0.3s ease;
  }
  #pagetop.is_view {
    opacity: 1;
    visibility: visible;
  }
}
#pagetop a {
  position: relative;
  display: block;
  height: 50px;
  background: #5c5c5c;
  text-align: center;
  text-decoration: none;
}
#pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform-origin: right top;
  -webkit-transform-origin: right top;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media all and (min-width: 600px) {
  #pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 12px 0 0;
    border-radius: 25px;
    box-sizing: border-box;
  }
}
/*!  .js-slick
================================================ */
.slick-prev,
.slick-next {
  height: 17px;
  width: 17px;
  z-index: 5;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  border-top: 4px solid #ed3838;
  border-left: 4px solid #ed3838;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  left: -5px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  border-top: 4px solid #ed3838;
  border-right: 4px solid #ed3838;
  transform-origin: right top;
  -webkit-transform-origin: right top;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  right: -5px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.mod_inner01 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 600px) {
  .mod_inner01 {
    width: 1070px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
}
@media all and (min-width: 600px) {
  .mod_inner02 {
    width: 1070px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
}
.mod_inner03 {
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 600px) {
  .mod_inner03 {
    width: 1070px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
}
.mod_tit01 {
  margin: 0 0 14px;
  text-align: center;
}
.mod_tit01 .copy {
  font-weight: 500;
}
.mod_tit01 .titIn {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
}

@media all and (min-width: 600px) {
  .mod_tit01 {
    margin: 0 0 40px;
  }
}
@media all and (min-width: 600px) {
  .mod_tit01 .copy {
    margin: 0 0 7px;
    font-size: 2.4rem;
  }
}
@media all and (min-width: 600px) {
  .mod_tit01 .titIn {
    font-size: 5.2rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
}
.mod_tit02 {
  margin: 0 0 14px;
  text-align: center;
}
.mod_tit02 .titIn {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
.mod_tit02 .copy {
  color: #ed3838;
  font-weight: 500;
}

@media all and (min-width: 600px) {
  .mod_tit02 {
    margin: 0 0 24px;
  }
}
@media all and (min-width: 600px) {
  .mod_tit02 .titIn {
    font-size: 4.8rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
}
.mod_btn01 {
  position: relative;
  width: 86%;
  margin: 0 auto;
}
.mod_btn01:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform-origin: right top;
  -webkit-transform-origin: right top;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
}
.mod_btn01 a {
  display: block;
  width: 100%;
  background: #fcdd10;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}
.mod_btn01 input {
  display: block;
  width: 100%;
  background: #fcdd10;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (min-width: 600px) {
  .mod_btn01 {
    width: 370px;
  }
}
@media all and (min-width: 600px) {
  .mod_btn01:before {
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
@media all and (max-width: 599px) {
  .mod_btn01 a,
  .mod_btn01 input {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
}
@media all and (min-width: 600px) {
  .mod_btn01 a,
  .mod_btn01 input {
    border-radius: 4px;
    background: #fd8715 url(../img/bg_btn01.svg) center top no-repeat;
    background-size: 100% auto;
    border: 3px solid #fd8715;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 2.4rem;
    line-height: 79px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .mod_btn01 a:hover,
  .mod_btn01 input:hover {
    opacity: 0.8;
  }
}
.mod_btn02 a {
  display: inline-block;
  position: relative;
  padding-right: 21px;
}
.mod_btn02 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background: url(../img/img_icon01.svg) no-repeat;
}

.mod_box01 {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.mod_form01 input[type=checkbox] {
  display: none;
}
.mod_form01 input[type=checkbox] + span {
  display: inline-block;
  margin: 0 0 5px;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}
.mod_form01 input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -11px;
  border: 2px solid #a7a7a7;
}
.mod_form01 input[type=checkbox]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  left: 8px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ed3838;
  border-right: 3px solid #ed3838;
}
.mod_form01 textarea {
  resize: none;
  overflow: auto;
}
.mod_form01 dt {
  padding: 10px 0 7px;
  font-weight: 400;
  text-align: left;
}
.mod_form01 dt .required {
  float: right;
  display: block;
  margin: 7px 0 0;
  padding: 2px 8px;
  background: red;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
.mod_form01 dt .free {
  float: right;
  display: block;
  margin: 7px 0 0;
  padding: 2px 8px;
  background: gray;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
.mod_form01 dd {
  padding: 0 0 3px;
  text-align: left;
}
.mod_form01 dd:last-child {
  border: none;
}
.mod_form01 dd input[type=text],
.mod_form01 dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 13px 5px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.4;
}
.mod_form01 .zip {
  margin: 0 0 10px;
}
.mod_form01 .short {
  display: inline-block;
  width: 10em;
  margin: 0 0.3em;
}
.mod_form01 .group01 .form-group {
  margin: 20px 0;
}
.mod_form01 .group01 .checkbox {
  display: inline-block;
  width: 7em;
  margin: 5px 0;
}
.mod_form01 .button {
  text-align: center;
}
.mod_form01 .button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mod_form01 .button input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 200px;
  margin: 15px 10px 0;
  padding: 10px;
  background: #ccc;
  text-align: center;
}

@media all and (min-width: 600px) {
  .mod_form01 input[type=checkbox] + span {
    padding-left: 27px;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 input[type=checkbox] + span:before {
    width: 14px;
    height: 14px;
    margin-top: -8px;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 input[type=checkbox]:checked + span:after {
    top: 30%;
    left: 5px;
    width: 5px;
    height: 10px;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 textarea {
    height: 180px;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 dt {
    width: 194px;
    padding: 20px 0 0;
    float: left;
    clear: both;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 dt .required {
    margin: 6px 0 0;
    padding: 4px 13px;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 dt .free {
    margin: 6px 0 0;
    padding: 4px 13px;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 dd {
    padding: 7px 10px 7px 220px;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 dd input[type=text],
  .mod_form01 dd textarea {
    padding: 18px 5px;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 .short {
    width: 10em;
    margin: 0 0.5em;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 .long {
    display: inline-block;
    width: 70%;
  }
}
@media all and (min-width: 600px) {
  .mod_form01 .group01 .checkbox {
    width: 8em;
    margin: 0;
  }
}
#cv {
  background: #ed3838;
}
#cv .box {
  padding: 25px 15px 27px;
}
#cv .box .info {
  margin: 0 0 13px;
  color: #fff;
  text-align: center;
}
#cv .box .tel {
  width: 77%;
  min-width: 290px;
  margin: 0 auto 2px;
  box-sizing: border-box;
  font-size: 3rem;
  letter-spacing: -0.004em;
}
#cv .box .tel a {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}
#cv .box .tel span {
  vertical-align: baseline;
}
#cv .box .icon-tel:before {
  display: inline-block;
  margin-right: 5px;
  font-size: 2.1rem;
}
#cv .box .open {
  letter-spacing: 0;
}
#cv .btn {
  width: 77%;
  min-width: 290px;
}
#cv .btn a {
  text-align: center;
}
#cv .btn span {
  display: inline-block;
  position: relative;
}
#cv .btn span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/ico_btn01.svg) no-repeat;
  background-size: 100% 100%;
}

@media all and (min-width: 600px) {
  #cv {
    position: absolute;
    top: -103px;
    left: 50%;
    width: 1100px;
    margin: 0 0 0 -550px;
    z-index: 2;
  }
}
@media all and (min-width: 600px) {
  #cv .box {
    padding: 40px 100px 37px 147px;
  }
}
@media all and (min-width: 600px) {
  #cv .box .info {
    float: left;
    width: 404px;
    margin: 0;
    border-right: 1px solid #fff;
    text-align: left;
  }
}
@media all and (min-width: 600px) {
  #cv .box .tel {
    width: auto;
    min-width: none;
    margin: 0 0 3px;
    font-size: 5rem;
    line-height: 55px;
  }
}
@media all and (min-width: 600px) {
  #cv .box .tel a {
    display: none;
  }
}
@media all and (min-width: 600px) {
  #cv .box .icon-tel:before {
    margin: 0 6px 0 0;
    font-size: 3.5rem;
    line-height: 55px;
  }
}
@media all and (min-width: 600px) {
  #cv .box .open {
    padding: 0 0 0 13px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
}
@media all and (min-width: 600px) {
  #cv .btn {
    float: right;
    width: 400px;
    min-width: none;
  }
}
@media all and (min-width: 600px) {
  #cv .btn:before {
    right: 40px;
  }
}
@media all and (min-width: 600px) {
  #cv .btn a {
    border-width: 4px;
    background-position: center -10px;
    font-size: 2.2rem;
    line-height: 76px;
  }
}
@media all and (min-width: 600px) {
  #cv .btn span {
    margin: 0 0 0 5px;
    padding: 0 0 0 43px;
    letter-spacing: 0.05em;
  }
}
@media all and (min-width: 600px) {
  #cv .btn span:before {
    top: 50%;
    left: 0;
    width: 24px;
    height: 29px;
    margin: -15px 0 0;
  }
}
#trouble {
  padding: 0 0 40px;
}
#trouble .inner {
  padding-bottom: 8px;
}
#trouble .leadWrap {
  padding-top: 31px;
  padding-bottom: 90px;
  background: #fceded url(../img/bg_trouble01_sp.png) center 36px no-repeat;
  background-size: 100% auto;
}
#trouble .leadArea {
  text-align: center;
}
#trouble .leadArea .copy {
  margin: 0 0 3px;
  font-size: 1.6rem;
  font-weight: 500;
}
#trouble .leadArea .titIn {
  position: relative;
  z-index: 1;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.35;
}
#trouble .leadArea .titIn .em {
  display: inline-block;
  position: relative;
}
#trouble .leadArea .titIn .em:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #fcdd0f;
  z-index: -1;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
}
#trouble .leadArea .pic {
  width: 91.5%;
  margin: -4px auto 10px;
}
#trouble .leadArea .txt {
  position: relative;
  z-index: 1;
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: 0;
}
#trouble .leadArea .txt .em {
  display: inline-block;
  position: relative;
  color: #ed3838;
}
#trouble .leadArea .txt .em:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #fcdd0f;
  z-index: -1;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
}
#trouble .arw {
  margin: -10px 0 15px;
  height: 255px;
  box-sizing: border-box;
  background-image: url(../img/bg_trouble04_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 210px;
  text-align: center;
}
#trouble .arw .balloon {
  position: relative;
  width: 89%;
  margin: -50px auto 31px;
  padding: 17px 0;
  box-sizing: border-box;
  border: 3px solid #333;
  background: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.47;
}
#trouble .arw .balloon:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 22px;
  height: 22px;
  margin: 0 0 0 -15px;
  background: #fff;
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  box-sizing: border-box;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#trouble .arw .heading {
  color: #fff;
  font-weight: 500;
}
#trouble .arw .heading .name {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
}
#trouble .arw .heading .difference {
  font-size: 2.6rem;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
  position: relative;
  letter-spacing: normal;
}
#trouble .arw .heading .difference:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #fcdd0f;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
}
#trouble .arw .heading img {
  width: 211px;
}
#trouble .consulWrap {
  padding: 0 0 11px;
}
#trouble .consultation {
  position: relative;
  padding: 0;
}
#trouble .consultation .pic {
  margin: 0 0 25px;
  position: relative;
}
#trouble .consultation .pic .ico {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 120px;
}
#trouble .consultation .copy {
  margin: 0 0 15px;
  font-weight: 700;
  text-align: center;
}
#trouble .consultation .copy .em {
  display: inline-block;
  position: relative;
}
#trouble .consultation .copy .em:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fcdd0f;
  z-index: -1;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
}
#trouble .consultation .subTit {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-align: center;
}
#trouble .consultation .subTit .em {
  color: #ed3838;
}
#trouble .consultation .box {
  padding: 18px 25px;
}
#trouble .consultation .txt {
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: 500;
}
#trouble .coolingoff {
  color: #fff;
  box-sizing: border-box;
  background: #ed3838;
}
#trouble .coolingoff .box {
  padding: 25px 20px 20px;
  margin-bottom: 40px;
}
#trouble .coolingoff .ico {
  padding-bottom: 11px;
}
#trouble .coolingoff .tit {
  font-weight: 700;
  display: inline-block;
}
#trouble .coolingoff .tit .em {
  color: #fce863;
  font-size: 2.3em;
  font-weight: 800;
}
#trouble .coolingoff .copy {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
}
#trouble .coolingoff .copy strong {
  display: block;
  border-bottom: 3px solid #fff;
  line-height: 1;
  padding-bottom: 6px;
}
#trouble .coolingoff .copy .em {
  display: inline-block;
  position: relative;
}
#trouble .coolingoff .txt {
  padding-bottom: 20px;
}
#trouble .coolingoff .expert {
  background: #fff;
  padding: 16px 15px 15px;
}
#trouble .coolingoff .lead {
  color: #242424;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 13px;
}
#trouble .coolingoff .lead span {
  font-weight: 700;
  color: #ed3838;
}
#trouble .coolingoff .list {
  margin-bottom: 20px;
}
#trouble .coolingoff .list .item {
  position: relative;
  color: #242424;
  background: #f4f4f4;
  padding: 11px 0 11px 35px;
  line-height: 1.4;
  margin-bottom: 1px;
}
#trouble .coolingoff .list .item:before {
  position: absolute;
  top: 13px;
  left: 15px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/ico_coolingoff01.png) 0 0 no-repeat;
  background-size: 100%;
}
#trouble .voice {
  padding: 25px 25px 20px;
  border: 3px solid #333;
}
#trouble .voice .pic {
  margin: 0 0 20px;
}
#trouble .voice .subtit {
  margin: 0 0 10px;
  display: inline-block;
  padding: 0 15px;
  background: #ed3838;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
#trouble .voice .heading {
  margin: 0 0 3px;
  color: #ed3838;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.5;
}
#trouble .voice .txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.94;
}
#trouble .voice .name {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
}

@media all and (min-width: 600px) {
  #trouble {
    padding: 160px 0 53px;
  }
}
@media all and (min-width: 600px) {
  #trouble .leadWrap {
    background: none;
  }
}
@media all and (min-width: 600px) {
  #trouble .leadArea {
    padding: 0 0 42px;
  }
}
@media all and (min-width: 600px) {
  #trouble .leadArea .tit {
    margin: 0 0 38px;
  }
}
@media all and (min-width: 600px) {
  #trouble .leadArea .copy {
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
}
@media all and (min-width: 600px) {
  #trouble .leadArea .titIn {
    font-size: 5.2rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 600px) {
  #trouble .leadArea .titIn .em:after {
    height: 13px;
  }
}
@media all and (min-width: 600px) {
  #trouble .leadArea .pic {
    width: auto;
    margin: 0;
  }
}
@media all and (min-width: 600px) {
  #trouble .leadArea .txt {
    margin: -27px 0 0;
    font-size: 3.1rem;
  }
}
@media all and (min-width: 600px) {
  #trouble .leadArea .txt .em:after {
    height: 11px;
  }
}
@media all and (min-width: 600px) {
  #trouble .arw {
    height: 410px;
    margin: -120px 0 71px;
    padding: 6px 0 0;
    background-image: url(../img/bg_trouble04_pc.png);
    background-size: 1920px auto;
    background-position: center 30px;
  }
}
@media all and (min-width: 1920px) {
  #trouble .arw {
    background-size: 100% 372px;
  }
}
@media all and (min-width: 600px) {
  #trouble .arw .balloon {
    width: 670px;
    margin: 0 auto 49px;
    padding: 35px 0 39px;
    border: 4px solid #333;
    font-size: 3.4rem;
    line-height: 1.47;
  }
}
@media all and (min-width: 600px) {
  #trouble .arw .heading .difference:after {
    height: 11px;
    bottom: 8px;
  }
}
@media all and (min-width: 600px) {
  #trouble .arw .heading {
    padding: 0 0 0 24px;
    font-size: 3.3rem;
    margin-top: -20px;
  }
  #trouble .arw .heading .name {
    font-size: 5rem;
    line-height: 1.5;
  }
  #trouble .arw .heading .difference {
    font-size: 5rem;
    margin-top: -15px;
  }
}
@media all and (min-width: 600px) {
  #trouble .arw .heading img {
    width: auto;
    vertical-align: -8px;
  }
}
@media all and (min-width: 600px) {
  #trouble .consultation {
    min-height: 400px;
    margin: 0;
    padding: 0 0 68px;
  }
}
@media all and (min-width: 600px) {
  #trouble .consultation .pic {
    margin: 0;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateX(-110px);
    -webkit-transform: translateX(-110px);
  }
}
@media all and (min-width: 600px) {
  #trouble .consultation .pic .ico {
    right: -20px;
    bottom: -10px;
    width: auto;
  }
}
@media all and (min-width: 600px) {
  #trouble .consultation .txtWrap {
    margin: 0 0 0 490px;
    padding: 64px 0 0;
  }
}
@media all and (min-width: 600px) {
  #trouble .consultation .copy {
    padding: 0 0 0 11px;
    font-size: 2.7rem;
    text-align: left;
  }
}
@media all and (min-width: 600px) {
  #trouble .consultation .copy .em:after {
    bottom: 0;
    height: 11px;
  }
}
@media all and (min-width: 600px) {
  #trouble .consultation .subTit {
    margin: 0 0 25px;
    font-size: 5.5rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-align: left;
    letter-spacing: normal;
  }
}
@media all and (max-width: 599px) {
  #trouble .consultation .box {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}
@media all and (min-width: 600px) {
  #trouble .consultation .box {
    padding: 0;
  }
}
@media all and (min-width: 600px) {
  #trouble .consultation .txt {
    margin: 0;
    padding: 0 0 0 11px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.9;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .box {
    margin: 0 0 55px;
    padding: 45px 75px 72px;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .ico {
    padding-bottom: 29px;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .tit {
    font-size: 4rem;
    letter-spacing: -0.01em;
    line-height: 1.2;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .tit .em {
    font-size: 4.6rem;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .copy {
    padding: 0;
    text-align: left;
    font-size: 2rem;
    padding-bottom: 11px;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .txt {
    font-size: 1.5rem;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .expert {
    padding: 32px 40px 37px;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .lead {
    text-align: left;
    font-size: 2rem;
    line-height: 1.8;
    padding-bottom: 16px;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .lead span {
    position: relative;
  }
  #trouble .coolingoff .lead span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fcdd0f;
    z-index: 1;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .list {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .list .item {
    padding: 20px 0 20px 55px;
  }
}
@media all and (min-width: 600px) {
  #trouble .coolingoff .list .item:before {
    top: 24px;
    left: 22px;
    width: 17px;
    height: 17px;
  }
}
@media all and (min-width: 600px) {
  #trouble .voice {
    padding: 36px 46px 41px;
    border: 4px solid #333;
  }
}
@media all and (min-width: 600px) {
  #trouble .voice .pic {
    float: right;
    width: 300px;
    margin: 10px 0 0;
  }
}
@media all and (min-width: 600px) {
  #trouble .voice .txtWrap {
    width: 612px;
  }
}
@media all and (min-width: 600px) {
  #trouble .voice .subtit {
    margin: 0 0 10px;
    padding: 0 38px;
    font-size: 2.9rem;
    letter-spacing: 0.03em;
    line-height: 50px;
  }
}
@media all and (min-width: 600px) {
  #trouble .voice .heading {
    margin: 0 0 5px;
    font-size: 2.8rem;
    line-height: 1.9;
  }
}
@media all and (min-width: 600px) {
  #trouble .voice .txt {
    margin: 0 0 7px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 600px) {
  #trouble .voice .name {
    font-size: 1.7rem;
    letter-spacing: 0.03em;
  }
}
#reason {
  padding: 0 0 53px;
  background: #fffbe2;
}
#reason .tit {
  padding: 25px 0 30px;
  background: #ed3838 url(../img/bg_reason01_sp.png) top right no-repeat;
  background-size: 100% auto;
  color: #fefc4a;
  text-align: center;
}
#reason .tit .copy {
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 1.43;
}
#reason .tit .titIn {
  font-size: 3rem;
  font-weight: 900;
  vertical-align: baseline;
  line-height: 1.1;
}
#reason .tit .titIn .em {
  font-size: 4.2rem;
}
#reason .inner {
  padding: 15px 0 0;
}
#reason .list {
  position: relative;
  z-index: 1;
  text-align: center;
  counter-reset: number 0;
}
#reason .list .count {
  position: relative;
}
#reason .list .count:before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  right: 8px;
  bottom: -3px;
  content: "0" counter(number);
  font-family: Oswald, Noto Sans JP, Hiragino Kaku Gothic ProN, YuGothic, Yu Gothic, "メイリオ", sans-serif;
  letter-spacing: 0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#reason .list .box {
  margin: 0 0 7px;
}
#reason .list .box .img {
  float: left;
  width: 32%;
  margin: 0 0 0 -7px;
}
#reason .list .box .subTit {
  margin: 0 0 5px;
  padding: 15px 0 0 34%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
}
#reason .list .box .subTit .em {
  display: inline-block;
  position: relative;
  color: #ed3838;
}
#reason .list .box .subTit .em:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fcdd0f;
  z-index: -1;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
}
#reason .list .box .txt {
  padding: 0 0 0 35%;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
}

@media all and (min-width: 600px) {
  #reason {
    padding: 0 0 78px;
    background: #fef5f5;
  }
}
@media all and (min-width: 600px) {
  #reason .tit {
    padding: 69px 0 89px;
    background-image: none;
  }
}
@media all and (min-width: 600px) {
  #reason .tit .copy {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.15;
  }
}
@media all and (min-width: 600px) {
  #reason .tit .titIn {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.15;
  }
}
@media all and (min-width: 600px) {
  #reason .tit .titIn .em {
    font-size: 8.5rem;
    vertical-align: baseline;
  }
}
@media all and (min-width: 600px) {
  #reason .inner {
    padding: 0 30px;
  }
}
@media all and (min-width: 600px) {
  #reason .list .count:before {
    right: 28px;
    bottom: -2px;
    font-size: 4rem;
  }
}
@media all and (min-width: 600px) {
  #reason .list {
    margin-right: -20px;
    margin-left: -20px;
    margin: -88px 0 0;
    padding: 0 20px;
  }
  #reason .list .col {
    width: 33.33333%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media all and (min-width: 600px) {
  #reason .list .box {
    margin: 0;
  }
}
@media all and (min-width: 600px) {
  #reason .list .box .img {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0;
  }
}
@media all and (min-width: 600px) {
  #reason .list .box .subTit {
    margin: -8px 0 13px;
    padding: 0;
    font-size: 2.3rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
}
@media all and (min-width: 600px) {
  #reason .list .box .subTit .em:after {
    bottom: 0;
    height: 11px;
  }
}
@media all and (min-width: 600px) {
  #reason .list .box .txt {
    padding: 0;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
#supplier .inner {
  position: relative;
  padding: 35px 20px 21.2%;
  z-index: 1;
}
#supplier .tit {
  text-align: center;
}
#supplier .tit .lead {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  padding: 0 16px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #ed3838;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 45px;
  white-space: nowrap;
}
#supplier .tit .copy {
  margin: 0 0 13px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
#supplier .tit .copy .em {
  color: #ed3838;
  font-weight: 900;
}
#supplier .tit .titIn {
  margin: 0 0 6px;
  font-size: 2.6rem;
  font-weight: 700;
}
#supplier .list {
  margin-right: -3px;
  margin-left: -3px;
  text-align: center;
}
#supplier .list .col {
  width: 50%;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
#supplier .list .box {
  position: relative;
  height: 33px;
  border: 1px solid #e6e6e6;
}
#supplier .list .box img {
  height: 100%;
}

@media all and (min-width: 600px) {
  #supplier .inner {
    padding: 45px 10px 145px;
  }
}
@media all and (min-width: 600px) {
  #supplier .tit .lead {
    padding: 0 40px;
    font-size: 2.9rem;
    line-height: 50px;
  }
}
@media all and (min-width: 600px) {
  #supplier .tit .copy {
    margin: 0 0 5px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
@media all and (min-width: 600px) {
  #supplier .tit .titIn {
    margin: 0 0 8px;
    font-size: 5.2rem;
  }
}
@media all and (min-width: 600px) {
  #supplier .list {
    margin-right: -5px;
    margin-left: -5px;
  }
  #supplier .list .col {
    width: 20%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
}
@media all and (min-width: 600px) {
  #supplier .list .col {
    margin-bottom: 6px;
  }
}
@media all and (min-width: 600px) {
  #supplier .list .box {
    height: 73px;
  }
}
@media all and (min-width: 600px) {
  #supplier .list .box img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 196px;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
@media all and (min-width: 600px) {
  #supplier .list .txt {
    color: #9a9a9a;
    font-size: 1.3rem;
    text-align: right;
    letter-spacing: 0.03em;
    padding-top: 30px;
  }
}
#home #service {
  position: relative;
  padding: 40px 0 55px;
  background: #fffbe2;
}
#home #service:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 34.6%;
  background: url(../img/bg_service01_sp.png) no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#home #service:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -60px;
  width: 90px;
  height: 90px;
  margin: 0 0 0 -45px;
  background: url(../img/txt_service01.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
#home #service .inner {
  position: relative;
  z-index: 1;
}
#home #service .tit {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
#home #service .tit .ico {
  position: absolute;
  right: 0;
  top: -2px;
  z-index: -1;
  width: 70px;
  height: 70px;
  background: url(../img/txt_service02.png);
  background-size: 100% 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#home #service .tit .copy {
  font-size: 1.4rem;
  font-weight: 500;
}
#home #service .tit .copy .em {
  display: inline-block;
  position: relative;
  color: #ed3838;
  font-weight: 900;
}
#home #service .tit .copy .em:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fcdd0f;
  z-index: -1;
}
#home #service .tit .titIn {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.35;
}
#home #service .tit .titIn .em {
  color: #ed3838;
}
#home #service .box {
  position: relative;
  margin: 0 0 15px;
  padding: 21px 25px 25px;
}
#home #service .box .ico {
  position: absolute;
  top: 26px;
  left: 25px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fa5b35;
  background: linear-gradient(to right, #fa5b35 0, #ed3838 100%);
  background: -webkit-linear-gradient(left, #fa5b35 0, #ed3838 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa5b35", endColorstr="#ed3838", GradientType=1);
  color: #fff;
  font-size: 2.5rem;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}
#home #service .box .subTit {
  position: relative;
  z-index: 2;
  margin: 0 0 15px;
  padding: 0 0 0 69px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.45;
}
#home #service .box .subTit .em {
  display: inline-block;
  position: relative;
  color: #ed3838;
}
#home #service .box .subTit .em:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: -1%;
  width: 102%;
  height: 7px;
  background: #fcdd0f;
  z-index: -1;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
}
#home #service .box .pic {
  position: relative;
  margin: 0 0 10px;
}
#home #service .box .pic span {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: -9px;
  width: 125px;
  height: 48px;
  background: url(../img/pic_service02_sp.png) 0 0 no-repeat;
  background-size: 100%;
}
#home #service .box .txt {
  font-size: 1.5rem;
  font-weight: 500;
}
#home #service .box:after {
  content: "";
  display: block;
  position: absolute;
  width: 194px;
  height: 172px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
}
#home #service .box01:after {
  background-image: url(../img/img_service01.png);
  bottom: 20px;
  right: 25px;
}
#home #service .box01 .subTit .em:after {
  left: 3%;
  width: 97%;
}
#home #service .box02:after {
  background-image: url(../img/img_service02.png);
  bottom: 25px;
  right: 25px;
}
#home #service .box03:after {
  background-image: url(../img/img_service03.png);
  bottom: 25px;
  right: 25px;
}
#home #service .box04:after {
  background-image: url(../img/img_service04.png);
  bottom: 25px;
  right: 25px;
}
#home #service .box05:after {
  background-image: url(../img/img_service05.png);
  bottom: 19px;
  right: 25px;
}

@media all and (min-width: 600px) {
  #home #service {
    padding: 82px 0 108px;
    background: #fef5f5;
  }
}
@media all and (min-width: 600px) {
  #home #service:before {
    min-width: 1920px;
    height: 305px;
    padding: 0;
    background: url(../img/bg_service01_pc.png) no-repeat;
    background-size: contain;
  }
}
@media all and (min-width: 1920px) {
  #home #service:before {
    max-width: none;
    height: 0;
    padding-bottom: 15.73%;
  }
}
@media all and (min-width: 600px) {
  #home #service:after {
    top: -100px;
    width: 154px;
    height: 154px;
    margin: 0 0 0 -77px;
  }
}
@media all and (min-width: 600px) {
  #home #service .tit {
    margin: 0 0 37px;
    line-height: 1.3;
  }
}
@media all and (min-width: 600px) {
  #home #service .tit .ico {
    right: 180px;
    top: -50px;
    width: 140px;
    height: 140px;
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
    background-size: auto;
  }
}
@media all and (min-width: 600px) {
  #home #service .tit .copy {
    font-size: 2.6rem;
  }
}
@media all and (min-width: 600px) {
  #home #service .tit .copy .em {
    font-size: 3rem;
  }
}
@media all and (min-width: 600px) {
  #home #service .tit .copy .em:after {
    height: 11px;
  }
}
@media all and (min-width: 600px) {
  #home #service .tit .titIn {
    font-size: 6rem;
    letter-spacing: 0.01em;
    line-height: 1.9;
  }
}
@media all and (min-width: 600px) {
  #home #service .tit .titIn .em {
    letter-spacing: -0.03em;
  }
}
@media all and (min-width: 600px) {
  #home #service .box {
    margin: 0 0 30px;
    padding: 37px 50px 46px;
  }
}
@media all and (min-width: 600px) {
  #home #service .box .ico {
    top: -10px;
    width: 110px;
    height: 110px;
    font-size: 4.4rem;
    line-height: 110px;
  }
}
@media all and (min-width: 600px) {
  #home #service .box .subTit {
    margin: 0 0 25px;
    padding: 0 0 0 107px;
    font-size: 3.5rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 600px) {
  #home #service .box .subTit .em:after {
    bottom: 0;
    height: 13px;
  }
}
@media all and (min-width: 600px) {
  #home #service .box .pic span {
    top: 20px;
  }
}
@media all and (min-width: 600px) {
  #home #service .box .pic {
    float: left;
    width: 340px;
    margin: 0;
    padding: 7px 0 0;
  }
}
@media all and (min-width: 600px) {
  #home #service .box .txt {
    float: right;
    width: 570px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
@media all and (min-width: 600px) {
  #home #service .box:after {
    width: 218px;
    height: 172px;
  }
}
@media all and (min-width: 600px) {
  #home #service .box01:after {
    bottom: 39px;
    right: 28px;
  }
}
@media all and (min-width: 600px) {
  #home #service .box02:after {
    bottom: 50px;
    right: 40px;
  }
}
@media all and (min-width: 600px) {
  #home #service .box03:after {
    bottom: 50px;
    right: 44px;
  }
}
@media all and (min-width: 600px) {
  #home #service .box04:after {
    bottom: 50px;
    right: 47px;
  }
}
@media all and (min-width: 600px) {
  #home #service .box05:after {
    bottom: 60px;
    right: 40px;
  }
}
#repeat {
  position: relative;
  padding: 53px 0 40px;
  background: #ed3838 url(../img/bg_repeat01_sp.webp) center top no-repeat;
}
#repeat:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -45px;
  width: 90px;
  height: 90px;
  margin: 0 0 0 -45px;
  background: url(../img/txt_repeat02.png) no-repeat;
  background-size: contain;
}
#repeat .tit {
  position: relative;
  margin: 0 0 15px;
  color: #fff;
}
#repeat .tit .ico {
  position: absolute;
  top: 2px;
  left: 0;
  width: 79px;
}
#repeat .tit .titIn {
  margin: 0 0 12px;
  padding: 0 0 0 92px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  vertical-align: baseline;
}
#repeat .tit .titIn .em {
  font-size: 4.3rem;
  vertical-align: baseline;
}
#repeat .tit .titIn small {
  position: relative;
  font-size: 2.4rem;
  vertical-align: baseline;
}
#repeat .tit .titIn span {
  position: absolute;
  font-size: 1.3rem;
  font-weight: 500;
  top: 43px;
  left: 135px;
}
#repeat .tit .copy {
  padding: 0 0 0 92px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#repeat .box {
  padding: 20px 0;
}
#repeat .box .list {
  margin: 0 0 15px;
  font-size: 0;
  text-align: center;
}
#repeat .box .item {
  display: block;
  margin: 0 22px 5px;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
#repeat .box .tel {
  width: 86%;
  margin: 0 auto 2px;
  box-sizing: border-box;
  font-size: 3rem;
  letter-spacing: -0.004em;
  text-align: center;
}
#repeat .box .tel a {
  display: block;
  border: 2px solid #000;
  text-decoration: none;
}
#repeat .box .tel span {
  vertical-align: baseline;
}
#repeat .box .icon-tel:before {
  display: inline-block;
  margin-right: 5px;
  font-size: 2.1rem;
}
#repeat .box .open {
  margin: 0 0 10px;
  letter-spacing: 0;
  text-align: center;
}
#repeat .note {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: right;
  padding-top: 14px;
}
#repeat .btn a {
  text-align: center;
}
#repeat .btn span {
  display: inline-block;
  position: relative;
}
#repeat .btn span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/ico_btn01.svg) no-repeat;
  background-size: 100% 100%;
}

@media all and (min-width: 600px) {
  #repeat {
    padding: 40px 0 65px;
    background: #ed3838 url(../img/bg_repeat01_pc.webp) center top no-repeat;
  }
}
@media all and (min-width: 600px) {
  #repeat:before {
    left: 50%;
    top: -115px;
    width: 154px;
    height: 154px;
    margin: 0 0 0 -77px;
  }
}
@media all and (min-width: 600px) {
  #repeat .tit {
    margin: 0 0 17px;
    text-align: center;
  }
}
@media all and (min-width: 600px) {
  #repeat .tit .titIn {
    margin: 0;
    padding: 0;
    font-size: 6rem;
    letter-spacing: -0.005em;
    line-height: 1.4;
  }
}
@media all and (min-width: 600px) {
  #repeat .tit .titIn .em {
    font-size: 8.6rem;
  }
}
@media all and (min-width: 600px) {
  #repeat .tit .titIn small {
    font-size: 4.8rem;
  }
}
@media all and (min-width: 600px) {
  #repeat .tit .titIn span {
    top: 30%;
    left: 52.5%;
  }
}
@media all and (min-width: 600px) {
  #repeat .tit .copy {
    padding: 0;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 600px) {
  #repeat .box {
    padding: 25px 111px 28px;
  }
}
@media all and (min-width: 600px) {
  #repeat .box .list {
    margin: 0 0 25px;
  }
}
@media all and (min-width: 600px) {
  #repeat .box .item {
    display: inline-block;
    margin: 0 5px;
    padding: 0 28px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 2;
  }
}
@media all and (min-width: 600px) {
  #repeat .box .info {
    float: left;
  }
}
@media all and (min-width: 600px) {
  #repeat .box .tel {
    width: auto;
    margin: 0 0 3px;
    font-size: 5.5rem;
    line-height: 60px;
  }
}
@media all and (min-width: 600px) {
  #repeat .box .tel a {
    display: none;
  }
}
@media all and (min-width: 600px) {
  #repeat .box .icon-tel:before {
    margin: 0 6px 0 0;
    font-size: 4.2rem;
    line-height: 60px;
  }
}
@media all and (min-width: 600px) {
  #repeat .box .open {
    margin: 0;
    padding: 0 0 0 40px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
}
@media all and (min-width: 600px) {
  #repeat .btn {
    float: right;
  }
}
@media all and (min-width: 600px) {
  #repeat .btn:before {
    right: 75px;
  }
}
@media all and (min-width: 600px) {
  #repeat .btn span {
    padding: 0 28px 0 35px;
    letter-spacing: 0.05em;
  }
}
@media all and (min-width: 600px) {
  #repeat .btn span:before {
    top: 50%;
    left: 0;
    width: 24px;
    height: 29px;
    margin: -15px 0 0;
  }
}
#serviceList {
  padding: 32px 0 20px;
  background: #f7f7f7 url(../img/bg_servicelist01_sp.png) right 40px no-repeat;
  background-size: 19% auto;
}
#serviceList .tit {
  position: relative;
  z-index: 1;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 28px 0 0;
  box-sizing: border-box;
}
#serviceList .tit .ico {
  position: absolute;
  right: 0;
  top: -2px;
  z-index: -1;
  width: 70px;
  height: 70px;
  background: url(../img/txt_servicelist01.png);
  background-size: 100% 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#serviceList .box {
  padding: 17px 20px 23px;
  line-height: 1.4;
  box-sizing: border-box;
}
#serviceList .box .txt {
  margin: 0 0 2px 6px;
  font-size: 1.4rem;
  font-weight: 500;
}
#serviceList .box .subTit {
  margin: 0 0 12px 6px;
  color: #ed3838;
  font-size: 2rem;
  font-weight: 700;
}

@media all and (min-width: 600px) {
  #serviceList {
    padding: 70px 0 75px;
    background-image: none;
  }
}
@media all and (min-width: 600px) {
  #serviceList .tit {
    max-width: none;
    margin-bottom: 50px;
    padding: 0;
  }
}
@media all and (min-width: 600px) {
  #serviceList .tit .ico {
    right: auto;
    left: 50%;
    top: -10px;
    width: 140px;
    height: 140px;
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
  }
}
@media all and (min-width: 600px) {
  #serviceList .list {
    width: auto;
    margin: 0;
    padding: 0;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  #serviceList .list .col {
    width: 33.33333%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 599px) {
  #serviceList .list .col {
    padding: 5px 19px 20px;
  }
}
@media all and (min-width: 600px) {
  #serviceList .box {
    margin-bottom: 15px;
    min-height: 280px;
    padding: 20px;
  }
}
@media all and (min-width: 600px) {
  #serviceList .box .txt {
    margin: 0 0 0 8px;
    letter-spacing: 0.01em;
  }
}
@media all and (min-width: 600px) {
  #serviceList .box .subTit {
    margin: 0 0 15px 8px;
    font-size: 2.1rem;
  }
}
#price {
  padding: 34px 0 40px;
}
#price .tit {
  position: relative;
  z-index: 1;
  max-width: 335px;
  margin: 0 auto 19px;
  padding: 0 0 0 2px;
  box-sizing: border-box;
}
#price .tit .ico {
  position: absolute;
  left: 0;
  top: -2px;
  z-index: -1;
  width: 70px;
  height: 70px;
  background: url(../img/txt_price01.png);
  background-size: 100% 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#price .tit .copy {
  padding-left: 49px;
}
#price .img {
  position: relative;
}
#price .img .ico {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 40px;
  background: #fcdd0f;
}
#price .table {
  border-collapse: collapse;
}
#price .table thead th {
  border: none;
  border-left: 1px solid #fff;
  background: #ed3838;
  color: #fff;
  font-weight: 500;
}
#price .table thead th strong {
  font-weight: 700;
}
#price .table thead th.em {
  position: relative;
  color: #fcdd0f;
  z-index: -1;
}
#price .table thead th.em:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -8px;
  width: 100%;
  height: 1px;
  border: 8px solid #ed3838;
  border-top: 5px solid #ed3838;
  border-bottom: none;
  box-sizing: content-box;
}
#price .table tbody th {
  width: 25.8%;
  border-left: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
#price .table tbody tr:last-child .em {
  position: relative;
  z-index: -1;
}
#price .table tbody tr:last-child .em:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 100%;
  height: 1px;
  border: 8px solid #ed3838;
  border-top: none;
  box-sizing: content-box;
}
#price .table th,
#price .table td {
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
#price .table .price {
  border-top: 2px solid #e6e6e6;
}
#price .table td {
  border-bottom: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
}
#price .table td.em {
  border-bottom: 1px solid #ed3838;
  background: #fceded;
  color: #ed3838;
  font-weight: 700;
}
#price .table td.em span {
  vertical-align: baseline;
}
#price .table td.em small {
  font-size: 1.9rem;
  vertical-align: baseline;
}
#price .table td.price {
  font-weight: 700;
}
#price .table td.price small {
  vertical-align: baseline;
}

@media all and (min-width: 600px) {
  #price {
    padding: 70px 0 97px;
  }
}
@media all and (min-width: 600px) {
  #price .tit {
    max-width: none;
    margin-bottom: 50px;
    padding: 0;
  }
}
@media all and (min-width: 600px) {
  #price .tit .ico {
    left: 50%;
    top: -10px;
    width: 140px;
    height: 140px;
    transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
  }
}
@media all and (max-width: 599px) {
  #price .tit .copy {
    letter-spacing: 0.03em;
  }
}
@media all and (min-width: 600px) {
  #price .tit .copy {
    padding-left: 0;
  }
}
@media all and (min-width: 600px) {
  #price .table thead th {
    height: 100px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media all and (min-width: 600px) {
  #price .table thead th strong {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 600px) {
  #price .table thead th.em {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 600px) {
  #price .table thead th.em strong {
    font-size: 3.5rem;
    font-weight: 900;
  }
}
@media all and (min-width: 600px) {
  #price .table tbody th {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 600px) {
  #price .table tbody th.price {
    font-size: 2rem;
  }
}
@media all and (min-width: 600px) {
  #price .table .price {
    height: 97px;
  }
}
@media all and (min-width: 600px) {
  #price .table td {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 600px) {
  #price .table td.em {
    width: 25.2%;
    padding: 1px 0 0;
    border-left: 8px solid #ed3838;
    border-right: 8px solid #ed3838;
    font-size: 4rem;
  }
}
@media all and (min-width: 600px) {
  #price .table td.price {
    font-size: 3rem;
  }
}
@media all and (min-width: 600px) {
  #price .table td.price small {
    font-size: 1.9rem;
  }
}
#case {
  padding: 34px 0 40px;
  background: #f7f7f7 url(../img/bg_case01_sp.png) right 40px no-repeat;
  background-size: 19% auto;
}
#case .box {
  padding: 8px 0 10px;
}
#case .column {
  margin: 0 20px;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
#case .column:last-child {
  border: none;
}
#case .column .infoWrap .titWrap {
  position: relative;
  margin: 0 0 15px;
}
#case .column .infoWrap .subTit {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
#case .column .infoWrap .subTit span {
  display: inline-block;
}
#case .column .infoWrap .list {
  margin: 0 0 13px;
}
#case .column .infoWrap .list.mb0 {
  margin: 0;
}
#case .column .infoWrap .list .item {
  margin: 0 0 3px;
}
#case .column .infoWrap .list .item .head {
  display: block;
  float: left;
  width: 50px;
  background: #ed3838;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
#case .column .infoWrap .list .item .txt {
  display: block;
  padding: 0 0 0 65px;
  line-height: 1.55;
}
#case .column .infoWrap .list .item03 {
  clear: both;
}
#case .column .infoWrap .price {
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: right;
  vertical-align: baseline;
  line-height: 32px;
}
#case .column .infoWrap .price strong {
  color: #ed3838;
  vertical-align: baseline;
}
#case .column .infoWrap .price .number {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  vertical-align: baseline;
}
#case .column .balloon {
  position: relative;
  padding: 19px 24px 22px;
  border: 3px solid #ed3838;
}
#case .column .balloon:before {
  content: "";
  display: block;
  position: absolute;
  top: -13px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 3px solid #ed3838;
  border-left: 3px solid #ed3838;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  transform: rotate(45deg) skew(10deg, 10deg);
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  background: #fff;
}
#case .column .balloon .pic {
  float: left;
  width: 100px;
}
#case .column .balloon .txt {
  padding: 0 0 11px;
  border-bottom: 1px solid #333;
  font-size: 1.4rem;
  font-weight: 500;
}
#case .column .balloon .note {
  padding: 10px 0 0;
  color: #333;
  font-size: 1.2rem;
}

@media all and (min-width: 600px) {
  #case {
    padding: 70px 0 90px;
    background-image: none;
  }
}
@media all and (max-width: 599px) {
  #case .tit {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 600px) {
  #case .box {
    padding: 11px 50px 0;
  }
}
@media all and (min-width: 600px) {
  #case .column {
    margin: 0;
    padding: 36px 0 49px;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .titWrap {
    position: static;
    margin: 0;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .subTit {
    margin: 0 0 14px;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .subTit span {
    display: inline;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .list {
    margin: 0;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .list .item {
    float: left;
    min-width: 196px;
    margin: 0 28px 0 0;
    line-height: 22px;
    vertical-align: middle;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .list .item .head {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 8px 0 0;
    padding: 0 14px;
    line-height: 22px;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .list .item .txt {
    display: inline;
    padding: 0;
    line-height: 1.9;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .list .item02 .head {
    padding: 0 6px;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .list .item03 {
    margin: 9px 0 10px;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .price {
    margin: -12px -3px 14px 0;
    font-size: 2.5rem;
    line-height: 45px;
  }
}
@media all and (min-width: 600px) {
  #case .column .infoWrap .price .number {
    font-size: 4.5rem;
  }
}
@media all and (min-width: 600px) {
  #case .column .balloon {
    padding: 23px 26px;
    border: 3px solid #ed3838;
  }
}
@media all and (min-width: 600px) {
  #case .column .balloon:before {
    top: -16px;
    left: 50%;
    width: 13px;
    height: 13px;
  }
}
@media all and (min-width: 600px) {
  #case .column .balloon .pic {
    position: absolute;
    float: none;
    width: auto;
    top: 23px;
    left: 26px;
  }
}
@media all and (min-width: 600px) {
  #case .column .balloon .txt {
    padding: 0 0 13px 114px;
    font-size: 1.6rem;
    letter-spacing: 0.055em;
  }
}
@media all and (min-width: 600px) {
  #case .column .balloon .note {
    padding: 10px 0 0;
    letter-spacing: 0.05em;
  }
}
#faq {
  padding: 32px 0;
}
#faq .tit {
  margin: 0 0 15px;
}
#faq .list .qu,
#faq .list .ans {
  position: relative;
  box-sizing: border-box;
  line-height: 1.6;
}
#faq .list .qu:before,
#faq .list .ans:before {
  content: "";
  display: block;
  position: absolute;
  font-family: Oswald, Noto Sans JP, Hiragino Kaku Gothic ProN, YuGothic, Yu Gothic, "メイリオ", sans-serif;
  letter-spacing: 0;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
}
#faq .list .qu {
  margin: 0 0 10px;
  padding: 10px 50px 13px 56px;
  border: 2px solid #ed3838;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
#faq .list .qu:before {
  content: "Q";
  top: 50%;
  left: 15px;
  margin: -15px 0 0;
  background: #ed3838;
  color: #fff;
  border: 2px solid #ed3838;
}
#faq .list .qu .open {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 23px;
  height: 2px;
  margin: -1px 0 0;
  background: #333;
}
#faq .list .qu .open:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 2px;
  height: 23px;
  margin: -11px 0 0;
  background: #333;
  transition: all 0.3s ease;
}
#faq .list .qu.is_active .open:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#faq .list .ans {
  padding: 3px 0 16px 55px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
}
#faq .list .ans:before {
  content: "A";
  left: 18px;
  top: 0;
  color: #ed3838;
  border: 2px solid #ed3838;
}

@media all and (min-width: 600px) {
  #faq {
    padding: 60px 0 47px;
  }
}
@media all and (min-width: 600px) {
  #faq .tit {
    margin: 0 0 26px;
  }
}
@media all and (min-width: 600px) {
  #faq .list .qu,
  #faq .list .ans {
    line-height: 1.9;
  }
}
@media all and (min-width: 600px) {
  #faq .list .qu:before,
  #faq .list .ans:before {
    width: 44px;
    height: 44px;
    font-size: 2.6rem;
    line-height: 38px;
  }
}
@media all and (min-width: 600px) {
  #faq .list .qu {
    min-height: 44px;
    padding: 5px 0 0 58px;
    border: none;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
@media all and (min-width: 600px) {
  #faq .list .qu:before {
    top: 0;
    left: 0;
    margin: 0;
  }
}
@media all and (min-width: 600px) {
  #faq .list .qu .open {
    display: none;
  }
}
@media all and (max-width: 599px) {
  #faq .list .ans {
    display: none;
  }
  #faq .list .ans:first-of-type {
    display: block;
  }
}
@media all and (min-width: 600px) {
  #faq .list .ans {
    min-height: 75px;
    margin-bottom: 26px;
    padding: 5px 0 35px 58px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.88;
  }
}
@media all and (min-width: 600px) {
  #faq .list .ans:before {
    left: 0;
  }
}
#map {
  padding: 32px 0 230px;
  background: #f7f7f7 url(../img/bg_map01-02_sp.webp) center bottom -60px no-repeat;
  background-size: 85%;
  text-align: center;
}
#map .tit {
  margin-bottom: 17px;
}
#map .box {
  width: 360px;
  height: 420px;
  margin: 0 auto;
  padding: 25px 35px 0;
  background: url(../img/bg_map02_sp.png) center top no-repeat;
  background-size: 370px auto;
  box-sizing: border-box;
}
#map .box .wrap {
  margin-bottom: 15px;
}
#map .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#map .area + .area {
  margin-top: 5px;
}
#map .area .item {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 5px;
  line-height: 1.5;
  border: 2px solid #ed3838;
  color: #ed3838;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}
#map .area .item:last-child {
  margin-right: 0;
}
#map .area .letter2 {
  width: 39px;
}
#map .tit {
  margin: 0 0 15px;
  padding: 9px 0 10px;
  background: #ed3838;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
#map .tit .em {
  color: #fcdd0f;
  vertical-align: baseline;
}
#map .tit small {
  font-size: 1.3rem;
  vertical-align: baseline;
}
#map .copy {
  margin: 0 0 17px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
#map .copy strong {
  color: #ed3838;
}
#map .info {
  padding: 10px 0;
  background: #fceded;
}
#map .info .tel {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}
#map .info .tel a {
  display: block;
  text-decoration: none;
}
#map .info .icon-tel:before {
  display: inline-block;
  margin-right: 5px;
  font-size: 2rem;
}
#map .info .open {
  font-size: 1rem;
}

@media all and (min-width: 600px) {
  #map {
    padding: 63px 0 53px;
    background: #f7f7f7 url(../img/bg_map01-02_pc.png) center bottom no-repeat;
  }
}
@media all and (min-width: 600px) {
  #map .box {
    width: 656px;
    height: 431px;
    margin: 0 0 0 -12px;
    padding: 38px 56px 0 40px;
    background: url(../img/bg_map02_pc.png) center top no-repeat;
  }
  #map .box .wrap {
    margin-bottom: 25px;
  }
}
@media (max-width: 320px) {
  #map .box {
    padding: 15px 20px 0;
    max-width: 320px;
    background-size: contain;
  }
}
@media all and (min-width: 600px) {
  #map .area .item {
    width: 115px;
    margin: 0 6px 0 0;
    font-size: 1.9rem;
    line-height: 1.8;
    border: 3px solid #ed3838;
  }
}
@media all and (min-width: 600px) {
  #map .area .letter2 {
    width: 75px;
  }
}
@media all and (min-width: 600px) {
  #map .tit {
    margin: 0 0 20px;
    padding: 16px 0;
    font-size: 2.4rem;
  }
}
@media all and (min-width: 600px) {
  #map .tit small {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 600px) {
  #map .copy {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
@media (max-width: 320px) {
  #map .copy {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 600px) {
  #map .info {
    width: 445px;
    margin: 0 auto;
    padding: 11px 0 15px;
  }
}
@media (max-width: 320px) {
  #map .info {
    padding: 5px 0;
  }
}
@media all and (min-width: 600px) {
  #map .info .tel {
    font-size: 4rem;
    line-height: 44px;
  }
}
@media all and (min-width: 600px) {
  #map .info .tel a {
    display: none;
  }
}
@media all and (min-width: 600px) {
  #map .info .icon-tel:before {
    font-size: 2.9rem;
    line-height: 34px;
  }
}
@media all and (min-width: 600px) {
  #map .info .open {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
#flow {
  padding: 31px 0 20px;
}
#flow .list {
  margin: 0 5px;
}
#flow .list .item {
  position: relative;
  padding: 0 0 1px;
}
#flow .list .item + .item {
  padding-top: 34px;
}
#flow .list .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 0;
  margin: 0 0 0 -13px;
  border-style: solid;
  border-width: 14px 13px 0;
  border-color: #333 transparent transparent;
}
#flow .list .item:last-child:after {
  display: none;
}
#flow .list .item .subtit {
  margin: 0 0 8px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  font-weight: 700;
}
#flow .list .item .subtit:before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 75px;
  box-sizing: border-box;
  border: 2px solid #ed3838;
  border-radius: 50%;
  background-color: #ed3838;
  background-size: 100% auto;
  vertical-align: middle;
}
#flow .list .item .subtit span {
  display: inline-block;
  margin: 0 0 4px 14px;
  vertical-align: middle;
}
#flow .list .item .txt {
  margin: 0 0 14px;
  letter-spacing: 0.03em;
}
#flow .list .item .free {
  margin: -4px 0 17px;
  padding: 3px 0;
  background: #fffbe2;
  color: #ed3838;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
#flow .list .item01 .subtit:before {
  background-image: url(../img/img_flow01.png);
}
#flow .list .item02 .subtit:before {
  background-image: url(../img/img_flow02.png);
}
#flow .list .item03 .subtit:before {
  background-image: url(../img/img_flow03.png);
}
#flow .list .item04 .subtit:before {
  background-image: url(../img/img_flow04.png);
}
#flow .list .item05 .subtit:before {
  background-image: url(../img/img_flow05.png);
}
#flow .list .item06 .subtit:before {
  background-color: transparent;
  background-image: url(../img/img_flow06.png);
}

@media all and (min-width: 600px) {
  #flow {
    padding: 52px 0 0;
  }
}
@media all and (min-width: 600px) {
  #flow .tit {
    margin: 0 0 17px;
  }
}
@media all and (min-width: 600px) {
  #flow .list {
    margin: 0;
    padding: 0 0 122px;
    overflow: hidden;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item {
    float: left;
    width: 150px;
    margin: 0 30px 0 0;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item + .item {
    padding: 0;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item:after {
    left: auto;
    right: -25px;
    bottom: auto;
    top: 39px;
    margin: 0;
    border-width: 13px 0 13px 15px;
    border-color: transparent transparent transparent #333;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item:last-child {
    margin-right: 0;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item .subtit {
    font-size: 1.8rem;
    text-align: center;
    min-height: 137px;
    margin: 0 0 6px;
    padding: 0 0 9px;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item .subtit:before {
    width: 96px;
    height: 96px;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item .subtit span {
    margin: 7px 0 0;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item .txt {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item .free {
    position: absolute;
    left: 0;
    bottom: -88px;
    width: 342px;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item02 .subtit span {
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item04 .subtit {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 600px) {
  #flow .list .item06 .subtit {
    font-size: 1.4rem;
  }
}
#download {
  padding: 22px 0 35px;
}
#download .home-download-head {
  background-image: url(../img/bg_download01_sp.jpg);
  background-position: center;
  background-size: cover;
  padding: 22px 20px 17px 50px;
  position: relative;
}
#download .home-download-head:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../img/ico_free01.png);
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: -15px;
  left: -15px;
}
#download .home-download-head__main {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
#download .home-download__wrap {
  box-sizing: border-box;
  padding: 15px 10px 10px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
}
#download .home-download__wrap-txt {
  position: relative;
  color: #fff;
  display: block;
  background: #333;
  max-width: 240px;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0 auto -15px;
}
#download .home-download__wrap-txt:before {
  position: absolute;
  display: block;
  content: "";
  background: #333;
  width: 10px;
  height: 10px;
  margin: auto;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(-45deg);
}
#download .home-download-list__wrap {
  background: #fceded;
  box-sizing: border-box;
  padding: 35px 20px 15px;
}
#download .home-download-list__link {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #d7d7d7;
  box-sizing: border-box;
  padding: 12px 10px 12px 45px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: 0px 6px 0px 0px #bcb9b9, 1px 6px 3px 8px rgba(117, 116, 8, 0);
}
#download .home-download-list__link:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/pic_xls01.png);
  background-position: center;
  background-size: contain;
  width: 27px;
  height: 32px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 10px;
}
#download .home-download-list__link:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/ico_download01.png);
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 8px;
  bottom: 5px;
  right: 5px;
}
#download .home-download-list__item + .home-download-list__item {
  margin-top: 35px;
}
#download .home-download-list__head {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid;
}
#download .home-download-list__img {
  margin-bottom: 20px;
}
#download .home-download-list__txt {
  margin-bottom: 15px;
}
#download .home-download-list__link-span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: end;
}
#download .home-download-list__pdf {
  font-size: 14px;
  text-align: end;
  margin-top: 8px;
  display: block;
}

@media all and (min-width: 600px) {
  #download {
    padding: 0 0 75px;
  }
  #download .home-download-head {
    background-image: url(../img/bg_download01_pc.jpg);
    background-position: center;
    background-size: cover;
    padding: 35px 20px 35px 20px;
  }
  #download .home-download-head:before {
    width: 95px;
    height: 95px;
    top: -35px;
    left: 150px;
  }
  #download .home-download-head__main {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #download .home-download__wrap {
    padding: 35px 30px 30px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
  }
  #download .home-download__wrap-txt {
    max-width: 335px;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 1.5rem;
    margin: 0 auto -15px;
  }
  #download .home-download-list__wrap {
    padding: 60px 40px 30px;
  }
  #download .home-download-list__link {
    margin-top: auto;
    padding: 20px 20px 20px 60px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #download .home-download-list__link:before {
    width: 40px;
    height: 47px;
    left: 10px;
  }
  #download .home-download-list__link:after {
    width: 12px;
    height: 11px;
  }
  #download .home-download-list {
    display: flex;
    justify-content: space-between;
  }
  #download .home-download-list__item {
    width: 290px;
    display: flex;
    flex-direction: column;
  }
  #download .home-download-list__item + .home-download-list__item {
    margin: 0 0 0 20px;
  }
  #download .home-download-list__head {
    margin-bottom: 18px;
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
  #download .home-download-list__txt {
    margin: 0 10px 15px;
  }
}
#contact {
  text-align: center;
}
#contact .titWrap {
  margin: 0 0 20px;
  padding: 30px 16px 28px 0;
  background: #ed3838;
  color: #fff;
}
#contact .titWrap .tit {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
#contact .titWrap .ico {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 57px;
  background: url(../img/txt_contact01.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#contact .titWrap small {
  display: block;
  padding: 0 0 0 15px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
#contact .titWrap .titIn {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 0 0 38px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
#contact .subTit {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
#contact .leadTxt {
  padding: 10px 20px 30px;
  text-align: left;
}
#contact .telWrap {
  margin: 0 0 24px;
  overflow: hidden;
  text-align: center;
}
#contact .telWrap .subTit {
  margin: 0 0 15px;
}
#contact .telWrap .tel {
  font-size: 3rem;
  width: 77%;
  min-width: 290px;
  margin: 0 auto 2px;
  box-sizing: border-box;
  letter-spacing: -0.004em;
  line-height: 55px;
}
#contact .telWrap .tel a {
  display: block;
  border: 2px solid #000;
  text-decoration: none;
}
#contact .telWrap .icon-tel:before {
  display: inline-block;
  margin-right: 5px;
  font-size: 2.1rem;
}
#contact .telWrap .open {
  letter-spacing: 0;
}
#contact .formWrap {
  margin-bottom: 10px;
  padding: 33px 20px 40px;
  background: #f7f7f7;
}
#contact .formWrap .copy {
  margin: 0 0 22px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.9;
}
#contact .formWrap .select {
  width: 214px;
  margin: 0 auto 7px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}
#contact .formWrap .select label {
  display: inline-block;
}
#contact .formWrap .list {
  margin: 0 0 20px;
}
#contact .formWrap .list dt {
  font-size: 1.5rem;
  font-weight: 500;
}
#contact .formWrap .list.confirm + .privacy {
  display: none;
}
#contact .formWrap .btn.confirm:before {
  display: none;
}
#contact .formWrap .btn.confirm input + input {
  margin-top: 10px;
}
#contact .formWrap .privacy {
  margin: 0 0 20px;
}
#contact .formWrap .privacy a {
  font-weight: 500;
}
#contact .formWrap .privacy label {
  position: relative;
}
#contact .formWrap .privacy input[type=checkbox] + span:before {
  top: -7px;
  width: 23px;
  height: 23px;
  border: 1px solid #a7a7a7;
}
#contact .formWrap .privacy input[type=checkbox] + span:after {
  top: -17px;
}
#contact .subTxt {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2rem;
}

@media all and (min-width: 600px) {
  #contact .titWrap {
    margin: 0 0 66px;
    padding: 38px 128px 41px 0;
  }
}
@media all and (min-width: 600px) {
  #contact .titWrap .ico {
    width: 115px;
    height: 115px;
  }
}
@media all and (min-width: 600px) {
  #contact .titWrap small {
    padding: 0 0 0 129px;
  }
}
@media all and (min-width: 600px) {
  #contact .titWrap .titIn {
    margin: 0 0 1px;
    padding: 0 0 0 132px;
    font-size: 6.2rem;
  }
}
@media all and (min-width: 600px) {
  #contact .subTit {
    margin: 0 0 13px;
    font-size: 3rem;
  }
}
@media all and (min-width: 600px) {
  #contact .leadTxt {
    padding: 30px 0 50px;
    text-align: center;
  }
}
@media all and (min-width: 600px) {
  #contact .telWrap {
    width: 770px;
    margin: 0 auto 52px;
  }
}
@media all and (min-width: 600px) {
  #contact .telWrap .subTit {
    float: left;
    margin: 0;
    letter-spacing: 0.035em;
    line-height: 2.5;
  }
}
@media all and (min-width: 600px) {
  #contact .telWrap .info {
    float: right;
  }
}
@media all and (min-width: 600px) {
  #contact .telWrap .tel {
    width: auto;
    font-size: 5.4rem;
    margin: 0 0 3px;
  }
}
@media all and (min-width: 600px) {
  #contact .telWrap .tel a {
    display: none;
  }
}
@media all and (min-width: 600px) {
  #contact .telWrap .icon-tel:before {
    margin-right: 8px;
    font-size: 3.8rem;
  }
}
@media all and (min-width: 600px) {
  #contact .telWrap .open {
    padding: 0 0 0 40px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: left;
  }
}
@media all and (min-width: 600px) {
  #contact .formWrap {
    padding: 59px 0 77px;
  }
}
@media all and (min-width: 600px) {
  #contact .formWrap .copy {
    margin: 0 0 47px;
    font-size: 1.6rem;
  }
}
@media all and (min-width: 600px) {
  #contact .formWrap .select {
    width: auto;
    margin: 0 auto 33px;
    font-size: 1.9rem;
    text-align: center;
  }
}
@media all and (min-width: 600px) {
  #contact .formWrap .select label + label {
    margin-left: 70px;
  }
}
@media all and (min-width: 600px) {
  #contact .formWrap .list {
    width: 664px;
    margin: 0 auto 28px;
  }
}
@media all and (min-width: 600px) {
  #contact .formWrap .list dt {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 600px) {
  #contact .formWrap .list.confirm dd {
    padding: 21px 10px 3px 220px;
  }
}
@media all and (min-width: 600px) {
  #contact .formWrap .privacy {
    margin: 0 0 17px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 600px) {
  #contact .formWrap .privacy input[type=checkbox] + span:before {
    top: -11px;
    margin-top: -4px;
    width: 13px;
    height: 13px;
  }
}
@media all and (min-width: 600px) {
  #contact .formWrap .privacy input[type=checkbox] + span:after {
    top: -16px;
  }
}
@media all and (min-width: 600px) {
  #contact .subTxt {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }
}
.link-tokyo a {
  margin-top: 24px;
  font-size: 1.4rem;
  text-align: left;
}
@media all and (max-width: 599px) {
  .link-tokyo a {
    padding: 12px 0;
  }
}

.lum-lightbox {
  z-index: 1001;
}

.lum-lightbox-inner img {
  max-width: 180vw;
}

.case-btn {
  margin-top: 20px;
}
.case-btn:before {
  z-index: 1;
}
.case-btn a {
  text-align: center;
  font-size: 2.2rem;
}

@media all and (min-width: 600px) {
  .case-btn {
    margin-top: 40px;
  }
}
/* 追記 oneup */
@media all and (min-width: 600px) {
  .footer-info__wrap {
    display: grid;
    grid-template-columns: 320px 1fr;
  }
}
.footer__offisapo {
  margin-top: 32px;
  text-align: center;
}

@media all and (min-width: 600px) {
  .footer__offisapo {
    grid-row: 2;
    text-align: left;
  }
}
.footer__offisapo-fig {
  width: 104px;
  margin: 0 auto 16px;
}

@media all and (min-width: 600px) {
  .footer__offisapo-fig {
    margin: 0 auto 16px 0;
  }
}
.footer__offisapo-link {
  margin-top: 8px;
}

.footer__info-fig {
  width: 80px;
  margin: 32px auto 16px auto;
}

@media all and (min-width: 600px) {
  .footer__info-fig {
    margin: 0 auto 16px 0;
  }
}
.footer__info-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__info-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  margin-left: auto;
  margin-top: 32px;
}

@media all and (min-width: 600px) {
  .footer__info-ul {
    grid-row: 2;
  }
}
.footer__info-li:not(:first-child) {
  margin-left: 24px;
}

.footer__info-li-fig {
  height: 88px;
}

@media all and (min-width: 600px) {
  .footer__info-li-fig {
    height: 96px;
  }
}
.copyright {
  grid-column: 1/3;
  margin-top: 24px;
}/*# sourceMappingURL=home.css.map */