body {
  font-size: 18px;
  color: #232323;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
}
.wrap {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0px 30px;
  }
}

.dis-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .dis-flex-pc {
    display: flex;
    justify-content: space-between;
  }
}
#mainimage {
  position: relative;
  z-index: 1;
}
#mainimage h2 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.64);
  line-height: 1.8;
  top: 120px;
  right: 4vw;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #mainimage {
    padding-top: 100px;
  }
  #mainimage h2 {
    font-size: 30px;
    top: 140px;
  }
}
@media screen and (max-width: 767px) {
  #mainimage h2 {
    font-size: 24px;
    top: 8%;
  }
}

#main .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: unset;
}

#main .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0px !important;
}

#main p {
  margin-bottom: 0px;
}

.ttl {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}
.ttl span {
  font-size: 16px;
  color: #289981;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 36px;
  }
  .ttl span {
    font-size: 14px;
  }
}

.btn-sec a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 256px;
  font-size: 20px;
  font-weight: 500;
  color: #289981;
  padding: 0px 8% 0px 10%;
  line-height: 62px;
  border-radius: 32px;
  border: 1px solid #289981;
  background: #fff;
}
.btn-sec a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  background: url("../img/arrow3.png") center/cover;
}
.btn-sec a:hover {
  background: #289981;
  color: #fff;
}
.btn-sec a:hover::before {
  background-image: url("../img/arrow2.png");
}
@media screen and (max-width: 767px) {
  .btn-sec a {
    width: 100%;
    max-width: unset;
  }
  .btn-sec a:hover {
    opacity: 1;
  }
}

#sec1 {
  background: #F8F3EB;
  padding: 0px;
  box-sizing: border-box;
}
#sec1 .list-banner {
  margin: -160px auto 0px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  padding: 0px 20px;
}
#sec1 .list-banner .sec1-btn a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0px 0px 8px;
  margin-bottom: 24px;
}
#sec1 .list-banner .sec1-btn a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/arrow1.png") center/cover;
  margin-right: 6px;
  top: 5px;
}
#sec1 .list-banner .sec1-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#sec1 .list-banner ul {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  align-items: center;
}
#sec1 .list-banner ul li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 0px 30px;
  }
  #sec1 .list-banner {
    padding: 0px;
    margin-top: -76px;
  }
  #sec1 .list-banner .sec1-btn a {
    margin-bottom: 10px;
  }
  #sec1 .list-banner ul {
    flex-wrap: wrap;
  }
  #sec1 .list-banner ul li {
    width: calc(50% - 6px);
    gap: 12px;
  }
}

#sec2 {
  background: #F8F3EB;
  padding: 64px 0px;
}
#sec2 h2 {
  margin-bottom: 48px;
}
#sec2 .sec2-row1, #sec2 .sec2-row2 {
  flex-direction: row-reverse;
}
#sec2 .sec2-box1 {
  width: 68%;
  display: flex;
  justify-content: space-between;
  align-self: start;
}
#sec2 .sec2-map {
  width: calc(100% - 200px);
  height: 383px;
}
#sec2 .sec2-map iframe {
  width: 100%;
  height: 100%;
}
#sec2 .sec2-box2 {
  background: #fff;
  box-sizing: border-box;
  width: 200px;
  border-radius: 0 8px 8px 0;
  padding: 20px;
}
#sec2 .sec2-box2 dl dt {
  color: #289981;
  font-size: 16px;
}
#sec2 .sec2-box2 dl dd {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 4px;
}
#sec2 .sec2-box2 .sec2-btn1 a {
  display: inline-block;
  margin: 165px 0px 0px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}
