@charset "UTF-8";
.lower-inner {
  max-width: 1240px;
  width: 93%;
  margin: 0 auto;
  position: relative;
}
.lower-inner--hidden {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .lower-inner {
    width: 93%;
  }
}

@media print, screen and (min-width: 769px) {
  .pd40_pc {
    padding: 40px 24px !important;
  }
}
.border-main {
  border-bottom: 2px dotted #eb6da5;
}

.SectionStyle01 {
  background-color: #fcf9f2;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .SectionStyle01 {
    padding: 80px 0;
  }
}

.BoxStyle01 {
  padding: 24px 16px;
  background-color: #fafafa;
  border-radius: 8px;
  border: 1px solid #9d9174;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (max-width: 599px) {
  .BoxStyle01 {
    padding: 12px;
  }
}

.BoxStyle02 {
  padding: 24px 16px;
  background-color: #faf6ea;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .BoxStyle02 {
    padding: 12px;
  }
}

.BoxStyle03 {
  border: 4px solid #eb6da5;
  border-radius: 8px;
}
.BoxStyle03 .BoxStyle03__item {
  padding: 24px;
}
.BoxStyle03 p {
  font-size: 1.8rem;
}
.BoxStyle03 h4 {
  background-color: #eb6da5;
  color: white;
  text-align: center;
  padding: 12px;
  font-size: 2.4rem;
}
.BoxStyle03 li {
  font-size: 1.8rem;
}
.BoxStyle03.BoxStyle03--green {
  border: 4px solid #88c8b5;
}
.BoxStyle03.BoxStyle03--green h4 {
  background-color: #88c8b5;
}

.btn01 {
  max-width: 400px;
  width: 100%;
  background-color: #eb6da5;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn01:hover {
  opacity: 0.7;
}
.btn01 > a {
  height: 100%;
  width: 100%;
  display: block;
  padding: 16px 48px;
}
@media screen and (max-width: 599px) {
  .btn01 > a {
    padding: 0;
  }
}

.breadcrumb {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 599px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
}
.breadcrumb::after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100vw;
  bottom: 0;
  left: 50%;
  background-color: #909090;
  /* margin: 0 calc(50% - 50vw); */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li a {
  word-break: break-all;
}
.breadcrumb li:not(:first-child) {
  margin-left: 24px;
}
.breadcrumb li:not(:first-child)::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-image: url(../img/arrow-brown.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.TitleStyle01 {
  position: relative;
  font-size: 3.6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .TitleStyle01 {
    font-size: 2.8rem;
  }
}
.TitleStyle01::after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 120px;
  background: url(../img/sectionTitle-line.png) center/contain no-repeat;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.TitleStyle02 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .TitleStyle02 {
    font-size: 2rem;
  }
}

.TitleStyle02--pink {
  color: #eb6da5;
}

.TitleStyle03 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .TitleStyle03 {
    font-size: 2rem;
  }
}
.TitleStyle03::before {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f4b8d6;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .TitleStyle03::before {
    height: 14px;
    width: 14px;
  }
}

.TitleStyle04 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 30px;
}
@media screen and (max-width: 599px) {
  .TitleStyle04 {
    font-size: 2rem;
  }
}
.TitleStyle04::before {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f4b8d6;
  border-radius: 4px;
}

.lower-fv {
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 599px) {
  .lower-fv {
    height: 160px;
  }
}
.lower-fv::before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #88c8b5;
}
@media screen and (max-width: 1024px) {
  .lower-fv {
    margin-top: 84px;
  }
}
@media screen and (max-width: 599px) {
  .lower-fv__catch {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.lower-fv__title {
  font-size: 3.6rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #faf9f8;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  word-break: keep-all;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .lower-fv__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .lower-fv__title {
    font-size: 2.6rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    max-width: 350px;
    white-space: nowrap;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  /*  margin: 120px 0 100px;*/
  margin: 80px 0 100px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  color: #45371b;
  background-color: transparent;
  padding: 10px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 4px;
  /*
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  */
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 8px 13px;
    margin: 4px;
  }

  .wp-pagenavi {
    margin: 64px 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.wp-pagenavi a:hover {
  color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.current {
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
}

.TableStyle01 {
  background-color: #fcf9f2;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .TableStyle01--tab-2column {
    width: calc(50% - 20px);
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .TableStyle01--tab-2column {
    width: 100%;
  }
}
.TableStyle01:nth-child(2) {
  margin-top: 40px;
}
.TableStyle01 > thead > tr > th {
  background-color: #e58047;
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  border-radius: 8px 8px 0 0;
  padding: 4px;
}
.TableStyle01 > tbody {
  font-size: 1.8rem;
}
.TableStyle01 > tbody > tr > th {
  color: #e65707;
  font-weight: 100;
  white-space: nowrap;
}
.TableStyle01 > tbody > tr > th {
  padding: 8px 4px 8px 20px;
}
.TableStyle01 > tbody > tr > td {
  padding: 8px 20px 8px 0;
}
.TableStyle01__ol {
  padding: 8px 0 8px 20px;
}
.TableStyle01__ol-li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TableStyle01__ol-li:not(:first-child) {
  margin-top: 8px;
}
.TableStyle01__ol-li > span {
  color: #e65707;
  font-weight: 100;
  white-space: nowrap;
  margin-right: 12px;
}
.TableStyle01__ol-li > p {
  font-size: 1.8rem;
}
.TableStyle01__ul {
  padding: 8px 0 8px 20px;
  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;
}
@media screen and (max-width: 1024px) {
  .TableStyle01__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.TableStyle01__ul-li {
  position: relative;
  padding-left: 18px;
  width: calc(50% - 24px);
}
@media screen and (max-width: 1024px) {
  .TableStyle01__ul-li {
    width: 100%;
  }
}
.TableStyle01__ul-li::before {
  content: '・';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.ListStyle01 > li {
  position: relative;
  padding-left: 20px;
}
.ListStyle01 > li:not(:first-child) {
  margin-top: 8px;
}
.ListStyle01 > li::before {
  content: '';
  position: absolute;
  display: block;
  top: 14px;
  left: 5px;
  background-color: #eb6da5;
  height: 6px;
  width: 6px;
  border-radius: 9999px;
}

.CardStyle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.CardStyle01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.3333333333% - 46.6666666667px);
  margin-right: 70px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .CardStyle01 li {
    width: calc(50% - 17.5px);
    margin-right: 35px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .CardStyle01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 64px;
  }
}
.CardStyle01 li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .CardStyle01 li:nth-of-type(2n) {
    margin-right: 0;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #45371b;
  background-color: #fafafa;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  font-weight: 500;
}
body.active {
  overflow: hidden;
}

body.hidden {
  overflow: hidden;
}

.maru-font {
  font-family: 'Kiwi Maru', 'Zen Kaku Gothic', sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .maru-font {
    font-weight: normal;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fwb {
  font-weight: bold;
}

.color-white {
  color: #fff;
}

.color-accent {
  color: #ed6c00;
}

.color-notice {
  color: #f24e4e;
}

.color-pink {
  color: #eb6da5;
}

.inline_B_Sp {
  display: inline-block !important;
}

.LinkStyle01 {
  text-decoration: underline !important;
  color: #0956bf !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.LinkStyle01:hover {
  opacity: 0.7;
}

.anker-point {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .anker-point {
    position: relative;
    top: -80px;
  }
}

.border-dashed {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px dashed #897b57;
}

.small-font {
  font-size: 1.6rem;
}

ul.notice {
  display: table;
  width: 100%;
  margin: 0;
  padding-left: 0;
  margin-top: 8px;
}

ul.notice li {
  list-style: none;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  ul.notice li {
    font-size: 1.7rem;
  }
}

ul.notice li .notice__head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.1em;
}
@media screen and (min-width: 1025px) {
  ul.notice li .notice__head--7pxPc {
    position: relative;
    top: 7px;
  }
}

ul.notice li .notice__text {
  display: table-cell;
  vertical-align: top;
}

/* -------------------------------------------------- */
/* block item Width */
.wid10Per {
  width: 10% !important;
}

.wid15Per {
  width: 15% !important;
}

.wid20Per {
  width: 20% !important;
}

.wid25Per {
  width: 25% !important;
}

.wid30Per {
  width: 30% !important;
}

.wid35Per {
  width: 35% !important;
}

.wid40Per {
  width: 40% !important;
}

.wid45Per {
  width: 45% !important;
}

.wid50Per {
  width: 50% !important;
}

.wid55Per {
  width: 55% !important;
}

.wid60Per {
  width: 60% !important;
}

.wid65Per {
  width: 65% !important;
}

.wid70Per {
  width: 70% !important;
}

.wid75Per {
  width: 75% !important;
}

.wid80Per {
  width: 80% !important;
}

.wid85Per {
  width: 85% !important;
}

.wid90Per {
  width: 90% !important;
}

.wid95Per {
  width: 95% !important;
}

.wid100Per {
  width: 100% !important;
}

.wid50 {
  width: 50px !important;
}

.wid100 {
  width: 100px !important;
}

.wid150 {
  width: 150px !important;
}

.wid200 {
  width: 200px !important;
}

.wid250 {
  width: 250px !important;
}

.wid300 {
  width: 300px !important;
}

.wid350 {
  width: 350px !important;
}

.wid400 {
  width: 400px !important;
}

.wid450 {
  width: 450px !important;
}

.wid500 {
  width: 500px !important;
}

.wid550 {
  width: 550px !important;
}

.wid600 {
  width: 600px !important;
}

.wid650 {
  width: 650px !important;
}

.wid700 {
  width: 700px !important;
}

.wid750 {
  width: 750px !important;
}

.wid800 {
  width: 800px !important;
}

.wid850 {
  width: 850px !important;
}

.wid900 {
  width: 900px !important;
}

.wid950 {
  width: 950px !important;
}

/* -------------------------------------------------- */
/* block item Margin */
/* - All margin */
.marA0 {
  margin: 0px !important;
}

.marA5 {
  margin: 5px !important;
}

.marA10 {
  margin: 10px !important;
}

.marA15 {
  margin: 15px !important;
}

.marA20 {
  margin: 20px !important;
}

.marA25 {
  margin: 25px !important;
}

.marA30 {
  margin: 30px !important;
}

.marA40 {
  margin: 40px !important;
}

.marA50 {
  margin: 50px !important;
}

.marA60 {
  margin: 60px !important;
}

.marA70 {
  margin: 70px !important;
}

.marA80 {
  margin: 80px !important;
}

.marA90 {
  margin: 90px !important;
}

/* - Top margin */
.marT0 {
  margin-top: 0px !important;
}

.marT5 {
  margin-top: 5px !important;
}

.marT10 {
  margin-top: 10px !important;
}

.marT15 {
  margin-top: 15px !important;
}

.marT20 {
  margin-top: 20px !important;
}

.marT25 {
  margin-top: 25px !important;
}

.marT30 {
  margin-top: 30px !important;
}

.marT40 {
  margin-top: 40px !important;
}

.marT50 {
  margin-top: 50px !important;
}

.marT60 {
  margin-top: 60px !important;
}

.marT70 {
  margin-top: 70px !important;
}

.marT80 {
  margin-top: 80px !important;
}

.marT90 {
  margin-top: 90px !important;
}

.marT120 {
  margin-top: 120px !important;
}

/* - Bottom margin */
.marB0 {
  margin-bottom: 0px !important;
}

.marB5 {
  margin-bottom: 5px !important;
}

.marB10 {
  margin-bottom: 10px !important;
}

.marB15 {
  margin-bottom: 15px !important;
}

.marB20 {
  margin-bottom: 20px !important;
}

.marB25 {
  margin-bottom: 25px !important;
}

.marB30 {
  margin-bottom: 30px !important;
}

.marB40 {
  margin-bottom: 40px !important;
}

.marB50 {
  margin-bottom: 50px !important;
}

.marB60 {
  margin-bottom: 60px !important;
}

.marB70 {
  margin-bottom: 70px !important;
}

.marB80 {
  margin-bottom: 80px !important;
}

.marB90 {
  margin-bottom: 90px !important;
}

/* - Left margin */
.marL0 {
  margin-left: 0px !important;
}

.marL5 {
  margin-left: 5px !important;
}

.marL10 {
  margin-left: 10px !important;
}

.marL15 {
  margin-left: 15px !important;
}

.marL20 {
  margin-left: 20px !important;
}

.marL25 {
  margin-left: 25px !important;
}

.marL30 {
  margin-left: 30px !important;
}

.marL40 {
  margin-left: 40px !important;
}

.marL50 {
  margin-left: 50px !important;
}

.marL60 {
  margin-left: 60px !important;
}

.marL70 {
  margin-left: 70px !important;
}

.marL80 {
  margin-left: 80px !important;
}

.marL90 {
  margin-left: 90px !important;
}

/* - Right margin */
.marR0 {
  margin-right: 0px !important;
}

.marR5 {
  margin-right: 5px !important;
}

.marR10 {
  margin-right: 10px !important;
}

.marR15 {
  margin-right: 15px !important;
}

.marR20 {
  margin-right: 20px !important;
}

.marR25 {
  margin-right: 25px !important;
}

.marR30 {
  margin-right: 30px !important;
}

.marR40 {
  margin-right: 40px !important;
}

.marR50 {
  margin-right: 50px !important;
}

.marR60 {
  margin-right: 60px !important;
}

.marR70 {
  margin-right: 70px !important;
}

.marR80 {
  margin-right: 80px !important;
}

.marR90 {
  margin-right: 90px !important;
}

/* -------------------------------------------------- */
/* block item Padding */
/* - All padding */
.padA0 {
  padding: 0px !important;
}

.padA5 {
  padding: 5px !important;
}

.padA10 {
  padding: 10px !important;
}

.padA15 {
  padding: 15px !important;
}

.padA20 {
  padding: 20px !important;
}

.padA25 {
  padding: 25px !important;
}

.padA30 {
  padding: 30px !important;
}

.padA40 {
  padding: 40px !important;
}

.padA50 {
  padding: 50px !important;
}

.padA60 {
  padding: 60px !important;
}

.padA70 {
  padding: 70px !important;
}

.padA80 {
  padding: 80px !important;
}

.padA90 {
  padding: 90px !important;
}

/* - Top padding */
.padT0 {
  padding-top: 0px !important;
}

.padT5 {
  padding-top: 5px !important;
}

.padT10 {
  padding-top: 10px !important;
}

.padT15 {
  padding-top: 15px !important;
}

.padT20 {
  padding-top: 20px !important;
}

.padT25 {
  padding-top: 25px !important;
}

.padT30 {
  padding-top: 30px !important;
}

.padT40 {
  padding-top: 40px !important;
}

.padT50 {
  padding-top: 50px !important;
}

.padT60 {
  padding-top: 60px !important;
}

.padT70 {
  padding-top: 70px !important;
}

.padT80 {
  padding-top: 80px !important;
}

.padT90 {
  padding-top: 90px !important;
}

/* - Bottom padding */
.padB0 {
  padding-bottom: 0px !important;
}

.padB5 {
  padding-bottom: 5px !important;
}

.padB10 {
  padding-bottom: 10px !important;
}

.padB15 {
  padding-bottom: 15px !important;
}

.padB20 {
  padding-bottom: 20px !important;
}

.padB25 {
  padding-bottom: 25px !important;
}

.padB30 {
  padding-bottom: 30px !important;
}

.padB40 {
  padding-bottom: 40px !important;
}

.padB50 {
  padding-bottom: 50px !important;
}

.padB60 {
  padding-bottom: 60px !important;
}

.padB70 {
  padding-bottom: 70px !important;
}

.padB80 {
  padding-bottom: 80px !important;
}

.padB90 {
  padding-bottom: 90px !important;
}

/* - Left padding */
.padL0 {
  padding-left: 0px !important;
}

.padL5 {
  padding-left: 5px !important;
}

.padL10 {
  padding-left: 10px !important;
}

.padL15 {
  padding-left: 15px !important;
}

.padL20 {
  padding-left: 20px !important;
}

.padL25 {
  padding-left: 25px !important;
}

.padL30 {
  padding-left: 30px !important;
}

.padL40 {
  padding-left: 40px !important;
}

.padL50 {
  padding-left: 50px !important;
}

.padL60 {
  padding-left: 60px !important;
}

.padL70 {
  padding-left: 70px !important;
}

.padL80 {
  padding-left: 80px !important;
}

.padL90 {
  padding-left: 90px !important;
}

/* - Right padding */
.padR0 {
  padding-right: 0px !important;
}

.padR5 {
  padding-right: 5px !important;
}

.padR10 {
  padding-right: 10px !important;
}

.padR15 {
  padding-right: 15px !important;
}

.padR20 {
  padding-right: 20px !important;
}

.padR25 {
  padding-right: 25px !important;
}

.padR30 {
  padding-right: 30px !important;
}

.padR40 {
  padding-right: 40px !important;
}

.padR50 {
  padding-right: 50px !important;
}

.padR60 {
  padding-right: 60px !important;
}

.padR70 {
  padding-right: 70px !important;
}

.padR80 {
  padding-right: 80px !important;
}

.padR90 {
  padding-right: 90px !important;
}

/* - Font size */
.txt10px {
  font-size: 1rem !important;
}

.txt11px {
  font-size: 1.1rem !important;
}

.txt12px {
  font-size: 1.2rem !important;
}

.txt13px {
  font-size: 1.3rem !important;
}

.txt14px {
  font-size: 1.4rem !important;
}

.txt15px {
  font-size: 1.5rem !important;
}

.txt16px {
  font-size: 1.6rem !important;
}

.txt17px {
  font-size: 1.7rem !important;
}

.txt18px {
  font-size: 1.8rem !important;
}

.txt19px {
  font-size: 1.9rem !important;
}

.txt20px {
  font-size: 2rem !important;
}

.txt21px {
  font-size: 2.1rem !important;
}

.txt22px {
  font-size: 2.2rem !important;
}

.txt23px {
  font-size: 2.3rem !important;
}

.txt24px {
  font-size: 2.4rem !important;
}

.txt25px {
  font-size: 2.5rem !important;
}

.txt26px {
  font-size: 2.6rem !important;
}

/* -line-height */
.LH100 {
  line-height: 1 !important;
}

.LH110 {
  line-height: 1.1 !important;
}

.LH120 {
  line-height: 1.2 !important;
}

.LH130 {
  line-height: 1.3 !important;
}

.LH140 {
  line-height: 1.4 !important;
}

.LH150 {
  line-height: 1.5 !important;
}

.LH160 {
  line-height: 1.6 !important;
}

.LH170 {
  line-height: 1.7 !important;
}

.LH180 {
  line-height: 1.8 !important;
}

.LH190 {
  line-height: 1.9 !important;
}

.LH200 {
  line-height: 2 !important;
}

/* Float setting */
.flt-L {
  float: left !important;
}

.flt-R {
  float: right !important;
}

/* Align setting */
.ali-L {
  text-align: left !important;
}

.ali-C {
  text-align: center !important;
}

.ali-R {
  text-align: right !important;
}

@media print, screen and (min-width: 1025px) {
  /* -------------------------------------------------- */
  /* block item Width */
  .wid10Per_pc {
    width: 10% !important;
  }

  .wid15Per_pc {
    width: 15% !important;
  }

  .wid20Per_pc {
    width: 20% !important;
  }

  .wid25Per_pc {
    width: 25% !important;
  }

  .wid30Per_pc {
    width: 30% !important;
  }

  .wid35Per_pc {
    width: 35% !important;
  }

  .wid40Per_pc {
    width: 40% !important;
  }

  .wid45Per_pc {
    width: 45% !important;
  }

  .wid50Per_pc {
    width: 50% !important;
  }

  .wid55Per_pc {
    width: 55% !important;
  }

  .wid60Per_pc {
    width: 60% !important;
  }

  .wid65Per_pc {
    width: 65% !important;
  }

  .wid70Per_pc {
    width: 70% !important;
  }

  .wid75Per_pc {
    width: 75% !important;
  }

  .wid80Per_pc {
    width: 80% !important;
  }

  .wid85Per_pc {
    width: 85% !important;
  }

  .wid90Per_pc {
    width: 90% !important;
  }

  .wid95Per_pc {
    width: 95% !important;
  }

  .wid100Per_pc {
    width: 100% !important;
  }

  .wid50_pc {
    width: 50px !important;
  }

  .wid100_pc {
    width: 100px !important;
  }

  .wid150_pc {
    width: 150px !important;
  }

  .wid200_pc {
    width: 200px !important;
  }

  .wid250_pc {
    width: 250px !important;
  }

  .wid300_pc {
    width: 300px !important;
  }

  .wid350_pc {
    width: 350px !important;
  }

  .wid400_pc {
    width: 400px !important;
  }

  .wid450_pc {
    width: 450px !important;
  }

  .wid500_pc {
    width: 500px !important;
  }

  .wid550_pc {
    width: 550px !important;
  }

  .wid600_pc {
    width: 600px !important;
  }

  .wid650_pc {
    width: 650px !important;
  }

  .wid700_pc {
    width: 700px !important;
  }

  .wid750_pc {
    width: 750px !important;
  }

  .wid800_pc {
    width: 800px !important;
  }

  .wid850_pc {
    width: 850px !important;
  }

  .wid900_pc {
    width: 900px !important;
  }

  .wid950_pc {
    width: 950px !important;
  }

  /* -------------------------------------------------- */
  /* block item Margin */
  /* - All margin */
  .marA0_pc {
    margin: 0px !important;
  }

  .marA5_pc {
    margin: 5px !important;
  }

  .marA10_pc {
    margin: 10px !important;
  }

  .marA15_pc {
    margin: 15px !important;
  }

  .marA20_pc {
    margin: 20px !important;
  }

  .marA25_pc {
    margin: 25px !important;
  }

  .marA30_pc {
    margin: 30px !important;
  }

  .marA40_pc {
    margin: 40px !important;
  }

  .marA50_pc {
    margin: 50px !important;
  }

  .marA60_pc {
    margin: 60px !important;
  }

  .marA70_pc {
    margin: 70px !important;
  }

  .marA80_pc {
    margin: 80px !important;
  }

  .marA90_pc {
    margin: 90px !important;
  }

  /* - Top margin */
  .marT0_pc {
    margin-top: 0px !important;
  }

  .marT5_pc {
    margin-top: 5px !important;
  }

  .marT10_pc {
    margin-top: 10px !important;
  }

  .marT15_pc {
    margin-top: 15px !important;
  }

  .marT20_pc {
    margin-top: 20px !important;
  }

  .marT25_pc {
    margin-top: 25px !important;
  }

  .marT30_pc {
    margin-top: 30px !important;
  }

  .marT40_pc {
    margin-top: 40px !important;
  }

  .marT50_pc {
    margin-top: 50px !important;
  }

  .marT60_pc {
    margin-top: 60px !important;
  }

  .marT70_pc {
    margin-top: 70px !important;
  }

  .marT80_pc {
    margin-top: 80px !important;
  }

  .marT90_pc {
    margin-top: 90px !important;
  }

  .marT120_pc {
    margin-top: 120px !important;
  }

  /* - Bottom margin */
  .marB0_pc {
    margin-bottom: 0px !important;
  }

  .marB5_pc {
    margin-bottom: 5px !important;
  }

  .marB10_pc {
    margin-bottom: 10px !important;
  }

  .marB15_pc {
    margin-bottom: 15px !important;
  }

  .marB20_pc {
    margin-bottom: 20px !important;
  }

  .marB25_pc {
    margin-bottom: 25px !important;
  }

  .marB30_pc {
    margin-bottom: 30px !important;
  }

  .marB40_pc {
    margin-bottom: 40px !important;
  }

  .marB50_pc {
    margin-bottom: 50px !important;
  }

  .marB60_pc {
    margin-bottom: 60px !important;
  }

  .marB70_pc {
    margin-bottom: 70px !important;
  }

  .marB80_pc {
    margin-bottom: 80px !important;
  }

  .marB90_pc {
    margin-bottom: 90px !important;
  }

  /* - Left margin */
  .marL0_pc {
    margin-left: 0px !important;
  }

  .marL5_pc {
    margin-left: 5px !important;
  }

  .marL10_pc {
    margin-left: 10px !important;
  }

  .marL15_pc {
    margin-left: 15px !important;
  }

  .marL20_pc {
    margin-left: 20px !important;
  }

  .marL25_pc {
    margin-left: 25px !important;
  }

  .marL30_pc {
    margin-left: 30px !important;
  }

  .marL40_pc {
    margin-left: 40px !important;
  }

  .marL50_pc {
    margin-left: 50px !important;
  }

  .marL60_pc {
    margin-left: 60px !important;
  }

  .marL70_pc {
    margin-left: 70px !important;
  }

  .marL80_pc {
    margin-left: 80px !important;
  }

  .marL90_pc {
    margin-left: 90px !important;
  }

  /* - Right margin */
  .marR0_pc {
    margin-right: 0px !important;
  }

  .marR5_pc {
    margin-right: 5px !important;
  }

  .marR10_pc {
    margin-right: 10px !important;
  }

  .marR15_pc {
    margin-right: 15px !important;
  }

  .marR20_pc {
    margin-right: 20px !important;
  }

  .marR25_pc {
    margin-right: 25px !important;
  }

  .marR30_pc {
    margin-right: 30px !important;
  }

  .marR40_pc {
    margin-right: 40px !important;
  }

  .marR50_pc {
    margin-right: 50px !important;
  }

  .marR60_pc {
    margin-right: 60px !important;
  }

  .marR70_pc {
    margin-right: 70px !important;
  }

  .marR80_pc {
    margin-right: 80px !important;
  }

  .marR90_pc {
    margin-right: 90px !important;
  }

  /* -------------------------------------------------- */
  /* - All padding */
  .padA0_pc {
    padding: 0px !important;
  }

  .padA5_pc {
    padding: 5px !important;
  }

  .padA10_pc {
    padding: 10px !important;
  }

  .padA15_pc {
    padding: 15px !important;
  }

  .padA20_pc {
    padding: 20px !important;
  }

  .padA25_pc {
    padding: 25px !important;
  }

  .padA30_pc {
    padding: 30px !important;
  }

  .padA40_pc {
    padding: 40px !important;
  }

  .padA50_pc {
    padding: 50px !important;
  }

  .padA60_pc {
    padding: 60px !important;
  }

  .padA70_pc {
    padding: 70px !important;
  }

  .padA80_pc {
    padding: 80px !important;
  }

  .padA90_pc {
    padding: 90px !important;
  }

  /* - Top padding */
  .padT0_pc {
    padding-top: 0px !important;
  }

  .padT5_pc {
    padding-top: 5px !important;
  }

  .padT10_pc {
    padding-top: 10px !important;
  }

  .padT15_pc {
    padding-top: 15px !important;
  }

  .padT20_pc {
    padding-top: 20px !important;
  }

  .padT25_pc {
    padding-top: 25px !important;
  }

  .padT30_pc {
    padding-top: 30px !important;
  }

  .padT40_pc {
    padding-top: 40px !important;
  }

  .padT50_pc {
    padding-top: 50px !important;
  }

  .padT60_pc {
    padding-top: 60px !important;
  }

  .padT70_pc {
    padding-top: 70px !important;
  }

  .padT80_pc {
    padding-top: 80px !important;
  }

  .padT90_pc {
    padding-top: 90px !important;
  }

  /* - Bottom padding */
  .padB0_pc {
    padding-bottom: 0px !important;
  }

  .padB5_pc {
    padding-bottom: 5px !important;
  }

  .padB10_pc {
    padding-bottom: 10px !important;
  }

  .padB15_pc {
    padding-bottom: 15px !important;
  }

  .padB20_pc {
    padding-bottom: 20px !important;
  }

  .padB25_pc {
    padding-bottom: 25px !important;
  }

  .padB30_pc {
    padding-bottom: 30px !important;
  }

  .padB40_pc {
    padding-bottom: 40px !important;
  }

  .padB50_pc {
    padding-bottom: 50px !important;
  }

  .padB60_pc {
    padding-bottom: 60px !important;
  }

  .padB70_pc {
    padding-bottom: 70px !important;
  }

  .padB80_pc {
    padding-bottom: 80px !important;
  }

  .padB90_pc {
    padding-bottom: 90px !important;
  }

  /* - Left padding */
  .padL0_pc {
    padding-left: 0px !important;
  }

  .padL5_pc {
    padding-left: 5px !important;
  }

  .padL10_pc {
    padding-left: 10px !important;
  }

  .padL15_pc {
    padding-left: 15px !important;
  }

  .padL20_pc {
    padding-left: 20px !important;
  }

  .padL25_pc {
    padding-left: 25px !important;
  }

  .padL30_pc {
    padding-left: 30px !important;
  }

  .padL40_pc {
    padding-left: 40px !important;
  }

  .padL50_pc {
    padding-left: 50px !important;
  }

  .padL60_pc {
    padding-left: 60px !important;
  }

  .padL70_pc {
    padding-left: 70px !important;
  }

  .padL80_pc {
    padding-left: 80px !important;
  }

  .padL90_pc {
    padding-left: 90px !important;
  }

  /* - Right padding */
  .padR0_pc {
    padding-right: 0px !important;
  }

  .padR5_pc {
    padding-right: 5px !important;
  }

  .padR10_pc {
    padding-right: 10px !important;
  }

  .padR15_pc {
    padding-right: 15px !important;
  }

  .padR20_pc {
    padding-right: 20px !important;
  }

  .padR25_pc {
    padding-right: 25px !important;
  }

  .padR30_pc {
    padding-right: 30px !important;
  }

  .padR40_pc {
    padding-right: 40px !important;
  }

  .padR50_pc {
    padding-right: 50px !important;
  }

  .padR60_pc {
    padding-right: 60px !important;
  }

  .padR70_pc {
    padding-right: 70px !important;
  }

  .padR80_pc {
    padding-right: 80px !important;
  }

  .padR90_pc {
    padding-right: 90px !important;
  }

  /* - Font size */
  .txt10px_pc {
    font-size: 1rem !important;
  }

  .txt11px_pc {
    font-size: 1.1rem !important;
  }

  .txt12px_pc {
    font-size: 1.2rem !important;
  }

  .txt13px_pc {
    font-size: 1.3rem !important;
  }

  .txt14px_pc {
    font-size: 1.4rem !important;
  }

  .txt15px_pc {
    font-size: 1.5rem !important;
  }

  .txt16px_pc {
    font-size: 1.6rem !important;
  }

  .txt17px_pc {
    font-size: 1.7rem !important;
  }

  .txt18px_pc {
    font-size: 1.8rem !important;
  }

  .txt19px_pc {
    font-size: 1.9rem !important;
  }

  .txt20px_pc {
    font-size: 2rem !important;
  }

  .txt21px_pc {
    font-size: 2.1rem !important;
  }

  .txt22px_pc {
    font-size: 2.2rem !important;
  }

  .txt23px_pc {
    font-size: 2.3rem !important;
  }

  .txt24px_pc {
    font-size: 2.4rem !important;
  }

  .txt25px_pc {
    font-size: 2.5rem !important;
  }

  .txt26px_pc {
    font-size: 2.6rem !important;
  }

  /* Float setting */
  .flt-L_pc {
    float: left !important;
  }

  .flt-R_pc {
    float: right !important;
  }

  /* Align setting */
  .ali-L_pc {
    text-align: left !important;
  }

  .ali-C_pc {
    text-align: center !important;
  }

  .ali-R_pc {
    text-align: right !important;
  }

  .SpNodisplay {
    display: inherit !important;
  }

  .PcNodisplay {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  /* -------------------------------------------------- */
  /* block item Width */
  .wid10Per_sp {
    width: 10% !important;
  }

  .wid15Per_sp {
    width: 15% !important;
  }

  .wid20Per_sp {
    width: 20% !important;
  }

  .wid25Per_sp {
    width: 25% !important;
  }

  .wid30Per_sp {
    width: 30% !important;
  }

  .wid35Per_sp {
    width: 35% !important;
  }

  .wid40Per_sp {
    width: 40% !important;
  }

  .wid45Per_sp {
    width: 45% !important;
  }

  .wid50Per_sp {
    width: 50% !important;
  }

  .wid55Per_sp {
    width: 55% !important;
  }

  .wid60Per_sp {
    width: 60% !important;
  }

  .wid65Per_sp {
    width: 65% !important;
  }

  .wid70Per_sp {
    width: 70% !important;
  }

  .wid75Per_sp {
    width: 75% !important;
  }

  .wid80Per_sp {
    width: 80% !important;
  }

  .wid85Per_sp {
    width: 85% !important;
  }

  .wid90Per_sp {
    width: 90% !important;
  }

  .wid95Per_sp {
    width: 95% !important;
  }

  .wid100Per_sp {
    width: 100% !important;
  }

  .wid50_sp {
    width: 50px !important;
  }

  .wid100_sp {
    width: 100px !important;
  }

  .wid150_sp {
    width: 150px !important;
  }

  .wid200_sp {
    width: 200px !important;
  }

  .wid250_sp {
    width: 250px !important;
  }

  .wid300_sp {
    width: 300px !important;
  }

  .wid350_sp {
    width: 350px !important;
  }

  .wid400_sp {
    width: 400px !important;
  }

  .wid450_sp {
    width: 450px !important;
  }

  .wid500_sp {
    width: 500px !important;
  }

  .wid550_sp {
    width: 550px !important;
  }

  .wid600_sp {
    width: 600px !important;
  }

  .wid650_sp {
    width: 650px !important;
  }

  .wid700_sp {
    width: 700px !important;
  }

  .wid750_sp {
    width: 750px !important;
  }

  .wid800_sp {
    width: 800px !important;
  }

  .wid850_sp {
    width: 850px !important;
  }

  .wid900_sp {
    width: 900px !important;
  }

  .wid950_sp {
    width: 950px !important;
  }

  /* -------------------------------------------------- */
  /* block item Margin */
  /* - All margin */
  .marA0_sp {
    margin: 0px !important;
  }

  .marA5_sp {
    margin: 5px !important;
  }

  .marA10_sp {
    margin: 10px !important;
  }

  .marA15_sp {
    margin: 15px !important;
  }

  .marA20_sp {
    margin: 20px !important;
  }

  .marA25_sp {
    margin: 25px !important;
  }

  .marA30_sp {
    margin: 30px !important;
  }

  .marA40_sp {
    margin: 40px !important;
  }

  .marA50_sp {
    margin: 50px !important;
  }

  .marA60_sp {
    margin: 60px !important;
  }

  .marA70_sp {
    margin: 70px !important;
  }

  .marA80_sp {
    margin: 80px !important;
  }

  .marA90_sp {
    margin: 90px !important;
  }

  /* - Top margin */
  .marT0_sp {
    margin-top: 0px !important;
  }

  .marT5_sp {
    margin-top: 5px !important;
  }

  .marT10_sp {
    margin-top: 10px !important;
  }

  .marT15_sp {
    margin-top: 15px !important;
  }

  .marT20_sp {
    margin-top: 20px !important;
  }

  .marT25_sp {
    margin-top: 25px !important;
  }

  .marT30_sp {
    margin-top: 30px !important;
  }

  .marT40_sp {
    margin-top: 40px !important;
  }

  .marT50_sp {
    margin-top: 50px !important;
  }

  .marT60_sp {
    margin-top: 60px !important;
  }

  .marT70_sp {
    margin-top: 70px !important;
  }

  .marT80_sp {
    margin-top: 80px !important;
  }

  .marT90_sp {
    margin-top: 90px !important;
  }

  .marT120_sp {
    margin-top: 120px !important;
  }

  /* - Bottom margin */
  .marB0_sp {
    margin-bottom: 0px !important;
  }

  .marB5_sp {
    margin-bottom: 5px !important;
  }

  .marB10_sp {
    margin-bottom: 10px !important;
  }

  .marB15_sp {
    margin-bottom: 15px !important;
  }

  .marB20_sp {
    margin-bottom: 20px !important;
  }

  .marB25_sp {
    margin-bottom: 25px !important;
  }

  .marB30_sp {
    margin-bottom: 30px !important;
  }

  .marB40_sp {
    margin-bottom: 40px !important;
  }

  .marB50_sp {
    margin-bottom: 50px !important;
  }

  .marB60_sp {
    margin-bottom: 60px !important;
  }

  .marB70_sp {
    margin-bottom: 70px !important;
  }

  .marB80_sp {
    margin-bottom: 80px !important;
  }

  .marB90_sp {
    margin-bottom: 90px !important;
  }

  /* - Left margin */
  .marL0_sp {
    margin-left: 0px !important;
  }

  .marL5_sp {
    margin-left: 5px !important;
  }

  .marL10_sp {
    margin-left: 10px !important;
  }

  .marL15_sp {
    margin-left: 15px !important;
  }

  .marL20_sp {
    margin-left: 20px !important;
  }

  .marL25_sp {
    margin-left: 25px !important;
  }

  .marL30_sp {
    margin-left: 30px !important;
  }

  .marL40_sp {
    margin-left: 40px !important;
  }

  .marL50_sp {
    margin-left: 50px !important;
  }

  .marL60_sp {
    margin-left: 60px !important;
  }

  .marL70_sp {
    margin-left: 70px !important;
  }

  .marL80_sp {
    margin-left: 80px !important;
  }

  .marL90_sp {
    margin-left: 90px !important;
  }

  /* - Right margin */
  .marR0_sp {
    margin-right: 0px !important;
  }

  .marR5_sp {
    margin-right: 5px !important;
  }

  .marR10_sp {
    margin-right: 10px !important;
  }

  .marR15_sp {
    margin-right: 15px !important;
  }

  .marR20_sp {
    margin-right: 20px !important;
  }

  .marR25_sp {
    margin-right: 25px !important;
  }

  .marR30_sp {
    margin-right: 30px !important;
  }

  .marR40_sp {
    margin-right: 40px !important;
  }

  .marR50_sp {
    margin-right: 50px !important;
  }

  .marR60_sp {
    margin-right: 60px !important;
  }

  .marR70_sp {
    margin-right: 70px !important;
  }

  .marR80_sp {
    margin-right: 80px !important;
  }

  .marR90_sp {
    margin-right: 90px !important;
  }

  /* -------------------------------------------------- */
  /* - All padding */
  .padA0_sp {
    padding: 0px !important;
  }

  .padA5_sp {
    padding: 5px !important;
  }

  .padA10_sp {
    padding: 10px !important;
  }

  .padA15_sp {
    padding: 15px !important;
  }

  .padA20_sp {
    padding: 20px !important;
  }

  .padA25_sp {
    padding: 25px !important;
  }

  .padA30_sp {
    padding: 30px !important;
  }

  .padA40_sp {
    padding: 40px !important;
  }

  .padA50_sp {
    padding: 50px !important;
  }

  .padA60_sp {
    padding: 60px !important;
  }

  .padA70_sp {
    padding: 70px !important;
  }

  .padA80_sp {
    padding: 80px !important;
  }

  .padA90_sp {
    padding: 90px !important;
  }

  /* - Top padding */
  .padT0_sp {
    padding-top: 0px !important;
  }

  .padT5_sp {
    padding-top: 5px !important;
  }

  .padT10_sp {
    padding-top: 10px !important;
  }

  .padT15_sp {
    padding-top: 15px !important;
  }

  .padT20_sp {
    padding-top: 20px !important;
  }

  .padT25_sp {
    padding-top: 25px !important;
  }

  .padT30_sp {
    padding-top: 30px !important;
  }

  .padT40_sp {
    padding-top: 40px !important;
  }

  .padT50_sp {
    padding-top: 50px !important;
  }

  .padT60_sp {
    padding-top: 60px !important;
  }

  .padT70_sp {
    padding-top: 70px !important;
  }

  .padT80_sp {
    padding-top: 80px !important;
  }

  .padT90_sp {
    padding-top: 90px !important;
  }

  /* - Bottom padding */
  .padB0_sp {
    padding-bottom: 0px !important;
  }

  .padB5_sp {
    padding-bottom: 5px !important;
  }

  .padB10_sp {
    padding-bottom: 10px !important;
  }

  .padB15_sp {
    padding-bottom: 15px !important;
  }

  .padB20_sp {
    padding-bottom: 20px !important;
  }

  .padB25_sp {
    padding-bottom: 25px !important;
  }

  .padB30_sp {
    padding-bottom: 30px !important;
  }

  .padB40_sp {
    padding-bottom: 40px !important;
  }

  .padB50_sp {
    padding-bottom: 50px !important;
  }

  .padB60_sp {
    padding-bottom: 60px !important;
  }

  .padB70_sp {
    padding-bottom: 70px !important;
  }

  .padB80_sp {
    padding-bottom: 80px !important;
  }

  .padB90_sp {
    padding-bottom: 90px !important;
  }

  /* - Left padding */
  .padL0_sp {
    padding-left: 0px !important;
  }

  .padL5_sp {
    padding-left: 5px !important;
  }

  .padL10_sp {
    padding-left: 10px !important;
  }

  .padL15_sp {
    padding-left: 15px !important;
  }

  .padL20_sp {
    padding-left: 20px !important;
  }

  .padL25_sp {
    padding-left: 25px !important;
  }

  .padL30_sp {
    padding-left: 30px !important;
  }

  .padL40_sp {
    padding-left: 40px !important;
  }

  .padL50_sp {
    padding-left: 50px !important;
  }

  .padL60_sp {
    padding-left: 60px !important;
  }

  .padL70_sp {
    padding-left: 70px !important;
  }

  .padL80_sp {
    padding-left: 80px !important;
  }

  .padL90_sp {
    padding-left: 90px !important;
  }

  /* - Right padding */
  .padR0_sp {
    padding-right: 0px !important;
  }

  .padR5_sp {
    padding-right: 5px !important;
  }

  .padR10_sp {
    padding-right: 10px !important;
  }

  .padR15_sp {
    padding-right: 15px !important;
  }

  .padR20_sp {
    padding-right: 20px !important;
  }

  .padR25_sp {
    padding-right: 25px !important;
  }

  .padR30_sp {
    padding-right: 30px !important;
  }

  .padR40_sp {
    padding-right: 40px !important;
  }

  .padR50_sp {
    padding-right: 50px !important;
  }

  .padR60_sp {
    padding-right: 60px !important;
  }

  .padR70_sp {
    padding-right: 70px !important;
  }

  .padR80_sp {
    padding-right: 80px !important;
  }

  .padR90_sp {
    padding-right: 90px !important;
  }

  /* - Font size */
  .txt10px_sp {
    font-size: 1rem !important;
  }

  .txt11px_sp {
    font-size: 1.1rem !important;
  }

  .txt12px_sp {
    font-size: 1.2rem !important;
  }

  .txt13px_sp {
    font-size: 1.3rem !important;
  }

  .txt14px_sp {
    font-size: 1.4rem !important;
  }

  .txt15px_sp {
    font-size: 1.5rem !important;
  }

  .txt16px_sp {
    font-size: 1.6rem !important;
  }

  .txt17px_sp {
    font-size: 1.7rem !important;
  }

  .txt18px_sp {
    font-size: 1.8rem !important;
  }

  .txt19px_sp {
    font-size: 1.9rem !important;
  }

  .txt20px_sp {
    font-size: 2rem !important;
  }

  .txt21px_sp {
    font-size: 2.1rem !important;
  }

  .txt22px_sp {
    font-size: 2.2rem !important;
  }

  .txt23px_sp {
    font-size: 2.3rem !important;
  }

  .txt24px_sp {
    font-size: 2.4rem !important;
  }

  .txt25px_sp {
    font-size: 2.5rem !important;
  }

  .txt26px_sp {
    font-size: 2.6rem !important;
  }

  /* Float setting */
  .flt-L_sp {
    float: left !important;
  }

  .flt-R_sp {
    float: right !important;
  }

  /* Align setting */
  .ali-L_sp {
    text-align: left !important;
  }

  .ali-C_sp {
    text-align: center !important;
  }

  .ali-R_sp {
    text-align: right !important;
  }

  .SpNodisplay {
    display: none !important;
  }

  .PcNodisplay {
    display: inherit !important;
  }
}
.Tabdisplay {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .Tabdisplay {
    display: block !important;
  }
}

.TabNodisplay {
  display: block;
}
@media screen and (max-width: 1024px) {
  .TabNodisplay {
    display: none !important;
  }
}

.Spdisplay {
  display: none;
}
@media screen and (max-width: 599px) {
  .Spdisplay {
    display: block !important;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  overflow-wrap: break-word;
  /* その上で、下記のいずれかを指定する。overflow-wrapと併せて指定しましょう */
  word-break: break-all;
  letter-spacing: 0.03em;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 100%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type='number'] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
 * footer
 * -------------------------------------------------------------------
 */
.footer {
  padding: 80px 0 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 64px 0 0;
  }
}
.footer__inner {
  max-width: 1000px;
  width: 93%;
  margin: 0 auto 64px;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 93%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .footer__logo {
    width: 80%;
    max-width: 190px;
  }
}
.footer__logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .footer__nav > li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .footer__nav > li {
    width: 100%;
    border-bottom: 2px dashed #897b57;
    padding: 8px 0 8px 30px;
    margin-bottom: 16px 0;
  }
}
.footer__nav > li > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__nav > li > a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .groupList {
    padding: 60px 0 30px;
    background-color: #553c26;
    color: white;
  }

  .groupList .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    display: block;
  }

  .groupList .listBox .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1240px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .groupList .listBox .linkList .topic {
    padding: 0 20px;
    border-right: 1px solid #b9897b;
    text-align: center;
    font-weight: 500;
    margin: 12px 0;
  }

  .groupList .listBox .linkList .topic a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
  }
  .groupList .listBox .linkList .topic a:hover {
    opacity: 0.7;
  }

  .groupList .listBox .linkList .topic span {
    font-size: 16px;
  }

  .groupList .listBox .linkList .topic:first-of-type {
    border-left: 1px solid #b9897b;
  }

  .groupList .phoneNum {
    line-height: 1;
  }

  .groupList .phoneNum::before {
    content: '';
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    margin-right: 2px;
    background-image: url(../img/icon-phone.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .groupList .copyright {
    text-align: right;
    color: #b9897b;
    font-size: 14px;
    margin: 30px auto 0;
    max-width: 1240px;
    width: 93%;
  }
}
@media screen and (max-width: 767px) {
  /* .groupList */
  .groupList {
    padding: 8vw 0 4vw;
    background-color: #553c26;
    color: white;
  }

  .groupList .title {
    text-align: center;
    margin-bottom: 4vw;
    font-size: 6vw;
    font-weight: 500;
  }

  .groupList .innerBlock {
    padding: 0 4vw;
  }

  .groupList .listBox .linkList .topic {
    padding: 2.25vw 0;
    border-bottom: 1px solid #b9897b;
    text-align: center;
    font-weight: 500;
  }

  .groupList .listBox .linkList .topic a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 4.2vw;
  }
  .groupList .listBox .linkList .topic a:hover {
    opacity: 0.7;
  }

  .groupList .listBox .linkList .topic span {
    font-size: 16px;
  }

  .groupList .listBox .linkList .topic:first-of-type {
    border-top: 1px solid #b9897b;
  }

  .groupList .phoneNum {
    line-height: 1;
  }

  .groupList .phoneNum::before {
    content: '';
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    margin-right: 2px;
    background-image: url(../img/icon-phone.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .groupList .copyright {
    text-align: center;
    color: #b9897b;
    font-size: 3.2vw;
    margin-top: 6vw;
  }
}
/*
 * header
 * -------------------------------------------------------------------
 */
.header {
  max-width: 1240px;
  width: 93%;
  margin: 24px auto 0;
}
@media screen and (max-width: 1239px) {
  .header {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 8px 0;
    margin: 0;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: white;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 4px 0;
  }
}
.header__nav {
  height: 160px;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    height: auto;
  }
}
.header__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__ul-li {
  font-size: 2.4rem;
  position: relative;
  padding: 12px 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header__ul-li {
    display: none;
  }
}
.header__ul-li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__ul-li a:hover {
  opacity: 0.7;
}
.header__ul-li:nth-child(1)::after,
.header__ul-li:nth-child(4):after {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../img/header-line.png) center/contain;
  background-repeat: no-repeat;
  height: 100%;
  min-width: 8px;
  top: 0;
  right: -70px;
}
@media screen and (max-width: 1239px) {
  .header__ul-li:nth-child(1)::after,
  .header__ul-li:nth-child(4):after {
    right: -40px;
  }
}
.header__ul-li--logo {
  max-width: 180px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header__ul-li--logo {
    max-width: 110px;
  }
}
@media screen and (max-width: 599px) {
  .header__ul-li--logo {
    max-width: 88px;
    padding: 6px 0;
  }
}
.header__ul-li--logo > a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1 !important;
}
.header__ul-li--logo > a > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__ul-li--logo > a > img:hover {
  opacity: 1;
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}
.header__ul-li--logo a::after {
  content: '';
  position: absolute;
  display: block;
  width: clamp(320px, 80%, 400px);
  height: 200%;
  background-color: #fafafa;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 1024px) {
  .header__ul-li--logo a::after {
    content: none;
  }
}
.header__ul-li--logo a > img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.phone-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .phone-tab {
    display: block;
    position: fixed;
    top: 20px;
    left: 15px;
    height: 95px;
    width: 95px;
  }
  .phone-tab > img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 599px) {
  .phone-tab {
    height: 74px;
    width: 74px;
    top: 12px;
  }
}

.hamburger {
  display: none;
  position: fixed;
  background-color: #eb6da5;
  border-radius: 99999px;
  z-index: 99999;
}
.hamburger p {
  color: white;
  position: absolute;
  top: 60%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .hamburger p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    top: 20px;
    right: 15px;
    height: 95px;
    width: 95px;
  }
}
@media screen and (max-width: 599px) {
  .hamburger {
    height: 74px;
    width: 74px;
    top: 12px;
  }
}
.hamburger__span {
  position: absolute;
  display: block;
  height: 3px;
  width: 32px;
  background-color: #fff;
  border-radius: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__span:nth-child(1) {
  top: calc(50% - 18px);
}
.hamburger__span:nth-child(1).active {
  top: calc(50% - 8px);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.hamburger__span:nth-child(2) {
  top: calc(50% - 8px);
}
.hamburger__span:nth-child(2).active {
  opacity: 0;
}
.hamburger__span:nth-child(3) {
  top: calc(50% + 2px);
}
.hamburger__span:nth-child(3).active {
  top: calc(50% - 8px);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.hamburger__nav {
  z-index: -1;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  background-color: #fafafa;
  min-height: 100vh;
  height: calc(100vh + 120px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: scroll;
  top: 0;
  left: 0;
}
.hamburger__nav.active {
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}
.hamburger__inner {
  width: 93%;
  margin: 24px auto;
}
.hamburger__logo {
  max-width: 500px;
  width: 100%;
  max-height: 160px;
  height: 100%;
  height: 200px;
  margin: 40px auto 0;
}
.hamburger__logo > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hamburger__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 48px 0 40px;
  min-height: calc(100vh + 40px);
}
.hamburger__ul-li {
  position: relative;
  font-size: 2rem;
  color: #45371b;
  font-weight: bold;
  margin-top: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__ul-li:hover {
  opacity: 0.7;
}
.hamburger__ul-li:first-child {
  margin-top: 0;
}
.hamburger__ul-li--contact {
  position: relative;
  background-color: #fef3c7;
  color: #45371b;
  padding: 24px;
  width: 80%;
  max-width: 480px;
}
.hamburger__ul-li--contact::after {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 2px dashed #fec876;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hamburger__ul-li--contact span {
  font-size: 2.4rem;
  font-weight: bold;
}
.hamburger__ul-li--contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hamburger__ul-li--contact img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: sub;
  margin-right: 5px;
}

.about {
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .about {
    margin-top: 80px;
  }
}
.about__inner {
  max-width: 1240px;
  width: 93%;
  margin: 0 auto;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 599px) {
  .about__wrapper {
    margin-top: 80px;
  }
}
.about__box {
  width: 50%;
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .about__box {
    width: 100%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 599px) {
  .about__box {
    padding: initial;
    border: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
  }
}
.about__box p {
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .about__box p {
    font-size: 1.7rem;
  }
}
.about__sub-title {
  margin-top: 24px;
}
.about__pht-ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
  width: calc(50% - 48px);
}
@media screen and (max-width: 1024px) {
  .about__pht-ul {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .about__pht-ul {
    grid-gap: 6px;
    gap: 6px;
    width: 90%;
  }
}
.about__pht-ul::before,
.about__pht-ul::after {
  content: '';
  position: absolute;
  display: block;
  height: 50px;
  width: 134px;
}
@media screen and (max-width: 1024px) {
  .about__pht-ul::before,
  .about__pht-ul::after {
    width: 100px;
  }
}
@media screen and (max-width: 599px) {
  .about__pht-ul::before,
  .about__pht-ul::after {
    width: 74px;
  }
}
.about__pht-ul::before {
  background: url(../img/tape02.png) center/contain no-repeat;
  bottom: -24px;
  left: -24px;
  z-index: 2;
}
.about__pht-ul::after {
  background: url(../img/tape01.png) center/contain no-repeat;
  top: -24px;
  right: -24px;
  z-index: 2;
}
.about__pht-ul-li {
  height: 176px;
  width: 284px;
}
@media screen and (max-width: 1024px) {
  .about__pht-ul-li {
    width: 100%;
    height: auto;
    max-height: 160px;
  }
}
.about__pht-ul-li > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.access {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .access {
    margin-top: 80px;
  }
}
.access__inner {
  max-width: 1240px;
  width: 93%;
  margin: 0 auto;
}
.access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
  }
}
.access__map {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .access__map {
    width: 100%;
    height: 280px;
  }
}
.access__map > iframe {
  height: 100%;
  width: 100%;
}
.access__ul {
  width: calc(50% - 56px);
  margin: 32px 0;
}
@media screen and (max-width: 1024px) {
  .access__ul {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .access__ul {
    width: 100%;
  }
}
.access__ul-li:not(:first-child) {
  margin-top: 24px;
}
.access__ul-li p {
  font-size: 1.8rem;
}

.flow {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .flow {
    margin-top: 80px;
  }
}
.flow__inner {
  max-width: 1240px;
  width: 93%;
  margin: 0 auto;
}
.flow__ul {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .flow__ul {
    margin-top: 80px;
  }
}
.flow__ul-li {
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .flow__ul-li {
    font-size: 1.7rem;
  }
}
.flow__ul-li:not(:last-child)::after {
  content: '';
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/triangle.png) center/contain no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .flow__ul-li:not(:last-child)::after {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  .flow__ul-li:not(:last-child)::after {
    content: '';
    top: calc(100% + 16px);
    right: 43%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
.flow__ul-li p {
  margin-top: 12px;
}
.flow__title {
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow__title > img {
  height: 30px;
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.flow__pht {
  width: 100%;
  height: 212px;
  margin-top: 4px;
}
@media screen and (max-width: 599px) {
  .flow__pht {
    height: auto;
  }
}
.flow__pht > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.flow__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .flow__wrapper {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.flow__box {
  width: calc(50% - 32px);
}
@media screen and (max-width: 1024px) {
  .flow__box {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 599px) {
  .flow__box {
    width: 100%;
  }
  .flow__box:not(:last-child) {
    margin-top: 24px;
  }
}
.flow__price {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .flow__price {
    font-size: 2.8rem;
  }
}

.fv {
  position: relative;
  width: calc(100% - 80px);
  height: 100%;
  background: url(../img/fv.jpg) center/cover no-repeat;
  margin: 0 0 0 auto;
  aspect-ratio: 16/9;
  height: 500px;
  height: clamp(540px, 65vw, 640px);
}
@media screen and (max-width: 1024px) {
  .fv {
    width: 100%;
  }
}
.fv__catch {
  max-height: 150px;
  max-width: 520px;
  height: 100%;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: -1px;
}
@media screen and (max-width: 1024px) {
  .fv__catch {
    max-width: 450px;
  }
}
@media screen and (max-width: 599px) {
  .fv__catch {
    max-width: 83%;
  }
}
.fv__catch > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.fv__contact {
  position: absolute;
  bottom: 40px;
  right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .fv__contact {
    display: none;
  }
}
.fv__contact.active {
  position: fixed;
  -webkit-animation: fadeFix 0.5s forwards;
  animation: fadeFix 0.5s forwards;
}
@-webkit-keyframes fadeFix {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeFix {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv__contact a {
  height: 200px;
  width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fv__contact a:hover {
  opacity: 0.7;
}
.fv__contact a > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.info {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .info {
    margin-top: 80px;
  }
}
.info__inner {
  max-width: 1240px;
  width: 93%;
  margin: 0 auto;
}
.info__wrapper {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .info__wrapper {
    margin-top: 80px;
  }
}
.info__list-catch {
  position: relative;
}
.info__list-catch::before,
.info__list-catch::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 48px;
  width: 48px;
}
@media screen and (max-width: 599px) {
  .info__list-catch::before,
  .info__list-catch::after {
    height: 36px;
    width: 36px;
  }
}
.info__list-catch::before {
  left: -64px;
  background: url(../img/ashirai01.png) center/contain no-repeat;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .info__list-catch::before {
    left: -50px;
  }
}
.info__list-catch::after {
  right: -64px;
  background: url(../img/ashirai02.png) center/contain no-repeat;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .info__list-catch::after {
    right: -50px;
  }
}
.info__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .info__ul {
    width: 100%;
  }
}
.info__ul-li:not(:first-child) {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 2px dashed #897b57;
}
.info__ul-li > p {
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .info__ul-li > p {
    font-size: 1.7rem;
  }
}
.info__box {
  position: relative;
  width: calc(50% - 40px);
  max-width: 560px;
  padding: 48px 32px 32px;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .info__box {
    width: 100%;
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .info__box {
    padding: 32px 16px 16px;
    font-size: 1.7rem;
  }
}
.info__box::before {
  content: '';
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/pin01.png) center/contain no-repeat;
  z-index: 1;
}
.info__list-catch {
  display: inline-block;
}
.info__list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 12px;
}

/*# sourceMappingURL=style.css.map */
