@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
html {
    margin-top: 0 !important;
}
body{
	font-family: "Noto Sans JP", sans-serif;
	color:#000;
	font-size: 16px;
	line-height: 1.4;
    letter-spacing: 0;
}
img{
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
    height: auto;
    display: block;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}

.os-animation{
    opacity: 0;
}  

.os-animation.animated{
    opacity: 1;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}

a img {
    transition: all 0.3s ease;
}

a:hover .common_link img {
    transform: translateX(10px);
    transition: all 0.3s ease;
}
#main {
    margin-top: 90px;
}

.bold{
	font-weight:700;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}

.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.regular {
    font-weight: 400 !important;
}
.medium {
    font-weight: 500 !important;
}
.light {
    font-weight: 300 !important;
}
.bolder {
    font-weight: 900 !important;
}
.line12 {
    line-height: 1.2 !important;
}
.line1 {
    line-height: 1 !important;
}
.sky400 {
    color: #8BB2FF;
}
.sky500 {
    color: #4A9CFF;
}
.blue600 {
    color: #5B627D;
}
.blue700 {
    color: #434B6A;
}
.blue300 {
    color: #A1A5B5;
}
.blue400 {
    color: #8A8FA2;
}
.blue800 {
    color: #2C3558;
}
.gray900 {
    color: #0D0D0D;
}
.gray800 {
    color: #262626;
}
.gray700 {
    color: #4D4D4D;
}
.blue900 {
    color: #141E45;
}
.container_fluid {
    width: 100%;
    display: block;
}

/*-------------header----------------------*/
/* Header (matches provided design) */
.logo {
    position: fixed;
    top: 20px;
    left: 20px;
    display: none;
}
.logo {
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
a.menu_logo {
    display: inline-block;
    padding: 17px 0 0 16px;
    position: fixed;
}
.menu_trigger {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 999;
    cursor: pointer;
    gap: 6px;
}
.menu_trigger span {
    width: 28px;
    height: 2px;
    display: block;
    border-radius: 20px;
}
.menu_trigger span:nth-child(1) {
    background-color: #141E45;
}
.menu_trigger span:nth-child(2) {
    background-color: #7D7D7D;
}
.menu_trigger span:nth-child(3) {
    background-color: #141E45;
}
.menu_trigger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    transition: all 0.7s;
}
.menu_trigger.active span:nth-child(2) {
    opacity: 0;
}
.menu_trigger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    transition: all 0.7s;
}
.menu_trigger.active {
    background: #fff;
}
.menu_trigger.active span {
    background: #141E45;
}

/* SP full-screen menu */
.menu_nav{
    position: fixed;
    z-index: 998;
    background: #fff;
    right: -390px;
    top: 0;
    height: 100vh;
    width: 390px;
    opacity: 0;
    transition: all 0.7s ease;    
}
.menu_nav.is-open{
    right: 0;
    opacity: 1;
    overflow-y: auto;
}
.menu_nav__panel{
    padding: 116px 16px 28px; /* leaves space for the hamburger button */
    display: flex;
    flex-direction: column;
}

