.marker {
  background: linear-gradient(transparent 60%, #FFF700 60%);
}

.hero__area {
  background: url(../img/top/img_hero.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 818px;
  position: relative;
}
@media (max-width: 1080px) {
  .hero__area {
    background: none;
    position: initial;
    height: auto;
  }
}
.hero__area .sp_hero {
  display: none;
}
@media (max-width: 1080px) {
  .hero__area .sp_hero {
    display: block;
  }
  .hero__area .sp_hero img {
    width: 100%;
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 1080px) {
  .hero__area .inner {
    padding: 0 10px;
  }
}
.hero__area .inner h1 {
  position: absolute;
  top: 75px;
  left: 78px;
  width: 905px;
}
.hero__area .inner h1 img {
  width: 100%;
}
@media (max-width: 1080px) {
  .hero__area .inner h1 {
    position: initial;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
  }
  .hero__area .inner h1 img {
    max-width: 560px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .hero__area .inner h1 + .sp {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .hero__area .inner h1 + .sp img {
    display: block;
    width: 76px;
    height: 76px;
  }
  .hero__area .inner h1 + .sp img:nth-of-type(2) {
    margin: 0 10px;
  }
}
.hero__area .inner .sp {
  display: none;
}
@media (max-width: 1080px) {
  .hero__area .inner .list {
    display: flex;
    justify-content: center;
  }
}
.hero__area .inner .list ul {
  position: absolute;
  top: 250px;
  left: 110px;
}
@media (max-width: 1080px) {
  .hero__area .inner .list ul {
    position: initial;
    margin: 23px 0 40px;
  }
}
.hero__area .inner .list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.hero__area .inner .list ul li img {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .hero__area .inner .list ul li img {
    display: none;
  }
}
.hero__area .inner .list ul li div {
  font-weight: bold;
}
.hero__area .inner .list ul li div .marker {
  font-size: 3.8rem;
  margin-right: 10px;
}
@media (max-width: 1080px) {
  .hero__area .inner .list ul li div .marker {
    font-size: clamp(2rem, 5vw, 3.6rem);
  }
}
.hero__area .inner .list ul li div span {
  font-size: 2.4rem;
}
@media (max-width: 1080px) {
  .hero__area .inner .list ul li div span {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
  }
}
@media (max-width: 768px) {
  .hero__area .inner .list ul li div span {
    font-feature-settings: "palt" 1;
    letter-spacing: 0.01em;
  }
}

.section.sec01 {
  background: #D50012;
  position: relative;
  margin-top: -10px;
}
@media (max-width: 1080px) {
  .section.sec01 {
    top: 100px;
    margin: 0 0 100px;
  }
}
.section.sec01::before {
  content: "";
  background: url(../img/top/img_redsheet_top.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  left: 0;
  height: 3.6vw;
  top: -3.6vw;
}
@media (max-width: 1650px) {
  .section.sec01::before {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .section.sec01::before {
    background: url(../img/top/img_redsheet_top_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 77px;
    top: -77px;
  }
}
.section.sec01::after {
  content: "";
  background: url(../img/top/img_redsheet_btm.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  left: 0;
  height: 3.6vw;
  bottom: -3.6vw;
}
@media (max-width: 1650px) {
  .section.sec01::after {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .section.sec01::after {
    background: url(../img/top/img_redsheet_btm_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 77px;
    bottom: -77px;
  }
}
.section.sec01 .over {
  width: 100%;
}
.section.sec01 .over::before, .section.sec01 .over::after {
  content: "";
  border: 5px solid #E1D1B6;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  position: absolute;
  left: 20px;
  top: -0.5vw;
  display: inline-block;
}
@media (max-width: 768px) {
  .section.sec01 .over::before, .section.sec01 .over::after {
    width: 14px;
    height: 14px;
    left: 15px;
    top: -3vw;
  }
}
.section.sec01 .over::after {
  left: inherit;
  right: 20px;
  top: -0.5vw;
  display: inline-block;
}
@media (max-width: 768px) {
  .section.sec01 .over::after {
    right: 15px;
    top: -3vw;
  }
}
.section.sec01 .over.btm::before, .section.sec01 .over.btm::after {
  top: inherit;
  bottom: 1vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .section.sec01 .over.btm::before, .section.sec01 .over.btm::after {
    bottom: 4vw;
  }
}
.section.sec01 .over .inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 80px;
}
@media (max-width: 1650px) {
  .section.sec01 .over .inner {
    padding-top: 300px;
  }
}
@media (max-width: 1080px) {
  .section.sec01 .over .inner {
    padding-top: 350px;
  }
}
@media (max-width: 768px) {
  .section.sec01 .over .inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 570px) {
  .section.sec01 .over .inner {
    padding-top: 200px;
  }
}
.section.sec01 .over .inner .sub {
  background: #fff;
  color: #000;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 77px;
  padding: 0 30px;
}
.section.sec01 .over .inner .sub br {
  display: none;
}
.section.sec01 .over .inner .sub span {
  font-size: 4rem;
}
@media (max-width: 1080px) {
  .section.sec01 .over .inner .sub {
    font-size: 2rem;
    margin: 0 30px;
  }
  .section.sec01 .over .inner .sub span {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .section.sec01 .over .inner .sub {
    display: block;
    font-feature-settings: "palt" 1;
    width: 100%;
    text-align: center;
  }
  .section.sec01 .over .inner .sub br {
    display: block;
  }
}
@media (max-width: 570px) {
  .section.sec01 .over .inner .sub {
    margin: 0;
  }
}
.section.sec01 .over .inner .big_copy {
  margin: 20px 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 150px;
}
@media (max-width: 1370px) {
  .section.sec01 .over .inner .big_copy {
    padding-left: 0;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 1080px) {
  .section.sec01 .over .inner .big_copy {
    align-items: center;
  }
}
.section.sec01 .over .inner .big_copy .big_copy_inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .section.sec01 .over .inner .big_copy .big_copy_inner {
    display: block;
  }
}
.section.sec01 .over .inner .big_copy .big_copy_inner p {
  display: flex;
  align-items: center;
}
.section.sec01 .over .inner .big_copy .big_copy_inner p span:first-of-type {
  font-size: 6.1rem;
  font-weight: bold;
}
@media (max-width: 910px) {
  .section.sec01 .over .inner .big_copy .big_copy_inner p span:first-of-type {
    font-size: clamp(2.4rem, 5vw, 4rem);
    padding-top: 5vw;
  }
}
@media (max-width: 910px) {
  .section.sec01 .over .inner .big_copy .big_copy_inner p span:nth-of-type(2) {
    max-width: 70vw;
  }
  .section.sec01 .over .inner .big_copy .big_copy_inner p span:nth-of-type(2) img {
    width: 100%;
  }
}
.section.sec01 .over .inner .big_copy .big_copy_inner p span:nth-of-type(3) {
  font-size: 6.1rem;
  font-weight: bold;
  margin-left: 20px;
}
@media (max-width: 910px) {
  .section.sec01 .over .inner .big_copy .big_copy_inner p span:nth-of-type(3) {
    font-size: clamp(2.4rem, 5vw, 4rem);
    padding-top: 5vw;
    margin-left: 5px;
  }
}
.section.sec01 .over .inner .big_copy .big_copy_inner p + span {
  font-size: 9.6rem;
  font-weight: bold;
  margin: 0 30px;
  letter-spacing: 0.1em;
}
@media (max-width: 1370px) {
  .section.sec01 .over .inner .big_copy .big_copy_inner p + span {
    margin-right: 0;
  }
}
@media (max-width: 1080px) {
  .section.sec01 .over .inner .big_copy .big_copy_inner p + span {
    width: 100%;
    margin: 0;
    font-size: 7.6rem;
  }
}
.section.sec01 .over .inner .big_copy > p {
  font-size: 2.2rem;
}
@media (max-width: 1370px) {
  .section.sec01 .over .inner .big_copy > p {
    display: block;
    margin-top: -50px;
  }
}
@media (max-width: 1080px) {
  .section.sec01 .over .inner .big_copy > p {
    margin-top: -10px;
    font-size: 1.6rem;
  }
}
.section.sec01 .over .inner .big_copy_dtl {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  align-items: center;
}
@media (max-width: 1370px) {
  .section.sec01 .over .inner .big_copy_dtl {
    margin-top: 50px;
  }
}
@media (max-width: 1080px) {
  .section.sec01 .over .inner .big_copy_dtl {
    flex-direction: column;
    margin-top: 20px;
  }
}
.section.sec01 .over .inner .big_copy_dtl .bg_black {
  background: #000;
  font-weight: bold;
  width: 390px;
  padding: 20px 0 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
}
@media (max-width: 1080px) {
  .section.sec01 .over .inner .big_copy_dtl .bg_black {
    max-width: 85vw;
    margin: 0 auto 20px;
    font-size: clamp(1.8rem, 1vw, 2.2rem);
    padding: 14px 0 14px 10px;
  }
}
@media (max-width: 768px) {
  .section.sec01 .over .inner .big_copy_dtl .bg_black {
    font-feature-settings: "palt" 1;
  }
}
.section.sec01 .over .inner .big_copy_dtl .bg_black span {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .section.sec01 .over .inner .big_copy_dtl .bg_black span {
    font-size: clamp(2.2rem, 7vw, 3rem);
  }
}
.section.sec01 .over .inner .big_copy_dtl .bg_black + p {
  width: calc(100% - 389px);
  margin-left: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 1080px) {
  .section.sec01 .over .inner .big_copy_dtl .bg_black + p {
    width: 100%;
    padding: 0 30px;
    margin-left: 0;
    font-size: clamp(1.6rem, 2vw, 1.8rem);
    line-height: 1.8;
  }
}
@media (max-width: 570px) {
  .section.sec01 .over .inner .big_copy_dtl .bg_black + p {
    padding: 0 10px;
  }
}
.section.sec01 .layer_img {
  position: absolute;
  top: -300px;
  right: 70px;
}
@media (max-width: 1650px) {
  .section.sec01 .layer_img {
    top: -150px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1080px) {
  .section.sec01 .layer_img {
    top: -120px;
  }
  .section.sec01 .layer_img img {
    width: 90vw;
    max-width: 420px;
  }
}
@media (max-width: 1080px) and (max-width: 570px) {
  .section.sec01 .layer_img img {
    max-width: 300px;
    width: 72vw;
  }
}
.section.sec02 {
  background: url(../img/top/img_main_sheet.jpg) no-repeat;
  background-size: auto;
  background-position: center top 100px;
  min-height: 1000px;
}
@media (max-width: 1370px) {
  .section.sec02 {
    background-size: 970px;
  }
}
@media (max-width: 1080px) {
  .section.sec02 {
    background: url(../img/top/img_main_sheet_mid.jpg) no-repeat;
    background-size: contain;
    background-position: center top 120px;
  }
}
@media (max-width: 768px) {
  .section.sec02 {
    background: none;
  }
  .section.sec02::before {
    content: "";
    background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(to right, #fff 1px, #F7F7F7 1px);
    background-size: 43px 39px;
    width: 100%;
    height: 350vh;
    display: inline-block;
    position: absolute;
    z-index: -1;
    margin-top: 22vw;
  }
}
@media (max-width: 570px) {
  .section.sec02 {
    background-position: center top 32vw;
  }
}
.section.sec02 .inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  margin-top: -20px;
}
@media (max-width: 1370px) {
  .section.sec02 .inner {
    max-width: 1230px;
  }
}
@media (max-width: 768px) {
  .section.sec02 .inner {
    margin-top: -10px;
  }
}
.section.sec02 .inner .hiketsu {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 6px solid #E60013;
  border-radius: 20px;
  width: 654px;
  margin: 0 auto;
  background: #fff;
  height: 170px;
  font-size: 3.4rem;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .section.sec02 .inner .hiketsu {
    width: calc(100% - 50px);
    font-size: clamp(1.8rem, 4vw, 3rem);
    height: auto;
    border-width: 3px;
  }
}
.section.sec02 .inner .hiketsu::after {
  content: "";
  border: 6px solid transparent;
  border-color: transparent #E60013 #E60013 transparent;
  background: #fff;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .section.sec02 .inner .hiketsu::after {
    border-width: 3px;
    width: 22px;
    height: 22px;
    bottom: -11px;
  }
}
@media (max-width: 768px) {
  .section.sec02 .inner .hiketsu p {
    padding: 20px 0;
  }
}
.section.sec02 .inner .hiketsu p span {
  font-size: 4.3rem;
}
@media (max-width: 768px) {
  .section.sec02 .inner .hiketsu p span {
    font-size: clamp(2.3rem, 5vw, 4rem);
  }
}
.section.sec02 .inner .hiketsu + .img_sp {
  display: none;
  height: 0;
}
@media (max-width: 768px) {
  .section.sec02 .inner .hiketsu + .img_sp {
    display: block;
    display: block;
    width: 100%;
    height: 66.4vw;
    margin: 15px 0 30px;
  }
  .section.sec02 .inner .hiketsu + .img_sp img {
    width: 100%;
  }
}
.section.sec02 .inner .col__wrap_over {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .section.sec02 .inner .col__wrap_over {
    flex-direction: column;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .section.sec02 .inner .col__wrap_over {
    padding: 0;
  }
}
.section.sec02 .inner .col__wrap_over .col__wrap {
  display: flex;
}
@media (max-width: 1080px) {
  .section.sec02 .inner .col__wrap_over .col__wrap {
    margin-top: calc(75.2vw - 170px);
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section.sec02 .inner .col__wrap_over .col__wrap {
    display: block;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section.sec02 .inner .col__wrap_over .col__wrap .col__box {
  width: 265px;
  border: 6px solid #005DB8;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 14px 14px;
  background: #fff;
  padding: 15px;
}
@media (max-width: 1080px) {
  .section.sec02 .inner .col__wrap_over .col__wrap .col__box:first-of-type {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .section.sec02 .inner .col__wrap_over .col__wrap .col__box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section.sec02 .inner .col__wrap_over .col__wrap .col__box .img {
  display: flex;
  justify-content: center;
  max-width: 590px;
  margin: 0 auto;
}
.section.sec02 .inner .col__wrap_over .col__wrap .col__box .img img {
  width: 100%;
}
.section.sec02 .inner .col__wrap_over .col__wrap .col__box .txt {
  padding-top: 5px;
  max-width: 590px;
  margin: 0 auto;
}
.section.sec02 .inner .col__wrap_over .col__wrap .col__box .txt .txt_ttl {
  color: #005DB8;
  font-size: 2.2rem;
  font-weight: bold;
}
.section.sec02 .inner .col__wrap_over .col__wrap:first-of-type, .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type {
  flex-direction: column;
  width: 265px;
}
@media (max-width: 1080px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:first-of-type, .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type {
    flex-direction: row;
    width: 100%;
  }
}
.section.sec02 .inner .col__wrap_over .col__wrap:first-of-type .col__box.upper, .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type .col__box.upper {
  margin-bottom: 100px;
}
@media (max-width: 1370px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:first-of-type .col__box.upper, .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type .col__box.upper {
    margin-bottom: 50px;
  }
}
@media (max-width: 1080px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:first-of-type .col__box.upper, .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type .col__box.upper {
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:first-of-type .col__box:first-of-type, .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type .col__box:first-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:first-of-type .col__box:first-of-type, .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type .col__box:first-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 1080px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:first-of-type .col__box, .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type .col__box {
    width: 48%;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:first-of-type .col__box, .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type .col__box {
    width: 100%;
  }
}
.section.sec02 .inner .col__wrap_over .col__wrap:last-of-type {
  flex-direction: column-reverse;
  justify-content: flex-end;
  transform: translateX(-2px);
}
@media (max-width: 1370px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type {
    transform: translateX(0);
    margin-top: 0;
  }
}
@media (max-width: 1080px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:last-of-type {
    flex-direction: row;
    justify-content: space-around;
  }
}
.section.sec02 .inner .col__wrap_over .col__wrap:nth-of-type(2) {
  width: calc(100% - 265px);
  max-width: 700px;
  margin-top: 650px;
  align-items: flex-start;
  justify-content: space-around;
}
@media (max-width: 1370px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:nth-of-type(2) {
    margin-top: 511px;
    max-width: 600px;
  }
}
@media (max-width: 1080px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:nth-of-type(2) {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    align-items: inherit;
  }
  .section.sec02 .inner .col__wrap_over .col__wrap:nth-of-type(2) .col__box {
    width: 48%;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .section.sec02 .inner .col__wrap_over .col__wrap:nth-of-type(2) .col__box {
    width: 100%;
  }
}
.section.sec02 .inner .txt_bottom {
  margin: 50px 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.8;
}
@media (max-width: 1080px) {
  .section.sec02 .inner .txt_bottom {
    padding: 0 20px;
    text-align: left;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .section.sec02 .inner .txt_bottom {
    font-size: clamp(1.6rem, 2.8vw, 2rem);
  }
}
.section.sec03, .section.sec04, .section.sec05, .section.sec06, .section.sec07 {
  background: #00178B;
  position: relative;
  overflow-x: hidden;
}
.section.sec03::before, .section.sec03::after, .section.sec04::before, .section.sec04::after, .section.sec05::before, .section.sec05::after, .section.sec06::before, .section.sec06::after, .section.sec07::before, .section.sec07::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 768px) {
  .section.sec03::before, .section.sec03::after, .section.sec04::before, .section.sec04::after, .section.sec05::before, .section.sec05::after, .section.sec06::before, .section.sec06::after, .section.sec07::before, .section.sec07::after {
    border-width: 0 0 40px 100vw;
  }
}
.section.sec03::after, .section.sec04::after, .section.sec05::after, .section.sec06::after, .section.sec07::after {
  top: inherit;
  bottom: 0;
  border-color: transparent transparent #fff transparent;
}
.section.sec03 .inner, .section.sec04 .inner, .section.sec05 .inner, .section.sec06 .inner, .section.sec07 .inner {
  max-width: 1440px;
  padding: 70px 20px 150px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section.sec03 .inner, .section.sec04 .inner, .section.sec05 .inner, .section.sec06 .inner, .section.sec07 .inner {
    padding-bottom: 80px;
  }
}
.section.sec03 .inner .ttl_over, .section.sec04 .inner .ttl_over, .section.sec05 .inner .ttl_over, .section.sec06 .inner .ttl_over, .section.sec07 .inner .ttl_over {
  text-align: center;
  padding: 124px 0 30px;
}
@media (max-width: 910px) {
  .section.sec03 .inner .ttl_over, .section.sec04 .inner .ttl_over, .section.sec05 .inner .ttl_over, .section.sec06 .inner .ttl_over, .section.sec07 .inner .ttl_over {
    padding: 80px 0 5%;
  }
}
@media (max-width: 768px) {
  .section.sec03 .inner .ttl_over, .section.sec04 .inner .ttl_over, .section.sec05 .inner .ttl_over, .section.sec06 .inner .ttl_over, .section.sec07 .inner .ttl_over {
    padding: 10% 0 6%;
  }
}
.section.sec03 .inner .ttl_over + p, .section.sec04 .inner .ttl_over + p, .section.sec05 .inner .ttl_over + p, .section.sec06 .inner .ttl_over + p, .section.sec07 .inner .ttl_over + p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
@media (max-width: 768px) {
  .section.sec03 .inner .ttl_over + p, .section.sec04 .inner .ttl_over + p, .section.sec05 .inner .ttl_over + p, .section.sec06 .inner .ttl_over + p, .section.sec07 .inner .ttl_over + p {
    font-feature-settings: "palt" 1;
  }
}
.section.sec03 .inner .ttl_over h2, .section.sec04 .inner .ttl_over h2, .section.sec05 .inner .ttl_over h2, .section.sec06 .inner .ttl_over h2, .section.sec07 .inner .ttl_over h2 {
  font-size: clamp(5rem, 6vw, 7rem);
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 1;
  display: inline;
  padding: 0 20px;
}
@media (max-width: 910px) {
  .section.sec03 .inner .ttl_over h2, .section.sec04 .inner .ttl_over h2, .section.sec05 .inner .ttl_over h2, .section.sec06 .inner .ttl_over h2, .section.sec07 .inner .ttl_over h2 {
    font-size: clamp(2.8rem, 6vw, 6rem);
    width: 100%;
    margin: 40px 0;
    padding: 0 10px;
  }
}
.section.sec03 .inner .ttl_over h2::after, .section.sec04 .inner .ttl_over h2::after, .section.sec05 .inner .ttl_over h2::after, .section.sec06 .inner .ttl_over h2::after, .section.sec07 .inner .ttl_over h2::after {
  content: "";
  background: rgba(216, 219, 235, 0.25);
  width: 100%;
  height: 38px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
@media (max-width: 910px) {
  .section.sec03 .inner .ttl_over h2::after, .section.sec04 .inner .ttl_over h2::after, .section.sec05 .inner .ttl_over h2::after, .section.sec06 .inner .ttl_over h2::after, .section.sec07 .inner .ttl_over h2::after {
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    bottom: 0;
  }
}
.section.sec03 .inner .col__wrap, .section.sec04 .inner .col__wrap, .section.sec05 .inner .col__wrap, .section.sec06 .inner .col__wrap, .section.sec07 .inner .col__wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section.sec03 .inner .col__wrap, .section.sec04 .inner .col__wrap, .section.sec05 .inner .col__wrap, .section.sec06 .inner .col__wrap, .section.sec07 .inner .col__wrap {
    display: block;
    margin: 40px 0;
  }
}
.section.sec03 .inner .col__wrap .col__box, .section.sec04 .inner .col__wrap .col__box, .section.sec05 .inner .col__wrap .col__box, .section.sec06 .inner .col__wrap .col__box, .section.sec07 .inner .col__wrap .col__box {
  width: 31.86%;
  background: #fff;
  border-radius: 20px;
  padding: 33px;
  color: #00178B;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2.2%;
}
@media (max-width: 1370px) {
  .section.sec03 .inner .col__wrap .col__box, .section.sec04 .inner .col__wrap .col__box, .section.sec05 .inner .col__wrap .col__box, .section.sec06 .inner .col__wrap .col__box, .section.sec07 .inner .col__wrap .col__box {
    padding: 25px;
  }
}
@media (max-width: 1080px) {
  .section.sec03 .inner .col__wrap .col__box, .section.sec04 .inner .col__wrap .col__box, .section.sec05 .inner .col__wrap .col__box, .section.sec06 .inner .col__wrap .col__box, .section.sec07 .inner .col__wrap .col__box {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .section.sec03 .inner .col__wrap .col__box, .section.sec04 .inner .col__wrap .col__box, .section.sec05 .inner .col__wrap .col__box, .section.sec06 .inner .col__wrap .col__box, .section.sec07 .inner .col__wrap .col__box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.section.sec03 .inner .col__wrap .col__box .upper, .section.sec04 .inner .col__wrap .col__box .upper, .section.sec05 .inner .col__wrap .col__box .upper, .section.sec06 .inner .col__wrap .col__box .upper, .section.sec07 .inner .col__wrap .col__box .upper {
  margin: 0 auto 10px;
  max-width: 600px;
}
.section.sec03 .inner .col__wrap .col__box .upper h3, .section.sec04 .inner .col__wrap .col__box .upper h3, .section.sec05 .inner .col__wrap .col__box .upper h3, .section.sec06 .inner .col__wrap .col__box .upper h3, .section.sec07 .inner .col__wrap .col__box .upper h3 {
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: bold;
  text-align: center;
  margin: clamp(10px, 8%, 20px) 0;
}
.section.sec03 .inner .col__wrap .col__box .upper p, .section.sec04 .inner .col__wrap .col__box .upper p, .section.sec05 .inner .col__wrap .col__box .upper p, .section.sec06 .inner .col__wrap .col__box .upper p, .section.sec07 .inner .col__wrap .col__box .upper p {
  font-size: clamp(1.6rem, 2.3vw, 2rem);
  margin-bottom: 10px;
}
.section.sec03 .inner .col__wrap .col__box .img, .section.sec04 .inner .col__wrap .col__box .img, .section.sec05 .inner .col__wrap .col__box .img, .section.sec06 .inner .col__wrap .col__box .img, .section.sec07 .inner .col__wrap .col__box .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.section.sec03 .inner .col__wrap .col__box .img.col2, .section.sec04 .inner .col__wrap .col__box .img.col2, .section.sec05 .inner .col__wrap .col__box .img.col2, .section.sec06 .inner .col__wrap .col__box .img.col2, .section.sec07 .inner .col__wrap .col__box .img.col2 {
  display: flex;
  justify-content: space-between;
}
.section.sec03 .inner .col__wrap .col__box .img.col2 picture, .section.sec04 .inner .col__wrap .col__box .img.col2 picture, .section.sec05 .inner .col__wrap .col__box .img.col2 picture, .section.sec06 .inner .col__wrap .col__box .img.col2 picture, .section.sec07 .inner .col__wrap .col__box .img.col2 picture {
  width: 49%;
}
.section.sec03 .inner .col__wrap .col__box .img img, .section.sec04 .inner .col__wrap .col__box .img img, .section.sec05 .inner .col__wrap .col__box .img img, .section.sec06 .inner .col__wrap .col__box .img img, .section.sec07 .inner .col__wrap .col__box .img img {
  width: 100%;
}
.section.sec04 {
  background: #fff;
}
.section.sec04::before, .section.sec04::after {
  display: none;
}
.section.sec04 .inner {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .section.sec04 .inner .ttl_over {
    padding: 15% 0 6%;
  }
}
.section.sec04 .inner .ttl_over h2 {
  color: #00178B;
}
.section.sec04 .inner .col__wrap {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section.sec04 .inner .col__wrap {
    margin-top: 10px;
  }
}
.section.sec04 .inner .col__wrap.color {
  margin: 10px 0;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 768px) {
  .section.sec04 .inner .col__wrap.color {
    width: 400px;
    margin: 10px auto;
  }
}
@media (max-width: 570px) {
  .section.sec04 .inner .col__wrap.color {
    width: 100%;
  }
}
.section.sec04 .inner .col__wrap.color.triple, .section.sec04 .inner .col__wrap.color.double {
  justify-content: center;
}
.section.sec04 .inner .col__wrap.color .col__box {
  padding: 0;
  width: 23%;
}
@media (max-width: 1080px) {
  .section.sec04 .inner .col__wrap.color .col__box:not(:last-of-type) {
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  .section.sec04 .inner .col__wrap.color .col__box {
    max-width: 400px;
  }
}
.section.sec04 .inner .col__wrap.color .col__box .img {
  max-width: 55px;
}
@media (max-width: 1080px) {
  .section.sec04 .inner .col__wrap.color .col__box .img {
    max-width: 45px;
  }
}
.section.sec04 .inner .col__wrap.color .col__box .img img {
  width: 100%;
}
.section.sec04 .inner .col__wrap.color .col__box p {
  margin-top: 5px;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  text-align: center;
}
@media (max-width: 1080px) {
  .section.sec04 .inner .col__wrap.color .col__box p {
    max-width: inherit;
    margin-left: -1px;
  }
}
@media (max-width: 768px) {
  .section.sec04 .inner .col__wrap.color .col__box p {
    margin-left: 0;
  }
}
.section.sec04 .inner .col__wrap > .col__box {
  width: 31.5%;
  background: none;
}
@media (max-width: 768px) {
  .section.sec04 .inner .col__wrap > .col__box {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  .section.sec04 .inner .col__wrap > .col__box:not(:first-of-type) .col__wrap.color .col__box:not(:last-of-type) {
    margin-right: 5%;
  }
}
.section.sec04 .inner .col__wrap > .col__box .upper h3 {
  text-align: left;
}
@media (max-width: 768px) {
  .section.sec04 .inner .col__wrap > .col__box .upper {
    max-width: 600px;
    margin: 0 auto;
  }
}
.section.sec04 .inner .col__wrap > .col__box ul {
  margin: 10px 0 20px;
}
.section.sec04 .inner .col__wrap > .col__box ul li {
  font-weight: bold;
}
@media (max-width: 1080px) {
  .section.sec04 .inner .col__wrap > .col__box {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .section.sec04 .inner .col__wrap > .col__box .img {
    max-width: 622px;
    margin: 0 auto;
  }
}
.section.sec05 .inner .ttl_over h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}
.section.sec05 .inner .col__wrap {
  margin-bottom: 0;
}
.section.sec05 .inner .col__wrap .col__box {
  background: none;
  text-align: center;
}
@media (max-width: 768px) {
  .section.sec05 .inner .col__wrap .col__box {
    max-width: 600px;
    margin: 0 auto 10px;
  }
}
.section.sec05 .inner .col__wrap .col__box h3 {
  color: #fff;
  margin: 10px 0;
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 768px) {
  .section.sec05 .inner .col__wrap .col__box {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
  }
  .section.sec05 .inner .col__wrap .col__box .img {
    width: 57%;
  }
  .section.sec05 .inner .col__wrap .col__box h3 {
    width: 43%;
    text-align: left;
    margin-left: 15px;
  }
}
.section.sec06 {
  background: #fff;
}
.section.sec06::before, .section.sec06::after {
  display: none;
}
.section.sec06 .inner {
  padding: 0 20px 80px;
  max-width: 1242px;
}
@media (max-width: 768px) {
  .section.sec06 .inner {
    padding: 50px 20px 80px;
  }
}
.section.sec06 .inner .ttl_over h2 {
  color: #00178B;
  font-size: clamp(2.8rem, 5vw, 5rem);
}
.section.sec06 .inner .ttl_over h2 br {
  display: none;
}
@media (max-width: 768px) {
  .section.sec06 .inner .ttl_over h2::after {
    display: none;
  }
  .section.sec06 .inner .ttl_over h2 .sp_bar_wrap {
    display: block;
    transform: translateZ(1px);
  }
  .section.sec06 .inner .ttl_over h2 .sp_bar_wrap > span {
    position: relative;
    padding: 0 20px;
  }
  .section.sec06 .inner .ttl_over h2 .sp_bar_wrap > span::after {
    content: "";
    background: rgba(216, 219, 235, 0.25);
    width: 100%;
    height: 18px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.section.sec06 .inner .ttl_over + p {
  color: #000;
  font-weight: normal;
  margin: 30px 0 35px;
}
@media (max-width: 768px) {
  .section.sec06 .inner .ttl_over + p {
    text-align: left;
    font-size: 1.6rem;
    margin: 0;
  }
  .section.sec06 .inner .ttl_over + p .pc {
    display: none;
  }
}
.section.sec06 .inner .col__wrap {
  max-width: 1148px;
  margin: 0 auto 30px;
}
@media (max-width: 910px) {
  .section.sec06 .inner .col__wrap {
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  .section.sec06 .inner .col__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section.sec06 .inner .col__wrap .col__box {
  border: 5px solid #E2E2E2;
  width: 48.5%;
  box-shadow: #E2E2E2 10px 10px;
  border-radius: 0;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: bold;
  transition: 0.3s ease;
  padding: 0;
  position: relative;
}
.section.sec06 .inner .col__wrap .col__box::after, .section.sec06 .inner .col__wrap .col__box::before, .section.sec06 .inner .col__wrap .col__box > div::after, .section.sec06 .inner .col__wrap .col__box > div::before {
  background-color: #FFCC00;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
}
.section.sec06 .inner .col__wrap .col__box::after {
  width: 0px;
  height: 5px;
  top: -5px;
  left: -5px;
}
.section.sec06 .inner .col__wrap .col__box::before {
  width: 0px;
  height: 5px;
  right: -5px;
  bottom: -5px;
}
.section.sec06 .inner .col__wrap .col__box > div::after {
  width: 5px;
  height: 0px;
  left: -5px;
  bottom: -5px;
}
.section.sec06 .inner .col__wrap .col__box > div::before {
  width: 5px;
  height: 0px;
  right: -5px;
  bottom: -5px;
}
.section.sec06 .inner .col__wrap .col__box:hover::after, .section.sec06 .inner .col__wrap .col__box:hover::before {
  width: 100%;
  width: calc(100% + 5px);
}
.section.sec06 .inner .col__wrap .col__box:hover > div::after, .section.sec06 .inner .col__wrap .col__box:hover > div::before {
  height: 100%;
  height: calc(100% + 10px);
}
@media (max-width: 910px) {
  .section.sec06 .inner .col__wrap .col__box {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
  }
  .section.sec06 .inner .col__wrap .col__box:hover {
    transform: translate(0);
    box-shadow: #E2E2E2 10px 10px;
  }
}
@media (max-width: 768px) {
  .section.sec06 .inner .col__wrap .col__box {
    height: 100px;
    border-width: 3px;
    box-shadow: #E2E2E2 8px 8px;
  }
}
.section.sec06 .inner .col__wrap .col__box .pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section.sec06 .inner .col__wrap .col__box .pdf:hover::after {
  transform: rotate(10deg);
}
.section.sec06 .inner .col__wrap .col__box .pdf::after {
  content: "";
  background: url(../img/top/icon_pdf.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
  transition: 0.3s;
}
@media (max-width: 570px) {
  .section.sec06 .inner .col__wrap .col__box .pdf::after {
    width: 22px;
    height: 25px;
  }
}
.section.sec06 .inner .col__wrap .col__box .xl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section.sec06 .inner .col__wrap .col__box .xl:hover::after {
  transform: rotate(10deg);
}
.section.sec06 .inner .col__wrap .col__box .xl::after {
  content: "";
  background: url(../img/top/icon_xl.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
  transition: 0.3s;
}
@media (max-width: 570px) {
  .section.sec06 .inner .col__wrap .col__box .xl::after {
    width: 22px;
    height: 25px;
  }
}
.section.sec06 .inner .col__wrap + p {
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
@media (max-width: 768px) {
  .section.sec06 .inner .col__wrap + p {
    text-align: left;
  }
}
.section.sec06 .inner .tab__area {
  margin: 70px 0 30px;
}
@media (max-width: 768px) {
  .section.sec06 .inner .tab__area {
    display: none;
  }
}
.section.sec06 .inner .tab__area > p {
  width: 14.2857142857%;
  margin-bottom: -38px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.section.sec06 .inner .tab__area .tab_group {
  display: flex;
  justify-content: flex-end;
}
.section.sec06 .inner .tab__area .tab_group .tab {
  width: calc(14.2857142857% - 10px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  border-radius: 10px 10px 0 0;
  margin-left: 1%;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
}
.section.sec06 .inner .tab__area .tab_group .tab span {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: bold;
}
.section.sec06 .inner .tab__area .tab_group .tab.is-active {
  background: #005DB8;
  color: #fff;
}
.section.sec06 .inner .tab__area .tab_group .tab:hover {
  background: rgba(216, 219, 235, 0.4);
}
.section.sec06 .inner .tab__area .tab_group .tab:hover.is-active {
  background: #005DB8;
  color: #fff;
}
.section.sec06 .inner .tab__area .panel_group {
  border: 1px solid #707070;
  width: 100%;
  aspect-ratio: 1000/642;
  position: relative;
}
.section.sec06 .inner .tab__area .panel_group .panel {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ccc;
}
.section.sec06 .inner .tab__area .panel_group .panel img {
  width: 100%;
}
.section.sec06 .inner .tab__area .panel_group .panel.is-show {
  display: block;
}
.section.sec06 .inner .sp_only {
  display: none;
}
@media (max-width: 768px) {
  .section.sec06 .inner .sp_only {
    display: block;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
  }
}
.section.sec06 .inner .img_pdf_sp {
  display: none;
}
@media (max-width: 768px) {
  .section.sec06 .inner .img_pdf_sp {
    display: block;
    margin: 10px 0 20px;
    border: 1px solid #707070;
  }
  .section.sec06 .inner .img_pdf_sp img {
    width: 100%;
  }
}
.section.sec06 .inner .howto a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #707070;
  width: 426px;
  height: 60px;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
}
.section.sec06 .inner .howto a::after, .section.sec06 .inner .howto a::before, .section.sec06 .inner .howto a > div::after, .section.sec06 .inner .howto a > div::before {
  background-color: #FFCC00;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
}
.section.sec06 .inner .howto a::after {
  width: 0px;
  height: 2px;
  top: -2px;
  left: -2px;
}
.section.sec06 .inner .howto a::before {
  width: 0px;
  height: 2px;
  right: -2px;
  bottom: -2px;
}
.section.sec06 .inner .howto a > div::after {
  width: 2px;
  height: 0px;
  left: -2px;
  bottom: -2px;
}
.section.sec06 .inner .howto a > div::before {
  width: 2px;
  height: 0px;
  right: -2px;
  bottom: -2px;
}
.section.sec06 .inner .howto a > div .pdf {
  font-weight: bold;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.section.sec06 .inner .howto a > div .pdf::after {
  content: "";
  background: url(../img/top/icon_pdf.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 23px;
  display: inline-block;
  margin-left: 10px;
  transition: 0.3s;
}
.section.sec06 .inner .howto a > div .pdf:hover::after {
  transform: rotate(10deg);
}
.section.sec06 .inner .howto a:hover::after, .section.sec06 .inner .howto a:hover::before {
  width: 100%;
  width: calc(100% + 2px);
}
.section.sec06 .inner .howto a:hover > div::after, .section.sec06 .inner .howto a:hover > div::before {
  height: 100%;
  height: calc(100% + 4px);
}
@media (max-width: 768px) {
  .section.sec06 .inner .howto a {
    width: 100%;
    max-width: 426px;
  }
}
.section.sec07 {
  background: #F7F7F7;
}
.section.sec07::before, .section.sec07::after {
  display: none;
}
.section.sec07 .inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 70px auto;
}
@media (max-width: 768px) {
  .section.sec07 .inner {
    margin: 20px auto;
  }
}
.section.sec07 .inner .ttl_over {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .section.sec07 .inner .ttl_over {
    margin-bottom: 15px;
  }
}
.section.sec07 .inner .ttl_over h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  color: #00178B;
}
.section.sec07 .inner .payment {
  background: #fff;
  border: 1px solid #707070;
  margin: 0;
}
.section.sec07 .inner .payment .pay {
  padding: 40px 30px;
  display: flex;
}
.section.sec07 .inner .payment .pay:first-of-type {
  border-bottom: 1px dashed #707070;
}
@media (max-width: 768px) {
  .section.sec07 .inner .payment .pay {
    flex-direction: column;
    align-items: center;
    padding: 40px 15px;
  }
}
.section.sec07 .inner .payment .pay h3 {
  width: 30%;
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: bold;
}
@media (max-width: 768px) {
  .section.sec07 .inner .payment .pay h3 {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.section.sec07 .inner .payment .pay .txt {
  width: 70%;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .section.sec07 .inner .payment .pay .txt {
    width: 100%;
    margin-left: 0;
  }
}
.section.sec07 .inner .payment .pay .txt p {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  margin-bottom: 14px;
}
.section.sec07 .inner .contact_space {
  text-align: center;
  margin: 50px 0 100px;
}
@media (max-width: 768px) {
  .section.sec07 .inner .contact_space {
    margin: 40px 0 70px;
  }
}
.section.sec07 .inner .contact_space p {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section.sec07 .inner .contact_space p {
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
  }
}
.section.sec07 .inner .contact_space .btn a {
  background: #FFCC00;
  border-radius: 10px;
  width: 680px;
  height: 126px;
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: 0.3s;
}
.section.sec07 .inner .contact_space .btn a:hover {
  background: #ffd633;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media (max-width: 768px) {
  .section.sec07 .inner .contact_space .btn a {
    width: 100%;
    max-width: 680px;
    height: 95px;
  }
}
.section.sec07 .inner .contact_space .btn a::before {
  content: "";
  background: url(../img/common/contact.svg) no-repeat;
  width: 41px;
  height: 29px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 570px) {
  .section.sec07 .inner .contact_space .btn a::before {
    width: 35px;
    height: 25px;
  }
}
.section.sec07 .inner .contact_space .fax {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: bold;
  margin: 30px 0 80px;
}
@media (max-width: 768px) {
  .section.sec07 .inner .contact_space .fax {
    margin-bottom: 0;
  }
}

/* Safari */
_:lang(x) + _:-webkit-full-screen-document, .section.sec03 .inner .ttl_over h2::after {
  bottom: -3px;
}

_:lang(x) + _:-webkit-full-screen-document, .section.sec04 .inner .ttl_over h2::after {
  bottom: -3px;
}

_:lang(x) + _:-webkit-full-screen-document, .section.sec05 .inner .ttl_over h2::after {
  bottom: -3px;
}

_:lang(x) + _:-webkit-full-screen-document, .section.sec06 .inner .ttl_over h2::after {
  bottom: -3px;
}

_:lang(x) + _:-webkit-full-screen-document, .section.sec07 .inner .ttl_over h2::after {
  bottom: -3px;
}