@charset "UTF-8";
@import "reset.css";
body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
}

main {
  overflow: hidden;
}

.normal {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}

a {
  color: #222;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 50%;
  }
  body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .br-pc-tab-only {
    display: none;
  }
}
header {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  position: fixed;
}
header::before {
  content: " ";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header.set::before {
  opacity: 1;
}
header #headerIn {
  height: 80px;
  text-align: left;
  z-index: 2;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #headerIn #headerL {
  padding: 0 0 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #headerIn #headerL h1 {
  margin-right: 40px;
  width: 140px;
}
header #headerIn #headerL h1 a {
  display: block;
}
header #headerIn #headerL h1 a:hover {
  opacity: 1;
}
header #headerIn #headerL ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #headerIn #headerL ul li {
  margin-right: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  text-align: center;
}
header #headerIn #headerL ul li a {
  color: #FF8900;
}
header #headerIn #headerL ul li a span {
  font-size: 1rem;
  display: block;
}
header #headerIn #contactBt {
  width: 167px;
  height: 100%;
  position: relative;
}
header #headerIn #contactBt > a {
  padding: 30px 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F48633;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  display: block;
  z-index: 1;
  position: relative;
}
header #headerIn #contactBt > a:hover {
  opacity: 1;
}
header #headerIn #contactBt ul {
  padding: 10px 5px;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 80px;
  z-index: 2;
  position: absolute;
  -webkit-transform: translateX(9999px);
          transform: translateX(9999px);
  opacity: 0;
  -webkit-transition: opacity 0.1s 0s, -webkit-transform 0s 0.2s;
  transition: opacity 0.1s 0s, -webkit-transform 0s 0.2s;
  transition: transform 0s 0.2s, opacity 0.1s 0s;
  transition: transform 0s 0.2s, opacity 0.1s 0s, -webkit-transform 0s 0.2s;
}
header #headerIn #contactBt ul::before {
  content: " ";
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #eee;
  border-left: 7px solid transparent;
  display: block;
  right: 76px;
  top: -11px;
  position: absolute;
}
header #headerIn #contactBt ul li {
  margin: 0 5px;
}
header #headerIn #contactBt ul li dl {
  padding: 20px 0 0;
  width: 236px;
  height: 82px;
  background: #FFE9D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header #headerIn #contactBt ul li dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.7rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #headerIn #contactBt ul li dl dt img {
  margin-right: 4px;
  width: 22px;
}
header #headerIn #contactBt ul li dl dt span {
  display: block;
}
header #headerIn #contactBt ul li dl dd {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6rem;
  text-align: center;
}
header #headerIn #contactBt ul li > a {
  width: 236px;
  height: 82px;
  background: #FFE9D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.7rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #headerIn #contactBt ul li > a img {
  margin-right: 14px;
  width: 19px;
}
header #headerIn #contactBt ul li > a span {
  display: block;
}
header #headerIn #contactBt:hover ul {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0s;
  transition: opacity 0.3s, -webkit-transform 0s;
  transition: transform 0s, opacity 0.3s;
  transition: transform 0s, opacity 0.3s, -webkit-transform 0s;
}

@media screen and (max-width: 1023px) {
  header #headerIn #headerL ul {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header::before {
    display: none;
  }
  header #headerIn {
    height: 0;
    display: block;
  }
  header #headerIn #headerL {
    display: block;
  }
  header #headerIn #headerL h1 {
    margin-right: 0;
    width: 82px;
    left: 25px;
    top: 15px;
    position: absolute;
  }
  header #headerIn #contactBt {
    display: none;
  }
}
#pageTop {
  width: 25px;
  right: 25px;
  bottom: 14px;
  z-index: 1000;
  position: fixed;
  display: none;
}

footer {
  padding: 30px 0;
  background-color: #E2E2E2;
}
footer .copy {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
}
footer .copy small {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  #pageTop {
    display: block;
  }
  footer {
    padding: 13px 0;
    background-color: #E2E2E2;
  }
  footer .copy {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
  }
  footer .copy small {
    font-size: 1em;
  }
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  text-align: left;
  z-index: 20;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .container {
    margin: 0 45px;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin: 0;
    max-width: 100%;
  }
}
#topKv {
  margin-bottom: 32px;
  padding: 0;
  width: 100%;
  height: 812px;
  background: url("../images/bg_town.jpg") no-repeat center top/cover;
  overflow: hidden;
  position: relative;
}
#topKv::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#080031), to(#002984));
  background: linear-gradient(to bottom, #080031 0%, #002984 100%);
  opacity: 0.4;
  display: block;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  mix-blend-mode: multiply;
}
#topKv #topKvSlide {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}
#topKv #topKvSlide .infinite-slider {
  width: 100%;
}
#topKv #topKvSlide .infinite-slider .swiper-wrapper {
  height: 100%;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#topKv #topKvSlide .infinite-slider .swiper-wrapper .swiper-slide {
  padding-top: 97px;
  width: 320px !important;
  height: 812px !important;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#topKv #topKvSlide .infinite-slider .swiper-wrapper .swiper-slide img {
  width: 280px;
  height: auto;
}
#topKv #topKvBg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  position: absolute;
  display: block;
}
#topKv #topKvBg img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}
#topKv #topKvMain {
  width: 100%;
  height: 100%;
  z-index: 4;
  position: relative;
}
#topKv #topKvMain .container {
  margin: 0 0 0 90px;
  padding: 165px 0 0;
  width: auto;
}
#topKv #topKvMain .container h2 {
  margin: 0 0 5px 128px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.6rem;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topKv #topKvMain .container h2 img {
  margin-right: 19px;
  width: 82px;
}
#topKv #topKvMain .container h2 span {
  display: block;
}
#topKv #topKvMain .container h1 {
  margin: 0 0 36px 103px;
  width: 375px;
}
#topKv #topKvMain .container h3 {
  margin: 0 0 32px;
  width: 435px;
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 6.2rem;
  text-align: center;
}
#topKv #topKvMain .container h3 span {
  margin-top: 7px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  display: block;
}
#topKv #topKvMain .container .bt {
  margin: 0 0 0 50px;
  width: 290px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topKv #topKvMain .container .bt a {
  padding: 16px 0 22px;
  background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
  border-radius: 35px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topKv #topKvMain .container .bt a img {
  margin-right: 14px;
  width: 32px;
}
#topKv #topKvMain .container .bt a span {
  display: block;
}
#topKv #topKvMain h4 {
  width: 350px;
  height: 350px;
  background: #fff;
  border-radius: 50%;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 7.2rem;
  text-align: center;
  letter-spacing: 0.03em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 90px;
  bottom: 42px;
  position: absolute;
}
#topKv #topKvMain h4 span {
  background: -webkit-gradient(linear, left top, right top, from(#FFA700), to(#FF7F00));
  background: linear-gradient(to right, #FFA700 0%, #FF7F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  #topKv #topKvMain h4 {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  #topKv {
    margin-bottom: 28px;
    padding: 0;
    width: 100%;
    height: 477px;
    background: url("../images/bg_town.jpg") no-repeat left bottom/cover;
    overflow: hidden;
    position: relative;
  }
  #topKv::after {
    content: " ";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#080031), to(#002984));
    background: linear-gradient(to bottom, #080031 0%, #002984 100%);
    opacity: 0.4;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    mix-blend-mode: multiply;
  }
  #topKv #topKvSlide {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
  }
  #topKv #topKvSlide .infinite-slider {
    width: 100%;
  }
  #topKv #topKvSlide .infinite-slider .swiper-wrapper {
    height: 100%;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  #topKv #topKvSlide .infinite-slider .swiper-wrapper .swiper-slide {
    padding-top: 67px;
    width: 177px !important;
    height: 477px !important;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #topKv #topKvSlide .infinite-slider .swiper-wrapper .swiper-slide img {
    width: 160px;
    height: auto;
  }
  #topKv #topKvBg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    position: absolute;
    display: block;
  }
  #topKv #topKvBg img {
    width: 800px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
  #topKv #topKvMain {
    width: 100%;
    height: 100%;
    z-index: 4;
    position: relative;
  }
  #topKv #topKvMain .container {
    margin: 0 0 0 25px;
    padding: 85px 0 0;
    width: auto;
  }
  #topKv #topKvMain .container h2 {
    margin: 0 0 14px 0px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topKv #topKvMain .container h2 img {
    margin-right: 7px;
    width: 50px;
  }
  #topKv #topKvMain .container h2 span {
    display: block;
  }
  #topKv #topKvMain .container h1 {
    margin: 0 0 40px 0px;
    width: 174px;
  }
  #topKv #topKvMain .container h3 {
    margin: 0 0 42px;
    width: 150px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 3rem;
    text-align: center;
  }
  #topKv #topKvMain .container h3 span {
    margin-top: 6px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }
  #topKv #topKvMain .container .bt {
    margin: 0 0 0 0px;
    width: 145px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.6rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topKv #topKvMain .container .bt a {
    padding: 8px 0 11px;
    background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
    border-radius: 18px;
    -webkit-box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
            box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topKv #topKvMain .container .bt a img {
    margin-right: 7px;
    width: 16px;
  }
  #topKv #topKvMain .container .bt a span {
    display: block;
  }
  #topKv #topKvMain h4 {
    width: 144px;
    height: 144px;
    background: #fff;
    border-radius: 50%;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: 0.03em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 25px;
    bottom: 97px;
    position: absolute;
  }
  #topKv #topKvMain h4 span {
    background: -webkit-gradient(linear, left top, right top, from(#FFA700), to(#FF7F00));
    background: linear-gradient(to right, #FFA700 0%, #FF7F00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
}
#topAbout {
  margin-bottom: 160px;
  position: relative;
}
#topAbout::before {
  content: " ";
  width: 100%;
  max-width: calc((100% + 1280px) / 2);
  height: 100%;
  background: #FEEFE5;
  border-radius: 68px;
  display: block;
  left: -100px;
  top: 0;
  z-index: 1;
  position: absolute;
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#topAbout .container {
  padding: 48px 0 80px;
}
#topAbout .container h1 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topAbout .container h1 img {
  margin-right: 0;
  width: 75px;
}
#topAbout .container h1 span {
  display: block;
}
#topAbout .container ul {
  padding: 40px 28px 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topAbout .container ul li {
  margin: 0 17px;
  width: calc((100% - 102px) / 3);
}
#topAbout .container ul li:nth-of-type(1) figure {
  padding-top: 25.56%;
}
#topAbout .container ul li:nth-of-type(2) figure {
  padding-top: 12.78%;
}
#topAbout .container h2 {
  margin-bottom: 6px;
  color: #FF4E00;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topAbout .container h2 img {
  margin-right: 4px;
  width: 71px;
}
#topAbout .container h2 span {
  margin-top: 20px;
  display: block;
}
#topAbout .container #topAboutBox {
  margin: 0 45px;
  position: relative;
}
#topAbout .container #topAboutBox::before {
  content: " ";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 38px;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#topAbout .container #topAboutBox #topAboutBoxIn {
  padding: 110px 0 20px;
  text-align: center;
  z-index: 10;
  position: relative;
}
#topAbout .container #topAboutBox #topAboutBoxIn h3 {
  margin-bottom: 1px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 6.4rem;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
