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

body {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  color: #222;
  font-weight: 　500;
  font-size: 4.1vw;
  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;
  scroll-behavior: auto;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 20px;
  }
}

.zen-old-mincho-r {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-s {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-b {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

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

/********************************************************/
header div.header-inner {
  width: 90%;
  margin: 0 auto;
  padding: 2% 0 2.2%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  header div.header-inner {
    max-width: 1300px;
    padding: 20px 0 20px;
  }
}
@media screen and (min-width: 1640px) {
  header div.header-inner {
    max-width: 1300px;
    padding: 2% 0 2.2%;
  }
}
header div.header-inner h1 {
  width: 30%;
}
@media screen and (min-width: 768px) {
  header div.header-inner h1 {
    max-width: 160px;
  }
}
header div.header-inner p {
  font-size: 0.8em;
}
@media screen and (min-width: 1000px) {
  header div.header-inner p {
    font-size: 1em;
  }
}

/****トップスライド****************************************************/
div.main-slide-wrap {
  width: 89%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  div.main-slide-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  div.main-slide-wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1640px) {
  div.main-slide-wrap {
    width: 95.4%;
    max-width: 1300px;
    margin: 0 auto;
  }
}
div.main-slide-wrap h1 {
  position: absolute;
  width: 75.8%;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  div.main-slide-wrap h1 {
    width: 74.2%;
    top: 52%;
  }
}
div.main-slide-wrap div.main-slide {
  overflow: hidden;
  border-radius: 10em 0 10em 0;
}
@media screen and (min-width: 768px) {
  div.main-slide-wrap div.main-slide {
    border-radius: 15vw 0 15vw 0;
  }
}

/*******追従ナビ******************************************/
div.sec-follow-nav {
  width: 2em;
  position: fixed;
  left: 0;
  top: 10%;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  div.sec-follow-nav {
    left: 10px;
  }
}
div.sec-follow-nav p {
  font-size: 0.8em;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  div.sec-follow-nav p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  div.sec-follow-nav p {
    font-size: 16px;
  }
}
div.sec-follow-nav ul li {
  text-align: center;
  letter-spacing: -0.03em;
  position: relative;
}
div.sec-follow-nav ul li::before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
div.sec-follow-nav ul li span {
  display: inline-block;
  opacity: 0;
}
div.sec-follow-nav ul li.active::before {
  display: none;
}
div.sec-follow-nav ul li.active span {
  opacity: 1;
}

main {
  width: 100%;
  overflow-x: hidden;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  main {
    overflow-x: visible;
  }
}

/*******導入部分******************************************/
div.prologue-txt-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
  /*div.prologue-txt*/
}
div.prologue-txt-wrap::before {
  content: " ";
  display: block;
  width: 100%;
  height: 112%;
  position: absolute;
  left: 0;
  top: -12%;
  transform: translate(0, 0);
  background: url(../myimg/thought-bg_sp.png) no-repeat center top;
  background: url(../myimg/thought-bg_sp.webp) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  div.prologue-txt-wrap {
    overflow-x: visible;
    background: none;
  }
  div.prologue-txt-wrap::before {
    content: " ";
    display: block;
    width: 100%;
    height: 112%;
    position: absolute;
    left: 0;
    top: -12%;
    transform: translate(0, 0);
    background: url(../myimg/thought-bg_pc.png) no-repeat center top;
    background: url(../myimg/thought-bg_pc.webp) no-repeat center top;
  }
}
div.prologue-txt-wrap div.prologue-txt {
  position: relative;
  padding: 60% 0 75% 0;
  height: 100%;
  perspective: 100px;
}
@media screen and (min-width: 768px) {
  div.prologue-txt-wrap div.prologue-txt {
    max-width: 1360px;
    margin: 0 auto;
    padding: 100px 0 130px 0;
  }
}
@media screen and (min-width: 1000px) {
  div.prologue-txt-wrap div.prologue-txt {
    max-width: 1360px;
    margin: 0 auto;
    padding: 160px 0 260px 0;
  }
}
@media screen and (min-width: 1640px) {
  div.prologue-txt-wrap div.prologue-txt {
    max-width: 1360px;
    margin: 0 auto;
    padding: 200px 0 260px 0;
  }
}
div.prologue-txt-wrap div.prologue-txt p {
  margin-bottom: 10%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.prologue-txt-wrap div.prologue-txt p {
    line-height: 2.84em;
    margin-bottom: 46px;
  }
}
div.prologue-txt-wrap div.prologue-txt div.prologue-img01,
div.prologue-txt-wrap div.prologue-txt div.prologue-img02,
div.prologue-txt-wrap div.prologue-txt div.prologue-img03,
div.prologue-txt-wrap div.prologue-txt div.prologue-img04,
div.prologue-txt-wrap div.prologue-txt div.prologue-img05,
div.prologue-txt-wrap div.prologue-txt div.prologue-img06,
div.prologue-txt-wrap div.prologue-txt div.prologue-img07 {
  position: absolute;
}
div.prologue-txt-wrap div.prologue-txt div.prologue-img01 {
  width: 37.8%;
  left: -6%;
  top: 6%;
  display: none;
}
@media screen and (min-width: 768px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img01 {
    display: block;
    width: 20%;
    max-width: 270px;
    left: 0;
    transform: translate3d(-150px, -200px, -60px) scale(1.4);
  }
}
@media screen and (min-width: 1000px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img01 {
    max-width: 270px;
    top: 19%;
    transform: translate3d(-150px, -200px, -60px) scale(1.6);
  }
}
@media screen and (min-width: 1360px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img01 {
    top: 23%;
    left: -1%;
  }
}
div.prologue-txt-wrap div.prologue-txt div.prologue-img02 {
  width: 29.8%;
  left: 0%;
  top: 3%;
}
@media screen and (min-width: 768px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img02 {
    width: 19%;
    max-width: 214px;
    left: 80%;
    top: 11%;
    transform: translate3d(270px, -370px, -80px) scale(1.8);
  }
}
@media screen and (min-width: 1000px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img02 {
    max-width: 214px;
    left: 80%;
    top: 17%;
  }
}
@media screen and (min-width: 1360px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img02 {
    left: 76%;
    top: 26%;
  }
}
div.prologue-txt-wrap div.prologue-txt div.prologue-img03 {
  width: 30.4%;
  left: 16%;
  top: 7%;
}
@media screen and (min-width: 768px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img03 {
    max-width: 156px;
    left: 87%;
    top: 21%;
    transform: translate3d(-155px, 74px, 30px) scale(0.7);
  }
}
@media screen and (min-width: 1000px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img03 {
    max-width: 217px;
    left: 83%;
    top: 23%;
  }
}
@media screen and (min-width: 1360px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img03 {
    left: 80%;
    top: 27%;
  }
}
div.prologue-txt-wrap div.prologue-txt div.prologue-img04 {
  width: 48.8%;
  left: 52%;
  top: 5%;
}
@media screen and (min-width: 768px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img04 {
    max-width: 190px;
    left: 33%;
    top: 32%;
    transform: translate3d(-155px, 74px, 30px) scale(0.7);
  }
}
@media screen and (min-width: 1000px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img04 {
    max-width: 250px;
    left: 26%;
    top: 38%;
  }
}
div.prologue-txt-wrap div.prologue-txt div.prologue-img05 {
  width: 40%;
  left: -3%;
  bottom: 12%;
}
@media screen and (min-width: 768px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img05 {
    max-width: 164px;
    left: 72%;
    bottom: 48%;
  }
}
@media screen and (min-width: 1000px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img05 {
    max-width: 184px;
    left: 74%;
    bottom: 50%;
  }
}
@media screen and (min-width: 1360px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img05 {
    left: 79%;
    bottom: 40%;
  }
}
div.prologue-txt-wrap div.prologue-txt div.prologue-img06 {
  display: none;
  width: 44.6%;
  left: 30%;
  bottom: 6%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img06 {
    display: block;
    max-width: 178px;
    left: 4%;
    bottom: 10%;
  }
}
@media screen and (min-width: 1000px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img06 {
    max-width: 258px;
    left: 5%;
    bottom: 20%;
  }
}
@media screen and (min-width: 1280px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img06 {
    max-width: 258px;
    left: 5%;
    bottom: 24%;
  }
}
div.prologue-txt-wrap div.prologue-txt div.prologue-img07 {
  width: 64%;
  left: 40%;
  bottom: 6%;
}
@media screen and (min-width: 768px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img07 {
    max-width: 190px;
    left: 73%;
    bottom: 17%;
  }
}
@media screen and (min-width: 1000px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img07 {
    max-width: 314px;
    left: 70%;
    bottom: 19%;
  }
}
@media screen and (min-width: 1360px) {
  div.prologue-txt-wrap div.prologue-txt div.prologue-img07 {
    left: 73%;
    bottom: 22%;
  }
}

/*div.prologue-txt-wrap*/
/*******無限スライド***********************************/
div.roop-image-wrap {
  width: 100%;
  overflow-x: hidden;
}

div.slide-image-wrap {
  width: 240%;
}
@media screen and (min-width: 768px) {
  div.slide-image-wrap {
    width: 100%;
  }
}

div.swiper-wrapper {
  transition-timing-function: linear;
}

/*******無限スライド***********************************

div.slide-image-wrap{
	width: 100%;
	overflow-x: hidden!important;
}
div.slide-image{
	width: 400%;
	display: flex;
	@include mq(pc) {
		width: 330%;
	}
	div.infinite-image{
		width: 100%;
		display: flex;
		animation: infinity-slide 60s infinite linear both;
		transform: translateX(0);

		@include mq(pc) {
			animation: infinity-slide 100s infinite linear 0.5s both;

		}
	}
}

@keyframes infinity-slide {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

/****キャリカレ講座の品質****************************************************/
div.section-wrap {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background: url(../myimg/sec-bg_sp.png) repeat left top;
}
@media screen and (min-width: 768px) {
  div.section-wrap {
    background: url(../myimg/sec-bg_pc.png) repeat left top;
  }
}

/*section-wrap*/
/*ページ内ナビ*/
dl.page-nav {
  width: 81%;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 15%;
  /*dd*/
}
@media screen and (min-width: 768px) {
  dl.page-nav {
    margin-top: 100px;
    margin-bottom: 110px;
  }
}
dl.page-nav dt {
  text-align: center;
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  dl.page-nav dt {
    width: 90%;
    max-width: 568px;
    font-size: 1.34em;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
dl.page-nav dd {
  /*nav*/
}
@media screen and (min-width: 768px) {
  dl.page-nav dd {
    width: 90%;
    margin: 0 auto;
    max-width: 568px;
  }
}
dl.page-nav dd nav {
  /*ul*/
}
dl.page-nav dd nav ul {
  display: flex;
  justify-content: center;
  /*li*/
}
dl.page-nav dd nav ul li {
  width: calc((100% - 32px) / 3);
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  dl.page-nav dd nav ul li {
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
  }
}
dl.page-nav dd nav ul li:first-child {
  margin-left: 0;
}
dl.page-nav dd nav ul li:nth-child(2) a {
  border-radius: 35% 0 35% 0;
}
dl.page-nav dd nav ul li a {
  display: block;
  text-align: center;
  padding: 1.3rem 0 2rem 0;
  border: solid 1px #222;
  border-radius: 0 35% 0 35%;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.page-nav dd nav ul li a {
    padding: 2.2rem 0 2.4rem 0;
    border-radius: 0 35% 0 35%;
  }
  dl.page-nav dd nav ul li a:hover {
    color: #FFF;
    background: #333;
  }
  dl.page-nav dd nav ul li a:hover::after {
    background: #FFF;
  }
}
dl.page-nav dd nav ul li a::after {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  dl.page-nav dd nav ul li a::after {
    bottom: 18%;
  }
}
dl.page-nav dd nav ul li a span {
  display: block;
  line-height: 1em;
  text-align: center;
}
dl.page-nav dd nav ul li a span.number {
  font-size: 0.8em;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  dl.page-nav dd nav ul li a span.number {
    font-size: 1.313em;
    padding-bottom: 0.8rem;
  }
}
dl.page-nav dd nav ul li a span.page-nav-txt {
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  dl.page-nav dd nav ul li a span.page-nav-txt {
    font-size: 1.6em;
    padding-bottom: 1.8rem;
  }
}

/*dl*/
div.intro-image {
  width: 100%;
  position: relative;
  padding-top: 34%;
}
@media screen and (min-width: 768px) {
  div.intro-image {
    padding-top: 385px;
  }
}
div.intro-image.intro-image01 {
  background: url(../myimg/quality-gray-img01_sp.jpg) no-repeat center top;
  background: url(../myimg/quality-gray-img01_sp.webp) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  div.intro-image.intro-image01 {
    background: url(../myimg/quality-gray-img01_pc.jpg) no-repeat center top;
    background: url(../myimg/quality-gray-img01_pc.webp) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (min-width: 1280px) {
  div.intro-image.intro-image01 {
    background-attachment: fixed;
    background-size: cover;
  }
}
div.intro-image.intro-image02 {
  background: url(../myimg/quality-gray-img02_sp.jpg) no-repeat center top;
  background: url(../myimg/quality-gray-img02_sp.webp) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  div.intro-image.intro-image02 {
    background: url(../myimg/quality-gray-img02_pc.jpg) no-repeat center top;
    background: url(../myimg/quality-gray-img02_pc.webp) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (min-width: 1280px) {
  div.intro-image.intro-image02 {
    background-attachment: fixed;
    background-size: cover;
  }
}
div.intro-image.intro-image03 {
  background: url(../myimg/quality-gray-img03_sp.jpg) no-repeat center top;
  background: url(../myimg/quality-gray-img03_sp.webp) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  div.intro-image.intro-image03 {
    background: url(../myimg/quality-gray-img03_pc.jpg) no-repeat center top;
    background: url(../myimg/quality-gray-img03_pc.webp) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (min-width: 1280px) {
  div.intro-image.intro-image03 {
    background-attachment: fixed;
    background-size: cover;
  }
}

/*****各セクション　ここから***************************************************/
a.btn {
  display: none;
  width: 90%;
  margin: 0 auto;
  background-size: cover;
  background: #fad4c5;
  border-radius: 60px;
  box-sizing: border-box;
  padding: 5% 5% 5% 10%;
  position: relative;
}
@media screen and (min-width: 768px) {
  a.btn {
    display: block;
    width: 330px;
    background: url(../myimg/btn-bg.png) no-repeat center center #fad4c5;
    background-size: cover;
    margin: 0;
    padding: 20px 5px 20px 35px;
    transition: all 0.4s;
    filter: drop-shadow(3px 3px 3px #CCC);
  }
  a.btn:hover {
    transition: all 0.4s;
    transform: scale(1.1);
  }
  a.btn:hover span.arrow {
    animation: arrow-ani 0.6s ease-out forwards;
  }
}
a.btn span {
  display: inline-block;
  position: relative;
}
a.btn span.arrow {
  display: block;
  width: 24px;
  height: 12px;
  background: url(../myimg/btn-arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10%;
  top: 51%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  a.btn span.arrow {
    right: 20px;
  }
}

@keyframes arrow-ani {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  40% {
    opacity: 0;
    transform: translate(60%, -50%);
  }
  45% {
    opacity: 0;
    transform: translate(-60%, -50%);
  }
  55% {
    opacity: 0;
    transform: translate(-60%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
section.sec01 {
  /*div.sec01-content-wrap*/
  /*div.sec01-main-box*/
  /*div.sec01-txt-box*/
}
section.sec01 div.sec01-content-wrap {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background: url(../myimg/quality-cont01-bg02_sp.png) no-repeat left bottom 25%;
  background: url(../myimg/quality-cont01-bg02_sp.webp) no-repeat left bottom 25%;
  background-size: cover;
  padding-bottom: 100%;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-content-wrap {
    max-width: 1360px;
    margin: 0 auto;
    background: none;
    padding-bottom: 90px;
    position: relative;
  }
  section.sec01 div.sec01-content-wrap::before {
    content: " ";
    display: block;
    width: 100%;
    height: 50%;
    background: url(../myimg/quality-cont01-bg02_pc.png) no-repeat left bottom 25%;
    background: url(../myimg/quality-cont01-bg02_pc.webp) no-repeat left bottom 25%;
    background-size: contain;
    position: absolute;
    left: 0%;
    bottom: 0%;
    transform: translate(0, 0);
  }
}
section.sec01 div.sec01-content-wrap div.sec01-img01 {
  width: 48.6%;
  position: absolute;
  left: -6%;
  bottom: 9%;
  border-radius: 38px 0 38px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-content-wrap div.sec01-img01 {
    width: 21.2%;
    max-width: 290px;
    left: auto;
    right: 18.8%;
    bottom: 27%;
  }
}
section.sec01 div.sec01-content-wrap div.sec01-img02 {
  width: 62%;
  border-radius: 0 38px 0 38px;
  position: absolute;
  right: -10%;
  bottom: 6%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-content-wrap div.sec01-img02 {
    width: 27.4%;
    max-width: 374px;
    right: 0;
    bottom: 5%;
  }
}
section.sec01 div.sec01-main-box {
  margin-top: 20%;
  padding-top: 11%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-main-box {
    max-width: 1360px;
    margin: 0 auto;
    margin-top: 150px;
    padding-top: 75px;
  }
}
section.sec01 div.sec01-main-box::before {
  content: " ";
  display: block;
  width: 74%;
  padding-top: 60%;
  background: url(../myimg/quality-cont01-bg01_sp.png) no-repeat left top;
  background: url(../myimg/quality-cont01-bg01_sp.webp) no-repeat left top;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 0);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-main-box::before {
    width: 90%;
    padding-top: 60%;
    background: url(../myimg/quality-cont01-bg01_pc.png) no-repeat left top;
    background: url(../myimg/quality-cont01-bg01_pc.webp) no-repeat left top;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    z-index: -1;
  }
}
section.sec01 div.sec01-main-box p.sec-no {
  width: 16%;
  position: absolute;
  left: 8%;
  top: 0;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-main-box p.sec-no {
    width: 9.8%;
    max-width: 110px;
    left: 18%;
    top: -7%;
  }
}
section.sec01 div.sec01-main-box div.sec-main-image {
  width: 90%;
  margin: 0 auto;
  border-radius: 0 60px 0 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-main-box div.sec-main-image {
    width: 54.6%;
    max-width: 742px;
    margin: 0;
    margin-left: 18%;
  }
}
section.sec01 div.sec01-main-box h2 {
  width: 49%;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-main-box h2 {
    width: 12%;
    max-width: 130px;
    margin: 0;
    position: absolute;
    right: 10.2%;
    top: 76px;
  }
}
section.sec01 div.sec01-txt-box {
  width: 77%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-txt-box {
    margin: 0;
    margin-left: 18%;
    margin-top: 80px;
  }
}
section.sec01 div.sec01-txt-box p {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-txt-box p {
    line-height: 2.84em;
    margin-bottom: 46px;
  }
}

/*section.sec01*/
section.sec02 {
  /*div.sec01-content-wrap*/
  /*div.sec01-main-box*/
  /*div.sec01-txt-box*/
}
section.sec02 div.sec02-content-wrap {
  width: 100%;
  position: relative;
  background: url(../myimg/quality-cont02-bg02_sp.png) no-repeat left bottom 25%;
  background: url(../myimg/quality-cont02-bg02_sp.webp) no-repeat left bottom 25%;
  background-size: cover;
  padding-bottom: 125%;
  /*div.sec02-img02*/
  /*div.sec02-img03*/
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-content-wrap {
    max-width: 1360px;
    margin: 0 auto;
    background: none;
    padding-top: 150px;
    padding-bottom: 80px;
  }
  section.sec02 div.sec02-content-wrap::before {
    content: " ";
    display: block;
    width: 100%;
    height: 50%;
    background: url(../myimg/quality-cont02-bg02_pc.png) no-repeat right bottom;
    background: url(../myimg/quality-cont02-bg02_pc.webp) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    right: -15%;
    bottom: -11%;
    transform: translate(0, 0);
  }
}
section.sec02 div.sec02-content-wrap div.sec02-img01 {
  width: 58.6%;
  position: absolute;
  right: -5%;
  bottom: 11.4%;
  border-radius: 38px 0 38px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-content-wrap div.sec02-img01 {
    width: 21.2%;
    max-width: 124px;
    left: auto;
    right: 3%;
    bottom: 44%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec02 div.sec02-content-wrap div.sec02-img01 {
    width: 21.2%;
    max-width: 303px;
    left: auto;
    right: 3%;
    bottom: 35%;
  }
}
section.sec02 div.sec02-content-wrap div.sec02-img02 {
  width: 38.6%;
  border-radius: 0 38px 0 38px;
  position: absolute;
  right: 5%;
  bottom: 6%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-content-wrap div.sec02-img02 {
    width: 22.8%;
    max-width: 160px;
    right: -2%;
    bottom: 23%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec02 div.sec02-content-wrap div.sec02-img02 {
    width: 22.8%;
    max-width: 311px;
    right: -5%;
    bottom: 26%;
  }
}
section.sec02 div.sec02-content-wrap div.sec02-img03 {
  width: 53.3%;
  border-radius: 0 38px 0 38px;
  position: absolute;
  left: -14%;
  bottom: 8%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-content-wrap div.sec02-img03 {
    width: 27.4%;
    max-width: 373px;
    left: 0;
    bottom: 12%;
  }
}
section.sec02 div.sec02-main-box {
  margin-top: 20%;
  padding-top: 11%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-main-box {
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 75px;
  }
}
section.sec02 div.sec02-main-box::before {
  content: " ";
  display: block;
  width: 74%;
  padding-top: 60%;
  background: url(../myimg/quality-cont02-bg01_sp.png) no-repeat left top;
  background: url(../myimg/quality-cont02-bg01_sp.webp) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-main-box::before {
    width: 72%;
    padding-top: 60%;
    background: url(../myimg/quality-cont02-bg01_pc.png) no-repeat left top;
    background: url(../myimg/quality-cont02-bg01_pc.webp) no-repeat left top;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    z-index: -1;
  }
}
section.sec02 div.sec02-main-box p.sec-no {
  width: 16%;
  position: absolute;
  right: 8%;
  top: 0;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-main-box p.sec-no {
    width: 9.8%;
    max-width: 110px;
    left: 80.2%;
    top: -5%;
  }
}
section.sec02 div.sec02-main-box div.sec-main-image {
  width: 90%;
  margin: 0 auto;
  border-radius: 60px 0 60px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-main-box div.sec-main-image {
    width: 54.6%;
    max-width: 742px;
    margin: 0;
    margin-left: 35.8%;
  }
}
section.sec02 div.sec02-main-box h2 {
  width: 45.2%;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-main-box h2 {
    width: 11%;
    max-width: 150px;
    margin: 0;
    position: absolute;
    left: 18.6%;
    top: 80px;
  }
}
section.sec02 div.sec02-txt-box {
  width: 77%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-txt-box {
    width: 485px;
    margin: 0;
    margin-left: 36%;
    margin-top: 80px;
  }
}
section.sec02 div.sec02-txt-box p {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-txt-box p {
    line-height: 2.84em;
    margin-bottom: 46px;
  }
}

/*section.sec02*/
section.sec03 {
  position: relative;
  z-index: 1;
  /*div.sec03-content-wrap*/
  /*div.sec03-main-box*/
  /*div.sec03-txt-box*/
}
section.sec03 div.sec03-content-wrap {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background: url(../myimg/quality-cont03-bg02_sp.png) no-repeat left bottom 50%;
  background: url(../myimg/quality-cont03-bg02_sp.webp) no-repeat left bottom 50%;
  background-size: cover;
  padding-bottom: 140%;
}
@media screen and (min-width: 768px) {
  section.sec03 div.sec03-content-wrap {
    max-width: 1360px;
    margin: 0 auto;
    background: none;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    overflow-x: visible;
  }
  section.sec03 div.sec03-content-wrap::before {
    content: " ";
    display: block;
    width: 100%;
    height: 50%;
    background: url(../myimg/quality-cont03-bg02_pc.png) no-repeat left bottom 25%;
    background: url(../myimg/quality-cont03-bg02_pc.webp) no-repeat left bottom 25%;
    background-size: contain;
    position: absolute;
    left: -12%;
    bottom: 0%;
    transform: translate(0, 0);
  }
}
section.sec03 div.sec03-content-wrap div.sec03-img01 {
  width: 65.4%;
  position: absolute;
  right: 0;
  bottom: 19%;
  border-radius: 38px 0 38px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec03 div.sec03-content-wrap div.sec03-img01 {
    width: 24.2%;
    max-width: 330px;
    left: auto;
    right: 0;
    bottom: 33%;
  }
}
section.sec03 div.sec03-content-wrap div.sec03-img02 {
  width: 77.8%;
  border-radius: 0 38px 0 38px;
  position: absolute;
  left: -3%;
  bottom: 3%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec03 div.sec03-content-wrap div.sec03-img02 {
    width: 27.4%;
    max-width: 374px;
    left: auto;
    right: 13.8%;
    bottom: 12%;
  }
}
section.sec03 div.sec03-main-box {
  margin-top: 20%;
  padding-top: 11%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec03 div.sec03-main-box {
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 75px;
  }
}
section.sec03 div.sec03-main-box::before {
  content: " ";
  display: block;
  width: 74%;
  padding-top: 60%;
  background: url(../myimg/quality-cont03-bg01_sp.png) no-repeat left top;
  background: url(../myimg/quality-cont03-bg01_sp.webp) no-repeat left top;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 0);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec03 div.sec03-main-box::before {
    width: 90%;
    padding-top: 60%;
    background: url(../myimg/quality-cont03-bg01_pc.png) no-repeat left top;
    background: url(../myimg/quality-cont03-bg01_pc.webp) no-repeat left top;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    z-index: -1;
  }
}
section.sec03 div.sec03-main-box p.sec-no {
  width: 16%;
  position: absolute;
  left: 8%;
  top: 0;
}
@media screen and (min-width: 768px) {
  section.sec03 div.sec03-main-box p.sec-no {
    width: 9.8%;
    max-width: 110px;
    left: 18%;
    top: -7%;
  }
}
section.sec03 div.sec03-main-box div.sec-main-image {
  width: 90%;
  margin: 0 auto;
  border-radius: 0 60px 0 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec03 div.sec03-main-box div.sec-main-image {
    width: 54.6%;
    max-width: 742px;
    margin: 0;
    margin-left: 18%;
  }
}
section.sec03 div.sec03-main-box h2 {
  width: 34.2%;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  section.sec03 div.sec03-main-box h2 {
    width: 13%;
    max-width: 165px;
    margin: 0;
    position: absolute;
    right: 9%;
    top: 76px;
  }
}
section.sec03 div.sec03-txt-box {
  width: 77%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec03 div.sec03-txt-box {
    margin: 0;
    margin-left: 18%;
    margin-top: 80px;
  }
}
section.sec03 div.sec03-txt-box p {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec03 div.sec03-txt-box p {
    line-height: 2.84em;
    margin-bottom: 46px;
  }
}

/*section.sec03*/
div.note-btn {
  width: 86%;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 6%;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  div.note-btn {
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
div.note-btn a {
  display: block;
  max-width: 580px;
  position: relative;
}
div.note-btn a::after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../myimg/note-btn-arrow-bg.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  div.note-btn a {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.note-btn a {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  div.note-btn a:hover {
    opacity: 1;
    transform: scale(1.1);
  }
  div.note-btn a:hover img {
    opacity: 0.8;
    transition: all 0.4s;
  }
  div.note-btn a:hover span.arrow {
    animation: arrow-ani 0.6s ease-out forwards;
  }
}
div.note-btn a span {
  display: inline-block;
  position: relative;
}
div.note-btn a span.arrow {
  display: block;
  width: 16px;
  height: 8px;
  background: url(../myimg/btn-arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 8%;
  top: 51%;
  transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.note-btn a span.arrow {
    right: 7.3%;
  }
}

div.sp-fix-btn {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  div.sp-fix-btn {
    display: none !important;
  }
}
div.sp-fix-btn a {
  display: block;
  background: #fad4c5;
  /*		background: url(../myimg/btn-bg.png) no-repeat center center #FFF;*/
  background-size: cover;
  box-sizing: border-box;
  padding: 5% 5% 5% 10%;
  position: relative;
}
div.sp-fix-btn a span {
  display: inline-block;
  position: relative;
  font-size: 1.2em;
}
div.sp-fix-btn a span.arrow {
  display: block;
  width: 24px;
  height: 12px;
  background: url(../myimg/btn-arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10%;
  top: 51%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  div.sp-fix-btn a span.arrow {
    right: 25px;
  }
}

main {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

/********************************************************/
footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
  /*div.ft-cont{*/
}
footer::before {
  content: " ";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../myimg/footer-bg_sp.jpg) repeat-x left top;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  footer::before {
    background: url(../myimg/footer-bg_pc.jpg) repeat-x left top;
    background-size: contain;
  }
}
footer div.ft-wrap {
  padding: 14% 0 25% 0;
  background: #333333;
}
@media screen and (min-width: 768px) {
  footer div.ft-wrap {
    padding: 115px 0;
  }
}
footer div.ft-cont {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer div.ft-cont {
    max-width: 880px;
  }
}
footer div.ft-cont p {
  width: 216px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer div.ft-cont p {
    margin: 0;
  }
}
footer div.ft-cont ul {
  width: 216px;
  margin: 0 auto;
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  footer div.ft-cont ul {
    width: 260px;
    margin: 0;
    margin-top: 40px;
  }
}
footer div.ft-cont ul li {
  margin-bottom: 10px;
}
footer div.ft-cont ul li a {
  color: #FFF;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer div.ft-cont ul li a {
    padding-left: 30px;
  }
  footer div.ft-cont ul li a::before {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
footer div.ft-cont ul li a span.arrow {
  display: block;
  width: 20px;
  height: 12px;
  background: url(../myimg/ft-arrow.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
footer p.copy {
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: center;
  margin-top: 12%;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  footer p.copy {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1000px) {
  footer p.copy {
    max-width: 880px;
    margin: 0 auto;
    text-align: left;
    margin-top: 0;
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */