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

body {
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 3.8vw;
  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;
  padding-bottom: 5%;
}
@media screen and (min-width: 560px) {
  body {
    font-size: 16px;
  }
}

body.fixed {
  position: fixed;
}

.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;
  }
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

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

a:hover {
  opacity: 0.6;
}
a:hover img {
  transition: all 0.6s;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  a.tel-link {
    pointer-events: none;
  }
}

span.sup {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

span.inline-block {
  display: inline-block;
}

span.c-right {
  /*vertical-align: sub;
  position: relative;
     bottom: -0.2em;*/
  font-size: 1.4em;
  vertical-align: -0.4em;
}
@media screen and (min-width: 768px) {
  span.c-right {
    font-size: 1.3em;
  }
}

/********************************/
div.fix-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  div.fix-btn {
    width: 178px;
    right: 5%;
    bottom: 5%;
  }
}

.all-wrap {
  padding-bottom: 12%;
}
@media screen and (min-width: 768px) {
  .all-wrap {
    padding-bottom: 0;
  }
}

header {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  /*
  &::before{
  	content: " ";
  	display: block;
  	width: 100%;
  	height: 30px;
  	background:url(../img/top/head-bg.png) repeat-x left bottom;
  	background-size: contain;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	transform: translate( 0 , 2px);
  	animation: bgroop 80s linear infinite;
  	@include mq(pc){
  		height: 60px;
  	}
  }
  */
}
@media screen and (min-width: 768px) {
  header {
    padding: 40px 0 40px;
  }
}
header p {
  width: 60.8%;
  margin: 0 auto;
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
body {
  max-width: 100%;
}

main {
  width: 100%;
  background: #a1d9f6;
  padding-top: 4%;
  position: relative;
  overflow-x: hidden;
}
main::before {
  content: " ";
  display: block;
  width: 100%;
  height: 30px;
  background: url(../img/top/head-bg.png) repeat-x left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0px);
  animation: bgroop 80s linear infinite;
}
@media screen and (min-width: 768px) {
  main::before {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 60px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1390px) {
  main {
    overflow: visible;
  }
}

section {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section {
    overflow: visible;
  }
}

div.main-image-wrap {
  position: relative;
  padding-bottom: 42%;
}
@media screen and (min-width: 768px) {
  div.main-image-wrap {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 80px;
  }
}
div.main-image-wrap span.koujou-img {
  display: block;
  width: 69%;
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  div.main-image-wrap span.koujou-img {
    width: 44.4%;
    bottom: 8%;
  }
}
div.main-image-wrap h1 {
  width: 88%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  div.main-image-wrap h1 {
    width: 72%;
    max-width: 825px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -8%);
  }
}
div.main-image-wrap h2 {
  width: 16%;
  position: absolute;
  left: 3.4%;
  top: 32%;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  div.main-image-wrap h2 {
    width: 9%;
    max-width: 116px;
    left: 4%;
    top: 0%;
  }
}
div.main-image-wrap p {
  width: 90%;
  position: absolute;
  right: 5%;
  bottom: 0%;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  div.main-image-wrap p {
    width: 26%;
    right: 3%;
    bottom: 40%;
    transform: translate(0, 0);
  }
}
div.main-image-wrap div.illust01 {
  width: 47.8%;
  position: absolute;
  left: 1%;
  bottom: 17%;
}
@media screen and (min-width: 768px) {
  div.main-image-wrap div.illust01 {
    width: 32%;
    max-width: 332px;
    bottom: 1%;
    left: -2%;
  }
}
@media screen and (min-width: 1280px) {
  div.main-image-wrap div.illust01 {
    bottom: 5%;
  }
}
div.main-image-wrap div.illust02 {
  width: 44.5%;
  position: absolute;
  right: 2%;
  bottom: 17%;
}
@media screen and (min-width: 768px) {
  div.main-image-wrap div.illust02 {
    width: 31%;
    max-width: 325px;
    right: -3%;
    bottom: 1%;
  }
}
@media screen and (min-width: 1280px) {
  div.main-image-wrap div.illust02 {
    bottom: 5%;
  }
}
div.main-image-wrap div.illust03 {
  width: 16%;
  position: absolute;
  right: 2%;
  top: -4%;
}
@media screen and (min-width: 768px) {
  div.main-image-wrap div.illust03 {
    width: 31%;
    max-width: 142px;
    right: -3%;
    top: -8%;
  }
}