#topAbout .container #topAboutBox #topAboutBoxIn h3::before {
  content: " ";
  width: 99px;
  height: 98px;
  background: url("../images/icon_first.svg") no-repeat center center/contain;
  display: block;
  left: -74px;
  top: -60px;
  z-index: 1;
  position: absolute;
}
#topAbout .container #topAboutBox #topAboutBoxIn h3 div {
  z-index: 2;
  position: relative;
}
#topAbout .container #topAboutBox #topAboutBoxIn h3 div span {
  background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 5rem;
}
#topAbout .container #topAboutBox #topAboutBoxIn figure {
  margin: 0 auto 10px;
  width: 94%;
}
#topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt {
  padding: 0 40px 16px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.4rem;
}
#topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt p {
  display: inline-block;
  position: relative;
}
#topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt p.ub {
  color: #FF7F00;
}
#topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt p.ub::before {
  content: " ";
  width: 100%;
  height: 16px;
  background: #FFBE2B;
  display: block;
  opacity: 0.44;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
#topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt p span {
  z-index: 2;
  position: relative;
}
#topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxNote {
  padding: 0 40px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 4.4rem;
}
#topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxNote span {
  font-size: 2.4rem;
}

@media screen and (max-width: 1279px) {
  #topAbout::before {
    max-width: 100%;
    border-radius: 25px;
    left: -25px;
  }
  #topAbout .container #topAboutBox {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #topAbout {
    margin-bottom: 64px;
    position: relative;
  }
  #topAbout::before {
    content: " ";
    width: 100%;
    max-width: calc((100% + 325px) / 2);
    height: 100%;
    background: #FEEFE5;
    border-radius: 0 15px 15px 0;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    -webkit-transform: skewY(-7deg);
            transform: skewY(-7deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  #topAbout .container {
    margin: 0 auto;
    padding: 17px 0 55px;
    max-width: 325px;
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
  }
  #topAbout .container h1 {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.7rem;
    text-align: center;
    letter-spacing: -0.05em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topAbout .container h1 img {
    margin-right: 0;
    width: 38px;
  }
  #topAbout .container h1 span {
    display: block;
  }
  #topAbout .container ul {
    margin: 0 auto;
    padding: 0 0 46px;
    width: 250px;
    display: block;
  }
  #topAbout .container ul li {
    margin: 0;
    width: 100%;
  }
  #topAbout .container ul li:nth-of-type(1) figure {
    padding-top: 0;
  }
  #topAbout .container ul li:nth-of-type(2) figure {
    padding-top: 0;
  }
  #topAbout .container ul li:nth-of-type(2), #topAbout .container ul li:nth-of-type(3) {
    margin-top: -10px;
  }
  #topAbout .container h2 {
    margin-bottom: 0;
    color: #FF4E00;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3.3rem;
    text-align: center;
    letter-spacing: 0.05em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topAbout .container h2 img {
    margin-right: 12px;
    width: 53px;
  }
  #topAbout .container h2 span {
    margin-top: 0;
    display: block;
  }
  #topAbout .container #topAboutBox {
    margin: 0 auto;
    width: 300px;
    position: relative;
  }
  #topAbout .container #topAboutBox::before {
    content: " ";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 18px;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    -webkit-transform: skewY(-7deg);
            transform: skewY(-7deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn {
    padding: 107px 0 18px;
    text-align: center;
    z-index: 10;
    position: relative;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn h3 {
    margin-bottom: 19px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3.9rem;
    letter-spacing: 0.046em;
    display: inline-block;
    position: relative;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn h3::before {
    content: " ";
    width: 80px;
    height: 80px;
    background: url("../images/icon_first.svg") no-repeat center center/contain;
    display: block;
    left: -26px;
    top: -44px;
    z-index: 1;
    position: absolute;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn h3 div {
    z-index: 2;
    position: relative;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn h3 div span {
    background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 3rem;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn figure {
    margin: 0 auto 32px;
    width: 290px;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt {
    padding: 0 25px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.8rem;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt p {
    display: inline-block;
    position: relative;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt p.ub {
    color: #FF7F00;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt p.ub::before {
    content: " ";
    width: 100%;
    height: 8px;
    background: #FFBE2B;
    display: block;
    opacity: 0.44;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt p.mb {
    margin-bottom: 18px;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxTxt p span {
    z-index: 2;
    position: relative;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxNote {
    padding: 0 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.2rem;
  }
  #topAbout .container #topAboutBox #topAboutBoxIn #topAboutBoxNote span {
    font-size: 1.1rem;
  }
}
#topReasons {
  margin-bottom: 50px;
  position: relative;
}
#topReasons .container {
  padding: 175px 0 0px;
}
#topReasons .container h1 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.03em;
}
#topReasons .container h2 {
  margin: 0 auto 16px;
  width: 290px;
}
#topReasons .container h3 {
  margin-bottom: 52px;
  color: #FF4E00;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topReasons .container h3 span {
  margin-top: 3px;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  display: block;
}
#topReasons .container .dsc {
  margin-bottom: 64px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: center;
}
#topReasons .container #topReasonsMain .reason {
  margin: 0 0 76px;
  padding: 0 0 80px;
  border-bottom: 2px #ddd solid;
}
#topReasons .container #topReasonsMain .reason .reasonCts {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topReasons .container #topReasonsMain .reason .reasonCts figure {
  width: 520px;
  height: 400px;
  background: url("../images/arr_reasons.svg") no-repeat left 442px top 158px/48px auto;
  font-size: 0;
  line-height: 0;
}
#topReasons .container #topReasonsMain .reason .reasonCts figure img {
  height: 100%;
  width: auto;
}
#topReasons .container #topReasonsMain .reason .reasonCts .support {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#topReasons .container #topReasonsMain .reason .reasonCts .support h4 {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  position: relative;
}
#topReasons .container #topReasonsMain .reason .reasonCts .support h4::before {
  content: " ";
  width: 14px;
  height: 2px;
  background: #FF7F00;
  display: block;
  left: 0;
  top: 50%;
  position: absolute;
}
#topReasons .container #topReasonsMain .reason .reasonCts .support h5 {
  margin-bottom: 16px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
}
#topReasons .container #topReasonsMain .reason .reasonCts .support h5 span {
  color: #FF7F00;
}
#topReasons .container #topReasonsMain .reason .reasonCts .support p {
  margin: 0 30px 16px 0;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3.6rem;
}
#topReasons .container #topReasonsMain .reason .reasonCts .support dl {
  padding: 0 0 40px 70px;
  position: relative;
}
#topReasons .container #topReasonsMain .reason .reasonCts .support dl::before {
  content: " ";
  width: 121px;
  height: 121px;
  background: url("../images/icon_reasons.png") no-repeat center center/contain;
  display: block;
  left: 0;
  top: 4px;
  z-index: 5;
  position: absolute;
}
#topReasons .container #topReasonsMain .reason .reasonCts .support dl dt {
  margin: 0 0 8px 60px;
  color: #FF7F00;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
}
#topReasons .container #topReasonsMain .reason .reasonCts .support dl dd {
  padding: 20px 20px 20px 80px;
  border: 3px #FF9300 solid;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
}
#topReasons .container #topReasonsMain .reason .bt {
  margin: 0 auto;
  width: 305px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topReasons .container #topReasonsMain .reason .bt a {
  padding: 16px 0;
  background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
  border-radius: 32px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  position: relative;
}
#topReasons .container #topReasonsMain .reason .bt a::before, #topReasons .container #topReasonsMain .reason .bt a::after {
  content: " ";
  width: 14px;
  height: 2px;
  background: #fff;
  display: block;
  right: 36px;
  top: 50%;
  position: absolute;
}
#topReasons .container #topReasonsMain .reason .bt a::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#topReasons .container #topReasonsMain .reason .bt a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#topReasons .container #topReasonsMain .solutionContainer h1 {
  margin-bottom: 24px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FF4E00;
}
#topReasons .container #topReasonsMain .solutionContainer h2 {
  margin: 0 auto 16px;
  max-width: 940px;
  width: auto;
}
#topReasons .container #topReasonsMain .solutionContainer__caution {
  position: relative;
  z-index: 0;
  border: 4px solid transparent;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#1DC0FA), to(#065EEA)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #1DC0FA, #065EEA) border-box; /* 枠のグラデ */
  max-width: 840px;
  margin: 64px auto 0;
  padding: 32px;
}
#topReasons .container #topReasonsMain .solutionContainer__caution h3 {
  font-size: 3.6rem;
  color: #1959D1;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}
