@charset "UTF-8";
/* CSS Document */

/*
      セクション間余白
----------------------------------------------------------- */
section {
  padding: 120px 0;
}

footer {
  padding: 60px 0;
}

/*
      テキスト関連
----------------------------------------------------------- */
.highlight {
  background: linear-gradient(180deg, transparent 40%, var(--back_01) 40%);
  font-weight: bold;
}

/*
      リンク色
----------------------------------------------------------- */
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
}

/*
      はみ出し画像中央
----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}
.wic img {
  width: auto;
  max-width: unset;
}

.wic1 {
  margin-left: calc(50% - 1000px);
}
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}
.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}
.wic3 img {
  width: 1600px;
  max-width: 1600px;
}

/*
      Header
----------------------------------------------------------- */
header {
  height: 90px;
  width: 100%;
  position: sticky;
}
.header_inner,
.header_menu-wrap {
  display: flex;
  align-items: center;
}
.header_inner {
  justify-content: space-between;
  height: inherit;
}
.header_menu-wrap {
  gap: 20px;
}
.header_btn a {
  font-size: 16px;
  padding: 15px 45px;
  padding-left: 30px;
  margin-left: 10px;
}
.header_btn a::after {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.header_btn a:hover::after {
  right: 10px;
}
/*MV----------------------------------------------------------- */
.mv {
  position: relative;
  z-index: 1;
  background: url(../img/pc_fv_bg.png) no-repeat top center / cover;
}
.mv_btn a {
  width: 705px;
  padding-block: 45px;
  line-height: 1;
}
.mv_btn a::after {
  right: 30px;
  transition: right .3s ease 0s;
}
.mv_btn a:hover::after {
  right: 20px;
}
.mv .shadow {
  text-shadow: none;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .mv {
    background: url(../img/tb_fv_bg.png) no-repeat top center / cover;
  }
  .mv .shadow {
    text-shadow: 0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc,0 0 3px #e2f6fc;
  }
  .mv .pt_none,
  .mv .ts_none,
  .mv .t_none {
    display: none;
  }
  .mv .p_none,
  .mv .ps_none,
  .mv .s_none {
    display: block;
  }
}
/*CTA----------------------------------------------------------- */
.cta {
  background: url(../img/pc_cta_bg.png) no-repeat center center / cover;
  padding-block: 45px;
}
.cta_inner {
  position: relative;
}
.cta_inner::after {
  content: '';
  position: absolute;
  width: 445px;
  height: 411px;
  background: url(../img/pc_cta_img02.png) no-repeat center center / contain;
  right: 0;
  bottom: -50px;
}
.cta_contents {
  width: 55%;
}
.cta_btn a {
  width: 670px;
  padding-block: 30px;
}
.cta_btn a::before {
  content: '';
}
.cta_btn a::after {
  right: 30px;
}
/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01 {
  margin-top: -45px;
  background: url(../img/pc_sec01_bg.png) no-repeat center center / cover;
}

/*sec02----------------------------------------------------------- */
.sec02_box01 {
  position: relative;
  border: 5px solid var(--color_02);
  border-bottom: none;
  margin-bottom: 0;
}
.sec02_box01::after {
  content: '';
  position: absolute;
  background: url(../img/pc_sec02_img01.png) no-repeat center center / contain;
  width: 375px;
  height: 100%;
  top: -45px;
  right: 45px;
}
.sec02_box01-contents {
  width: 65%;
}
.sec02_box01-contents > div {
  display: flex;
  justify-content: start;
  gap: 15px;
  font-size: 28px;
}
.sec02_box01-contents img {
  width: 35px;
  height: fit-content;
  margin-top: 5px;
}
.sec02_box01-contents p {
  width: calc(100% - 50px);
}

/* box 02 */
.sec02_box02 {
  background-color: var(--color_02);
}
.sec02_box02-arw {
  position: relative;
  margin-top: -90px;
}
.sec02_box02-txt p {
  display: inline;
  background-color: var(--color_02);
  padding-inline: 10px;
}
.sec02_box02_txt p:first-child {
  text-align: center;
}
.sec02_box-btn-tp {
  font-size: 14px;
}

/* box 03 */
.sec02_box03-wrap p {
  text-align: center;
}

/*sec03----------------------------------------------------------- */
.sec03_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
}
.sec03 h3 {
  display: inline;
  padding: 5px 10px;
  text-align: center;
  background-color: var(--color_wt);
}
.sec03 h3 span {
  font-size: 40px;
}
/*sec04----------------------------------------------------------- */
.sec04 {
  overflow-x: hidden;
}
.sec04_item {
  padding: 60px;
  position: relative;
}
.sec04_item::after {
  content: '';
  position: absolute;
  width: 2000px;
  height: 100%;
  top: 0;
  z-index: -1;
}
.sec04_item:nth-child(1)::after,
.sec04_item:nth-child(3)::after {
  right: 50%;
  transform: translateX(30%);
}
.sec04_item:nth-child(1)::after {
  background: url(../img/pc_sec04_bg01.png) no-repeat center center / cover;
}
.sec04_item:nth-child(2)::after {
  background: url(../img/pc_sec04_bg02.png) no-repeat center center / cover;
  left: 50%;
  transform: translateX(-30%);
}
.sec04_item:nth-child(3)::after {
  background: url(../img/pc_sec04_bg03.png) no-repeat center center / cover;
}
.sec04_item-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sec04_item:nth-child(2) .sec04_item-wrap {
  flex-direction: row-reverse;
}
.sec04_item-head p {
  background-color: var(--color_wt);
  display: inline-block;
  padding-inline: 10px;
}