#sec2 .sec2-box2 .sec2-btn1 a::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/arrow4.png") center/cover;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#sec2 .sec2-box2 .sec2-btn1 a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#sec2 .sec2-list {
  width: 30%;
}
#sec2 .sec2-list dl {
  line-height: 1.6;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #289981;
}
#sec2 .sec2-list dl dt {
  color: #289981;
  font-size: 16px;
}
#sec2 .sec2-list dl dd {
  margin-top: 4px;
}
#sec2 .sec2-list dl dd a, #sec2 .sec2-list dl dd h1 {
  font-weight: 500;
  color: inherit;
}
#sec2 .sec2-list dl:nth-child(3) {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #289981;
}
#sec2 .sec2-row2 {
  margin-top: 55px;
}
#sec2 .sec2-box3 {
  width: 65.5%;
}
#sec2 .sec2-box4 {
  width: 31%;
}
#sec2 .sec2-img {
  border-radius: 8px;
  overflow: hidden;
}
#sec2 .sec2-banner {
  margin: 14px auto 0px;
  width: 100%;
}
#sec2 .sec2-table {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 31px 4%;
}
#sec2 .sec2-table th, #sec2 .sec2-table td {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  padding: 10px 0px;
  color: #232323;
  border-bottom: 1px solid #289981;
}
#sec2 .sec2-table tr th:first-child {
  width: 28%;
}
#sec2 .sec2-table tr th:first-child span {
  position: relative;
  top: -2px;
  color: #289981;
}
#sec2 .sec2-table thead tr th {
  color: #289981;
}
#sec2 .sec2-table tbody tr:last-child td, #sec2 .sec2-table tbody tr:last-child th {
  border-bottom: none;
}
#sec2 .sec2-txt1 {
  margin: 24px 0px 40px;
}
#sec2 .sec2-txt1 p {
  position: relative;
  padding-left: 20px;
}
#sec2 .sec2-txt1 p span {
  position: absolute;
  top: 0;
  left: 0;
}
#sec2 .sec2-listbtn {
  gap: 5%;
  justify-content: center;
}
#sec2 .btn-sec {
  width: 36%;
  min-width: 240px;
}
#sec2 .btn-sec a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 40px 0px 48px;
  }
  #sec2 h2 {
    margin-bottom: 24px;
  }
  #sec2 .sec2-box1 {
    display: block;
    width: 100%;
  }
  #sec2 .sec2-map {
    width: 100%;
    height: 240px;
  }
  #sec2 .sec2-box2 {
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 16px 24px 24px;
  }
  #sec2 .sec2-box2 dl dt {
    font-size: 14px;
  }
  #sec2 .sec2-box2 dl dd {
    font-size: 16px;
  }
  #sec2 .sec2-box2 .sec2-btn1 a {
    margin: 16px 0px 0px;
  }
  #sec2 .sec2-list {
    width: 100%;
    margin: 24px 0px 0px;
  }
  #sec2 .sec2-row2 {
    margin-top: 32px;
  }
  #sec2 .sec2-box3 {
    width: 100%;
  }
  #sec2 .sec2-box4 {
    width: 100%;
  }
  #sec2 .sec2-table {
    padding: 24px;
  }
  #sec2 .sec2-table th, #sec2 .sec2-table td {
    font-size: 18px;
    letter-spacing: 0;
  }
  #sec2 .sec2-table tr th:first-child {
    width: 38%;
  }
  #sec2 .sec2-img {
    margin-top: 64px;
  }
  #sec2 .sec2-txt1 {
    font-size: 16px;
    margin: 16px 0px 40px;
  }
  #sec2 .btn-sec {
    width: 100%;
    margin-bottom: 10px;
  }
}

#sec3 {
  background: #F8F3EB;
  padding: 0px 0px 80px;
}
#sec3 .sec3-btn a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #289981;
  position: relative;
  padding: 0px 0px 8px;
}
#sec3 .sec3-btn a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/arrow4.png") center/cover;
  margin-right: 6px;
  top: 5px;
}
#sec3 .sec3-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#sec3 .post-box {
  margin-top: 0px;
}
#sec3 .post-box .post-box__content {
  display: flex;
/*   justify-content: space-between; */
}

#sec3 .post-box .post-box__content a {
  display: block;
  width: 19.2%;