/*div.main-image-wrap*/
/**/
div.photo-wrap {
  position: relative;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  div.photo-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
  }
}
div.photo-wrap div.photo01 {
  width: 52%;
  position: absolute;
  right: 5%;
  top: 5%;
}
@media screen and (min-width: 768px) {
  div.photo-wrap div.photo01 {
    width: 40%;
    right: 12%;
    top: 3%;
  }
}
div.photo-wrap div.photo02 {
  width: 50%;
  position: absolute;
  left: 4%;
  top: 48%;
}
@media screen and (min-width: 768px) {
  div.photo-wrap div.photo02 {
    width: 38.6%;
    left: 14%;
    top: 30%;
  }
}

/*photo-wrap*/
/**/
section.sec01 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  section.sec01 {
    overflow: visible;
  }
}
@media screen and (min-width: 1280px) {
  section.sec01 {
    max-width: 1500px;
    margin: 0 auto;
  }
}
section.sec01 div.sec01-cont-wrap {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-cont-wrap {
    width: 100%;
  }
}
section.sec01 div.sec01-cont-wrap span.bg-circle {
  display: block;
  position: absolute;
  z-index: -1;
}
section.sec01 div.sec01-cont-wrap span.bg-circle01 {
  width: 18%;
  right: -2%;
  top: 0;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-cont-wrap span.bg-circle01 {
    width: 108px;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.sec01 div.sec01-cont-wrap span.bg-circle01 {
    right: 8%;
    top: 20%;
  }
}
section.sec01 div.sec01-cont-wrap span.bg-circle02 {
  width: 57%;
  right: 0%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-cont-wrap span.bg-circle02 {
    max-width: 292px;
  }
}
section.sec01 div.sec01-cont-wrap span.bg-circle03 {
  width: 20%;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-cont-wrap span.bg-circle03 {
    max-width: 368px;
  }
}
section.sec01 div.sec01-cont-wrap span.sec01-img {
  display: block;
  position: absolute;
  width: 33.6%;
  right: 0;
  bottom: 4%;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-cont-wrap span.sec01-img {
    width: 24%;
  }
}
section.sec01 div.sec01-cont-wrap div.sec01-bg01 {
  width: 157%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-cont-wrap div.sec01-bg01 {
    width: 100%;
    max-width: 936px;
  }
}
section.sec01 div.sec01-cont-wrap div.sec01-cont-box {
  padding-top: 28%;
  padding-bottom: 50%;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box {
    width: 98%;
    max-width: 940px;
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 150px;
    position: relative;
  }
}
section.sec01 div.sec01-cont-wrap div.sec01-cont-box h2.sec01-sub-title {
  width: 83.2%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box h2.sec01-sub-title {
    max-width: 548px;
  }
}
section.sec01 div.sec01-cont-wrap div.sec01-cont-box p {
  width: 84.8%;
  margin: 0 auto;
  margin-top: 5%;
  color: #FFF;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box p {
    max-width: 540px;
  }
}
section.sec01 div.sec01-cont-wrap {
  /*sec01-cont-box*/
}
section.sec01 {
  /*sec01-cont-wrap*/
} /*section.sec01*/
section.sec02 {
  width: 100%;
  overflow-x: visible;
}
@media screen and (min-width: 768px) {
  section.sec02 {
    overflow: visible;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec02 {
    margin-top: 90px;
  }
}
section.sec02 h2 {
  position: relative;
  padding-top: 12%;
}
@media screen and (min-width: 768px) {
  section.sec02 h2 {
    width: 90%;
    max-width: 760px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec02 h2 {
    padding-top: 65px;
  }
}
section.sec02 h2 span {
  display: block;
  position: absolute;
}
section.sec02 h2 span.sec02-sub-txt01 {
  width: 82.6%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.sec02 h2 span.sec02-sub-txt01 {
    max-width: 410px;
  }
}
section.sec02 h2 span.sec02-sub-txt02 {
  width: 84.2%;
  left: 50%;
  top: 25%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.sec02 h2 span.sec02-sub-txt02 {
    width: 88%;
    top: 40%;
  }
}
section.sec02 {
  /*h2*/
}
section.sec02 div.sec02-inner {
  width: 100%;
  /*		overflow-x: hidden;*/
  padding-top: 15%;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner {
    overflow: visible;
    padding-top: 65px;
  }
}
section.sec02 div.sec02-inner ul {
  width: 86%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner ul {
    max-width: 740px;
    display: flex;
    justify-content: space-between;
  }
}
section.sec02 div.sec02-inner ul li {
  position: relative;
}
section.sec02 div.sec02-inner ul li:first-child {
  margin-bottom: 22%;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner ul li {
    width: 47.2%;
  }
  section.sec02 div.sec02-inner ul li:first-child {
    margin-bottom: 0;
  }
}
section.sec02 div.sec02-inner ul li dl {
  position: relative;
  z-index: 1;
}
section.sec02 div.sec02-inner ul li dl dt {
  width: 65%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -42%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner ul li dl dt {
    width: 62%;
    left: 50%;
    transform: translate(-50%, -42%);
  }
}
section.sec02 div.sec02-inner ul li dl dd {
  position: relative;
}
section.sec02 div.sec02-inner ul li dl dd span.icon {
  display: block;
  width: 34%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(25%, -50%);
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner ul li dl dd span.icon {
    width: 49%;
    right: auto;
    left: 0;
    top: 38%;
    transform: translate(-50%, 0%);
  }
  section.sec02 div.sec02-inner ul li dl dd span.icon.icon02 {
    left: auto;
    right: 0;
    transform: translate(50%, 0%);
  }
}
section.sec02 div.sec02-inner ul li dl dd a {
  display: block;
  width: 80%;
  padding: 2% 0 3% 0;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner ul li dl dd a {
    padding: 10px 0;
  }
}
section.sec02 div.sec02-inner ul li dl dd a span {
  display: inline-block;
}
section.sec02 div.sec02-inner ul {
  /*li*/
}
section.sec02 div.sec02-inner {
  /**/
}
section.sec02 {
  /*div.sec02-inner*/
}
section.sec02 div.sec02-inner02 {
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner02 {
    margin-top: 30px;
  }
}
section.sec02 div.sec02-inner02 p {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner02 p {
    max-width: 740px;
    margin: 0 auto;
  }
}
section.sec02 div.sec02-inner02 p.caution {
  margin-top: 8%;
  font-size: 0.8em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner02 p.caution {
    max-width: 700px;
    font-size: 15px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner02 div.sec02-inner02-box {
    display: flex;
    max-width: 740px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner02 div.sec02-inner02-box p {
    width: 41.6%;
  }
}
section.sec02 div.sec02-inner02 div.sec02-inner02-box p:first-of-type {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner02 div.sec02-inner02-box p:first-of-type {
    width: 45.2%;
    margin-bottom: 0;
  }
}
section.sec02 {
  /*sec02-inner02*/
}
section.sec02 p.caution02 {
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec02 p.caution02 {
    max-width: 425px;
    margin-top: 10px;
    text-align: center;
  }
}

/*section.sec02*/
div.to-form-btn {
  width: 90%;
  margin: 0 auto;
  margin-top: 12%;
}
@media screen and (min-width: 768px) {
  div.to-form-btn {
    max-width: 425px;
    margin-top: 60px;
  }
}
div.to-form-btn span.btn,
div.to-form-btn a.btn {
  display: block;
  position: relative;
  z-index: 0;
}
div.to-form-btn span.btn.smp-block,
div.to-form-btn a.btn.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  div.to-form-btn span.btn.smp-block,
  div.to-form-btn a.btn.smp-block {
    display: none;
  }
}
div.to-form-btn span.btn.pc-block,
div.to-form-btn a.btn.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  div.to-form-btn span.btn.pc-block,
  div.to-form-btn a.btn.pc-block {
    display: block;
  }
}
div.to-form-btn span.btn::after,
div.to-form-btn a.btn::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: #ffff00;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(3px, 5px);
  z-index: -1;
}
div.to-form-btn span.btn span,
div.to-form-btn a.btn span {
  display: block;
  font-size: 1.3em;
  color: #FFF;
  text-align: center;
  padding: 3% 0 3% 0;
  border-radius: 60px;
  background: #f4a12c;
  z-index: 1;
}
div.to-form-btn span.btn span {
  background: #aaa;
}
div.to-form-btn span.btn::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: #EEE;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(3px, 5px);
  z-index: -1;
}