.menu_nav__item{
    border-bottom: 1px solid #D0D2DA;
}
.menu_nav__link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 4px;
    color: #434B6A;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
}
.menu_nav__arrow{
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #A1A5B5;
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_nav__bottom{
    margin-top: auto;
    padding-top: 32px;
    display: grid;
    gap: 20px;
}
.menu_nav__cta{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background: #4A9CFF;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}
.menu_nav__tel{
    display: grid;
    gap: 8px;
    justify-items: center;
}
.menu_nav__telLink{
    display: inline-flex;
    align-items: end;
    gap: 0;
}
.menu_nav__telIcon img{
    width: 42px;
    height: 42px;
}
.menu_nav__telNumber{
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}
.menu_nav__telMeta{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8A8FA2;
    font-weight: 700;
}
.menu_nav__badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 35px;
    border-radius: 3px;
    border: 1px solid #8A8FA2;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
}
.menu_nav__hours{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #8A8FA2;
}
.menu_nav__sns{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.menu_nav__snsLink{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.menu_nav__snsLink img{
    width: 32px;
    height: 32px;
}

body.is-menu-open{
    overflow: hidden;
}
.nav-panel-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 28, 74, 0.35);
    backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 95;
}

body.is-menu-open .nav-panel-overlay {
    opacity: 1;
    pointer-events: auto;
}
.site-header{
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 999;
}

.site-header__inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 11px 24px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    justify-content: space-between;
}
.site-header__inner{
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

/* Desktop-only: show full header after first scroll, hide fixed corner logo */

.site-header__logo{
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.site-header__logo img{
    width: 45px;
    height: auto;
    display: block;
}

.site-header__nav{
    flex: 1 1 auto;
    min-width: 0;
}
.site-header__navList{
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.site-header__navList a{
    font-size: 15px;
    font-weight: 700;
    color: #434B6A;
    line-height: 1.4;
}
.site-header__navList a:hover {
    color: #4A9CFF;
}
.site-header__left {
    display: flex;
    gap: 20px;
    align-items: center;
}
.site-header__right{
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
}

.site-header__tel{
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
}
.site-header__telLink{
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.site-header__telIcon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-header__telNumber{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #4A9CFF;
    font-family: 'Roboto', sans-serif;
}
.site-header__telMeta{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
}
.site-header__badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 26px;
    border-radius: 2px;
    border: 1px solid #8A8FA2;
    line-height: 1;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #8A8FA2;
}
.site-header__hours{
    line-height: 1;
    color: #8A8FA2;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-family: 'Roboto', sans-serif;
}

.site-header__cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 23px;
    border-radius: 4px;
    color: #fff;
    background: #4A9CFF;
    line-height: 1;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.08em;
    white-space: nowrap;
    border: 2px solid transparent;
}
a.site-header__cta:hover {
    background: #fff;
    color: #4A9CFF;
    border: 2px solid #4A9CFF;
}
.site-header__sns{
    display: flex;
    align-items: center;
    gap: 12px;
}
.site-header__snsLink{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-header__snsLink img{
    width: 28px;
    height: 28px;
    display: block;
}

/*-------------FV----------------------*/
.section{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;    
}

.fv{
    position: relative;
    overflow: hidden;
    height: 870px;
    width: 100%;
    background: url("../img/main_fv.png") no-repeat center center / cover;
}
.fv_content__inner{
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    z-index: 200;
}
.fv_content__left {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}
.fv_content__title{
    font-size: 56px;
    line-height: 1.2;
    font-weight: 900;
    color: #000;
}
.fv_content__lead{
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}

.fv_content__btn{
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    padding: 29px 22px;
    background: linear-gradient(96.2deg, #07B4FF -7.08%, #359EFA 3.12%, #6687F4 37.81%, #4E78EC 59.19%, #074BD5 98.43%);
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    letter-spacing: 0.08em;
    font-size: 16px;
    line-height: 1;
}
.fv_content__btn:hover {
    background: #fff;
    color: #4A9CFF;
    border:2px solid #4A9CFF;
    padding: 27px 22px;
}
.fv_content__right{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(704px,-50%);
}
.fv_sp {
    margin-top: 0 !important;
}
.fv_sp br {
    display: none;
}
.fv_collage{
    width: 704px;
    height: 1100px;
    border-radius: 8px;
    overflow: hidden;
    transform: rotate(16deg);
    padding: 0;
    display: flex;
    gap: 16px;
}

.fv_collage__col{
    flex: 1 1 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    height: 100%;
}
.fv_collage__track{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    will-change: transform;
    transform: translate3d(0,0,0);
}
.fv_collage__track img{
    width: 100%;
    height: auto;
    display: block;
}
.fv_collage__track img + img{
    /* overlap a bit to avoid a seam at the loop boundary */
    margin-top: -2px;
}

/* JS-driven vertical loop slider */
.fv_collage{
    --fv-loop-speed: 60; /* px/sec */
}
.fv_collage.is-loop-paused{
    --fv-loop-speed: 0;
}
.fv_collage__track{
    animation: none !important;
}

@media (prefers-reduced-motion: reduce){
    .fv_collage{
        --fv-loop-speed: 0;
    }
    .fv_collage__track{
        transform: translate3d(0,-25%,0);
    }
}

/*-------------News----------------------*/
#news_section {
    background-color: #F9FAFF;
    padding: 80px 0;
}
.news,#other_section,.main_section {
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
#workplace {
    text-align: center;
    position: relative;
}
.workplace_nav--prev,
.workplace_nav--next{
    position: absolute;
    bottom: 0;
}
.workplace_nav--prev{
    left: 30px;
}
.workplace_nav--next{
    right: 30px;
}
.workplace_slider{   
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}
.workplace_slider .slick-slide{
    outline: none;
}
.workplace_slider .slick-dots{
    position: static;
    margin-top: 22px;
}
.workplace_slider .slick-dots li button:before{
    color: #fff;
    opacity: 0.55;
}
.workplace_slider .slick-dots li.slick-active button:before{
    color: #fff;
    opacity: 1;
}
.workplace_slider .slick-prev,
.workplace_slider .slick-next{
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255,255,255,0.9);
    z-index: 2;
}
.workplace_nav--prev,
.workplace_nav--next{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent;
}
.workplace_navText {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.workplace_slider .slick-prev{
    left: 10px;
}
.workplace_slider .slick-next{
    right: 10px;
}
.news__more,.accordion_text span {
    font-weight: 700;
}
.accordion_text span {
    display: flex;
    align-items: baseline;
}
.news__link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 16px 20px;
    background: #fff;
}

.news__left{
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.news__meta{
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 0 0 auto;
}

.news__tag{
    font-size: 10px;
    font-weight: 900;
}
.news__date{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1;
}

.news__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.common_link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    font-weight: 700;
    letter-spacing: 0.08em;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
    border-radius: 999px;
    justify-content: space-between;
    background-color: #fff;
}
#service_more {    
    margin-top: 40px;
    width: 200px;    
    border: 1px solid #4A9CFF;
    padding: 12px 10px 12px 57px;
    display: flex !important;
    gap: 16px;
}
.news__icon{
    width: 32px;
    height: 20px;
    border-radius: 999px;
    background: linear-gradient(96.2deg, #07B4FF -7.08%, #359EFA 3.12%, #6687F4 37.81%, #4E78EC 59.19%, #074BD5 98.43%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.news__right {
    padding: 10px 20px;
}
/*-------------Service----------------------*/
#service_section{
    background-color: #F9FAFF;
    padding: 100px 0 40px;
    position: relative;
}
#service_list {
    padding: 52px 0 80px;
    background-color: #fff;
}
.service__title{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    width: 100%;
}
.service__dot{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #4A9CFF;
    display: inline-block;
    margin-top: 2px;
}
.other_dot {
    background: #8BB2FF !important;
}
.service__label{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}

