@charset "UTF-8";
/* バルーン電報 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600&family=Roboto:wght@300;400;500&display=swap");
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.furoshiki {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  width: 100%;
}

.furoshiki * {
  bottom: auto;
  color: #3a1901;
  font-family: 'Roboto', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  height: auto;
  left: auto;
  margin: 0;
  padding: 0;
  position: static;
  right: auto;
  top: auto;
  width: auto;
}

.furoshiki h2 {
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 300;
  font-weight: 600;
  line-height: 1.45833;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .furoshiki h2 {
    font-size: 34px;
    line-height: 1.44118;
    margin-bottom: 60px;
  }
}

.furoshiki p {
  color: #333;
  font-size: 13px;
  line-height: 1.92308;
}

@media screen and (min-width: 768px) {
  .furoshiki p {
    font-size: 18px;
    line-height: 1.94444;
  }
}

.furoshiki h2 + p {
  display: block;
  line-height: 1.92308;
  text-align: left;
  top: auto;
}

@media screen and (min-width: 768px) {
  .furoshiki h2 + p {
    font-size: 18px;
    line-height: 1.94444;
  }
}

.furoshiki a {
  cursor: pointer;
}

/*フェードインアニメーション*/
.furoshiki .fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* About */
.About {
  background-color: #faecc9;
  position: relative;
}

.About:before {
  background-image: url("../images01/bg_wave6_sp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.About:after {
  background-image: url("../images01/about_logo.png");
  background-position: center left -10vw;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 150px;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 2;
}

.About .About__inner {
  padding: 70px 30px 10px;
  position: relative;
  z-index: 3;
}

.About .About__image {
  margin: 0 auto;
  width: 38.66vw;
}

.About .About__content {
  margin-bottom: 10px;
  padding: 50px 40px;
  position: relative;
}

.About .About__content:before, .About .About__content:after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 120px;
  pointer-events: none;
  position: absolute;
  width: 65px;
  z-index: 1;
}

.About .About__content:before {
  background-image: url("../images01/about_line1.svg");
  left: -15px;
  top: 0;
}

.About .About__content:after {
  background-image: url("../images01/about_line2.svg");
  bottom: 0;
  right: -15px;
}

.About .About__text {
  font-size: 13px;
  line-height: 1.92308;
  text-align: justify;
}

