@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv .splide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  opacity: 1;
  visibility: initial;
}
#mv .splide.is-active {
  opacity: 1;
  transition: all 0.5s;
}
#mv img {
  width: 100%;
}
#mv .splide__arrow {
  display: none;
}
#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1100px;
  max-width: 98%;
  height: 100%;
}
#mv .main_copy img {
  position: absolute;
  top: 8%;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 24vw;
  height: auto;
  max-width: 427px;
  max-height: 380px;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 0;
  }
  #mv .main_copy img {
    top: auto;
    bottom: 3%;
    right: 0;
    left: 0;
    width: 90%;
    max-width: 599px;
    max-height: 400px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
  .tablet-only {
    display: none;
  }
}
header#top {
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  position: absolute;
  background: transparent;
}

.navigation {
  background: #000;
}

@media screen and (min-width: 768px) {
  .navigation {
    background: transparent;
  }
}
.sec_top .container {
  padding: 0 15px !important;
}
.sec_top .sec_text {
  line-height: 30px;
}
.sec_top .sec_btn a {
  font-size: 18px;
  line-height: 1;
  background: #326c9c;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  max-width: 450px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.2s;
}
.sec_top .sec_btn a:after {
  content: "";
  transition: 0.2s;
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url("../img/common/sp_btn_arrow.png") no-repeat center/cover;
}
.sec_top .sec_btn a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.sec_top .sec_btn a:hover:after {
  transition: 0.2s;
  right: 4%;
}
@media screen and (min-width: 768px) {
  .sec_top .sec_text {
    line-height: 32px;
  }
  .sec_top .sec_btn a {
    letter-spacing: 0.1em;
    font-size: 20px;
    line-height: 1;
    border-radius: 50px;
    max-width: 450px;
    height: 100px;
  }
  .sec_top .sec_btn a:after {
    right: 7%;
    width: 25px;
    height: 25px;
    background: url("../img/common/btn_arrow.png") no-repeat center/cover;
  }
  .sec_top .sec_btn a:hover:after {
    right: 6%;
  }
}
@media screen and (min-width: 1129px) {
  .sec_top .container {
    padding: 0 !important;
  }
  .sec_top .sec_img img {
    width: 1107px;
    max-width: initial;
  }
}

.sec01 {
  padding: 50px 0;
  background: url("../img/top/sp_sec01_bg.jpg") no-repeat center/cover;
}
.sec01 h2 {
  font-size: 22px;
  line-height: 36px;
  text-align: left;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.sec01 figure {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec01 figure {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 100px 0 80px;
    background: url("../img/top/sec01_bg.jpg") no-repeat center/cover;
  }
  .sec01 h2 {
    font-size: 30px;
    line-height: 54px;
    margin-bottom: 30px;
  }
  .sec01 figure {
    margin-top: 40px;
    text-align: left;
  }
}

.sec02 {
  padding: 50px 0;
}
.sec02 .sec_title_line {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 25px;
  font-weight: 600;
  text-align: center;
}
.sec02 .sec_title_line .sec_span {
  border-bottom: 2px solid #fff45c;
  width: fit-content;
  margin: auto;
}
.sec02 .sec_title_line .sec_span2 {
  font-size: 16px;
  padding-top: 14px;
  display: block;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 85px 0;
  }
  .sec02 .sec_title_line {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 35px;
  }
  .sec02 .sec_title_line .sec_span {
    display: block;
    border-bottom: 5px solid #fff45c;
    padding-bottom: 10px;
  }
  .sec02 .sec_title_line .sec_span2 {
    padding-top: 20px;
    font-size: 18px;
  }
  .sec02 .sec_btn_box {
    display: flex;
    gap: 0 4%;
    margin-top: 40px;
  }
  .sec02 .sec_btn_box .sec_btn {
    width: 48%;
    margin: 0;
  }
  .sec02 .sec_btn_box .sec_btn:first-child a {
    margin: 0 0 0 auto;
  }
  .sec02 .sec_btn_box .sec_btn:last-child a {
    margin: 0;
  }
}
@media screen and (min-width: 1129px) {
  .sec02 .sec_title_line {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-top: 35px;
  }
  .sec02 .sec_title_line .sec_span2 {
    font-size: 20px;
  }
}

.sec03 {
  padding: 50px 0;
  min-height: clamp(470px, 130.5555555556vw, 1001.3611111111px);
  background: url("../img/top/sp_sec03_bg.jpg") no-repeat center/100%;
}
.sec03 h2 {
  letter-spacing: 0.05em;
}
.sec03 h2 .sec_span {
  padding: 6px 18.5px;
  letter-spacing: 0.2em;
}
.sec03 .sec_title {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 90px 0 100px;
    min-height: 650px;
    background: url("../img/top/sec03_bg.jpg") no-repeat center/cover;
  }
  .sec03 .container {
    max-width: 1000px;
  }
  .sec03 h2 .sec_span {
    font-size: 18px;
    margin: 35px auto 0;
  }
  .sec03 .sec_title {
    font-size: 22px;
    line-height: 48px;
    letter-spacing: 0.15em;
  }
  .sec03 .sec_text {
    line-height: 40px;
    letter-spacing: 0.15em;
  }
}