#topReasons .container #topReasonsMain .solutionContainer__caution p {
  font-size: 2rem;
  margin: 16px 0 0;
}
#topReasons .container #topReasonsMain .footImg {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
  #topReasons .container #topReasonsMain .reason .reasonCts {
    margin: 0 auto;
    width: 580px;
    display: block;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts figure {
    margin: 0 auto;
    width: 300px;
    height: 440px;
    background: url("../images/arr_reasons_sp.svg") no-repeat center bottom 30px/104px auto;
    font-size: 0;
    line-height: 0;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts figure img {
    width: 100%;
    height: auto;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 580px;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support figure {
    width: 100%;
  }
  #topReasons .container #topReasonsMain .footImg {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  #topReasons {
    margin-bottom: 36px;
    position: relative;
  }
  #topReasons .container {
    padding: 13px 25px 0;
  }
  #topReasons .container h1 {
    margin-bottom: 6px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.9rem;
    text-align: center;
    letter-spacing: 0.01em;
  }
  #topReasons .container h2 {
    margin: 0 auto 13px;
    width: 205px;
  }
  #topReasons .container h3 {
    margin-bottom: 26px;
    color: #FF4E00;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topReasons .container h3 span {
    margin-top: 2px;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.06em;
    display: block;
  }
  #topReasons .container .dsc {
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.7rem;
    text-align: center;
  }
  #topReasons .container #topReasonsMain .reason {
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 2px #ddd solid;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts {
    width: auto;
    display: block;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts figure {
    margin: 0 auto;
    width: 268px;
    height: 340px;
    background: url("../images/arr_reasons_sp.svg") no-repeat center bottom 16px/52px auto;
    font-size: 0;
    line-height: 0;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts figure img {
    width: 100%;
    height: auto;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: auto;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support h4 {
    margin-bottom: 8px;
    padding-left: 13px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3rem;
    letter-spacing: 0.05em;
    position: relative;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support h4::before {
    content: " ";
    width: 10px;
    height: 2px;
    background: #FF7F00;
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support h5 {
    margin-bottom: 12px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3.2rem;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support h5 span {
    color: #FF7F00;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support p {
    margin: 0 0 30px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.5rem;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support dl {
    padding: 0 0 50px 40px;
    position: relative;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support dl::before {
    content: " ";
    width: 85px;
    height: 85px;
    background: url("../images/icon_reasons.png") no-repeat center center/contain;
    display: block;
    left: 0;
    top: 3px;
    z-index: 5;
    position: absolute;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support dl dt {
    margin: 0 0 6px 45px;
    color: #FF7F00;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.4rem;
  }
  #topReasons .container #topReasonsMain .reason .reasonCts .support dl dd {
    padding: 10px 10px 10px 55px;
    border: 2px #FF9300 solid;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
  #topReasons .container #topReasonsMain .reason .bt {
    margin: 0 auto;
    width: 232px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topReasons .container #topReasonsMain .reason .bt a {
    padding: 13px 0;
    background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
    border-radius: 23px;
    -webkit-box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
            box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
    color: #fff;
    display: block;
    position: relative;
  }
  #topReasons .container #topReasonsMain .reason .bt a::before, #topReasons .container #topReasonsMain .reason .bt a::after {
    content: " ";
    width: 10px;
    height: 2px;
    background: #fff;
    display: block;
    right: 24px;
    top: 50%;
    position: absolute;
  }
  #topReasons .container #topReasonsMain .reason .bt a::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  #topReasons .container #topReasonsMain .reason .bt a::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  #topReasons .container #topReasonsMain .footImg {
    margin: 20px auto 40px;
  }
  #topReasons .container #topReasonsMain .solutionContainer h1 {
    font-size: 2.8rem;
    text-align: left;
    margin-bottom: 32px;
  }
  #topReasons .container #topReasonsMain .solutionContainer__caution {
    margin: 30px auto 0;
    padding: 16px;
  }
  #topReasons .container #topReasonsMain .solutionContainer__caution h3 {
    font-size: 2.2rem;
    color: #1959D1;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
  }
  #topReasons .container #topReasonsMain .solutionContainer__caution p {
    font-size: 1.4rem;
    margin: 16px 0 0;
  }
}
#topType {
  margin-top: calc(-1 * (6.25vw - 80px));
  padding-top: calc(120px + 6.25vw);
  padding-bottom: calc(240px + 12.5vw - 160px);
  clip-path: polygon(0% 12.5vw, 100% 0%, 100% 100%, 0% 100%);
  background: #FEEFE5;
  z-index: 10;
  position: relative;
}
#topType .container h1 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.03em;
}
#topType .container h2 {
  margin: 0 auto 16px;
  width: 290px;
}
#topType .container h3 {
  margin-bottom: 42px;
  color: #FF4E00;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topType .container h3 span {
  margin-top: 3px;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  display: block;
}
#topType .container .dsc {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: center;
}
#topType .container ul {
  padding: 0 8px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topType .container ul li {
  margin: 0 20px;
  width: calc(50% - 40px);
}
#topType .container .note {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1279px) {
  #topType {
    margin-top: 0;
    padding-top: calc(40px + 12.5vw);
    padding-bottom: calc(80px + 12.5vw);
  }
  #topType .container ul {
    padding: 0 0 20px;
    display: block;
  }
  #topType .container ul li {
    margin: 0 auto 40px;
    width: 502px;
  }
}
@media screen and (max-width: 767px) {
  #topType {
    padding-top: calc(20px + 20.8333333333vw);
    padding-bottom: calc(25px + 20.8333333333vw);
    clip-path: polygon(0% 20.8333333333vw, 100% 0%, 100% 100%, 0% 100%);
  }
  #topType .container {
    padding: 0px 25px 0px;
  }
  #topType .container h1 {
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.9rem;
    text-align: center;
    letter-spacing: 0.01em;
  }
  #topType .container h2 {
    margin: 0 auto 13px;
    width: 210px;
  }
  #topType .container h3 {
    margin-bottom: 26px;
    color: #FF4E00;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topType .container h3 span {
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.06em;
    display: block;
  }
  #topType .container .dsc {
    margin-bottom: 25px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.7rem;
    text-align: center;
  }
  #topType .container ul {
    padding: 0 0 0;
    display: block;
  }
  #topType .container ul li {
    margin: 0 0 25px;
    width: 100%;
  }
  #topType .container .note {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