.About .About__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.About .About__btn a:after {
  background-image: url("../images01/flow_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 14px;
  margin: 0 0 0 15px;
  width: 14px;
}

.About .About__btn span {
  font-size: 13px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .About:before {
    background-image: url("../images01/bg_wave6_pc.png");
    background-position: center top -2px;
  }
  .About:after {
    background-position: center;
    background-size: contain;
    height: 200px;
    left: calc(50% - (785px / 2));
    width: 785px;
  }
  .About .About__image {
    width: 280px;
  }
  .About .About__content {
    margin: 0 auto 30px;
    max-width: 810px;
    padding: 80px 100px;
  }
  .About .About__content:before, .About .About__content:after {
    content: '';
    display: block;
    height: 160px;
    width: 90px;
  }
  .About .About__content:before {
    left: 0;
  }
  .About .About__content:after {
    right: 0;
  }
  .About .About__text {
    font-size: 18px;
    line-height: 1.94444;
  }
  .About .About__btn {
    margin: 0 auto;
    width: 440px;
  }
  .About .About__btn a {
    height: 64px;
  }
  .About .About__btn a:after {
    height: 18px;
    width: 18px;
  }
  .About .About__btn span {
    font-size: 18px;
  }
}

/* Area */
.Area {
  position: relative;
}

.Area:before {
  background-image: url("../images01/bg_wave7_sp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Area .Area__inner {
  padding: 80px 30px 30px;
  position: relative;
  z-index: 2;
}

.Area .Area__title {
  background-color: #e9d194;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
  padding: 12px 0;
  text-align: center;
}

.Area .Area__image {
  margin-bottom: 20px;
}

.Area .Area__wards {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e9d194;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 25px 20px;
}

.Area .Area__wards ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.Area .Area__wards li {
  color: #333;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 5px;
}

.Area .Area__wards li:last-child {
  margin-bottom: 0;
}

.Area .Area__text {
  font-size: 11px;
  line-height: 1.81818;
}

@media screen and (min-width: 768px) {
  .Area:before {
    background-image: url("../images01/bg_wave7_pc.png");
  }
  .Area .Area__inner {
    margin: 0 auto;
    max-width: 900px;
    padding: 100px 50px 50px;
  }
  .Area .Area__title {
    font-size: 22px;
    padding: 17px 0;
  }
  .Area .Area__image {
    margin-bottom: 40px;
  }
  .Area .Area__wards {
    margin: 0 auto 40px;
    width: 440px;
  }
  .Area .Area__wards li {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
  }
  .Area .Area__text {
    font-size: 15px;
    margin: 0 auto 40px;
    text-align: justify;
    width: 440px;
  }
}

/* Date */
.Date {
  position: relative;
}

.Date .Date__inner {
  padding: 20px 30px;
  position: relative;
  z-index: 2;
}

.Date .Date__inner:before {
  background-color: #e9d194;
  border-radius: 5px;
  content: '';
  display: block;
  height: 5px;
  margin: 0 auto 40px;
  width: 40px;
}

.Date .Date__title {
  background-color: #e9d194;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding: 14px 0;
  text-align: center;
}

.Date .Date__text {
  font-size: 13px;
  line-height: 1.92308;
  margin-bottom: 30px;
}

.Date .Date__content {
  border: 1px solid #e9d194;
  margin-bottom: 20px;
  padding: 25px 20px;
}

.Date .Date__content p {
  color: #333;
  font-size: 13px;
}

.Date .Date__content ul {
  margin-left: 10px;
}

.Date .Date__content li {
  color: #333;
  font-size: 13px;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.Date .Date__content li:before {
  content: '\30FB';
  display: inline-block;
  width: 0.5em;
}

@media screen and (min-width: 768px) {
  .Date .Date__inner {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 50px 50px;
  }
  .Date .Date__inner:before {
    height: 7px;
    width: 56px;
  }
  .Date .Date__title {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 17px 0;
  }
  .Date .Date__text {
    font-size: 18px;
    line-height: 1.94444;
    margin-bottom: 50px;
    text-align: left;
  }
  .Date .Date__content {
    margin: 0 auto 40px;
    padding: 25px 30px;
    width: 400px;
  }
  .Date .Date__content p {
    font-size: 18px;
    text-align: left;
  }
  .Date .Date__content li {
    font-size: 18px;
    text-align: left;
  }
}

/* Flow */
.Flow {
  background-color: #f5e3e1;
  margin-top: -15vw;
  padding-top: 15vw;
  position: relative;
}

.Flow:before {
  background-image: url("../images01/bg_wave3_sp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Flow .Flow__inner {
  padding: 60px 30px 0px;
  position: relative;
  z-index: 2;
}

.Flow .Flow__listWrapper {
  margin: 0 -30px;
  overflow-x: scroll;
  padding: 0 30px 30px;
}

.Flow .Flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
}

.Flow .Flow__item {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 35px;
  position: relative;
  width: 200px;
}

.Flow .Flow__item:after {
  background-image: url("../images01/flow_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 27px;
  position: absolute;
  right: -23px;
  top: calc(50% - 13px);
  width: 14px;
}

.Flow .Flow__item:last-child:after {
  content: none;
}

.Flow .Flow__item dt {
  border-bottom: 2px solid #f5e3e1;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  padding: 14px 0 18px;
  text-align: center;
}

.Flow .Flow__item dt span {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  font-weight: 300;
}

.Flow .Flow__item dd {
  font-size: 13px;
  line-height: 1.92308;
  padding: 25px 20px;
}

@media screen and (min-width: 768px) {
  .Flow {
    margin-top: -60px;
    padding-top: 200px;
  }
  .Flow:before {
    background-image: url("../images01/bg_wave3_pc.png");
  }
  .Flow .Flow__inner {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 0 40px 0;
  }
  .Flow .Flow__listWrapper {
    margin: 0 auto;
    max-width: 1370px;
    padding: 0 50px;
  }
  .Flow .Flow__list {
    width: 100%;
  }
  .Flow .Flow__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 280px;
    flex: 0 1 280px;
    margin-right: 50px;
    max-width: 280px;
  }
  .Flow .Flow__item:last-child {
    margin-right: 0;
  }
  .Flow .Flow__item dt {
    font-size: 18px;
    padding: 19px 0 23px;
  }
  .Flow .Flow__item dt span {
    font-size: 36px;
  }
  .Flow .Flow__item dd {
    font-size: 18px;
    line-height: 1.94444;
    padding: 35px;
    text-align: left;
  }
}

/* Lead */
.Lead {
  position: relative;
}

.Lead:before {
  background-image: url("../images01/bg_wave2_sp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Lead .Lead__inner {
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.Lead .Lead__text {
  font-size: 13px;
  line-height: 1.92308;
  margin-bottom: 45px;
  padding: 0 10px;
}

.Lead .Lead__logo {
  margin-bottom: 40px;
}

.Lead .Lead__list li {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.Lead .Lead__list li:before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 35px;
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 105px;
  z-index: 2;
}

.Lead .Lead__list li:nth-child(1):before {
  background-image: url("../images01/point_tag1.png");
}

.Lead .Lead__list li:nth-child(2):before {
  background-image: url("../images01/point_tag2.png");
}

.Lead .Lead__list a {
  display: block;
}

.Lead .Lead__list img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .Lead:before {
    background-image: url("../images01/bg_wave2_pc.png");
	background-size: cover;
  }
  .Lead .Lead__inner {
    margin: 0 auto;
    max-width: 1030px;
    padding: 0 30px;
  }
  .Lead .Lead__text {
    font-size: 18px;
    line-height: 1.94444;
    margin-bottom: 100px;
    padding: 0;
  }
  .Lead .Lead__logo {
    margin: 0 auto 50px;
    max-width: 450px;
  }
  .Lead .Lead__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Lead .Lead__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 440px;
    flex: 1 1 440px;
    margin: 0 20px;
    max-width: 440px;
  }
  .Lead .Lead__list li:before {
    content: '';
    display: block;
    height: 49px;
    left: -15px;
    top: -15px;
    width: 147px;
  }
  .Lead .Lead__list a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .Lead .Lead__list a:hover {
    opacity: 0.7;
  }
  .Lead .Lead__list img {
    display: block;
    width: 100%;
  }
}

/* Main */
.Main {
  position: relative;
}

.Main:before {
  background-image: url("../images01/bg_wave1_sp.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.Main .Main__mv {
  padding-bottom: 20vw;
  position: relative;
  z-index: 1;
}

.Main .Main__mv picture, .Main .Main__mv img {
  display: block;
  width: 100%;
}

.Main .Main__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 45px;
  position: absolute;
  width: calc(100% - 60px - 30px);
  z-index: 4;
}

.Main .Main__date:before {
  border-color: transparent #000000 transparent transparent;
  border-style: solid;
  border-width: 17.5px 15px 17.5px 0;
  content: '';
  display: block;
  height: 0;
  left: -15px;
  position: absolute;
  top: 0;
  width: 0;
}

.Main .Main__date:after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 17.5px 0 17.5px 15px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -15px;
  top: 0;
  width: 0;
}

.Main .Main__date p {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 300;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

.Main .Main__date p strong {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 21px;
  font-weight: 300;
  font-weight: normal;
  line-height: 1;
  vertical-align: text-top;
}

.Main .Main__catch {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.Main .Main__catch img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .Main:before {
    background-image: url("../images01/bg_wave1_pc.png");
  }
  .Main .Main__mv {
    height: 700px;
  }
  .Main .Main__mv picture, .Main .Main__mv img {
    height: 700px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
  }
  .Main .Main__date {
    bottom: 80px;
    height: 70px;
    left: calc(50% - 315px);
    width: 630px;
  }
  .Main .Main__date:before {
    border-width: 35px 30px 35px 0;
    left: -30px;
  }
  .Main .Main__date:after {
    border-width: 35px 0 35px 30px;
    right: -30px;
  }
  .Main .Main__date p {
    font-size: 32px;
  }
  .Main .Main__date p strong {
    font-size: 42px;
  }
  .Main .Main__catch {
    bottom: auto;
    left: 50%;
    margin: 0 auto;
    max-width: 1582px;
    top: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  .Main .Main__catch picture, .Main .Main__catch img {
    display: block;
    height: auto;
    max-width: 566px;
    width: 100%;
  }
  .Main .Main__catchInner {
    margin-left: 30px;
    width: 37.733%;
  }
}

/* Product */
.Product {
  padding-top: 40px;
  position: relative;
}

.Product:before {
  background-image: url("../images01/bg_wave4_sp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Product .Product__inner {
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.Product .Product__text {
  font-size: 13px;
  line-height: 1.92308;
  margin-bottom: 30px;
}

.Product .Product__item {
  margin-bottom: 35px;
  overflow: visible;
  position: relative;
}

.Product .Product__item:after {
  border-color: #e9d194 transparent transparent transparent;
  border-style: solid;
  border-width: 33px 33px 0 0;
  content: '';
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 0;
}

.Product .Product__item img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .Product:before {
    background-image: url("../images01/bg_wave4_pc.png");
  }
  .Product .Product__inner {
    padding-top: 100px;
  }
  .Product .Product__text {
    font-size: 18px;
    line-height: 1.94444;
    margin-bottom: 70px;
    text-align: center;
  }
  .Product .Product__listWrapper {
    margin: 0 auto;
    max-width: 1070px;
    padding: 0 50px;
  }
  .Product .Product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Product .Product__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 40px);
    flex: 0 1 calc(50% - 40px);
    margin-bottom: 80px;
  }
  .Product .Product__item:after {
    border-width: 50px 50px 0 0;
    left: -13px;
    top: -13px;
  }
  .Product .Product__item a {
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }
  .Product .Product__item a:hover {
    opacity: 0.8;
  }
  .Product .Product__item a:hover img {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  .Product .Product__item img {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }
}

/* QA */
.QA {
  position: relative;
}

.QA .QA__inner {
  padding: 20px 30px 100px;
  position: relative;
  z-index: 2;
}

.QA .QA__inner:before {
  background-color: #e9d194;
  border-radius: 5px;
  content: '';
  display: block;
  height: 5px;
  margin: 0 auto 40px;
  width: 40px;
}

.QA .QA__list {
  border-bottom: 1px solid #e9d194;
}

.QA .QA__list dt {
  border-top: 1px solid #e9d194;
  cursor: pointer;
  display: block;
  position: relative;
}

.QA .QA__list dt > div {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
}

.QA .QA__list dt > div:before {
  color: #e9d194;
  content: 'Q';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  font-size: 14px;
}

.QA .QA__list dt > div:after {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url("../images01/qa_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  width: 15px;
}

.QA .QA__list dt > div span {
  color: #333;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.92308;
}

.QA .QA__list dt.open > div:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.QA .QA__list dd {
  display: none;
}

.QA .QA__list dd > div {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 15px;
}

.QA .QA__list dd > div:before {
  color: #e9d194;
  content: 'A';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  font-size: 14px;
}

.QA .QA__list dd > div span {
  color: #333;
  font-size: 13px;
  line-height: 1.92308;
}

@media screen and (min-width: 768px) {
  .QA .QA__inner {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 50px 100px;
  }
  .QA .QA__list dt:hover {
    opacity: 0.8;
  }
  .QA .QA__list dt > div:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    font-size: 20px;
    text-align: left;
  }
  .QA .QA__list dt > div:after {
    height: 24px;
    width: 24px;
  }
  .QA .QA__list dt > div span {
    font-size: 18px;
    line-height: 1.94444;
    text-align: left;
  }
  .QA .QA__list dd > div:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    font-size: 20px;
    text-align: left;
  }
  .QA .QA__list dd > div span {
    font-size: 18px;
    line-height: 1.94444;
    text-align: left;
  }
}

/* Service */
.Service {
  background-color: #daefe9;
  position: relative;
}

.Service:before {
  background-image: url("../images01/bg_wave5_sp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Service .Service__inner {
  padding: 60px 30px 30px;
  position: relative;
  z-index: 2;
}

.Service .Service__content1 {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
}

.Service .Service__content2 {
  border: 1px solid #fff;
  padding: 20px 30px;
}

.Service .Service__title1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5625;
  margin-bottom: 20px;
  text-align: center;
}

.Service .Service__title2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5625;
  margin-bottom: 10px;
  text-align: center;
}

.Service .Service__text1 {
  font-size: 13px;
  line-height: 1.92308;
  margin-bottom: 30px;
}

.Service .Service__text2 {
  font-size: 13px;
  line-height: 1.92308;
  margin-bottom: 30px;
  text-align: justify;
}

.Service .Service__text3 {
  font-size: 13px;
  line-height: 1.92308;
  text-align: justify;
}

.Service .Service__list1 li {
  border: 1px solid #daefe9;
  margin-bottom: 30px;
  padding: 30px;
}

.Service .Service__list1 li:last-child {
  margin-bottom: 0;
}

.Service .Service__list2 p, .Service .Service__list2 li {
  color: #333;
  font-size: 13px;
  line-height: 1.92308;
  text-align: justify;
}

.Service .Service__list2 li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.Service .Service__list2 li:before {
  content: '\30FB';
  display: inline-block;
  width: 0.5em;
}

.Service .Service__image {
  margin: -30px -30px 20px;
}

@media screen and (min-width: 768px) {
  .Service:before {
    background-image: url("../images01/bg_wave5_pc.png");
  }
  .Service .Service__inner {
    padding-bottom: 60px;
  }
  .Service .Service__content1 {
    margin: 0 auto 60px;
    max-width: 1100px;
    padding: 60px 50px;
  }
  .Service .Service__content2 {
    margin: 0 auto;
    max-width: 1100px;
    padding: 50px;
  }
  .Service .Service__title1 {
    font-size: 22px;
    line-height: 1.59091;
    margin-bottom: 30px;
  }
  .Service .Service__text1 {
    font-size: 18px;
    line-height: 1.94444;
    margin-bottom: 70px;
    text-align: center;
  }
  .Service .Service__text2 {
    font-size: 18px;
    line-height: 1.94444;
    text-align: center;
  }
  .Service .Service__text3 {
    font-size: 18px;
    line-height: 1.94444;
  }
  .Service .Service__list1 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 800;
  }
  .Service .Service__list1 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 35px);
    flex: 0 0 calc(50% - 35px);
    margin-bottom: 0;
  }
  .Service .Service__list2 {
    margin: 0 auto;
    max-width: 850px;
  }
  .Service .Service__list2 p, .Service .Service__list2 li {
    font-size: 18px;
    line-height: 1.94444;
  }
}