.sec04 {
  padding: 50px 0;
  background: url("../img/top/sp_sec04_bg.jpg") no-repeat center top/cover;
}
.sec04 h2 {
  font-size: 22px;
  padding-bottom: 25px;
  font-weight: bold;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.sec04 h2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 150px;
  height: 1px;
  background: #fff;
}
.sec04 .sec_text {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 0 30px;
  text-align: center;
  font-weight: bold;
}
.sec04 .sec_btn {
  margin-top: 30px;
}
.sec04 .sec_box {
  padding: 20px 10px;
  background: #fff;
}
.sec04 .sec_title {
  font-size: 20px;
  line-height: 1;
  padding: 15px 30px;
  margin: 0 0 25px;
  font-weight: bold;
  background: #e4e7ed;
  color: #000;
}
.sec04 .sec_list li {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-left: 22px;
}
.sec04 .sec_list li:not(:first-child) {
  margin-top: 12px;
}
.sec04 .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 6px;
  bottom: auto;
  width: 17px;
  height: 17px;
  background: #cccccc;
  border-radius: 50%;
}
.sec04 .sec_btn a {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3803921569);
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 140px 0 90px;
    background: url("../img/top/sec04_bg.jpg") no-repeat center top/cover;
  }
  .sec04 .container {
    max-width: 1000px;
  }
  .sec04 h2 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.3em;
    text-align: center;
    padding-bottom: 50px;
  }
  .sec04 .sec_text {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 0 0 60px;
    text-align: center;
  }
  .sec04 .sec_btn {
    margin-top: 50px;
  }
  .sec04 .row {
    display: flex;
    align-items: center;
    gap: 0 2%;
  }
  .sec04 .row .col-6:first-child {
    width: 52%;
  }
  .sec04 .row .col-6:last-child {
    width: 46%;
  }
  .sec04 .sec_btn a {
    letter-spacing: 0.15em;
  }
  .sec04 .sec_box {
    padding: 15px;
  }
  .sec04 .sec_title {
    font-size: 22px;
    padding: 15px 30px;
    margin: 0 0 25px;
  }
  .sec04 .sec_list li {
    font-size: 16px;
    padding-left: 22px;
  }
  .sec04 .sec_list li:not(:first-child) {
    margin-top: 12px;
  }
  .sec04 .sec_list li:after {
    top: 6px;
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 1129px) {
  .sec04 .sec_box {
    padding: 20px 40px 20px 20px;
  }
  .sec04 .sec_title {
    font-size: 24px;
    padding: 15px 30px;
    margin: 0 0 25px;
  }
  .sec04 .sec_list li {
    font-size: 18px;
    padding-left: 22px;
  }
  .sec04 .sec_list li:not(:first-child) {
    margin-top: 12px;
  }
  .sec04 .sec_list li:after {
    top: 6px;
    width: 17px;
    height: 17px;
  }
  .sec04 .sec_text {
    letter-spacing: 0.15em;
  }
  .sec04 .sec_btn {
    margin-top: 60px;
  }
  .sec04 .row {
    gap: 0 3%;
  }
  .sec04 .row .col-6:first-child {
    width: 60%;
  }
  .sec04 .row .col-6:last-child {
    width: 37%;
  }
}

.sec05 {
  padding: 50px 0;
  background: url("../img/top/sp_sec05_bg.jpg") no-repeat center/cover;
}
.sec05 h2 {
  margin-bottom: 30px;
}
.sec05 h2 .sec_span {
  padding: 7px 32px;
}
.sec05 .sec_btn {
  margin-top: 30px;
}
.sec05 .sec_btn a {
  font-size: 16px;
  height: 55px;
  font-weight: 500;
  max-width: 384px;
  background: transparent;
}
.sec05 .sec_btn a:after {
  width: 18px;
  height: 18px;
}
.sec05 .sec_box {
  background: #fff;
  border: 1px solid #fff;
}
.sec05 .text_box {
  padding: 14px;
}
.sec05 .sec_day {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 5px;
  color: #999999;
  font-family: "Lato", sans-serif;
}
.sec05 .sec_title {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #000;
}
.sec05 .blog_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
.sec05 .blog_btn a .sec_span {
  position: relative;
}
.sec05 .blog_btn a .sec_span:after {
  content: ">>";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -1.5em;
  top: 0;
  bottom: 0;
}
.sec05 .blog_btn a:hover {
  color: #fff;
  background: #000;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .sec05 .blog_btn a {
    font-size: 14px;
  }
  .sec05 .text_box {
    padding: 10px;
  }
  .sec05 figure img {
    object-fit: cover;
    width: 100%;
    max-height: 300px;
  }
  .sec05 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .sec05 .row .col-3 {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 100px 0 90px;
    background: url("../img/top/sec05_bg.jpg") no-repeat center/cover;
  }
  .sec05 figure img {
    object-fit: cover;
    height: 174px;
  }
  .sec05 .row {
    display: flex;
    gap: 0 3%;
  }
  .sec05 .row .col-3 {
    width: 22.75%;
    display: flex;
  }
  .sec05 .row .col-3 .sec_box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .sec05 .row .col-3 .sec_box .text_box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .sec05 .row .col-3 .sec_box .text_box .blog_btn {
    margin-top: auto;
  }
  .sec05 h2 {
    margin-bottom: 50px;
  }
  .sec05 h2 .sec_span {
    margin-top: 35px;
  }
  .sec05 .sec_btn {
    margin-top: 57px;
  }
  .sec05 .sec_btn a {
    height: 61px;
    letter-spacing: 0.05em;
  }
}