#topContactMid {
  margin-top: calc(-1 * (6.25vw - 80px) - 160px - (12.5vw - 160px));
  padding-top: calc(90px + 6.25vw);
  padding-bottom: calc(250px + 12.5vw - 160px);
  clip-path: polygon(0% 12.5vw, 100% 0%, 100% 100%, 0% 100%);
  background: url("../images/bg_town.jpg") no-repeat center top/cover;
  z-index: 11;
  position: relative;
}
#topContactMid .container h1 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.6rem;
  text-align: center;
}
#topContactMid .container h2 {
  margin: 0 auto 58px;
  width: 380px;
}
#topContactMid .container h3 {
  color: #fff;
  margin-bottom: 52px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 5.5rem;
  text-align: center;
  letter-spacing: 0.03em;
}
#topContactMid .container h3 span {
  background: -webkit-gradient(linear, left top, right top, from(#FFA700), to(#FF7F00));
  background: linear-gradient(to right, #FFA700 0%, #FF7F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#topContactMid .container .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topContactMid .container .info h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topContactMid .container .info > div {
  width: 50%;
  text-align: center;
}
#topContactMid .container .info .bt {
  margin: 17px auto 0;
  width: 290px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topContactMid .container .info .bt a {
  padding: 16px 0 22px;
  background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
  border-radius: 35px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topContactMid .container .info .bt a img {
  margin-right: 14px;
  width: 32px;
}
#topContactMid .container .info .bt a span {
  display: block;
}
#topContactMid .container .info dl {
  margin-top: 15px;
  color: #fff;
}
#topContactMid .container .info dl dt {
  margin-bottom: 20px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 4.9rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topContactMid .container .info dl dt img {
  margin-right: 6px;
  width: 32px;
}
#topContactMid .container .info dl dt span {
  display: block;
}
#topContactMid .container .info dl dd {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  text-align: center;
}
#topContactMid .container .info dl a {
  color: #fff;
}

@media screen and (max-width: 1279px) {
  #topContactMid {
    margin-top: -12.5vw;
    padding-top: calc(10px + 12.5vw);
    padding-bottom: calc(90px + 12.5vw);
  }
  #topContactMid .container .info {
    display: block;
  }
  #topContactMid .container .info > div {
    width: 100%;
  }
  #topContactMid .container .info > div.mail {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #topContactMid {
    margin-top: -20.8333333333vw;
    padding-top: calc(20px + 20.8333333333vw);
    padding-bottom: calc(45px + 20.8333333333vw);
    clip-path: polygon(0% 20.8333333333vw, 100% 0%, 100% 100%, 0% 100%);
  }
  #topContactMid .container {
    padding: 0px 25px 0px;
  }
  #topContactMid .container h1 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.3rem;
    text-align: center;
  }
  #topContactMid .container h2 {
    margin: 0 auto 30px;
    width: 204px;
  }
  #topContactMid .container h3 {
    color: #fff;
    margin-bottom: 45px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.3rem;
    text-align: center;
    letter-spacing: 0.03em;
  }
  #topContactMid .container h3 span {
    background: -webkit-gradient(linear, left top, right top, from(#FFA700), to(#FF7F00));
    background: linear-gradient(to right, #FFA700 0%, #FF7F00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  #topContactMid .container .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
  }
  #topContactMid .container .info h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topContactMid .container .info > div {
    width: 100%;
    text-align: center;
  }
  #topContactMid .container .info > div.mail {
    margin-bottom: 60px;
  }
  #topContactMid .container .info .bt {
    margin: 12px auto 0;
    width: 220px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topContactMid .container .info .bt a {
    padding: 12px 0 15px;
    background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
    border-radius: 25px;
    -webkit-box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
            box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topContactMid .container .info .bt a img {
    margin-right: 10px;
    width: 22px;
  }
  #topContactMid .container .info .bt a span {
    display: block;
  }
  #topContactMid .container .info dl {
    margin-top: 15px;
    color: #fff;
  }
  #topContactMid .container .info dl dt {
    margin-bottom: 16px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 3.3rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topContactMid .container .info dl dt img {
    margin-right: 5px;
    width: 22px;
  }
  #topContactMid .container .info dl dt span {
    display: block;
  }
  #topContactMid .container .info dl dd {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
    text-align: center;
  }
}
#topMerit {
  margin-top: calc(-1 * (6.25vw - 80px) - 160px - (12.5vw - 160px));
  padding-top: calc(150px + 6.25vw);
  padding-bottom: calc(180px + 12.5vw - 160px);
  clip-path: polygon(0% 12.5vw, 100% 0%, 100% 100%, 0% 100%);
  background: #FEEFE5 url("../images/bg_merit.png") no-repeat center top 213px/auto auto;
  z-index: 12;
  position: relative;
}
#topMerit .container {
  text-align: center;
}
#topMerit .container h1 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.03em;
}
#topMerit .container h2 {
  margin: 0 auto 16px;
  width: 290px;
}
#topMerit .container h3 {
  margin-bottom: 18px;
  color: #FF4E00;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topMerit .container h3 span {
  margin-top: 3px;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  display: block;
}
#topMerit .container h4 {
  margin-bottom: 117px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.4rem;
  text-align: center;
  display: inline-block;
  position: relative;
}
#topMerit .container h4::before {
  content: " ";
  width: 100%;
  height: 16px;
  background: #FFBE2B;
  display: block;
  opacity: 0.44;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
#topMerit .container h4 div {
  z-index: 2;
  position: relative;
}
#topMerit .container h4 div span {
  color: #FF7F00;
}
#topMerit .container #topMeritMain .meritSec {
  margin: 0 0 80px;
  min-height: 376px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#topMerit .container #topMeritMain .meritSec .meritBox {
  display: inline-block;
  text-align: center;
}
#topMerit .container #topMeritMain .meritSec .meritBox dl {
  margin-bottom: 27px;
  color: #FF6C00;
}
#topMerit .container #topMeritMain .meritSec .meritBox dl dt {
  margin-bottom: 26px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 3.5rem;
  letter-spacing: 0.022em;
}
#topMerit .container #topMeritMain .meritSec .meritBox dl dt span {
  font-size: 2.1rem;
  display: block;
}
#topMerit .container #topMeritMain .meritSec .meritBox dl dd {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
}
#topMerit .container #topMeritMain .meritSec .meritBox figure {
  width: 377px;
  top: 0;
  position: absolute;
}
#topMerit .container #topMeritMain .meritSec .meritBox .meritTxt {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 3rem;
}
#topMerit .container #topMeritMain .meritSec .meritBox .meritTxt > div {
  display: inline;
  position: relative;
}
#topMerit .container #topMeritMain .meritSec .meritBox .meritTxt > div.ub::before {
  content: " ";
  width: 100%;
  height: 9px;
  background: #FF9300;
  display: block;
  opacity: 0.4;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
#topMerit .container #topMeritMain .meritSec .meritBox .meritTxt > div span {
  font-weight: 500;
  z-index: 2;
  position: relative;
}
#topMerit .container #topMeritMain .meritSec:nth-of-type(odd) {
  padding: 14px 0 0 410px;
  text-align: left;
}
#topMerit .container #topMeritMain .meritSec:nth-of-type(odd) figure {
  left: 0;
}
#topMerit .container #topMeritMain .meritSec:nth-of-type(even) {
  padding: 14px 410px 0 0;
  text-align: right;
}
#topMerit .container #topMeritMain .meritSec:nth-of-type(even) figure {
  right: 0;
}