.service__title{
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
}
.service__lead{
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.8;
}
.service_name {  
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.2em;
    color: #9ECAFF;
}
.card_title{
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-top: 14px;
    min-height: 40px;
}
.service_sub_title{
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}
.service_img p {
    display: flex;
    align-items: center;
}
.service_text {
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.4;
}
.service_list {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}
.service_item {
    width: calc((100% - 40px) / 3);
}

.extra_bg {
    position: absolute;
    top: -55px;
    right: 0;
    width: auto;
    height: 554px;
    z-index: 1;
}
.extra_bg img {
    max-width: 160px;
}
.extra_bg1 {
    position: absolute;
    top: -720px;
    left: 0;
    width: auto;
    z-index: 1;
}
.extra_bg1 img {
    width: 267px;
    height: auto;
    object-fit: cover;
}
#reason_section {
    padding: 120px 15px;
    width: 100%;
    background-color: #fff;
    display: block;
}
.other_section {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 71px 80px;
    background-color: #F9FAFF;
    border-radius: 20px;
}
#reason {
    display: flex;
    align-items: start;
    gap: 20px;
}
.reason_body {
    flex: 1 1 0;
}
.reason_img {
    flex: 1 1 0;
    max-width: 400px;
}
.reason_img img { 
    width: 100%;
    height: auto;
    object-fit: cover;
}
.reason_list li {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
    color: #262626;
    margin-top: 32px;
}
.reason_list li:first-child {
    margin-top: 48px;
}
.reason_list li span {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 900;
    color: #4A9CFF;
    font-family: 'Roboto';
    vertical-align: top;
    margin-right: 4px;
}
#about_section {
    padding: 100px 0 80px;
    width: 100%;
    background-color: #F9FAFF;
    display: block;
    background-image: url("../img/about_bg.png");
    background-size: auto 554px;
    background-position: top;
    background-repeat: no-repeat;
}
.about_item {
    position: relative;
    display: flex;
    align-items: start;
    gap: 55px;
    margin-left: 80px;
}
.about_img {
    display: flex;
    gap:60px;
    margin-top: 40px;
    flex-direction: column;
}
.about_box {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}
.about_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    color: #fff;
    background-color: rgba(121, 148, 206, 0.5);
}
.about_text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
#about_sp {
    margin-left: 160px;
}
#about_other {
    background-color: transparent !important;
}

#about_extra {
   margin-top: 80px;
}
#about_margin {
    margin-top: -240px;
}

/*-------------FAQ (Quiz)----------------------*/
#quiz{
    padding: 80px 0;
    background-color: #fff;
    position: relative;
}
.quiz_section{
    display: flex;
    align-items: baseline;
    gap: 42px;
}
.quiz_body{
    max-width: 520px;
    min-width: 395px;
}
.quiz_content{
    margin-top: 24px;
}
.quiz_list{
    background: transparent;
    margin: 0 40px;
}
.quiz_item{
    border-top: 1px solid #f2f2f2;
}

.accordion_title{
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 20px 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}
.quiz_q{
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1;
}
.quiz_question{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
}
.quiz_toggle{
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background-color 0.25s ease;
    background-color: transparent;
    flex: 0 0 auto;
}
.accordion_title.active .quiz_toggle{
    transform: rotate(180deg);
    background-color: transparent;
}
.accordion_content_inner{
    padding: 0 0 24px;
}
.quiz_answer{
    font-size: 15px;
    line-height: 1.4;
}

.quiz_more{
    margin: 28px auto 0;
    width: 220px;
    justify-content: center;
    border: 1px solid #4A9CFF;
    border-radius: 999px;
    padding: 12px 16px;
}
.quiz_moreText{
    font-weight: 700;
}
.quiz_moreIcon{
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #4A9CFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
/* -------------Column----------------------*/
#column {
    padding: 100px 0;
    background-color: #F9FAFF;
    display: block;
}
.column_section {
    margin-left: calc((100% - 1248px) / 2 + 110px);
    max-width: 1248px;
    padding: 0 15px;
    display: block;
}
.column_top{
    display: flex;
    align-items: start;
    gap: 60px;
}
.column_body {
    flex: 1 1 0;
    max-width: 229px;
}
.column_body a {
    margin-left: 0 !important;
}
.column_content {
    flex: 1 1 0;
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.column_item {
    flex: 1 1 0;
    min-width: 0;
}
.column_card {
    display: block;
    width: 100%;
    overflow: hidden;
}
.column_thumb{
    width: 100%;
    aspect-ratio: 283 / 160;
    overflow: hidden;
    background: #F2F4FB;
    border-radius: 8px;
}
.column_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.column_cardBody{
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.column_meta{
    display: flex;
    align-items: center;
    gap: 8px;
}
.column_tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border: 1px solid #4A9CFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}
.column_readtime{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}
.column_title{
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    min-height: 57px;
}
.column_excerpt{
    font-size: 15px;
    line-height: 1.4;
    min-height: 42px;
}
.column_more{
    display: flex;
    align-items: center;
    gap: 8px;
}
.column_moreText{
    font-weight: 700;
    letter-spacing: 0.08em;
}
.column_moreIcon{
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #B9BCC7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s ease;
}
.column_moreIcon a:hover {
    background: #4A9CFF;
}

/* -------------Column Quiz CTA----------------------*/
.column_quiz{
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 890px;
    padding: 0 15px;
    width: 100%;
}
.sub_quiz {
    margin-top: 80px;
}
.quizCta{
    overflow: hidden;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    position: relative;
}
.quizCta_recruit{
    background: #434B6A url("../img/column_quiz.png") center / cover no-repeat;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.quizCta_contact{
    background: linear-gradient(96.2deg, #07B4FF -7.08%, #359EFA 3.12%, #6687F4 37.81%, #4E78EC 59.19%, #074BD5 98.43%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#contact_more {    
    width: 240px;    
    padding: 13px 10px 13px 60px;
    background-color: #fff;
    display: flex !important;
    gap: 12px;
    border: 1px solid transparent;
}
#recruit_more {    
    margin-top: 40px;
    width: 240px;    
    padding: 12px 9px 12px 59px;
    background-color: #fff;
    display: flex !important;
    border: 1px solid transparent;
    gap: 12px;
}
#recruit_text{
    color: #434B6A;
}
.quiz__icon{
    width: 32px;
    height: 20px;
    border-radius: 999px;
    background-color: #434B6A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.quiz__title{
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
}
.quizCta__text{
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.quizCta__bottom{
    margin: 0 auto;
    max-width: 505px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.quizCta__tel{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.quizCta__telLink{
    display: inline-flex;
    align-items: end;
    gap: 0;
    color: #fff;
}
.quizCta__telIcon{
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.quizCta__telIcon img{
    width: 24px;
    height: 24px;
}
.quizCta__telNumber{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.quizCta__hours{
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.quizCta__badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 28px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.08em;
}
.quizCta__time{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07em;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
/* -------------Footer----------------------*/
footer {
    margin-top: -300px;
}
.footer_section{
    background: #E8E9EC;
    padding: 320px 0 40px;
}
.main_footer {
    margin-top: 0;
}
.main_footer .footer_section {
    padding: 40px 0;
}
.footer_inner{
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
}
.footer_inner::before{
    content: "";
    position: absolute;
    top: -40px;
    left: 40px;
    right: 40px;
    height: 1px;
    background: #5B627D;
}
.footer_left{
    flex: 0 0 420px;
    min-width: 320px;
}
.footer_brand img{
    width: 298px;
    height: auto;
}
.footer_address{
    margin-top: 70px;
    font-size: 16px;
    line-height: 1.6;
}
.footer_sns{
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_snsLink{
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer_snsLink img{
    width: 24px;
    height: 24px;
}
.footer_legal{
    margin-top: 20px;
}
.footer_copy{
    font-size: 16px;
    line-height: 1.6;
}
.footer_privacy{
    margin-top: 4px;
    display: inline-block;
    font-size: 16px;
    text-decoration: underline !important;
    line-height: 1.6;
}
.footer_right{
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    min-width: 0;
}
.footer_navTitle{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    height: 40px;
    align-content: center;
}
.footer_navList{
    display: flex;
    flex-direction: column;
    gap: 0;
}
.footer_navList a{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.footer_navList a:hover,.footer_otherList a:hover,.footer_legal a:hover {
    color: #4A9CFF !important;
    transition: all 0.2s ease;
}
.footer_otherTitle {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
    height: 40px;
    align-content: center;
}
.footer_otherList{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer_otherList a{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}
.footer_navList li,.footer_otherList li{
    padding: 10px 0;
}
a.common_link:hover,a.news__right:hover {
    color: #fff !important;
    background: linear-gradient(96.2deg, #07B4FF -7.08%, #359EFA 3.12%, #6687F4 37.81%, #4E78EC 59.19%, #074BD5 98.43%);
}
a.news__right:hover {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
a.common_link:hover span,a.news__right:hover span {
    color: #fff !important;
    transition: all 0.7s ease;
}
a.common_link:hover .news__icon,a.news__right:hover .news__icon {
    background: #fff !important;
    transition: all 0.7s ease;
}
a.common_link:hover span.news__icon svg path,a.news__right:hover span.news__icon svg path {
    fill: #4E78EC !important;
    transition: all 0.7s ease;
}
a#contact_more.common_link:hover,a#recruit_more.common_link:hover {
    border: 1px solid #fff;
}
a.column_card:hover .column_more span.column_moreIcon {
    transition: all 0.7s ease;
    transform: translateX(10px);
    background: linear-gradient(96.2deg, #07B4FF -7.08%, #359EFA 3.12%, #6687F4 37.81%, #4E78EC 59.19%, #074BD5 98.43%);
}
a.column_card:hover .column_more span.column_moreText {
    transition: all 0.7s ease;
    color: #4A9CFF !important;
}
a.column_card:hover h3,a.column_card:hover p {
    text-decoration: underline;
}
a#recruit_more.common_link:hover .quiz__icon {
    background: #fff;
    transition: all 0.7s ease;
}
a#recruit_more.common_link:hover .quiz__icon svg path {
    fill: #4E78EC !important;
    transition: all 0.7s ease;
}
.news__left a:hover {
    text-decoration: underline;
}
a.about_box:hover {
    opacity: 1;
}
a.about_box:hover .about_text {
    background-color: #2C3558;
    opacity: 0.8;
    transition: all 0.7s ease;
}
a.about_box:hover #about_other {
    background-color: #262626 !important;
    opacity: 0.8 !important;
    transition: all 0.7s ease;
}




/*-------------- 下層ページ---------- */
.sub_logo {
    display: none !important;
}
.fv_section {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}
.fv_section.mode1 {
    padding: 171px 40px 91px 40px;
}
.fv_section.other_mode1 {
    padding: 20px 40px 40px;
}
.fv_section.mode2 {
    padding: 203px 40px 123px 40px;
}
.common_fv {   
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_fv.mode1 {
    background:url(../img/sub_fv.png) no-repeat center;
    background-size: cover;
}
.common_fv.mode2 {
    background:url(../img/sub_fv1.png) no-repeat center;
    background-size: cover;
}
.fv_text.mode1 h1 {
    color: #262626;
}
.fv_text.mode1 p {
    color: #4D4D4D;
}
.fv_text.mode2 h1,.fv_text.mode2 p {
    color: #fff;
}
.fv_text h1 {
    font-size: 54px;
    font-weight: 900;
    line-height: 1.2;
}
.fv_text h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #262626;
}
.fv_text p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 32px;
}
.sub_section {
    padding: 80px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.main_section.mode1 {
    display: flex;
    gap: 40px;
    align-items: start;
}
.main_img {
    width: calc(50% - 50px);
}
.main_content {
    width: calc(50% + 10px);
}
.main_section.mode2 {
    display: flex;
    gap: 40px;
    align-items: start;
    flex-direction: row-reverse;
}
.main_content p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 16px;
    color: #4D4D4D;
}
.sub_text .main_content p {
    font-weight: 700;
}
.main_title h4{
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    color: #262626;
}
.main_title span {
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    color: #4A9CFF;
    font-family: 'Roboto', sans-serif;
    vertical-align: top;
    margin:6px 4px 0 0;
    display: inline-block;
}
.main_section h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 1.2;
    color: #262626;
}
.main_subtitle h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    color: #000000;
    margin-top: 16px;
    text-align: right;
}
.notification_section {
    padding: 80px 0;
    background-color: #F9FAFF;
    display: flex;
    flex-direction: column;
}
.notification_content {
    border-radius: 8px;
}
.sub_link {
    display: flex;
    position: relative;
}
.sub_link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #f2f2f2;
}
.table_list {
    display: flex;
    flex-direction: column;
}
.table_item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 20px;
    border-bottom: 1px solid #E8E9EC;
}
.table_title h6 {
    min-width: 160px;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
}
.table_body p {
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 1.6;
}
.table_link {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: -24px;
}
.near_section {
    background: url(../img/near.png)no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
    text-align: center;
}
.near_text {
    margin-top: 20px;
}
.near_text p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
}
.near_text_span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom:16px;
    display: inline-block;
    opacity: 0.7;
}
.issue_section,.flow_section,.contact_section,.table_section,.form_section {
    padding: 80px 0;
    background-color: #fff;
}
.issue_content {
    display: flex;
    gap: 20px 40px;
    padding: 40px 37px;
    background-color: #F9FAFF;
    border-radius: 8px;
    border: 1px solid #4A9CFF;
    flex-wrap: wrap;
    margin-top: 32px;
}
.issue_item {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    width: calc(50% - 20px);
}
.issue_item span {
    background: linear-gradient(96.2deg, #07B4FF -7.08%, #359EFA 3.12%, #6687F4 37.81%, #4E78EC 59.19%, #074BD5 98.43%);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.issue_icon {
    margin-top: 6px;
}
.issue_item p strong {    
    background: linear-gradient(180deg, transparent 75%, #BBDAFF 75%);
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}
.more_section {
    background-color: #F9FAFF;
    padding: 100px 0;
}
.more_content {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.more_content_other {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.more_item {
    flex: 0 0 auto !important;
    max-width: calc((100% - 80px) / 3);
    min-width: 0 !important;
}
.more_title {
    min-height: 0;
}
.flow_list {
    display: flex;
    gap: 40px;
    align-items: start;
}
.common_inner {
    display: inline-block;
}
.flow_content {
    width: calc(100% - 280px);
}

.flow_box{
    background: #fff;
}
.flow_timeline{
    position: relative;
    display: flex;
    flex-direction: column;
}
.flow_timeline::before{
    content: "";
    position: absolute;
    left: 40px; /* center of 88px badge */
    top: 40px;
    bottom: 100px;
    width: 4px;
    background: #4A9CFF;
    border-radius: 999px;
}
.flow_step{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 40px;
}
.flow_badge{
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: #4A9CFF;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    position: relative;
    z-index: 1; /* sits above the timeline line */
}
.flow_badgeLabel{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
}
.flow_badgeNumber{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.flow_text{
    min-width: 0;
    margin-top: 24px;
}
.flow_title{
    color: #4A9CFF;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
}
.flow_desc{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 8px;
}
.agent_section {
    padding: 40px 0;
    background: linear-gradient(96.2deg, #07B4FF -7.08%, #359EFA 3.12%, #6687F4 37.81%, #4E78EC 59.19%, #074BD5 98.43%);
}
.main_section_other {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.agent_content{
    background: #fff;
    padding: 56px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 8px;
    gap: 0;
}
.agent_left{
    flex: 1 1 auto;
    min-width: 0;
}
.agent_title{
    background: linear-gradient(96.2deg, #07B4FF -7.08%, #359EFA 3.12%, #6687F4 37.81%, #4E78EC 59.19%, #074BD5 98.43%);

    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.agent_desc{
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
}
.agent_right{
    flex: 0 0 249px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}
.agent_tel{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}
.agent_telLink{
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #4A9CFF;
}
.agent_telIcon{
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.agent_telNumber{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.agent_hours{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
    color: #4A9CFF;
}
.agent_hoursBadge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 28px;
    border-radius: 2px;
    border: 1px solid #4A9CFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    background: #fff;
    color: #4A9CFF;
}
.agent_hoursText{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07em;
}
.agent_actions{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}
.common_button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
    border-radius: 999px;
    background: linear-gradient(96.2deg, #07B4FF -7.08%, #359EFA 3.12%, #6687F4 37.81%, #4E78EC 59.19%, #074BD5 98.43%);
    color: #fff;
    position: relative;
    border: 1px solid #fff;
}
.common_button.other_button {
    background: #06C755;
}
.common_button span.news__icon {
    position: absolute;
    right: 10px;
    top: 14px;    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.contact_submitWrap span.news__icon {
    position: absolute;
    right: 24px;
    top: 18px;    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.common_button:hover {
    background: #fff;
    color: #4A9CFF;
    border: 1px solid #4A9CFF;
}
.common_button.other_button:hover {
    background: #fff;
    color: #06C755;
    border: 1px solid #06C755;
}
.common_button:hover span.news__icon,
.contact_submitWrap:hover p span.news__icon {
    background: linear-gradient(96.2deg, #07B4FF -7.08%, #359EFA 3.12%, #6687F4 37.81%, #4E78EC 59.19%, #4b5a77 98.43%);
}
.common_button.other_button:hover span.news__icon {
    background: #06C755;
}
.common_button span.news__icon svg path,
.contact_submitWrap p span.news__icon svg path {
    fill: #4A9CFF;
}
.common_button.other_button span.news__icon svg path {
    fill: #06C755;
}
.common_button:hover span.news__icon svg path,
.contact_submitWrap:hover p span.news__icon svg path{
    fill: #fff;
}

.contact_content{
    margin-top: 32px;
}
.contact_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #4D4D4D;
}
a.contact_link {
    text-decoration: underline;
    color: #0000FF;
}
.contact_form{
    margin-top: 32px;
    background: #BBDAFF;
    border-radius: 16px;
    padding: 80px 100px;
}
.contact_formInner{
    max-width: 800px;
    margin: 0 auto;
}
.contact_row{
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}
.contact_row--textarea{
    align-items: flex-start;
}
.contact_labelWrap{
    width: 190px;
    display: inline-flex;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
    padding-top: 12px;
}
.contact_labelText{
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 1.6;
    white-space: nowrap;
}
.contact_badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid #4E78EC; 
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    background: #fff;
    margin-left: 8px;
}
.contact_badge--required{
    border-color: #4A9CFF;
    color: #4A9CFF;
}
.contact_badge--optional{
    border-color: #979797;
    color: #979797;
}
.contact_field{
    flex: 1 1 auto;
    min-width: 0;
}
.contact_input,
.contact_textarea{
    width: 100%;
    background: #fff;
    border: 1px solid #4A9CFF;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #0D0D0D;
    outline: none;
}
.contact_textarea{
    min-height: 300px;
    resize: vertical;
}
.contact_input::placeholder,
.contact_textarea::placeholder{
    color: #cdcdcd;
}
.contact_input:focus,
.contact_textarea:focus{
    box-shadow: 0px 0px 6px 0px #4A9CFF;
}
.contact_submitWrap{
    margin: 0 auto;
    margin-top: 32px;
    max-width: 600px;
    width: 100%;
    position: relative;
}
.contact_submit.common_button{
    width: min(600px, 100%);
    padding: 14px 0;
    border: 1px solid #fff;
    font-weight: 700;
}
.form_list {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.form_card {
    width: calc((100% - 120px) / 4);
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.form_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form_title {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.form_title span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}
.form_title h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
.concept_section {
    padding: 80px 0;
    background: url(../img/workplace.png) no-repeat center;
    background-size: cover;
}
.concept_content p{
    color: #fff !important;
}
.sub_footer {
    padding: 35px 40px 40px;
}
.sub_footer_section {
    margin-top: 0;
}
.sub_footer_inner::before {
    display: none;
}
.thanks_section {
    max-width: 100%;
}
.notification_section .common_fv.mode1 {
    background: none;
}

/* Accordion Styles */

.accordion_section {
    padding: 0 5px;
    background-color: #fff;
}
.accordion_list {
    padding: 16px 15px;
    background-color: #fff;
    max-width: 1000px;
}
.accordion_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: #fff;
}
.accordion_title h3,.accordion_text p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.accordion_text {
    padding: 24px 32px;
    background-color: #F8F6F6;
}
.accordion_icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
}
.accordion_icon::before,
.accordion_icon::after {
    content: '';
    position: absolute;
    background-color: #969696;
    transition: transform 0.3s ease;
}
.accordion_icon::before {
    width: 24px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.accordion_icon::after {
    width: 2px;
    height: 24px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* Active state - change + to - */
.accordion_title.active .accordion_icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}
.accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.accordion_content_inner {
    padding: 0;
}
.accordion_logo {
    width: 250px;
    float:left;
    margin-right: 50px;
    margin-bottom: 20px;
}
.accordion_logo img {
    width: 100%;
    height: auto;
}
.accordion_text p {
    margin-bottom: 20px;
}
.accordion_text p:last-child {
    margin-bottom: 0;
}
.accordion_underline {
    text-decoration: underline;
}
.accordion_index {
    display: grid;
    padding: 20px 0;
}