@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
body p,
body a,
body li,
body dt,
body dd,
body time,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body th,
body td,
body span,
body label,
body input {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;

}
.slide_txt{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}
div#n2-ss-2 .n2-font-633b99199750f44935df8def7f204ed1-hover{
	    font-family: "Zen Maru Gothic", serif!important;
    font-weight: 400!important;
		font-size:3vw !important;
    font-style: normal!important;
	}
/*--------------------------------------------------
 * PCスライドメニュー
 * ------------------------------------------------*/
.open-btn-wrap {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
        -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
        -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
        -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.open-btn-wrap.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.openbtn {
    position: relative;
    background: #fff;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 999px;
	z-index:100;
    border: 2px solid var(--main);

}
.openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 20px;
    height: 3px;
    border-radius: 2px;
    background: var(--main);
    width: 45%;
}
.openbtn span:nth-of-type(1) {
    top: 27px;
}
.openbtn span:nth-of-type(2) {
    top: 36px;
}
.openbtn span:nth-of-type(3) {
    top: 45px;
}
.openbtn.active span:nth-of-type(1) {
    top: 29px;
    left: 19px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}
.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
    top: 41px;
    left: 19px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
.pc-side-menu {
    position: fixed;
    height: 100%;
    width: 800px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.95);
    right: 0;
    top: 0;
    padding: 150px 50px 100px;
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    overflow-y: auto;
	box-shadow: -4px 0px 10px -2px rgba(0, 0, 0, 0.1);

}
.pc-side-menu i{
	color: #333;
}
.pc-side-menu .mobile-sns-icon-title p {
    color: #524642;
    !important
}
.pc-side-menu .mobile-sns-icon-title p span {
    color: #524642;
    !important
}
.pc-side-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-image: url(/wp-content/uploads/2025/02/takahagi.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center bottom 10px;
    animation: none;
    transform: none;
    transition: unset;
}
.pc-side-list {
    margin-bottom: 40px;
}
.pc-side-list li a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #524642;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-size: 2rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #524642;
}
.pc-side-list li a:hover {
    opacity: 0.7;
}
.pc-side-list .g-sub-nav .g-sub-nav-list.flex a {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    border: solid 2px #7ED8C2;
    background-color: #7ED8C2;
    color: #fff;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.g-sub-nav .g-sub-nav-list li {
    display: flex;
}
.g-sub-nav .g-sub-nav-list li:nth-child(1) a:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/icon_mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.g-sub-nav .g-sub-nav-list li:nth-child(2) a:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/icon_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pc-side-menu.active .g-sub-nav .g-sub-nav-list li {
    display: flex;
    width: 50% !important;
    margin-top: 50px;
}
.pc-side-menu.active .g-sub-nav .g-sub-nav-list.flex a {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background: var(--main);;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
	font-size:18px;

}
.pc-side-menu .g-sub-nav {
    position: relative;
}


.sub-header-txt {
	position:relative:;
	width:100%;
padding: 2vw 25px;
	color: #333;
background-color: rgba(255, 255, 255, 0.5);}

.sub-header-txt:before{
content: "ASAHI LIFE CORPORATION";
  display: block;
  color: #44cb59;
  font-weight: bold;
  font-size: 0.8em;

	
}

.about .sub-header-txt:before{content: "ABOUT";}
.staff .sub-header-txt:before{content: "STAFF";}
.recruit .sub-header-txt:before{content: "RECRUIT";}
.entry .sub-header-txt:before{content: "ENTRY";}
.overview  .sub-header-txt:before{content: "OVERVIEW";}

.header-menu{
	background-color:transparent;
}
.g-sub-nav02 .g-sub-nav-list.flex a{
	padding:15px;
	border-radius:5px 0 0 5px;
	line-height:1.3;
	margin-top:5px;
}
.g-sub-nav02 .g-sub-nav-list.flex a{
	  /*  display: flex;
		align-items: center;*/
	border-radius:0;
	font-size: 1.8rem;
margin-bottom: 10px;
		border: 1px solid #fff;
	border-right:none;
}
.g-sub-nav02 .g-sub-nav-list li {
    display: flex;

}
.g-sub-nav02 .g-sub-nav-list.flex a:hover {

	opacity:0.8;
}
,g-sub-nav02 .g-sub-nav-list li:nth-child(1) a{
	font-size:1.6rem;
}
.g-sub-nav02 .g-sub-nav-list li:nth-child(1) a:before {
    content: "";
  
    display:block;
    width: 100%;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/icon_mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.g-sub-nav02 .g-sub-nav-list li:nth-child(2) a:before {
    content: "";

    display: block;
    width: 100%;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/icon_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.block_flex{
	display:flex;
	justify-content:space-around;
}
.box50{
	width:48%;
}
.bg02{
	background:rgba(68, 203, 89,0.1);
}
/*header*/
.header-content02 {
  padding: 30px 0 0;
	display: flex;
	justify-content: space-between;
}
.header-menu > li a{
	color:#333;
	padding: 0 20px;
	border-right:none;
}
.header-sub-box{
position: fixed;
  right: 0;
  top: 20vw;
  z-index: 99;
}
.g-sub-nav02 .g-sub-nav-list.flex {
  margin-bottom: 0;
  display: block;
}
.header-box01 .logo{
  max-width: 500px;
}
.title01::before{
	display:none;
}
.w80{
	width:80vw;
	margin:0 auto;
}
.bg01{
	background:var(--main);
	background: linear-gradient( 350deg, rgba(68, 203, 89,0.1) 0%, rgba(68, 203, 89,0.1) 50%, transparent 50%, transparent 100% );
}
bg03 {

  background: linear-gradient( 350deg, var(--main) 0%, var(--main) 50%, transparent 50%, transparent 100% );
}
.slider{
	background:var(--main);
}
.n2_clear {

}
.box01_contents_txt{
background: #fff;
  z-index: 1;
  position: relative;
  padding: 20px;
  width: 90%;
  margin: -5vw auto 0;
}
.box01 .title{
	font-size:3em;
	  color: #22ac38;
	font-weight: bold;
  text-align: center;
	
}
/*sub-header*/
.sub-header{
	position:relative;
}
/*
.page-template-page-fullwidth .sub-header:after{
	position: absolute;
	content:"News";
	bottom:0;
	left:0;
	font-size:15vw;
color: #22ac38;
	  z-index: 100;
}
*/
/*新着情報*/
#news{
position:relative;

}
#news .inner{
			position: relative;
	width:70vw;
	margin: -200px auto 0;
	padding:100px 0;
  background: #fff;

}
#news:after{
	position: absolute;
	content:"News";
	bottom:0;
	left:0;
	font-size:15vw;
color: rgba(68, 203, 89,0.05);

}
.news-ttl {
  width: 300px;
}

.news-contents {
  width: calc(100% - 460px);
	position: relative;

}
.pd100{padding-bottom:100px;}

.com-menu01-img img {
  border-radius: 0!important;
	border-radius: 0 !important;
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

/**/
.com-menu01-wrap{margin-top:100px;}
.com-menu01-wrap .width1200{
	max-width:100%!important;
	padding:20px;
}
.com-menu01-list{
	justify-content: flex-start;
	gap:30px;
}
.com-menu01-list li{
	width:auto!important;
	flex: 1!important;

}
.com-menu01-list::after{
	display:none!important;
}

.txt_slide{
	color:#22ac38;
}
.title01{
		color:#22ac38;
}
.title01 span{
	  display: block;
	font-size: 2.2rem;
  margin-top: 0;

}
.f01{
	font-size:3em;
	color:#22ac38;
}
.com-menu01-img{
	height:25vw;
position:relative;
}
.com-menu01-img:before{
	z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0006;
  content: "";
}
.com-menu01-tit {
	position:absolute!important;
	    top: 50%;
    left: 50%;
	 -webkit-transform: unset!important;
  transform: unset!important;
    transform: translate(-50%, -50%)!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;

  letter-spacing: .15em;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  display: block!important;
	width: 100%;
  text-align: center;


  z-index: 9;
  background: transparent!important;
}
.com-menu01-txt{
	display:none;
}

#greeting{
	position:relative;
	background-color:var(--main);
	padding-bottom: 16vw;
}
#greeting::after {
  position: absolute;
  content: "greeting";
  bottom: 0;
  right: 0;
  font-size: 15vw;
  color: rgba( 255, 255, 240,0.2);
  z-index: 100;
}
#greeting .inner{
  background: #fff;

  position: relative;
  padding-top: 50px;
	  padding-bottom: 100px;
}

.com-menu01-list li:hover{
	border: 2px solid #fff;
	  transform:scale(1.1,1.1);
}

.footer-logo {
  padding-bottom: 0;

  border-bottom: none;

  margin-bottom: 40px;

}


/*--------------------------------------
 * 動画
 * ------------------------------------*/

.youtube_block {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
 /* margin-top: 100px;
  margin-bottom: 200px;
	*/
}

.youtube_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}


.box01{
	display:flex;
	flex:1;
	gap:30px;
}
.box02 {
	display:flex;
	flex:1;
	gap:30px;
	flex-wrap:nowrap;
}
.box02 .title{
	font-size:2em;
}
.mb100{margin-bottom:100px!important;}

/*会社概要*/
.tablepress tbody td.column-1 {
  width: 30%;
  font-weight: 700;
  color: var(--main);
  	background-color:#fff;
}
/*採用情報*/

.recruit-feed01 > li {
 
	background-color: rgba(68, 203, 89,0.1);
}
.tab-panel-a .tab{
	background:#fff;
	border:1px solid rgba(68, 203, 89,1);
}
.recruit-single-title {
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 20px;
  background-color: transparent;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 25px;
}
.job-table th {
  width: 30%;
  font-weight: 700;
  color: var(--main);
  background-color: #ddf6e1;
}
/*エントリーはこちら*/
.contact-area .box{
	display:flex;
	justify-content:space-around;
	margin-top:50px;
}
.contact-area .box .btn {
  width: 47%;

  max-width: unset;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.contact-area .box .btn:hover{
	background-color:var(--main);
	opacity:0.7;
}
.contact-area .box .btn p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: clamp(12px, 2rem, 2rem);
}
.contact-area .box .btn p .txt {
  color: #fff;
  font-weight: 700;
  font-size: clamp(12px, 2.4rem, 2.4rem);
  letter-spacing: 0.2em;
}
.contact-area .box .btn p .num {
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: clamp(12px, 2.5rem, 3rem);
  font-weight: 600;
  color: #fff;
}
.contact-form01 th{
	background-color:rgba(68, 203, 89,0.1);
}
 .box .btn::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 10%;
  height: auto;
  background-image: url(/wp-content/uploads/2025/03/icon_tel.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
 .box .btn:nth-of-type(2)::before {
  aspect-ratio: 1;
  background-image: url(/wp-content/uploads/2025/03/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
/*特色*/
.com-box01 {
  position: relative;
	margin-bottom: 20vw!important;
}
.com-box01:last-child{
	margin-bottom:0!important;
}
.com-box01-sub-tit::after{
	display:none!important;
}
.com-box01-wrap .com-box01::after{
content: "recreation";
  position: absolute;
  bottom: -10vw !important;
  left: 0;
  font-size: 15vw;
  color: rgba(68, 203, 89,0.3);
  background-color: transparent;
	z-index: 1 !important;
}
.com-box01-inner{
	align-items: flex-start!important;
}
.com-box01-wrap .com-box01:nth-of-type(2n)::after {
content: "training"!important;
  position: absolute!important;
  bottom: -10vw !important;
  right: 0!important;
	left:auto !important;
  font-size: 15vw!important;
  color: rgba(68, 203, 89,0.3)!important;
  background-color: transparent!important;
	width:auto!important;
	height:auto!important;
	z-index: 1 !important;
}
.com-box01-txt-inner{
	width:100%!important;
}
.com-box01-wrap .com-box01:nth-of-type(2n) .com-box01-txt-inner{
	margin-left:0!important;
}
.com-box01-sub-tit{
	display:none!important;
}
.com-box01-tit {
  font-size: 3vw!important;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #22ac38!important;
  margin-bottom: 10px;
}
.com-box01-txt-inner{
	background-color:transparent!important;
}
	.com-box01-txt-inner p {
  padding: 0!important;
}
/*スタッフの声*/
.com-interview01-img img {
  height: 250px!important;
  -o-object-fit: contain;
  object-fit: contain!important;
}

/*20250325*/
.sub-header.recruit{
	background-position: top 20% center;
}
.sub-header.entry{
	background-position: top 30% center;
}
.sub-header.staff{
	background-position: top 18% center;
}

/* =================== 
 * 2025/05/16追加
 * =================== */
.swiper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

.swiper-slide {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.swiper-slide iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  border: none;
}


.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #fff;
  font-size: 20px;
}





.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background-color: #44cb5a90;
}

.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-color: #44cb5a90;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 2.2rem !important;
    font-weight: bold !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 2.2rem !important;
    font-weight: bold !important;
}

.swiper {
    padding: 30px !important;
}

.swiper-slide {
  touch-action: pan-y;
}

.swiper-slide iframe {
  pointer-events: none;
}


.video-modal--hidden {
  display: none !important;
}
