.l-nav__item a {
    color: #fff;

}

.l-nav__item a:hover {
    color: #b5f9ff;
}

.l-nav__item {
    border-block-end: 1px solid #fff;
}

.sec_1 {
    padding-top: 70px;
}

.sec_1__txt {
    text-align: center;
    margin-inline: auto;
}

.sec_1__ttl {
    margin-bottom: 220px;
}

.sec_1__ttl img {
    width: 95%;
    margin: 0 0 0 5%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}


.sec_2 {
    background: linear-gradient(#1967A9 0%, #195DBA 100%);
    padding: 0px;
    -webkit-clip-path: none;
clip-path: none;
}
.sec_2 img{
	width: 100%;
	height: auto;
}

.sec_4 {
    background: -webkit-gradient(linear, left top, left bottom, from(#1A5EB9), color-stop(50.25%, #3B916F), to(#F46A05));
    background: -webkit-linear-gradient(#1A5EB9 0%, #3B916F 50.25%, #f46a05 100%);
    background: linear-gradient(#1A5EB9 0%, #3B916F 50.25%, #F46A05 100%);
}
.

.l-footer {
    background-color: #ADECD9;
}

.l-nav__btn a {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #009d90;
    transition: all .3s ease-in-out;
}

.l-nav__btn a:hover {
    border: 1px solid #009d90;
    background-color: #dffdff;
}

.--fixed {
    position: fixed;
    z-index: 1000;
    width: 325px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.l-header__btn p{
	text-align: center;
	position: relative;
	font-weight: 500;
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #302E30;
}
.slash-text::before,
.slash-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 40px;
  background: #302E30;
  transform-origin: center;
}

.slash-text::before {
  left: 0px;
  transform: translateY(-50%) rotate(-20deg);
}

.slash-text::after {
  right: 0px;
  transform: translateY(-50%) rotate(20deg);
}

.l-header__btn a.--contact{
	block-size: max(12px, 47 / var(--font-size) * 1rem);
    padding:
      calc(2.25 / var(--base-size) * 1rem)
      calc(11 / var(--base-size) * 1rem)
      calc(2.5 / var(--base-size) * 1rem);
    line-height: 1.3;
    background: -webkit-linear-gradient(325deg, #302E30 0%, #302E30 100%);
    background: linear-gradient(125deg, #302E30 0%, #302E30 100%);
    display: flex;
    justify-content: center;
    gap:8px;
}
.l-header__btn a.--contact::after {
    content: "";
    aspect-ratio: 1;
    background-color: currentColor;
    -webkit-mask: url(../img/common/ico_mail.svg) no-repeat center center / calc(100% - 1px);
    mask: url(../img/common/ico_mail.svg) no-repeat center center / calc(100% - 1px);
    inline-size: 1.15em;
    rotate: 0deg;
}

@media(any-hover: hover) {
    .c-btn.--contact:hover {
        color:#000
    }

    .c-btn.--contact:hover::before {
        scale: 1 1;
        -webkit-transform-origin: left;
        transform-origin: left
    }
}
.sec_5__content.--even{
	margin-top: 30px;
}
.l-cta .l-fixed{
	position: relative;
	padding: 0;
	margin: 20px 0 0 0;
}
.l-fixed.u-tab-only span a.c-btn{
	-webkit-filter: drop-shadow(0 0 calc(15 / var(--base-size) * 1rem) rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 0 calc(15 / var(--base-size) * 1rem) rgba(0, 0, 0, 0.16));
}

.l-cta .c-btn.--app {
    background: -webkit-linear-gradient(325deg, #72C0EC 0%, #0059CC 100%);
    background: linear-gradient(125deg, #72C0EC 0%, #0059CC 100%);
    border-radius: 100vmax;
    -webkit-filter: drop-shadow(0 0 calc(15 / var(--base-size) * 1rem) rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 0 calc(15 / var(--base-size) * 1rem) rgba(0, 0, 0, 0.16));
}

.l-cta .l-fixed.u-tab-only{
	display: flex!important;
	justify-content: space-between!important;
	inset-inline-start: calc((100% - var(--w)) / 0)!important
}
.l-fixed.u-tab-only span{
	width: 49%;
}
.l-fixed.u-tab-only span a.c-btn{
	font-size:16px;
	block-size: max(12px, 55 / var(--font-size) * 1rem);
}
.l-fixed.u-tab-only span a.c-btn.--contact{
	background: #2A9582;
}
.c-btn::after {
    inline-size: 20px;
}
.l-fixed {
    display: flex;
    justify-content: space-between;
}
.l-form__select select{
	line-height: 1;
}
@media screen and (max-width: 980px) {

.l-cta .l-fixed.u-tab-only{
	  inset-inline-start: 50% !important;
}
}
@media screen and (max-width: 768px) {
.sec_1__ttl {
    margin-bottom: 150px;
}
.content {
inline-size: auto;
}
.l-fixed.u-tab-only{
	display: flex;
	justify-content: space-between;
}
.l-cta .l-fixed.u-tab-only{
	inset-inline-start: 50%!important;
}
.l-fixed.u-tab-only span{
	width: 49%;
}
.l-fixed.u-tab-only span a.c-btn{
	font-size:16px;
	block-size: max(12px, 55 / var(--font-size) * 1rem);
}
.l-fixed.u-tab-only span a.c-btn.--contact{
	background: #2A9582;
}
.c-btn::after {
    inline-size: 20px;
}
}