@media screen and (max-width: 1279px) {
  #topMerit {
    margin-top: -12.5vw;
    padding-top: calc(70px + 12.5vw);
    padding-bottom: calc(20px + 12.5vw);
  }
  #topMerit .container #topMeritMain .meritSec {
    min-height: 0;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox {
    display: block;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox figure {
    margin: 0 auto 40px;
    top: auto;
    position: relative;
  }
  #topMerit .container #topMeritMain .meritSec:nth-of-type(odd) {
    padding: 0;
    text-align: center;
  }
  #topMerit .container #topMeritMain .meritSec:nth-of-type(odd) figure {
    left: auto;
  }
  #topMerit .container #topMeritMain .meritSec:nth-of-type(even) {
    padding: 0;
    text-align: center;
  }
  #topMerit .container #topMeritMain .meritSec:nth-of-type(even) figure {
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  #topMerit {
    margin-top: -20.8333333333vw;
    padding-top: calc(20px + 20.8333333333vw);
    padding-bottom: 20.8333333333vw;
    clip-path: polygon(0% 20.8333333333vw, 100% 0%, 100% 100%, 0% 100%);
    background: #FEEFE5 url("../images/bg_merit_sp.png") no-repeat center top 68px/375px auto;
  }
  #topMerit .container {
    padding: 0px 25px 0px;
    text-align: center;
  }
  #topMerit .container h1 {
    margin-bottom: 6px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.9rem;
    text-align: center;
    letter-spacing: 0.01em;
  }
  #topMerit .container h2 {
    margin: 0 auto 13px;
    width: 205px;
  }
  #topMerit .container h3 {
    margin-bottom: 16px;
    color: #FF4E00;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topMerit .container h3 span {
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.06em;
    display: block;
  }
  #topMerit .container h4 {
    margin-bottom: 50px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
    display: inline-block;
    position: relative;
  }
  #topMerit .container h4::before {
    content: " ";
    width: 100%;
    height: 8px;
    background: #FFBE2B;
    display: block;
    opacity: 0.44;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
  }
  #topMerit .container h4 div {
    z-index: 2;
    position: relative;
  }
  #topMerit .container h4 div span {
    color: #FF7F00;
  }
  #topMerit .container #topMeritMain .meritSec {
    margin: 0 0 50px;
    min-height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox {
    display: block;
    text-align: center;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox dl {
    margin-bottom: 15px;
    color: #FF6C00;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox dl dt {
    margin: 0 14px 0 0;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 3.5rem;
    letter-spacing: 0.022em;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox dl dt span {
    font-size: 2rem;
    display: block;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox dl dd {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
    text-align: left;
    letter-spacing: -0.03em;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox figure {
    margin: 0 auto 23px;
    width: 188px;
    top: auto;
    position: relative;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox .meritTxt {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.5rem;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox .meritTxt > div {
    display: inline;
    position: relative;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox .meritTxt > div.ub::before {
    content: " ";
    width: 100%;
    height: 9px;
    background: #FF9300;
    display: block;
    opacity: 0.4;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
  }
  #topMerit .container #topMeritMain .meritSec .meritBox .meritTxt > div span {
    font-weight: 500;
    z-index: 2;
    position: relative;
  }
  #topMerit .container #topMeritMain .meritSec:nth-of-type(odd) {
    padding: 0;
    text-align: center;
  }
  #topMerit .container #topMeritMain .meritSec:nth-of-type(odd) figure {
    left: auto;
  }
  #topMerit .container #topMeritMain .meritSec:nth-of-type(even) {
    padding: 0;
    text-align: center;
  }
  #topMerit .container #topMeritMain .meritSec:nth-of-type(even) figure {
    right: auto;
  }
}
#topImage {
  margin-top: calc(-1 * (6.25vw - 80px) - 160px - (12.5vw - 160px));
  padding-top: calc(150px + 6.25vw);
  padding-bottom: calc(240px + 12.5vw - 160px);
  background: #fff;
  clip-path: polygon(0% 12.5vw, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  z-index: 13;
}
#topImage .container h1 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.03em;
}
#topImage .container h2 {
  margin: 0 auto 16px;
  width: 290px;
}
#topImage .container h3 {
  margin-bottom: 36px;
  color: #FF4E00;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topImage .container h3 span {
  margin-top: 3px;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  display: block;
}
#topImage .container .dsc {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: center;
}
#topImage .container #topImageSlide {
  padding: 48px 70px 50px;
  background: #F0F0F0;
}
#topImage .container #topImageSlide #topImageMain {
  position: relative;
}
#topImage .container #topImageSlide #topImageMain .imageMainBox dl {
  margin-bottom: 40px;
  text-align: center;
}
#topImage .container #topImageSlide #topImageMain .imageMainBox dl dt {
  color: #FF7F00;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4.6rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topImage .container #topImageSlide #topImageMain .imageMainBox dl dd {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.6rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topImage .container #topImageSlide #topImageTmb {
  margin-left: -31px;
  padding: 6px 0 0;
}
#topImage .container #topImageSlide #topImageTmb .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#topImage .container #topImageSlide #topImageTmb .swiper-wrapper .swiper-slide {
  margin: 31px 0 0 31px;
  width: 167px !important;
}
#topImage .container #topImageSlide #topImageTmb .swiper-wrapper .swiper-slide .imageTmbBox {
  cursor: pointer;
}
#topImage .container #topImageSlide .arr_prev,
#topImage .container #topImageSlide .arr_next {
  width: 60px;
  top: 55.5%;
  z-index: 50;
  position: absolute;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#topImage .container #topImageSlide .arr_prev {
  left: -42px;
}
#topImage .container #topImageSlide .arr_next {
  right: -42px;
}
#topImage .container #topImageSlide .arr_prev:hover,
#topImage .container #topImageSlide .arr_next:hover {
  opacity: 0.6;
}
#topImage .container #topImageBnr {
  padding: 95px 0 0;
}
#topImage .container #topImageBnr h1 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: center;
}
#topImage .container #topImageBnr .bnr {
  margin: 0 auto;
  width: 377px;
}

@media screen and (max-width: 1279px) {
  #topImage {
    margin-top: -12.5vw;
    padding-top: calc(70px + 12.5vw);
    padding-bottom: calc(80px + 12.5vw);
  }
}
@media screen and (max-width: 767px) {
  #topImage {
    margin-top: -20.8333333333vw;
    padding-top: calc(50px + 20.8333333333vw);
    padding-bottom: calc(50px + 20.8333333333vw);
    clip-path: polygon(0% 20.8333333333vw, 100% 0%, 100% 100%, 0% 100%);
  }
  #topImage .container {
    padding: 0px 25px 0px;
  }
  #topImage .container h1 {
    margin-bottom: 6px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.9rem;
    text-align: center;
    letter-spacing: 0.01em;
  }
  #topImage .container h2 {
    margin: 0 auto 13px;
    width: 210px;
  }
  #topImage .container h3 {
    margin-bottom: 26px;
    color: #FF4E00;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topImage .container h3 span {
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.06em;
    display: block;
  }
  #topImage .container .dsc {
    margin-bottom: 37px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.7rem;
    text-align: center;
  }
  #topImage .container #topImageSlide {
    padding: 25px 24px 25px;
    background: #F0F0F0;
  }
  #topImage .container #topImageSlide #topImageMain {
    position: relative;
  }
  #topImage .container #topImageSlide #topImageMain .imageMainBox dl {
    margin-bottom: 15px;
    text-align: center;
  }
  #topImage .container #topImageSlide #topImageMain .imageMainBox dl dt {
    color: #FF7F00;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.3rem;
    text-align: center;
    letter-spacing: 0.036em;
  }
  #topImage .container #topImageSlide #topImageMain .imageMainBox dl dd {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.3rem;
    text-align: center;
    letter-spacing: 0.036em;
  }
  #topImage .container #topImageSlide #topImageTmb {
    margin-left: -10px;
    padding: 5px 0 0;
  }
  #topImage .container #topImageSlide #topImageTmb .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #topImage .container #topImageSlide #topImageTmb .swiper-wrapper .swiper-slide {
    margin: 10px 0 0 10px;
    width: 85px !important;
  }
  #topImage .container #topImageSlide .arr_prev,
  #topImage .container #topImageSlide .arr_next {
    width: 30px;
    top: 57%;
    z-index: 50;
    position: absolute;
    cursor: pointer;
  }
  #topImage .container #topImageSlide .arr_prev {
    left: -24px;
  }
  #topImage .container #topImageSlide .arr_next {
    right: -24px;
  }
  #topImage .container #topImageBnr {
    padding: 50px 0 0;
  }
  #topImage .container #topImageBnr h1 {
    margin-bottom: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
  }
  #topImage .container #topImageBnr .bnr {
    margin: 0 auto;
    width: 260px;
  }
}
#topSolution {
  margin-top: calc(-1 * (6.25vw - 80px) - 160px - (12.5vw - 160px));
  padding-top: calc(150px + 6.25vw);
  padding-bottom: calc(240px + 12.5vw - 160px);
  background: #fff;
  clip-path: polygon(0% 12.5vw, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  z-index: 14;
}
#topSolution .container h1 {
  margin-bottom: 18px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FF4E00;
}
#topSolution .container h2 {
  margin: 0 auto 16px;
  max-width: 940px;
}
#topSolution .container__caution {
  position: relative;
  z-index: 0;
  border: 4px solid transparent;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#1DC0FA), to(#065EEA)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #1DC0FA, #065EEA) border-box; /* 枠のグラデ */
  max-width: 840px;
  margin: 60px auto 0;
  padding: 32px;
}
#topSolution .container__caution h3 {
  font-size: 3.6rem;
  color: #1959D1;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#topSolution .container__caution p {
  font-size: 2rem;
  margin: 16px 0 0;
}