margin-right:30px;
  height: 100%;
  font-weight: 500;
}
#sec3 .post-box .post-box__content a:last-child {
margin-right:0;
}
#sec3 .post-box .post-box__content a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#sec3 .post-box .post-box__content dl {
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(71, 71, 71, 0.25);
  position: relative;
  padding: 20px;
  min-height: 200px;
  overflow: hidden;
}
#sec3 .post-box .post-box__content dl::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  background: url("../img/arrow5.png") center/cover;
}
#sec3 .post-box .post-box__content dl dt {
  font-size: 16px;
  color: #289981;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec3 .post-box .post-box__content dl dt .new-label {
  background: #C1B499;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: 47px;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 20px;
  margin: 0px;
  height: auto;
}
#sec3 .post-box .post-box__content dl dd {
  font-size: 18px;
  line-height: 1.4;
  color: #1E254B;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #sec3 .post-box .post-box__content dl {
    padding: 20px 7%;
  }
  #sec3 .post-box .post-box__content dl dt {
    font-size: 14px;
    flex-wrap: wrap;
  }
  #sec3 .post-box .post-box__content dl dt .new-label {
    margin: 4px 0px 0px;
    font-size: 10px;
  }
  #sec3 .post-box .post-box__content dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding: 0px 0px 130px;
  }
	#sec3 .post-box .post-box__content a {
margin-right:0px;
}

  #sec3 .post-box .post-box__content .slick-list {
    overflow: unset;
  }
  #sec3 .post-box .post-box__content a {
    width: 208px !important;
    margin-right: 10px;
  }
  #sec3 .post-box .post-box__content a:hover {
    opacity: 1;
  }
  #sec3 .post-box .post-box__content .slick-arrow {
    position: absolute;
    bottom: -68px;
    font-size: 0px;
    border: none;
    background: none;
    left: calc(50% - 30px);
    width: 42px;
    height: 42px;
    transform: translateX(-50%);
  }
  #sec3 .post-box .post-box__content .slick-prev {
    background: url("../img/prev.png") center/cover;
  }
  #sec3 .post-box .post-box__content .slick-next {
    left: calc(50% + 30px);
    background: url("../img/next.png") center/cover;
  }
}

#sec4 {
	background: #ffffff;
  padding: 64px 0px 80px;
}
#sec4 h2 {
  margin-bottom: 48px;
}
#sec4 .sec4-row {
  flex-direction: row-reverse;
}
#sec4 .sec4-box1 {
  width: 65.5%;
  align-self: flex-start;
}
#sec4 .sec4-img1 {
  overflow: hidden;
  border-radius: 8px;
  width: 58%;
}
#sec4 .sec4-box2 {
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#sec4 .sec4-box3 {
  width: 31%;
}
#sec4 .sec4-img2 {
  border-radius: 8px;
  overflow: hidden;
}
#sec4 .sec4-txt1 {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #F8F3EB;
  width: 100%;
  height: 22%;
}
#sec4 .sec4-txt1 span {
  display: inline-block;
  font-size: 18px;
  color: #289981;
  margin-right: 5px;
}
#sec4 h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0px 0px 16px;
}
#sec4 h3 span {
  color: #289981;
}
#sec4 .sec4-btn a {
  margin: 48px 0px 0px;
}
@media screen and (max-width: 767px) {
  #sec4 {
    padding: 64px 0px;
  }
  #sec4 h2 {
    margin-bottom: 24px;
  }
  #sec4 .sec4-box1 {
    width: 100%;
  }
  #sec4 .sec4-box3 {
    width: 100%;
  }
  #sec4 .sec4-img1 {
    width: 100%;
  }
  #sec4 .sec4-box2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 8px 0px 0px;
  }
  #sec4 .sec4-img2 {
    width: 50%;
  }
  #sec4 .sec4-txt1 {
    width: 48%;
    display: block;
    background: none;
    font-size: 20px;
    margin: 6px 0px 0px;
  }
  #sec4 .sec4-txt1 span {
    font-size: 14px;
  }
  #sec4 h3 {
    margin: 16px 0px;
  }
  #sec4 .sec4-btn a {
    margin: 32px auto 0px;
  }
}/*# sourceMappingURL=index.css.map */

.conversion{
	background: #fff;
}