.sec04_item-contents {
  width: 55%;
}
.sec04_item-img {
  width: 45%;
}
.sec04_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec04_box-contents {
  width: 80%;
}
.sec04_box-txt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec04_box-txt p:first-child {
  width: 140px;
}
.sec04_box-txt p:last-child {
  width: calc(100% - 140px);
}
.sec04_box-img {
  width: 20%;
}
/*sec05----------------------------------------------------------- */
.sec05_box-head img {
  width: 451px;
}
.sec05_box-head img {
  width: 100%;
}
.sec05 h3 {
  font-size: 40px;
}
.sec05_box {
  background-color: var(--back_02);
}
.sec05_box {
  display: flex;
  gap: 15px;
}
.sec05_box-img {
  width: 25%;
}
.sec05_box-img img {
  width: 100%;
}
.sec05_box-contents {
  width: 75%;
}
.sec05_img-wrap {
  display: flex;
  justify-content: space-between;
}
/*sec06----------------------------------------------------------- */


/*sec07----------------------------------------------------------- */
.sec07 {
  background: url(../img/pc_sec07_bg.png) no-repeat center center / cover;
}
.sec07_item {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #ccc;
}
.sec07_item:not(:first-child) {
  padding: 30px 0;
}
.sec07_item-num {
  background-color: var(--color_02);
  width: 40px;
  height: 40px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec07_item-contents {
  width: calc(100% - 55px);
}
/*sec08----------------------------------------------------------- */
.sec08_items {
  display: flex;
  justify-content: space-between;
}
.sec08_item {
  width: 25%;
}
.sec08_item-arw {
  display: flex;
  align-items: center;
}
/*sec09----------------------------------------------------------- */
.sec09_box {
  border-radius: 12px;
}
.sec09_box-wrap {
  display: flex;
  gap: 15px;
}
.sec09_box-wrap:first-child {
  align-items: center;
}
.sec09_box-q-icon,
.sec09_box-a-icon {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec09_box-q-icon {
  background-color: var(--color_02);
  border: 1px solid var(--color_02);
}
.sec09_box-a-icon {
  position: relative;
  top: -5px;
  border: 1px solid var(--color_02);
  background-color: var(--color_wt);
}
.sec09_box-wrap > p {
  width: calc(100% - 55px);
}

/*sec10----------------------------------------------------------- */
.sec10 a {
  display: inline-block;
  padding: 10px 0 3px;
  border-bottom: 1px solid var(--color_bk);
}
/*Footer----------------------------------------------------------- */
footer ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer a {
  display: inline-block;
  padding: 10px 5px;
}