@media screen and (max-width: 1279px) {
  #topSolution {
    margin-top: -12.5vw;
    padding-top: calc(70px + 12.5vw);
    padding-bottom: calc(80px + 12.5vw);
  }
}
@media screen and (max-width: 767px) {
  #topSolution {
    margin-top: -20.8333333333vw;
    padding-top: calc(50px + 20.8333333333vw);
    padding-bottom: calc(50px + 20.8333333333vw);
    clip-path: polygon(0% 20.8333333333vw, 100% 0%, 100% 100%, 0% 100%);
  }
  #topSolution .container {
    padding: 0px 25px 0px;
  }
  #topSolution .container h1 {
    font-size: 2.8rem;
    text-align: left;
    margin-bottom: 32px;
  }
  #topSolution .container__caution {
    margin: 30px auto 0;
    padding: 16px;
  }
  #topSolution .container__caution h3 {
    font-size: 2.2rem;
    color: #1959D1;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
  }
  #topSolution .container__caution p {
    font-size: 1.4rem;
    margin: 16px 0 0;
  }
}
#topFaq {
  margin-top: calc(-1 * (6.25vw - 80px) - 160px - (12.5vw - 160px));
  padding-top: calc(110px + 6.25vw);
  padding-bottom: calc(235px + 12.5vw - 160px);
  clip-path: polygon(0% 12.5vw, 100% 0%, 100% 100%, 0% 100%);
  background: #FEEFE5;
  z-index: 14;
  position: relative;
}
#topFaq .container {
  text-align: center;
}
#topFaq .container h1 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.03em;
}
#topFaq .container h2 {
  margin: 0 auto 16px;
  width: 290px;
}
#topFaq .container h3 {
  margin-bottom: 18px;
  color: #FF4E00;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topFaq .container h3 span {
  margin-top: 3px;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  display: block;
}
#topFaq .container #topFaqMain {
  margin: 0 auto;
  max-width: 996px;
}
#topFaq .container #topFaqMain .faqSec {
  margin: 0 0 20px;
  padding: 0 45px 0 40px;
  background: #fff;
  border-radius: 8px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
#topFaq .container #topFaqMain .faqSec::before, #topFaq .container #topFaqMain .faqSec::after {
  content: " ";
  width: 30px;
  height: 30px;
  display: block;
  right: 20px;
  top: 16px;
  position: absolute;
}
#topFaq .container #topFaqMain .faqSec::before {
  background: url("../images/icon_faq.png") no-repeat center center/contain;
  z-index: 1;
}
#topFaq .container #topFaqMain .faqSec::after {
  background: url("../images/icon_faq_plus.png") no-repeat center center/contain;
  z-index: 2;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#topFaq .container #topFaqMain .faqSec .faqQ {
  padding: 14px 80px 20px 48px;
  position: relative;
}
#topFaq .container #topFaqMain .faqSec .faqQ dt {
  color: #1959D1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  left: 1px;
  top: 14px;
  position: absolute;
}
#topFaq .container #topFaqMain .faqSec .faqQ dd {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
}
#topFaq .container #topFaqMain .faqSec .faqA {
  padding: 12px 0 20px 48px;
  border-top: 1px #707070 solid;
  position: relative;
  display: none;
}
#topFaq .container #topFaqMain .faqSec .faqA dt {
  color: #FF4E00;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.8rem;
  left: 6px;
  top: 12px;
  position: absolute;
}
#topFaq .container #topFaqMain .faqSec .faqA dd {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.8rem;
}
#topFaq .container #topFaqMain .faqSec.open::after {
  opacity: 0;
}
#topFaq .container #topFaqMain .faqSec.open .faqA {
  display: block;
}

@media screen and (max-width: 1279px) {
  #topFaq {
    margin-top: -12.5vw;
    padding-top: calc(30px + 12.5vw);
    padding-bottom: calc(75px + 12.5vw);
  }
  #topFaq .container #topMeritMain .meritSec {
    min-height: 0;
  }
  #topFaq .container #topMeritMain .meritSec .meritBox {
    display: block;
  }
  #topFaq .container #topMeritMain .meritSec .meritBox figure {
    margin: 0 auto 40px;
    top: auto;
    position: relative;
  }
  #topFaq .container #topMeritMain .meritSec:nth-of-type(odd) {
    padding: 0;
    text-align: center;
  }
  #topFaq .container #topMeritMain .meritSec:nth-of-type(odd) figure {
    left: auto;
  }
  #topFaq .container #topMeritMain .meritSec:nth-of-type(even) {
    padding: 0;
    text-align: center;
  }
  #topFaq .container #topMeritMain .meritSec:nth-of-type(even) figure {
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  #topFaq {
    margin-top: -20.8333333333vw;
    padding-top: calc(10px + 20.8333333333vw);
    padding-bottom: calc(25px + 20.8333333333vw);
    clip-path: polygon(0% 20.8333333333vw, 100% 0%, 100% 100%, 0% 100%);
  }
  #topFaq .container {
    padding: 0px 25px;
    text-align: center;
  }
  #topFaq .container h1 {
    margin-bottom: 6px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.9rem;
    text-align: center;
    letter-spacing: 0.01em;
  }
  #topFaq .container h2 {
    margin: 0 auto 15px;
    width: 210px;
  }
  #topFaq .container h3 {
    margin-bottom: 25px;
    color: #FF4E00;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topFaq .container h3 span {
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.06em;
    display: block;
  }
  #topFaq .container #topFaqMain {
    margin: 0 auto;
    max-width: 100%;
  }
  #topFaq .container #topFaqMain .faqSec {
    margin: 0 0 20px;
    padding: 0 40px 0 16px;
    background: #fff;
    border-radius: 4px;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  #topFaq .container #topFaqMain .faqSec::before, #topFaq .container #topFaqMain .faqSec::after {
    content: " ";
    width: 25px;
    height: 25px;
    display: block;
    right: 15px;
    top: 16px;
    position: absolute;
  }
  #topFaq .container #topFaqMain .faqSec::before {
    background: url("../images/icon_faq.png") no-repeat center center/contain;
    z-index: 1;
  }
  #topFaq .container #topFaqMain .faqSec::after {
    background: url("../images/icon_faq_plus.png") no-repeat center center/contain;
    z-index: 2;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #topFaq .container #topFaqMain .faqSec .faqQ {
    padding: 17px 17px 17px 31px;
    position: relative;
  }
  #topFaq .container #topFaqMain .faqSec .faqQ dt {
    color: #1959D1;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.3rem;
    left: 0px;
    top: 17px;
    position: absolute;
  }
  #topFaq .container #topFaqMain .faqSec .faqQ dd {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.2rem;
  }
  #topFaq .container #topFaqMain .faqSec .faqA {
    padding: 12px 0 36px 31px;
    border-top: 1px #707070 solid;
    position: relative;
    display: none;
  }
  #topFaq .container #topFaqMain .faqSec .faqA dt {
    color: #FF4E00;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.3rem;
    left: 5px;
    top: 12px;
    position: absolute;
  }
  #topFaq .container #topFaqMain .faqSec .faqA dd {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2.4rem;
  }
  #topFaq .container #topFaqMain .faqSec.open::after {
    opacity: 0;
  }
  #topFaq .container #topFaqMain .faqSec.open .faqA {
    display: block;
  }
}
#topContactBtm {
  margin-top: calc(-1 * (6.25vw - 80px) - 160px - (12.5vw - 160px));
  padding-top: calc(170px + 6.25vw);
  padding-bottom: calc(260px + 12.5vw - 160px);
  clip-path: polygon(0% 12.5vw, 100% 0%, 100% calc(100% - 12.5vw), 0% 100%);
  background: url("../images/bg_town.jpg") no-repeat center top/cover;
  z-index: 15;
  position: relative;
}
#topContactBtm .container {
  padding: 0px 0 0px;
}
#topContactBtm .container h1 {
  margin-bottom: 54px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topContactBtm .container h1 span {
  margin-top: 3px;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  display: block;
}
#topContactBtm .container .hd {
  padding: 0 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topContactBtm .container .hd h2 {
  margin-right: 55px;
  position: relative;
}
#topContactBtm .container .hd h2::before {
  content: " ";
  width: 82px;
  height: 82px;
  background: url("../images/icon_first.svg") no-repeat center center/contain;
  display: block;
  left: -56px;
  top: -44px;
  z-index: 1;
  position: absolute;
}
#topContactBtm .container .hd h2 span {
  color: #fff;
  margin-bottom: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.7rem;
  display: block;
  white-space: nowrap;
  z-index: 2;
  position: relative;
}
#topContactBtm .container .hd h2 img {
  width: 380px;
}
#topContactBtm .container .hd h3 {
  color: #fff;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 6rem;
  text-align: left;
  letter-spacing: 0.03em;
}
#topContactBtm .container .hd h3 span {
  background: -webkit-gradient(linear, left top, right top, from(#FFA700), to(#FF7F00));
  background: linear-gradient(to right, #FFA700 0%, #FF7F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
#topContactBtm .container .info {
  margin: 0 auto;
  max-width: 1060px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topContactBtm .container .info > div {
  width: calc(50% - 30px);
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
#topContactBtm .container .info .mail {
  padding: 40px 0;
}
#topContactBtm .container .info .mail h4 {
  color: #F46700;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topContactBtm .container .info .mail .bt {
  margin: 30px auto 0;
  width: 332px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topContactBtm .container .info .mail .bt a {
  padding: 21px 0 27px;
  background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
  border-radius: 40px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topContactBtm .container .info .mail .bt a img {
  margin-right: 14px;
  width: 32px;
}
#topContactBtm .container .info .mail .bt a span {
  display: block;
}
#topContactBtm .container .info .tel {
  padding: 44px 0 40px;
}
#topContactBtm .container .info .tel h4 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#topContactBtm .container .info .tel dl {
  margin-top: 15px;
}
#topContactBtm .container .info .tel dl dt {
  margin-bottom: 20px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 4.9rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topContactBtm .container .info .tel dl dt img {
  margin-right: 6px;
  width: 32px;
}
#topContactBtm .container .info .tel dl dt span {
  display: block;
}
#topContactBtm .container .info .tel dl dd {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  #topContactBtm {
    margin-top: -12.5vw;
    padding-top: calc(90px + 12.5vw);
    padding-bottom: calc(100px + 12.5vw);
  }
  #topContactBtm .container .hd {
    display: block;
  }
  #topContactBtm .container .hd h2 {
    margin: 0 auto 40px;
    width: 400px;
  }
  #topContactBtm .container .hd h3 {
    text-align: center;
  }
  #topContactBtm .container .info {
    display: block;
  }
  #topContactBtm .container .info > div {
    margin: 0 auto;
    width: 500px;
  }
  #topContactBtm .container .info > div.mail {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #topContactBtm {
    margin-top: -20.8333333333vw;
    padding-top: calc(50px + 20.8333333333vw);
    padding-bottom: calc(45px + 20.8333333333vw);
    clip-path: polygon(0% 20.8333333333vw, 100% 0%, 100% 100%, 0% 100%);
  }
  #topContactBtm .container {
    padding: 0px 25px 0px;
  }
  #topContactBtm .container h1 {
    margin-bottom: 72px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topContactBtm .container h1 span {
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.06em;
    display: block;
  }
  #topContactBtm .container .hd {
    padding: 0 0 30px;
    display: block;
  }
  #topContactBtm .container .hd h2 {
    margin: 0 auto 30px;
    width: 250px;
    position: relative;
  }
  #topContactBtm .container .hd h2::before {
    content: " ";
    width: 60px;
    height: 60px;
    background: url("../images/icon_first.svg") no-repeat center center/contain;
    display: block;
    left: -44px;
    top: -41px;
    z-index: 1;
    position: absolute;
  }
  #topContactBtm .container .hd h2 span {
    color: #fff;
    margin-bottom: 3px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.3rem;
    display: block;
    white-space: nowrap;
    z-index: 2;
    position: relative;
  }
  #topContactBtm .container .hd h2 img {
    margin: 0 auto;
    width: 204px;
    display: block;
  }
  #topContactBtm .container .hd h3 {
    color: #fff;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.03em;
  }
  #topContactBtm .container .hd h3 span {
    background: -webkit-gradient(linear, left top, right top, from(#FFA700), to(#FF7F00));
    background: linear-gradient(to right, #FFA700 0%, #FF7F00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
  }
  #topContactBtm .container .info {
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }
  #topContactBtm .container .info > div {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    text-align: center;
  }
  #topContactBtm .container .info .mail {
    padding: 20px 0;
  }
  #topContactBtm .container .info .mail h4 {
    color: #F46700;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topContactBtm .container .info .mail .bt {
    margin: 12px auto 0;
    width: 220px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topContactBtm .container .info .mail .bt a {
    padding: 12px 0 15px;
    background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
    border-radius: 40px;
    -webkit-box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
            box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topContactBtm .container .info .mail .bt a img {
    margin-right: 10px;
    width: 22px;
  }
  #topContactBtm .container .info .mail .bt a span {
    display: block;
  }
  #topContactBtm .container .info .tel {
    padding: 18px 0 18px;
  }
  #topContactBtm .container .info .tel h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #topContactBtm .container .info .tel dl {
    margin-top: 16px;
  }
  #topContactBtm .container .info .tel dl dt {
    margin-bottom: 20px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 3.3rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topContactBtm .container .info .tel dl dt img {
    margin-right: 5px;
    width: 22px;
  }
  #topContactBtm .container .info .tel dl dt span {
    display: block;
  }
  #topContactBtm .container .info .tel dl dd {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
    text-align: center;
  }
}
#topBnr {
  margin-top: calc(-1 * (6.25vw - 80px) - 160px - (12.5vw - 160px));
  padding-top: calc(170px + 6.25vw);
  padding-bottom: calc(260px + 12.5vw - 160px);
  clip-path: polygon(0% 12.5vw, 100% 0%, 100% 100%, 0% 100%);
  background: #F5F9FF;
  z-index: 16;
  position: relative;
}
#topBnr .container {
  text-align: center;
}
#topBnr .container h1 {
  margin-bottom: 24px;
  color: #2453AA;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: center;
}
#topBnr .container .bnr {
  margin: 0 auto;
  width: 377px;
}

@media screen and (max-width: 1279px) {
  #topBnr {
    margin-top: -12.5vw;
    padding-top: calc(90px + 12.5vw);
    padding-bottom: calc(100px + 12.5vw);
  }
}
@media screen and (max-width: 767px) {
  #topBnr {
    margin-top: -20.8333333333vw;
    padding-top: calc(25px + 20.8333333333vw);
    padding-bottom: calc(30px + 20.8333333333vw);
    clip-path: polygon(0% 20.8333333333vw, 100% 0%, 100% 100%, 0% 100%);
  }
  #topBnr .container {
    padding: 0px 25px;
    text-align: center;
  }
  #topBnr .container h1 {
    margin-bottom: 25px;
    color: #2453AA;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
  }
  #topBnr .container .bnr {
    margin: 0 auto;
    width: 260px;
  }
}
#topCompany {
  margin-top: calc(-1 * (6.25vw - 80px) - 160px - (12.5vw - 160px));
  padding-top: calc(180px + 6.25vw);
  padding-bottom: 47px;
  background: #fff;
  clip-path: polygon(0% 12.5vw, 100% 0%, 100% 100%, 0% 100%);
  z-index: 17;
  position: relative;
}
#topCompany .container h1 {
  margin-bottom: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center;
}
#topCompany .container .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topCompany .container .info h2 {
  margin: 0 60px 0 0;
  width: 410px;
}
#topCompany .container .info ul li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
}

