@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
* {
  box-sizing: border-box; /*余白や線を幅や高さに含める*/
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 4.2vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    width: 100%;
    position: relative;
  }
}

.zenkaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

.sup {
  display: inline-block;
  font-size: 0.6em;
  vertical-align: super;
}

main {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main a {
    transition: all 0.3s;
  }
  main a:hover {
    opacity: 0.6;
  }
}

a.fix-btn {
  display: block;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 5vw;
  left: 0;
  right: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  a.fix-btn {
    width: 160px;
    left: auto;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  a.fix-btn {
    width: 198px;
  }
}

/*======================================================================================*/
div.hero-area {
  position: relative;
  background: #60A3D9;
  padding-top: 18%;
}
@media screen and (min-width: 768px) {
  div.hero-area {
    padding-top: 0;
  }
}
div.hero-area header {
  position: absolute;
}
div.hero-area header.hd01 {
  width: 50%;
  top: 3%;
  left: 2%;
}
@media screen and (min-width: 768px) {
  div.hero-area header.hd01 {
    width: 20%;
    top: 3%;
    left: 2%;
    max-width: 250px;
  }
}
div.hero-area span.scroll {
  display: block;
  width: 1.8%;
  max-width: 10px;
  position: absolute;
  left: 5%;
  top: 58%;
}
@media screen and (min-width: 768px) {
  div.hero-area span.scroll {
    width: 12px;
    top: 78%;
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area span.scroll {
    left: 10%;
  }
}
@media screen and (min-width: 1500px) {
  div.hero-area span.scroll {
    width: 1100px;
    max-width: 1100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  div.hero-area span.scroll span {
    display: block;
    width: 13px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  h1 {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
}
h1 span {
  display: block;
  width: 82%;
  margin: 0 auto;
  transform: translate(0, -20%);
}
@media screen and (min-width: 768px) {
  h1 span {
    transform: translate(0, -36%);
  }
}

/*======================================================================================*/
section.sec-stage {
  padding: 0 0 20%;
  background: #60A3D9;
}
@media screen and (min-width: 768px) {
  section.sec-stage {
    padding: 0 0 106px;
  }
}
section.sec-stage div.sec-stage-inner {
  width: 84.2%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.sec-stage-inner {
    width: 90%;
    max-width: 1000px;
  }
}
section.sec-stage div.stage-box {
  padding: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box {
    padding: 0 0 0 0;
  }
}
section.sec-stage div.stage-box h2 {
  width: 8em;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box h2 {
    width: 160px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-stage div.stage-box h2 {
    width: 218px;
  }
}
section.sec-stage div.stage-box p.stage-txt01 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6em;
  color: #FFF;
  margin: 7% auto 6%;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box p.stage-txt01 {
    font-size: 27px;
    margin: 40px auto 30px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-stage div.stage-box p.stage-txt01 {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box div.present-box p.present-txt {
    width: 80%;
    max-width: 810px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box.box01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
section.sec-stage div.stage-box.box01 ul li {
  margin-bottom: 10%;
  background: #f5f0e0;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box.box01 ul li {
    width: 280px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-stage div.stage-box.box01 ul li {
    width: 305px;
  }
}
section.sec-stage div.stage-box.box01 ul li div.txtbox {
  text-align: center;
  padding: 1.4em 0;
}
section.sec-stage div.stage-box.box01 ul li div.txtbox h3 {
  font-size: 1.4em;
  font-weight: 500;
  padding: 0 0 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box.box01 ul li div.txtbox h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-stage div.stage-box.box01 ul li div.txtbox h3 {
    font-size: 32px;
  }
}
section.sec-stage div.stage-box.box01 ul li div.txtbox p {
  font-size: 0.9em;
  line-height: 1.6em;
  letter-spacing: -0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box.box01 ul li div.txtbox p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-stage div.stage-box.box01 ul li div.txtbox p {
    font-size: 16px;
  }
}
section.sec-stage div.stage-box.box01 ul li div.txtbox a {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  width: 68%;
  margin: auto;
  line-height: 1.2em;
  padding: 0.4em 0;
  position: relative;
  margin-top: 1em;
  font-size: 0.9em;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box.box01 ul li div.txtbox a {
    font-size: 14px;
  }
}
section.sec-stage div.stage-box.box01 ul li div.txtbox a::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.6em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box.box02 div.title-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
  }
}
section.sec-stage div.stage-box.box02 div.title-wrap h2 {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box.box02 div.title-wrap h2 {
    margin: 0;
  }
}
section.sec-stage div.stage-box.box02 div.present-box {
  margin: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box.box02 div.present-box {
    margin: 38px auto 70px;
  }
}
section.sec-stage div.stage-box.box02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #FFF;
}
section.sec-stage div.stage-box.box02 ul li {
  width: 46%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box.box02 ul li {
    width: 21%;
    margin-bottom: 0;
  }
}
section.sec-stage div.stage-box.box02 ul li:nth-child(4) p {
  padding: 0.6em 0 0 0;
}
section.sec-stage div.stage-box.box02 ul li p {
  text-align: center;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0;
  height: 3em;
  margin: 0.6em 0 0;
}
section.sec-stage div.stage-box.box02 ul li p span {
  display: inline;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.stage-box.box02 ul li p {
    font-size: 17px;
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-stage div.stage-box.box02 ul li p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-stage div.stage-box.box02 ul li p {
    font-size: 25px;
  }
}
section.sec-stage div.line-box {
  position: relative;
  padding: 3% 0;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.line-box {
    padding: 0;
  }
}
section.sec-stage div.line-box span {
  display: block;
}
section.sec-stage div.line-box span.plus {
  width: 4em;
  height: 4em;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.line-box span.plus {
    display: block;
    position: relative;
    width: 135px;
    height: 135px;
    top: auto;
    left: auto;
    margin: 0 auto;
    transform: translate(0%, 0%);
  }
}
section.sec-stage div.line-box span.plus::after, section.sec-stage div.line-box span.plus::before {
  content: "";
  display: block;
  background: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.sec-stage div.line-box span.plus::after {
  width: 50%;
  height: 0.5em;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.line-box span.plus::after {
    height: 1em;
  }
}
section.sec-stage div.line-box span.plus::before {
  width: 0.5em;
  height: 50%;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.line-box span.plus::before {
    width: 1em;
  }
}
section.sec-stage div.note-box {
  font-size: 0.9em;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0;
  color: #FFF;
  text-align: justify;
  word-break: break-all;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-stage div.note-box {
    font-size: 14px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-stage div.note-box {
    font-size: 18px;
    margin-top: 60px;
  }
}
section.sec-stage p.note {
  text-align: center;
  font-size: 0.8em;
  color: #FFF;
  margin-top: 8%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  section.sec-stage p.note {
    margin-top: 20px;
  }
}
section.sec-stage p.present-txt {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-stage p.present-txt {
    width: 70%;
    max-width: 602px;
    margin-top: 40px;
  }
}
section.sec-stage a {
  display: block;
  background: #ffad00;
  padding: 1em 1.4em 1em 2em;
  border-radius: 50em;
  box-sizing: border-box;
  margin-top: 7%;
}
@media screen and (min-width: 768px) {
  section.sec-stage a {
    width: 53%;
    margin: auto;
    margin-top: 30px;
    padding: 2.6% 5% 2.6% 8%;
  }
}

div.onayami-cont-wrap {
  width: 92%;
  margin: 0 auto;
  margin-top: 10%;
  box-sizing: border-box;
  background: #4394a6;
  padding: 10% 5%;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap {
    width: 96%;
    max-width: 1100px;
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1000px) {
  div.onayami-cont-wrap {
    width: 92%;
    max-width: 1100px;
    padding: 80px;
  }
}
div.onayami-cont-wrap h2.onayami-tit {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap h2.onayami-tit {
    width: 70%;
    max-width: 690px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap h2.onayami-tit {
    max-width: 690px;
    margin-bottom: 0;
  }
}
div.onayami-cont-wrap h2.kaiketsu-tit {
  width: 98%;
  margin: 0 auto;
  margin-top: 15%;
  margin-bottom: 6%;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap h2.kaiketsu-tit {
    width: 80%;
    max-width: 600px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  div.onayami-cont-wrap h2.kaiketsu-tit {
    width: 80%;
    max-width: 600px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
div.onayami-cont-wrap h3.onayami-sub {
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap h3.onayami-sub {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  div.onayami-cont-wrap h3.onayami-sub {
    margin-top: 90px;
    margin-bottom: 40px;
  }
}
div.onayami-cont-wrap h3.onayami-sub span.txt {
  display: inline-block;
  font-size: 1.4em;
  color: #ffff00;
  padding-bottom: 10px;
  border-bottom: solid 1px #FFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap h3.onayami-sub span.txt {
    font-size: 36px;
  }
}
div.onayami-cont-wrap h3.onayami-sub span.txt span.deco {
  display: block;
  width: 26px;
  position: absolute;
  left: -2%;
  top: 0;
  transform: translate(-100%, -60%);
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap h3.onayami-sub span.txt span.deco {
    width: 36px;
  }
}
div.onayami-cont-wrap ul.onayami-list {
  width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap ul.onayami-list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
div.onayami-cont-wrap ul.onayami-list li {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap ul.onayami-list li {
    width: 50%;
    margin-bottom: 0;
  }
  div.onayami-cont-wrap ul.onayami-list li:first-child {
    transform: translate(8px, 0);
  }
  div.onayami-cont-wrap ul.onayami-list li:last-child {
    transform: translate(-8px, 0);
  }
}
div.onayami-cont-wrap ul.kaiketsu-list {
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10%;
  gap: 4%;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap ul.kaiketsu-list {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  div.onayami-cont-wrap ul.kaiketsu-list {
    width: 100%;
    justify-content: space-between;
    gap: 0;
    margin-top: 40px;
  }
}
div.onayami-cont-wrap ul.kaiketsu-list li {
  width: 48%;
  text-align: center;
  background: #FFF;
  display: flex;
  flex-direction: column;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap ul.kaiketsu-list li {
    width: 26%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  div.onayami-cont-wrap ul.kaiketsu-list li {
    width: 18.5%;
    margin-bottom: 0;
  }
}
div.onayami-cont-wrap ul.kaiketsu-list li p {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap ul.kaiketsu-list li p {
    padding: 10% 0;
  }
}
div.onayami-cont-wrap ul.kaiketsu-list li span {
  display: flex;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap ul.kaiketsu-list li span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  div.onayami-cont-wrap ul.kaiketsu-list li span {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1280px) {
  div.onayami-cont-wrap ul.kaiketsu-list li span {
    font-size: 21px;
  }
}
div.onayami-cont-wrap div.tenji-taikan-box {
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap div.tenji-taikan-box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1000px) {
  div.onayami-cont-wrap div.tenji-taikan-box {
    margin-top: 100px;
  }
}
div.onayami-cont-wrap div.tenji-taikan-box h2 {
  text-align: center;
  font-weight: 500;
}
div.onayami-cont-wrap div.tenji-taikan-box h2 span {
  display: inline-block;
  font-size: 1.2em;
  color: #FFFF00;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap div.tenji-taikan-box h2 span {
    font-size: 30px;
  }
}
div.onayami-cont-wrap div.tenji-taikan-box h2 span::after, div.onayami-cont-wrap div.tenji-taikan-box h2 span::before {
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translate(0, -50%) rotate(-35deg);
}
div.onayami-cont-wrap div.tenji-taikan-box h2 span::after {
  left: auto;
  right: -0.6em;
  transform: translate(0, -50%) rotate(35deg);
}
div.onayami-cont-wrap div.tenji-taikan-box h3 {
  margin-top: 2%;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  letter-spacing: 0;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap div.tenji-taikan-box h3 {
    font-size: 22px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1000px) {
  div.onayami-cont-wrap div.tenji-taikan-box h3 {
    font-size: 25px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  div.onayami-cont-wrap div.tenji-taikan-box h3 {
    font-size: 28px;
  }
}
div.onayami-cont-wrap .taikan-slide-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 10%;
  padding-bottom: 20%;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap .taikan-slide-wrap {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box div.taikan-slide-inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box div.taikan-slide-inner div.img {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box div.taikan-slide-inner div.img {
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box div.taikan-slide-inner div.img {
    width: 50%;
  }
}
div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box div.taikan-slide-inner div.txt {
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box div.taikan-slide-inner div.txt {
    width: 40%;
    margin-top: 0;
    margin-left: 5%;
  }
}
div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box div.taikan-slide-inner div.txt p {
  color: #FFF;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box div.taikan-slide-inner div.txt p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box div.taikan-slide-inner div.txt p {
    font-size: 21px;
  }
}
@media screen and (min-width: 1280px) {
  div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box div.taikan-slide-inner div.txt p {
    font-size: 25px;
  }
}
div.onayami-cont-wrap .taikan-slide-wrap div.taikan-slide-box {
  /*taikan-slide-inner*/
}
div.onayami-cont-wrap .taikan-slide-wrap div.swiper-pagination span.swiper-pagination-bullet {
  background: none;
  border: solid 1px #FFF;
}
div.onayami-cont-wrap .taikan-slide-wrap div.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
}

/*======================================================================================*/
section.sec-consul {
  background: #ff9a89;
  padding: 12% 0 26% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-consul {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-consul {
    padding: 100px 0;
  }
}
section.sec-consul h2 {
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  color: #ffff00;
}
@media screen and (min-width: 768px) {
  section.sec-consul h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-consul h2 {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-consul h2 {
    font-size: 52px;
  }
}
section.sec-consul div.consul-box01 {
  width: 83.2%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f03739;
  border-radius: 2em;
  margin-top: 8%;
  margin-bottom: 8%;
  padding: 8% 0;
}
@media screen and (min-width: 768px) {
  section.sec-consul div.consul-box01 {
    width: 90%;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 46px;
    border-radius: 80px;
    max-width: 884px;
  }
}
section.sec-consul div.consul-box01 h3 {
  text-align: center;
  font-size: 1.3em;
  color: #FFF;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-consul div.consul-box01 h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-consul div.consul-box01 h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-consul div.consul-box01 h3 {
    font-size: 30px;
  }
}
section.sec-consul div.consul-box01 p.txt01 {
  width: 70%;
  margin: 0 auto;
  margin-top: 4%;
  color: #FFFF00;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-consul div.consul-box01 p.txt01 {
    width: 90%;
    font-size: 2vw;
    text-align: center;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-consul div.consul-box01 p.txt01 {
    font-size: 20px;
  }
}
section.sec-consul h3.consul-sub {
  text-align: center;
}
section.sec-consul h3.consul-sub span {
  display: inline-block;
  position: relative;
  font-size: 1.1em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-consul h3.consul-sub span {
    font-size: 26px;
  }
}
section.sec-consul h3.consul-sub span::after, section.sec-consul h3.consul-sub span::before {
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translate(0, -50%) rotate(-35deg);
}
section.sec-consul h3.consul-sub span::after {
  left: auto;
  right: -0.6em;
  transform: translate(0, -50%) rotate(35deg);
}
section.sec-consul figure {
  width: 90%;
  margin: 0 auto;
  margin-top: 1%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-consul figure {
    max-width: 840px;
    margin-top: 20px;
  }
}
section.sec-consul div.ul-wrap {
  background: #fff;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  width: 83.2%;
  margin: auto;
  border-radius: 2em;
  padding: 10vw;
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-consul div.ul-wrap {
    padding: 60px;
    width: 90%;
    max-width: 840px;
    border-radius: 30px;
    margin-top: 26px;
  }
}
section.sec-consul div.ul-wrap::after {
  content: "";
  display: block;
  width: calc(100% - 5vw);
  height: calc(100% - 5vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #000;
  box-sizing: border-box;
  border-radius: 1.7em;
}
@media screen and (min-width: 768px) {
  section.sec-consul div.ul-wrap::after {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border-radius: 23px;
  }
}
section.sec-consul div.ul-wrap ul li {
  position: relative;
  color: #CD0000;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.6em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-consul div.ul-wrap ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-consul div.ul-wrap ul li {
    font-size: 24px;
  }
}
section.sec-consul div.ul-wrap ul li:last-child {
  margin-bottom: 0;
}
section.sec-consul div.ul-wrap ul li::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.2em;
  left: 0;
  background-color: #FFD500;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
section.sec-consul div.ul-wrap ul li .bk {
  display: block;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-consul div.ul-wrap ul li .bk {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-consul div.ul-wrap ul li .bk {
    font-size: 20px;
  }
}
section.sec-consul div.illust-box {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-consul div.illust-box {
    max-width: 1060px;
  }
}
section.sec-consul div.illust-box span {
  display: block;
  position: absolute;
}
section.sec-consul div.illust-box span.illust01 {
  width: 35%;
  left: 20%;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec-consul div.illust-box span.illust01 {
    width: 12.6%;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-consul div.illust-box span.illust01 {
    width: 17.6%;
    left: 0;
  }
}
section.sec-consul div.illust-box span.illust02 {
  width: 34.6%;
  right: 20%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec-consul div.illust-box span.illust02 {
    width: 12%;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-consul div.illust-box span.illust02 {
    width: 17%;
    right: 2%;
  }
}

/*sec-consul*/
/*======================================================================================*/
section.sec-flow {
  background: #e3e8e4;
}
section.sec-flow div.sec-flow-inner {
  width: 84.2%;
  margin: auto;
  padding: 15% 0;
}
@media screen and (min-width: 768px) {
  section.sec-flow div.sec-flow-inner {
    width: 90%;
    max-width: 1000px;
    padding: 110px 0;
  }
}
section.sec-flow h2 {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-flow h2 {
    width: 80%;
    max-width: 862px;
    margin-bottom: 40px;
  }
}
section.sec-flow h3 {
  text-align: center;
  background: #fff;
  font-size: 1.4em;
  padding: 0.28em 0 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-flow h3 {
    font-size: 20px;
    text-align: left;
    padding: 0.4em 0 0.4em 0.6em;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-flow h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-flow ul li {
  padding: 15% 0;
  border-bottom: dashed 1px #111;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li {
    width: 25%;
    padding: 0;
    border: none;
    border-right: dashed 1px #111;
  }
}
section.sec-flow ul li:last-child {
  border: none;
}
section.sec-flow ul li span.arrow {
  display: block;
  width: 3em;
  height: 1.4em;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li span.arrow {
    width: 1em;
    height: 2em;
    top: 35%;
    right: auto;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
section.sec-flow ul li div.flow-img01 {
  width: 58%;
  margin: 0 auto 7%;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li div.flow-img01 {
    width: 72%;
  }
}
section.sec-flow ul li div.flow-img02 {
  width: 72%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li div.flow-img02 {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0, -105%);
  }
}
section.sec-flow ul li div.flow-img02.v2 {
  width: 100%;
  transform: translate(0, 20%);
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li div.flow-img02.v2 {
    width: 120%;
    left: auto;
    right: -9%;
    transform: translate(0, -105%);
  }
}
section.sec-flow ul li p {
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li p {
    font-size: 13px;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-flow ul li p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-flow ul li p {
    font-size: 17px;
  }
}
section.sec-flow ul li p span.green {
  color: #ff7a13;
}

/*======================================================================================*/
section.sec-get {
  padding: 15% 0;
}
@media screen and (min-width: 768px) {
  section.sec-get {
    padding: 110px 0;
  }
}
section.sec-get div.sec-get-inner {
  width: 84.2%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-get div.sec-get-inner {
    width: 90%;
    max-width: 1000px;
  }
}
section.sec-get div.get-box {
  border: 2px solid #000;
  border-radius: 1.6em;
  box-shadow: #b9b9b9 0px 0px 15px;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box {
    margin-bottom: 54px;
    border-radius: 50px;
  }
}
section.sec-get div.get-box div.get-box-inner {
  width: 85%;
  margin: auto;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box div.get-box-inner {
    width: 90%;
    padding: 70px 0;
    max-width: 794px;
  }
}
section.sec-get div.get-box h2 {
  width: 48%;
  margin: 0 auto 6%;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box h2 {
    width: 163px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get div.get-box h2 {
    width: 183px;
  }
}
section.sec-get div.get-box p {
  text-align: center;
}
section.sec-get div.get-box p.get-txt01 {
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
  font-size: 1.14em;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box p.get-txt01 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get div.get-box p.get-txt01 {
    font-size: 22px;
  }
}
section.sec-get div.get-box p.get-txt02 {
  font-size: 0.82em;
  font-weight: 500;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box p.get-txt02 {
    font-size: 18px;
    margin: 1.6em 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get div.get-box p.get-txt02 {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box01 ul.ul01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box01 ul.ul01 li.li01 {
    width: 31%;
  }
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 h3 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  margin: 1.4em 0 1em;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box01 ul.ul01 li.li01 h3 {
    margin: 0 0 1em;
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get div.get-box.box01 ul.ul01 li.li01 h3 {
    font-size: 28px;
  }
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 p {
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8em;
  margin: 1em 0 2em;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box01 ul.ul01 li.li01 p {
    font-size: 1.6vw;
    margin: 1em 0 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get div.get-box.box01 ul.ul01 li.li01 p {
    font-size: 16px;
  }
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 ul li {
  width: 48%;
  margin-bottom: 3%;
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 ul li a {
  display: block;
  position: relative;
  padding: 0.4em 0 0.4em 1em;
  border-radius: 50em;
  font-weight: 500;
  box-sizing: border-box;
  background: #D7C6B4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box01 ul.ul01 li.li01 ul li a {
    padding: 0.2em 0 0.2em 1em;
    font-size: 1.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get div.get-box.box01 ul.ul01 li.li01 ul li a {
    font-size: 15px;
  }
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 ul li a span {
  display: block;
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 ul li a span.txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box01 ul.ul01 li.li01 ul li a span.txt {
    width: 3em;
  }
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 ul li a span.arrow {
  width: 1em;
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 a.near-btn {
  display: block;
  position: relative;
  border: solid 1px #b2b2b2;
  border-radius: 50em;
  padding: 0.4em 0 0.4em 1em;
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.6em;
       column-gap: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box01 ul.ul01 li.li01 a.near-btn {
    font-size: 1.6vw;
    padding: 0.4em 0 0.4em 0.4em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get div.get-box.box01 ul.ul01 li.li01 a.near-btn {
    font-size: 15px;
    -moz-column-gap: 0.6em;
         column-gap: 0.6em;
    padding: 0.4em 0 0.4em 0.8em;
  }
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 a.near-btn span {
  display: block;
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 a.near-btn span.txt {
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
}
section.sec-get div.get-box.box01 ul.ul01 li.li01 a.near-btn span.arrow {
  width: 1em;
}
section.sec-get div.get-box.box01 .bn-img-wrap {
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box01 .bn-img-wrap {
    width: 65.4%;
  }
}
section.sec-get div.get-box.box01 .bn-img01 {
  display: block;
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box01 .bn-img01 {
    margin-top: 45px;
  }
}
section.sec-get div.get-box.box01 .bn-img02 {
  display: block;
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box01 .bn-img02 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box02 {
    margin-bottom: 54px;
  }
}
section.sec-get div.get-box.box02 div.title-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4em;
  margin: 0 auto 6%;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box02 div.title-wrap {
    margin: 0 auto 30px;
  }
}
section.sec-get div.get-box.box02 div.title-wrap h2 {
  margin: 0;
}
section.sec-get div.get-box.box02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-get div.get-box.box02 ul li {
  width: 47%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box02 ul li {
    width: 22%;
    margin-bottom: 0;
  }
}
section.sec-get div.get-box.box02 ul li p {
  text-align: center;
  font-size: 0.82em;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0;
  height: 3em;
  margin: 0.6em 0 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.sec-get div.get-box.box02 ul li p {
    font-size: 16px;
    line-height: 1.2em;
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get div.get-box.box02 ul li p {
    font-size: 17px;
  }
}
section.sec-get div.get-box.box02 ul li p.v2 {
  margin-top: 1em;
}
section.sec-get div.get-box.box02 ul li p span {
  display: inline-block;
  font-size: 0.6em;
  vertical-align: 0.4em;
}
section.sec-get p.border-txt {
  border: solid 1px #000;
  padding: 1.4em;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: -0.02em;
  width: 90%;
  margin: auto;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-get p.border-txt {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6vw;
    padding: 0.4em 1em;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get p.border-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-get p.border-txt {
    font-size: 17px;
  }
}
section.sec-get p.note-txt {
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 1em;
  width: 90%;
  margin: 1em auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-get p.note-txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.6em auto 0;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get p.note-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-get p.note-txt {
    font-size: 18px;
  }
}
section.sec-get h4 {
  font-weight: 400;
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  section.sec-get h4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get h4 {
    font-size: 18px;
  }
}
section.sec-get ul.note-ul li {
  font-weight: 400;
  text-align: justify;
  word-break: break-all;
  font-size: 0.88em;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-get ul.note-ul li {
    font-size: 15px;
    margin-left: 1em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-get ul.note-ul li {
    font-size: 18px;
  }
}

/*======================================================================================*/
a.top-btn {
  width: 30%;
  margin: 0 auto 10%;
  text-align: center;
  font-weight: 500;
}
a.top-btn span {
  display: block;
  width: 20%;
  margin: auto;
}

/*======================================================================================*/
footer {
  padding: 10% 0 25%;
  background: #fff;
  border-top: solid 1px #111;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 60px 0 30px;
  }
}
footer .ft-logo {
  display: block;
  width: 64.8%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  footer .ft-logo {
    width: 300px;
  }
}
footer ul {
  text-align: center;
  font-weight: 300;
  margin: 7% 0;
}
@media screen and (min-width: 768px) {
  footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    margin: 35px 0 85px;
    font-size: 13px;
  }
}
footer ul li {
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  footer ul li {
    margin: 0;
  }
}
footer p {
  text-align: center;
  font-size: 0.8em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  footer p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */