.main-visual {
  margin-top: 65px;
}

.main-visual .mv-item {
  position: relative;
}

.main-visual .mv-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .0);
  position: absolute;
  top: 0;
  left: 0;
}

.main-visual .mv-item>img {
  width: 100%;
}

.main-visual .mv-item .mv-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 75px;
}

.main-visual .mv-item .mv-text .text01 {
  color: #fff;
  font-family: 'OMT';
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  line-height: 1em;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}

.main-visual .mv-item .mv-text .text02 {
  color: #fff;
  margin-top: 20px;
  font-size: 5.5vw;
  text-align: center;
  line-height: 1.5em;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}

.main-visual .mv-item .mv-text .text02 span {
  display: block;
}

.main-visual .slick-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.main-visual .slick-dots li {
  display: inline;
  margin: 0 7px;
}

.main-visual .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.main-visual .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.main-container .main-sectino01 {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

.main-container .main-sectino01 .text01 {
  font-family: 'OMT';
  font-size: 25px;
  line-height: 1.3em;
}

.main-container .main-sectino01 .text02 {
  font-size: 3.7vw;
  line-height: 1.3em;
  font-weight: 300;
  color: #666;
  margin-top: 15px;
  word-break: keep-all;
}

.main-container .main-sectino01 .text03 {
  font-size: 18px;
  line-height: 1em;
  margin-top: 25px;
  word-break: keep-all;
  font-family: 'OMR';
}

.main-container .main-sectino01>a {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 33px;
  margin-top: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  font-size: 13px;
  font-family: 'OMR';
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-container .main-sectino01>a:hover {
  background-color: #557cc0;
  border-color: #557cc0;
  color: #fff;
}

.main-container .main-section02 {
  padding: 25px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


.main-container .main-section02 .section02-list>a {
  background-color: #fff;
  padding: 45px 0;
  width: 100%;
  text-align: center;
  transition: all ease .3s;
  display: block;
}

.main-container .main-section02 .section02-list>a:not(:last-child) {
  margin-bottom: 20px;
}

.main-container .main-section02 .section02-list>a:nth-child(1) {
  background-color: #f3e9e8;
}

.main-container .main-section02 .section02-list>a:nth-child(2) {
  background-color: #fdf9ee;
}

.main-container .main-section02 .section02-list>a:nth-child(3) {
  background-color: #e1ffe2;
}

.main-container .main-section02 .section02-list>a:nth-child(4) {
  background-color: #eaf9f6;
}

.main-container .main-section02 .section02-list .text01 {
  font-size: 28px;
  font-family: 'OMR';
  font-weight: 600;
  transition: all ease .3s;
}

.main-container .main-section02 .section02-list .text02 {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'OMR';
  font-weight: 500;
  color: #666;
  letter-spacing: -0.07em;
  transition: all ease .3s;
}

.main-container .main-section02 .section02-list .text03 {
  width: 70px;
  border: 1px solid #D0D0D0;
  color: #999;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 28px;
  height: 30px;
}

.main-container .main-section02 .section02-list svg {
  width: 80px;
  height: 80px;
  margin: 45px auto 0 auto;
}

.main-container .main-section02 .section02-list>a:nth-child(1) svg {
  fill: #c7a09c;
}

.main-container .main-section02 .section02-list>a:nth-child(2) svg {
  fill: #fcd876;
}

.main-container .main-section02 .section02-list>a:nth-child(3) svg {
  fill: #98ce9a;
}

.main-container .main-section02 .section02-list>a:nth-child(4) svg {
  fill: #4ebfac;
}

.main-container .main-section03 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.main-container .main-section03 .section03-list:first-child {
  margin-bottom: 75px;
}

.main-container .main-section03 .section03-list>div>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.main-container .main-section03 .section03-list>div>a:last-child {
  margin-bottom: 0;
}

.main-container .main-section03 .section03-list>div .list-tit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 300;
  line-height: 1em;
  width: 250px;
}

.main-container .main-section03 .section03-list>div .list-tit span {
  font-family: 'OMT';
  font-weight: 500;
  margin-right: 7px;
}

.main-container .main-section03 .section03-list>div .list-date {
  font-size: 13px;
  font-family: 'OMR';
}

.main-container .main-section03 .section03-tit {
  font-family: 'OMR';
  font-size: 25px;
  line-height: 1em;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}

.main-container .main-section03 .section03-tit::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #557cc0;
  position: absolute;
  bottom: 0;
  left: 0;
}