@media screen and (max-width: 1279px) {
  #topCompany {
    margin-top: -12.5vw;
    padding-top: calc(100px + 12.5vw);
  }
  #topCompany .container .info {
    display: block;
  }
  #topCompany .container .info h2 {
    margin: 0 auto 40px;
    width: 410px;
  }
  #topCompany .container .info ul {
    margin: 0 auto;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #topCompany {
    margin-top: -20.8333333333vw;
    padding-top: calc(40px + 20.8333333333vw);
    padding-bottom: 37px;
    clip-path: polygon(0% 20.8333333333vw, 100% 0%, 100% 100%, 0% 100%);
  }
  #topCompany .container {
    padding: 0px 33px 0px;
  }
  #topCompany .container h1 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2rem;
    text-align: left;
  }
  #topCompany .container .info {
    display: block;
  }
  #topCompany .container .info h2 {
    margin: 0 0 21px;
    width: 205px;
  }
  #topCompany .container .info ul li {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2rem;
  }
}
#popWrap {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 99999;
  position: fixed;
  -webkit-transform: translateX(9999px);
          transform: translateX(9999px);
  opacity: 0;
  -webkit-transition: opacity 0.1s 0s, -webkit-transform 0s 0.2s;
  transition: opacity 0.1s 0s, -webkit-transform 0s 0.2s;
  transition: transform 0s 0.2s, opacity 0.1s 0s;
  transition: transform 0s 0.2s, opacity 0.1s 0s, -webkit-transform 0s 0.2s;
}
#popWrap.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0s;
  transition: opacity 0.3s, -webkit-transform 0s;
  transition: transform 0s, opacity 0.3s;
  transition: transform 0s, opacity 0.3s, -webkit-transform 0s;
}
#popWrap #popBox {
  margin: 100px auto 100px;
  width: 86%;
  max-width: 1100px;
  position: relative;
}
#popWrap #popBox #popBoxClose {
  width: 104px;
  right: 0;
  top: 0;
  z-index: 100;
  position: absolute;
}
#popWrap #popBox #popBoxClose a {
  width: 100%;
  height: 79px;
  background: url("../images/close.svg") no-repeat center center/contain;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  display: block;
}
#popWrap #popBox #popBoxIn {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
#popWrap #popBox #popBoxIn .popItem {
  display: none;
}
#popWrap #popBox #popBoxIn .popItem.set {
  display: block;
}

.supportCts {
  padding: 70px 40px;
  background: #fff;
}
.supportCts h1 {
  margin-bottom: 40px;
  color: #FF4E00;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.supportCts .dsc {
  margin-bottom: 32px;
  min-height: 6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  text-align: left;
  letter-spacing: 0;
}
.supportCts .dsc span {
  color: #FF7F00;
  font-size: 1.8rem;
  font-weight: bold;
}
.supportCts h2 {
  margin: 0 0 38px;
  padding: 7px 210px;
  border: 4px #FF7F00 solid;
  border-radius: 12px;
  color: #FF7F00;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.4rem;
  text-align: center;
  letter-spacing: 0;
  position: relative;
}
.supportCts h2::after {
  content: " ";
  width: 188px;
  height: 118px;
  background: url("../images/chr_support_h.png") no-repeat center center/contain;
  display: block;
  right: 15px;
  bottom: 0;
  position: absolute;
}
.supportCts h3 {
  margin: 0 0 30px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: left;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.supportCts h3 img {
  margin-right: 30px;
  width: 224px;
}
.supportCts h3 span {
  display: block;
}
.supportCts .supportMain {
  margin: 0 -20px;
  padding: 0 0 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.supportCts .supportMain dl {
  margin: 0 20px 40px;
  width: calc(50% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px #FF9300 solid;
  border-radius: 14px;
}
.supportCts .supportMain dl dt {
  padding: 11px 0 15px;
  background: #FF9300;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3.8rem;
  text-align: left;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.supportCts .supportMain dl dt span {
  width: 188px;
  display: block;
}
.supportCts .supportMain dl dt img {
  width: 222px;
}
.supportCts .supportMain dl dd {
  padding: 30px 36px 26px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 3rem;
  text-align: left;
  letter-spacing: 0;
}
.supportCts .supportMain dl dd ul {
  margin-left: 1em;
}
.supportCts .supportMain .cmtP {
  margin: 0 20px 40px;
  width: calc(50% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FF9300;
  border: 4px #FF9300 solid;
  border-radius: 14px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3.8rem;
  text-align: center;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.supportCts .supportMain .cmtP span {
  display: block;
}
.supportCts .bt {
  margin: 0 auto;
  width: 290px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.supportCts .bt a {
  padding: 16px 0 22px;
  background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
  border-radius: 35px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.supportCts .bt a img {
  margin-right: 14px;
  width: 32px;
}
.supportCts .bt a span {
  display: block;
}

@media screen and (max-width: 1279px) {
  .supportCts .supportMain {
    margin: 0 auto;
    width: 490px;
    display: block;
  }
  .supportCts .supportMain dl,
  .supportCts .supportMain .cmtP {
    margin: 0 0px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #popWrap #popBox {
    margin: 57px auto 57px;
    width: calc(100% - 50px);
  }
  #popWrap #popBox #popBoxClose {
    width: 52px;
  }
  #popWrap #popBox #popBoxClose a {
    width: 100%;
    height: 36px;
    background: url("../images/close.svg") no-repeat center center/cover;
  }
  #popWrap #popBox #popBoxIn {
    max-height: calc(100vh - 114px);
  }
  .supportCts {
    padding: 35px 25px;
  }
  .supportCts h1 {
    margin-bottom: 20px;
    color: #FF4E00;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 3.2rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .supportCts .dsc {
    margin-bottom: 20px;
    min-height: 0;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-align: left;
    letter-spacing: 0;
  }
  .supportCts .dsc span {
    color: #FF7F00;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .supportCts h2 {
    margin: 0 0 20px;
    padding: 8px 115px 8px 8px;
    border: 2px #FF7F00 solid;
    border-radius: 6px;
    color: #FF7F00;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2rem;
    text-align: left;
    letter-spacing: 0;
    position: relative;
  }
  .supportCts h2::after {
    content: " ";
    width: 110px;
    height: 69px;
    background: url("../images/chr_support_h.png") no-repeat center center/contain;
    display: block;
    right: 2px;
    bottom: 0;
    position: absolute;
  }
  .supportCts .cmtS {
    margin: 0 0 20px;
    padding: 8px 7px 10px;
    background: #FF9300;
    border: 2px #FF9300 solid;
    border-radius: 6px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0;
  }
  .supportCts .cmtS span {
    display: block;
  }
  .supportCts h3 {
    margin: 0 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.6rem;
    text-align: left;
    letter-spacing: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .supportCts h3 img {
    margin-right: 17px;
    width: 118px;
  }
  .supportCts h3 span {
    display: block;
  }
  .supportCts .supportMain {
    margin: 0 0;
    padding: 0 0 10px;
    width: auto;
    display: block;
  }
  .supportCts .supportMain dl {
    margin: 0 0 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px #FF9300 solid;
    border-radius: 7px;
  }
  .supportCts .supportMain dl dt {
    padding: 5px 0 8px;
    background: #FF9300;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.9rem;
    text-align: left;
    letter-spacing: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .supportCts .supportMain dl dt span {
    width: 124px;
    display: block;
  }
  .supportCts .supportMain dl dt img {
    width: 111px;
  }
  .supportCts .supportMain dl dd {
    padding: 15px 18px 18px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.4rem;
    text-align: left;
    letter-spacing: 0;
  }
  .supportCts .supportMain dl dd ul {
    margin-left: 1em;
  }
  .supportCts .supportMain .cmtP {
    display: none;
  }
  .supportCts .bt {
    margin: 0 auto;
    width: 220px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .supportCts .bt a {
    padding: 12px 0 15px;
    background: linear-gradient(80deg, #F46700 0%, #FF9300 50%, #FF7500 100%);
    border-radius: 25px;
    -webkit-box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
            box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .supportCts .bt a img {
    margin-right: 10px;
    width: 22px;
  }
  .supportCts .bt a span {
    display: block;
  }
}
/*----- flg -----*/
.flgP {
  display: block;
}

.flgS {
  display: none;
}

@media screen and (max-width: 767px) {
  .flgP {
    display: none;
  }
  .flgS {
    display: block;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}

.fade.fadeOn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: linear, cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: linear, cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}