/**/
section.sec03 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  background: #FFF;
  border-radius: 30px;
  box-sizing: border-box;
  margin-top: 20%;
  padding: 18% 5% 5% 5%;
  z-index: 1;
  overflow-x: visible;
}
@media screen and (min-width: 768px) {
  section.sec03 {
    background: none;
    max-width: 990px;
    padding: 60px 0 60px 90px;
    margin: 0 auto;
    margin-top: 60px;
  }
  section.sec03::before {
    content: " ";
    display: block;
    width: 110vw;
    height: 100%;
    background: #FFF;
    border-radius: 40px 0 0 40px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    z-index: -1;
  }
}
@media screen and (min-width: 1280px) {
  section.sec03 {
    margin-top: 80px;
    padding: 100px 0 100px 180px;
    background: #FFF;
  }
  section.sec03::before {
    content: " ";
    display: none;
    width: 83vw;
    height: 100%;
    background: #FFF;
    border-radius: 40px 0 0 40px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    z-index: -1;
  }
}
section.sec03 h2.sec03-title {
  width: 100%;
  font-size: 1.6em;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 1;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  section.sec03 h2.sec03-title {
    font-size: 36px;
    writing-mode: vertical-rl;
    width: 1em;
    left: 0;
    top: 60px;
  }
}
section.sec03 h2.sec03-title span.txt {
  display: inline-block;
  position: relative;
}
section.sec03 h2.sec03-title span.txt span.circle {
  display: block;
  position: absolute;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  left: 0;
  top: -0.9em;
  background: #5c7ebe;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec03 h2.sec03-title span.txt span.circle {
    width: 2.4em;
    height: 2.4em;
  }
}
section.sec03 h2.sec03-title span.txt span.circle:first-child {
  left: -1.1em;
}
@media screen and (min-width: 768px) {
  section.sec03 h2.sec03-title span.txt span.circle:first-child {
    left: -0.76em;
    top: -0.6em;
  }
}
section.sec03 h2.sec03-title span.txt span.circle:nth-child(2) {
  left: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec03 h2.sec03-title span.txt span.circle:nth-child(2) {
    left: -0.76em;
    top: 1.3em;
  }
}
section.sec03 h2.sec03-title span.txt span.circle:nth-child(3) {
  left: 2.6em;
}
@media screen and (min-width: 768px) {
  section.sec03 h2.sec03-title span.txt span.circle:nth-child(3) {
    left: -0.76em;
    top: 3.1em;
  }
}
section.sec03 h2.sec03-title span.txt span.circle:nth-child(4) {
  left: 4.4em;
}
@media screen and (min-width: 768px) {
  section.sec03 h2.sec03-title span.txt span.circle:nth-child(4) {
    left: -0.76em;
    top: 4.9em;
  }
}
section.sec03 h2.sec03-title span.txt span.circle:nth-child(5) {
  left: 6.2em;
}
@media screen and (min-width: 768px) {
  section.sec03 h2.sec03-title span.txt span.circle:nth-child(5) {
    left: -0.76em;
    top: 6.6em;
  }
}
section.sec03 p.sec03-txt01 {
  color: #004098;
}
section.sec03 p.sec03-txt01 span {
  display: block;
  font-size: 0.8em;
  color: #ff0000;
  margin-top: 1em;
  line-height: 1.6em;
}
section.sec03 ul.sec03-inner-list {
  margin-top: 12%;
}
@media screen and (min-width: 768px) {
  section.sec03 ul.sec03-inner-list {
    margin-top: 60px;
  }
}
section.sec03 ul.sec03-inner-list li {
  margin-bottom: 10%;
}
section.sec03 ul.sec03-inner-list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec03 ul.sec03-inner-list li {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  section.sec03 ul.sec03-inner-list li dl.sac03-list-inner {
    max-width: 730px;
  }
}
section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dt span {
  display: block;
  text-align: center;
  color: #FFF;
  border-radius: 30px;
  background: #003b86;
}
@media screen and (min-width: 768px) {
  section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dt span {
    display: inline-block;
    min-width: 240px;
    text-align: left;
    padding: 0 20px 0 20px;
  }
}
section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd {
  font-size: 0.9em;
  line-height: 1.8em;
  margin-top: 5%;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd {
    margin-top: 10px;
  }
}
section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd figure {
  padding-top: 3%;
}
@media screen and (min-width: 768px) {
  section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd figure {
    padding-top: 20px;
  }
}
section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd figure figcaption {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd figure figcaption {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: left;
  }
}
section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd figure span {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd figure span {
    max-width: 446px;
    margin: 0;
  }
}
section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd p.caution {
  font-size: 0.7em;
  line-height: 1.5em;
  margin-top: 3%;
}
section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd div.address-wrap p {
  letter-spacing: 0em;
}
section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd div.address-wrap p:nth-of-type(2) {
  margin-top: 5%;
  padding: 3% 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
@media screen and (min-width: 768px) {
  section.sec03 ul.sec03-inner-list li dl.sac03-list-inner dd div.address-wrap p:nth-of-type(2) {
    margin-top: 15px;
    padding: 10px 0;
  }
}
section.sec03 ul.sec03-inner-list li dl.sac03-list-inner {
  /**/
}
section.sec03 ul.sec03-inner-list {
  /*li*/
}
section.sec03 {
  /*sec03-inner-list*/
} /*sec03*/
section.sec04 {
  margin-top: 25%;
  padding-bottom: 10%;
  position: relative;
  overflow-x: visible;
}
@media screen and (min-width: 768px) {
  section.sec04 {
    width: 100%;
    margin-top: 120px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec04 {
    margin-top: 180px;
  }
}
section.sec04 span.dot-bg {
  display: block;
  position: absolute;
}
section.sec04 span.dot-bg.dot01 {
  left: 0;
  top: 35%;
  width: 38%;
}
@media screen and (min-width: 768px) {
  section.sec04 span.dot-bg.dot01 {
    width: 19%;
    top: 0;
    left: 80%;
  }
}
section.sec04 span.dot-bg.dot02 {
  width: 30%;
  right: -3%;
  bottom: 8%;
}
@media screen and (min-width: 768px) {
  section.sec04 span.dot-bg.dot02 {
    width: 21%;
    right: auto;
    bottom: auto;
    top: 13%;
  }
}
section.sec04 span.dot-bg.dot03 {
  width: 35.2%;
  right: -8%;
  top: 47%;
}
@media screen and (min-width: 768px) {
  section.sec04 span.dot-bg.dot03 {
    width: 15.2%;
    right: 8%;
    top: 34%;
  }
}
section.sec04 span.dot-bg.dot04 {
  width: 18%;
  right: 26%;
  top: 53%;
}
@media screen and (min-width: 768px) {
  section.sec04 span.dot-bg.dot04 {
    width: 10%;
    right: 0;
    top: 48%;
  }
}
section.sec04 span.dot-bg.dot05 {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec04 span.dot-bg.dot05 {
    display: block;
    width: 10%;
    right: 1%;
    top: 60%;
  }
}
section.sec04 span.dot-bg.dot06 {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec04 span.dot-bg.dot06 {
    display: block;
    width: 10%;
    left: 1%;
    top: 70%;
  }
}
section.sec04 span.dot-bg.dot07 {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec04 span.dot-bg.dot07 {
    display: block;
    width: 10%;
    left: 8%;
    top: 80%;
  }
}
section.sec04 span.dot-bg.dot08 {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec04 span.dot-bg.dot08 {
    display: block;
    width: 10%;
    right: 8%;
    top: 82%;
  }
}
section.sec04 div.sec04-cont-wrap01 {
  width: 90%;
  margin: 0 auto;
  padding: 25% 0 10% 0;
  border-radius: 25px;
  background: #d480b1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 {
    max-width: 990px;
    padding: 120px 0 100px 0;
  }
}
section.sec04 div.sec04-cont-wrap01 h2.sec04-title {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 h2.sec04-title {
    width: 62.6%;
    max-width: 620px;
  }
}
section.sec04 div.sec04-cont-wrap01 h3.flag {
  width: 50.8%;
  position: absolute;
  left: 4%;
  top: -2%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 h3.flag {
    max-width: 284px;
    left: 50%;
    top: -5%;
    transform: translate(-50%, 0);
  }
}
section.sec04 div.sec04-cont-wrap01 h3.flag::before {
  content: " ";
  display: block;
  width: 110%;
  height: 30%;
  background: #a873a7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 42%);
  z-index: 0;
}
section.sec04 div.sec04-cont-wrap01 h3.flag span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
section.sec04 div.sec04-cont-wrap01 p.sec04-icon01 {
  width: 33%;
  position: absolute;
  right: -2%;
  top: -2%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 p.sec04-icon01 {
    width: 20%;
    right: -4%;
    top: 1%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec04 div.sec04-cont-wrap01 p.sec04-icon01 {
    width: 21.4%;
    max-width: 212px;
    right: -4%;
    top: 1%;
  }
}
section.sec04 div.sec04-cont-wrap01 p.sec04-icon02 {
  width: 25.6%;
  position: absolute;
  right: 23%;
  top: -5%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 p.sec04-icon02 {
    width: 14%;
    max-width: 158px;
    right: 11%;
    top: -4%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec04 div.sec04-cont-wrap01 p.sec04-icon02 {
    width: 16%;
    max-width: 158px;
    right: 11%;
    top: -4%;
  }
}
section.sec04 div.sec04-cont-wrap01 p.sec04-txt01 {
  text-align: center;
  color: #FFF;
  margin-top: 5%;
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 p.sec04-txt01 {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec04 div.sec04-cont-wrap01 p.sec04-txt01 {
    font-size: 20px;
    line-height: 2em;
  }
}
@media screen and (min-width: 1280px) {
  section.sec04 div.sec04-cont-wrap01 p.sec04-txt01 {
    font-size: 24px;
  }
}
section.sec04 div.sec04-cont-wrap01 div.sec04-txt-box01 {
  width: 92%;
  margin: 0 auto;
  padding: 10% 0 7%;
  border-radius: 25px;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 div.sec04-txt-box01 {
    max-width: 720px;
    padding: 2px 0 30px;
  }
}
section.sec04 div.sec04-cont-wrap01 div.sec04-txt-box01 p {
  width: 85%;
  margin: 0 auto;
  margin-top: 3%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 div.sec04-txt-box01 p {
    width: 90%;
    position: static;
  }
}
section.sec04 div.sec04-cont-wrap01 div.sec04-txt-box01 p span {
  display: block;
  width: 34%;
  position: absolute;
  left: 1%;
  top: 0;
  transform: translate(0%, -100%);
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 div.sec04-txt-box01 p span {
    width: 106px;
    left: 22%;
    top: 29%;
    transform: translate(-50%, -100%);
  }
}
section.sec04 div.sec04-cont-wrap01 div.sec04-txt-box01 p.caution {
  text-align: center;
  font-size: 0.8em;
}
section.sec04 div.sec04-cont-wrap01 div.sec04-txt-box01 span.illust01 {
  display: block;
  width: 28.8%;
  position: absolute;
  right: 10%;
  top: -27%;
  transform: translate(18%, 48%);
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 div.sec04-txt-box01 span.illust01 {
    width: 20%;
    right: 0;
    bottom: auto;
    top: 0;
    transform: translate(40%, -70%);
  }
}
@media screen and (min-width: 1000px) {
  section.sec04 div.sec04-cont-wrap01 div.sec04-txt-box01 span.illust01 {
    width: 26%;
  }
}
section.sec04 div.sec04-cont-wrap01 div.sec04-list {
  width: 92%;
  margin: 0 auto;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 div.sec04-list {
    max-width: 720px;
    margin-top: 50px;
  }
}
section.sec04 div.sec04-cont-wrap01 div.sec04-list ul li {
  position: relative;
  margin-bottom: 3%;
}
section.sec04 div.sec04-cont-wrap01 div.sec04-list ul li span.add-pic {
  display: block;
  width: 28%;
  position: absolute;
  right: -2%;
  top: -8%;
  transform: translate(0%, 0%);
}
section.sec04 div.sec04-cont-wrap01 div.sec04-list ul li:last-child div {
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 div.sec04-list ul li:last-child {
    display: flex;
  }
  section.sec04 div.sec04-cont-wrap01 div.sec04-list ul li:last-child div {
    margin-bottom: 0;
  }
  section.sec04 div.sec04-cont-wrap01 div.sec04-list ul li:last-child div:first-child {
    width: 55%;
  }
  section.sec04 div.sec04-cont-wrap01 div.sec04-list ul li:last-child div:last-child {
    width: 43%;
    margin-left: 2%;
  }
}
section.sec04 div.sec04-cont-wrap01 div.sec04-list p {
  font-size: 0.8em;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 div.sec04-list p {
    font-size: 15px;
  }
}
section.sec04 div.sec04-cont-wrap01 span.illust02 {
  display: block;
  width: 32%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 78%);
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap01 span.illust02 {
    max-width: 222px;
    left: 0;
    bottom: -2%;
    transform: translate(-20%, 0);
  }
}
@media screen and (min-width: 1280px) {
  section.sec04 div.sec04-cont-wrap01 span.illust02 {
    max-width: 222px;
    left: -8%;
    bottom: -2%;
    transform: translate(-20%, 0);
  }
}
section.sec04 {
  /*div.sec04-cont-wrap01*/
}
section.sec04 div.sec04-cont-wrap02 {
  width: 90%;
  margin: 0 auto;
  margin-top: 35%;
  padding: 21% 0 10% 0;
  border-radius: 25px;
  background: #ef90a0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap02 {
    max-width: 990px;
    margin-top: 80px;
    padding: 120px 0 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  section.sec04 div.sec04-cont-wrap02 {
    margin-top: 120px;
  }
}
section.sec04 div.sec04-cont-wrap02 h2.sec04-title {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap02 h2.sec04-title {
    width: 62.6%;
    max-width: 620px;
  }
}
section.sec04 div.sec04-cont-wrap02 h3.flag {
  width: 50.8%;
  position: absolute;
  left: 5%;
  top: -7%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap02 h3.flag {
    max-width: 284px;
    left: 50%;
    top: -5%;
    transform: translate(-50%, -25%);
  }
}
section.sec04 div.sec04-cont-wrap02 h3.flag::before {
  content: " ";
  display: block;
  width: 110%;
  height: 30%;
  background: #e37e7d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 42%);
  z-index: 0;
}
section.sec04 div.sec04-cont-wrap02 h3.flag span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
section.sec04 div.sec04-cont-wrap02 p.sec04-icon01 {
  width: 28%;
  position: absolute;
  right: 5%;
  top: -6%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap02 p.sec04-icon01 {
    max-width: 175px;
    right: auto;
    left: 5%;
    top: -15%;
  }
}
section.sec04 div.sec04-cont-wrap02 span.sec04-gif-img02 {
  display: block;
  position: absolute;
  top: 13%;
  right: -2%;
  width: 20%;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap02 span.sec04-gif-img02 {
    width: 11%;
    min-width: 100px;
    top: 3%;
    right: 11%;
  }
}
section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner {
  position: relative;
  padding-top: 14%;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner {
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    padding-top: 0;
  }
}
section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner figure {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner figure {
    width: 47%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner div.sec04-cont02-inner-box {
    width: 56%;
  }
}
section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner div.sec04-cont02-inner-box h2.sec04-title02 {
  width: 73.2%;
  position: absolute;
  left: 5%;
  top: 0;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner div.sec04-cont02-inner-box h2.sec04-title02 {
    width: 56%;
    left: auto;
    right: 0%;
    top: 2%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner div.sec04-cont02-inner-box h2.sec04-title02 {
    max-width: 464px;
    top: 12%;
  }
}
section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner div.sec04-cont02-inner-box p {
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  text-align: justify;
  color: #111;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner div.sec04-cont02-inner-box p {
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec04 div.sec04-cont-wrap02 div.sec04-cont02-inner div.sec04-cont02-inner-box p {
    width: 100%;
    margin-top: 120px;
  }
}
section.sec04 {
  /*div.sec04-cont-wrap02*/
}
section.sec04 p.sec04-btn-coution {
  text-align: center;
  font-size: 0.8em;
  margin-top: 1%;
}

p.sec04-btn-coution {
  text-align: center;
  font-size: 0.8em;
  margin-top: 1%;
}

footer {
  margin-top: 15%;
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 120px;
    padding-bottom: 0;
  }
}
footer dl {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
footer dl dt {
  text-align: center;
}
footer dl dd {
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  footer dl dd {
    margin-top: 20px;
  }
}
footer dl.caution01 dt {
  background: #333;
  color: #FFF;
}
footer dl.caution01 dd {
  text-align: justify;
}
footer dl.caution01 dd dl.privacy {
  width: 100%;
  border: solid 1px #333;
  box-sizing: border-box;
  padding: 3%;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  footer dl.caution01 dd dl.privacy {
    margin-top: 30px;
    padding: 25px;
  }
}
footer dl.caution01 dd dl.privacy dt {
  text-align: left;
  background: none;
  color: #333;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  footer dl.caution01 dd dl.privacy dd {
    margin: 0;
    padding: 0;
  }
}
footer dl.caution02 {
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  footer dl.caution02 {
    margin-top: 50px;
  }
}
footer dl.caution02 dt {
  background: #003b86;
  margin-bottom: 20px;
  color: #FFF;
  padding: 0.5em 0 0.6em;
  line-height: 1.4em;
}
footer dl.caution02 dd {
  margin-top: 0;
}
footer {
  /*dl*/
}

p.recycling-txt {
  margin-top: 15%;
  text-align: center;
}
p.recycling-txt span {
  display: inline-block;
}
p.recycling-txt span.recycling-inner-txt01 {
  font-weight: 600;
  padding-left: 2em;
  position: relative;
}
p.recycling-txt span.recycling-inner-txt01::before {
  content: " ";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url(../img/ft-recycling-icon.png) no-repeat center center;
  background: url(../img/ft-recycling-icon.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
}
p.recycling-txt span.recycling-inner-txt02 {
  letter-spacing: -0.02em;
  margin-bottom: 5%;
}

p.caution-txt-l {
  text-align: center;
  font-size: 0.8em;
  padding-bottom: 2%;
}
@media screen and (min-width: 768px) {
  p.caution-txt-l {
    font-size: 11px;
  }
}

p.ft-logo {
  width: 122px;
  margin: 0 auto;
}

div.qr-wrap {
  background: #a1d9f6;
  padding-top: 15px;
}
div.qr-wrap div.qr-box {
  padding-bottom: 5%;
}
div.qr-wrap div.qr-box div.img {
  max-width: 1280px;
  margin: 0 auto;
}
div.qr-wrap div.qr-box p.txt01 {
  font-size: 1.4em;
  text-align: center;
  margin: 3% 0;
}
div.qr-wrap div.qr-box div.qr-img img {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
div.qr-wrap div.qr-box div.qr-img span {
  display: block;
  text-align: center;
}
div.qr-wrap div.qr-box a {
  display: block;
  width: 60%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 5%;
}/*# sourceMappingURL=top.css.map */