@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Hina+Mincho&family=WindSong:wght@400;500&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
/* CSS Document */
html{
}
.pagetitle_e{
  padding-top: 90px;}
  
body{
	font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #F4F2F2;
	color: #3D3D3F;
	font-weight: 400;
}

/* ---------- common ---------- */
.swiper_a{
	overflow: hidden;
}
.blueline span {
    display: inline-block;
    background: linear-gradient(to bottom, transparent 70%, #B4EBDF 0%);
}
.title-style1 {
    position: relative;
    display: inline-block;      
    padding-right: 24px;  
    color: #2a2a2a;
}
.title-style1::after {
    content: "";
    position: absolute;
    right: -100px;            
    bottom: -30px;
    width: clamp(80px, 12vw, 220px);    
    height: 1px;
    background: currentColor; 
    transform-origin: left center;
    transform: rotate(-35deg);
    opacity: .9;
    pointer-events: none;
}
/*  access-box */
.access-box {
    --hero-h: 114px;   
    --overlap: 50px;
	--bleed: clamp(8px, 2vw, 24px);
    position: relative;
	background-color: #F4F3DC;
	border: #323333 solid 2px;
    margin-top: calc(var(--hero-h) - var(--overlap));
	overflow: visible;
	margin-top: 150px;
	gap: 60px;
	padding: 100px 50px 50px 50px;
}

.access-box::before {
    content: "";
    position: absolute;
    left: calc(-1 * var(--bleed));  
    right: calc(-1 * var(--bleed));
    top: calc(-1 * (var(--hero-h) - var(--overlap))); 
    height: var(--hero-h);
    background: url("https://astral253.com/system_panel/uploads/images/sun-top-bg.png") center/cover no-repeat;
    z-index: 2;
	display: block;
}
.access-box .leftbox{
	width: calc(60% - 30px);
	
}
.access-box .rightbox{
	width: calc(40% - 30px);
}
.access-box .rightbox .info-box{
	position: relative;
}
.access-box .rightbox .info-box .item1{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 27px;
	margin: 0 auto;
	z-index: 3;
}
.access-box .company_a .company-wrap {
	position: relative;
    width: 100%;
	background-color: #fff;
	border: #323333 1.24px solid;
	padding: 50px;
}
.access-box .company_a .company-wrap::after{
	content: "";
	position: absolute;
    background-image: url("https://astral253.com/system_panel/uploads/images/sun-top-bg3.png");
	width: clamp(120px, 22vw, 260px);
	aspect-ratio: 3 / 1;
	bottom: -1.5px;
	right:-96px;
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
    pointer-events: none;
	z-index: 3;
}
.access-box .company_a .company-wrap .item {
    justify-content: center;
}
.access-box .company_a .company-wrap .item:not(:last-of-type) {
    border-bottom: 1px solid #DEDEDE;
}
.access-box .company_a .company-wrap .item:first-of-type, .recruit1 .item-wrap .item:first-of-type {
    padding-top: 0;
}
.access-box .company_a .company-wrap .item h3 {
    width: 20%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: left;
    flex-direction: row;
    box-sizing: border-box;
    padding-right: 30px;
    padding: 20px 0;
}
.access-box .company_a .company-wrap .item > div {
    width: 80%;
    padding: 15px 0;
    padding-left: 40px;
}
.swiper_a {
    --band-h: 400px;
    height: var(--band-h);
}
.swiper_a img {
    display: block;
    height: var(--band-h);  
    width: auto;
}
.swiper_a .swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiper_a .swiper-slide {
    opacity: 1 !important;
    width: auto;
}
.swiper_a .swiper-slide { 
    opacity: 1 !important;
}
.swiper_a .swiper-slide { margin-right: 0 !important; }
/* ---------- more ---------- */
.more1 a,.more1 > div {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    min-width: 340px;
    text-decoration: none;
    border: #3D3D3F solid 1px;
	border-radius: 2px;
}
.more1-w a,.more1-w > div {
    border: #fff solid 1px;
}
.more1 a .flex{
	justify-content: center;
}
.more1 a::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 8px;
    height: 14.8px;
    background: url("https://astral253.com/system_panel/uploads/images/more-arrow.png") no-repeat center / contain;
    opacity: .9;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
}
.more1-w a::after {
	background: url("https://astral253.com/system_panel/uploads/images/more-arrow-w.png") no-repeat center / contain;
}
.more1 a:hover::after {
    transform: translate(2px, 2px) scale(1.04);
    opacity: 1;
}
.menu_a .more1 a::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 8px;
    height: 14.8px;
    background: url("https://astral253.com/system_panel/uploads/images/more-arrow.png") no-repeat center / contain;
    opacity: .9;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
}
/* ---------- header ---------- */
.header{
}

/* ---------- pagetitle ---------- */
.pagetitle_e-2{
  padding-top: 90px;
}
body.on .pagetitle_e .pagetitle::after {
    background: rgba(0, 0, 0, 0.0);
}
.pagetitle_e .pagetitle .titlebox p {
    font-family: "EB Garamond", sans-serif;
    text-align: center;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #3C2315;
}

.pagetitle_e .pagetitle .titlebox h1 {
    color: #333333;
    font-family: "Zen Old Mincho", sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.pagetitle_e .pagetitle .title_wrap .titlebox {
    position: relative;
	flex-direction: column;
    padding: 0 100px; 
}

.pagetitle_e .pagetitle .title_wrap .titlebox::before,
.pagetitle_e .pagetitle .title_wrap .titlebox::after {
    content: "";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: clamp(32px, 6vw, 72px);
    aspect-ratio: 1 / 1;  
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}
.pagetitle_e .pagetitle .title_wrap .titlebox::before {
    left: 16px;
    background-image: url("https://astral253.com/system_panel/uploads/images/pagetitle-deco-left.svg");
}
.pagetitle_e .pagetitle .title_wrap .titlebox::after {
    right: 16px;
    background-image: url("https://astral253.com/system_panel/uploads/images/pagetitle-deco-right.svg");
}

.pagetitle_e-2 .pagetitle .titlebox p {
    color: #fff;
}

.pagetitle_e-2 .pagetitle .titlebox h1 {
     color: #fff;
}
.pagetitle_e.pagetitle_e-2 .pagetitle .title_wrap .titlebox::before,
.pagetitle_e.pagetitle_e-2 .pagetitle .title_wrap .titlebox::after {
  content: none !important;
  background: none !important;
}
.pagetitle_e.pagetitle_e-2 .pagetitle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3) !important;
  pointer-events: none;
  z-index: 1;   
}

/* ---------- footer ---------- */

.footer_e{
	background-color: #212121;
}
.footer_e p{
	color: #fff;
}
.footer_e .logo-wrap{
	width: 100%;
	gap: 30px;
}
.footer_e .bottombox .rightbox .contact_wrap .contact_bt a{
	padding: 10px 25px;
	background-color: transparent;
	border: #696969 1px solid;
	gap: 15px;
	border-radius: 200px;
}
.footer_e .bottombox .rightbox .contact_wrap .tel p {
    font-size: 28px;
    font-weight: 400;
	letter-spacing: 0.05em;
}
.footer_e .topbox {
    margin: 0 auto;
	margin-bottom: 80px;
}
.submenu_c .more a,.submenu_c .more > div {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    min-width: 340px;
    text-decoration: none;
    border: #3D3D3F solid 1px;
	border-radius: 2px;
}
.submenu_c .more a::after,.submenu_c .more > div::after {
    content: "";
    position: absolute;
    right: 8px;
	top: auto !important;
    bottom: 8px !important;
    width: 8px;
    height: 14.8px;
    background: url("https://astral253.com/system_panel/uploads/images/more-arrow-w.png") no-repeat center / contain;
    opacity: .9;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease !important;
	transform: none !important;
}
.submenu_c > a::after {
    pointer-events: none;
}
.submenu_c .more a:hover::after,
.submenu_c .more > div:hover::after {
    transform: translate(2px, 2px) scale(1.04) !important;
    opacity: 1;
}
.submenu_c .more a p,.submenu_c .more > div p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 16px;
	font-weight: 400;
}
.submenu_c .box {
    position: relative;
    overflow: hidden;
    --tri: clamp(70px, 12vw, 150px); 
}
.submenu_c .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0; height: 0;
    border-top: var(--tri) solid var(--tri-color);
    border-right: var(--tri) solid transparent;
    z-index: 3;
    pointer-events: none;
}
.submenu_c .box1 {
    --tri-color: #841125; 
}
.submenu_c .box2 {
    --tri-color: #E8CE4A; 
}
.submenu_c .box3 {
	--tri-color: #212121; 
}
.submenu_c > a::after {
    background-color: rgba(0, 0, 0, 0.50);
}
.submenu_c .box h2 {
    font-size: 18px;
}
/* ---------- font ---------- */
.en_title{
	font-family: "EB Garamond",  sans-serif;
	font-size: 76px;
	letter-spacing: 0.1em;
    font-weight: 400;
}
.en_title2{
	font-family: "EB Garamond",  sans-serif;
	font-size: 60px;
	letter-spacing: 0.1em;
    font-weight: 400;
}
.default_title{ 
	font-size: 35px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 32px;
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: 28px;
	letter-spacing: 0.05em;
}
.default_title4{
	font-size: 22px;
	letter-spacing: 0.05em;
}
.default_txt{
	font-size: 20px;
	letter-spacing: 0.05em;
}
.default_txt2{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}

.font-eb{
	font-family: "EB Garamond",  sans-serif;
}
.font-noto{
	font-family: "Noto Sans",  sans-serif;
}
.lh-2{
	line-height: 2em;
}
.ls-05{
	letter-spacing: 0.5em;
}
/* ---------- default ---------- */
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #D09F18}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: #212121}
.bg-color1{background-color: #F4F3DC}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5} 

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #F4F3DC}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1340px ---------- */
@media screen and (max-width: 1340px){
/* ---------- footer ---------- */
	.footer_e .bottombox .leftbox{display: none;}
	.footer_e{
		justify-content: center;
		text-align: center;
		padding-bottom: 30px;
	}
	.footer_e .bottombox{
		justify-content: center;
	  }
	.footer_e .bottombox .rightbox{
		align-items: center;
		width: 100%;  
		margin: 0 auto;
	  }
	.footer .bottombox .rightbox .snsbox{
		justify-content: center;
	}
	.footer_e .bottombox .rightbox p{
		font-size: 14px;
	}
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
	.access-box {
		flex-direction: column-reverse;
	}
	.access-box .leftbox,
    .access-box .rightbox {
        width: 90% !important; 
        flex: 0 0 auto;          
        margin: 0 auto;              
        box-sizing: border-box;
    }
	.access-box .rightbox .info-box {
        flex: 1 1 auto;          
        width: 100%;
        min-width: 0; 
    }
	.access-box .company_a .company-wrap::after{
		content: none;
	}
	.access-box .leftbox .map-frame {
        width: 100%;
        margin: 0 auto;
        position: relative;
        aspect-ratio: 16 / 9;  
        overflow: hidden;
    }
    .access-box .leftbox .map-frame iframe {
        position: absolute;
        inset: 0;
        width: 100%; 
        height: 100%;  
        border: 0;
    }
	.pagetitle_e .pagetitle .titlebox p {
		font-size: 60px;
	}
	.title-style1::after {
		right: -70px;
		bottom: -20px;
		width: clamp(80px, 12vw, 220px);
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer_e .bottombox .leftbox{display: none;}
	.footer_e{
		justify-content: center;
		text-align: center;
		padding-bottom: 30px;
	}
	.footer_e .bottombox{
		justify-content: center;
	  }
	.footer_e .bottombox .rightbox{
		align-items: center;
		width: 100%;  
		margin: 0 auto;
	  }
	.footer .bottombox .rightbox .snsbox{
		justify-content: center;
	}
	.footer_e .bottombox .rightbox p{
		font-size: 14px;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 60px;
	}
	.en_title2{
		font-size: 52px;
	}
	.default_title{ 
		font-size: 30px;
	}
	.default_title2{
		font-size: 28px;
	}
	.default_title3{
		font-size: 24px;
	}
	.default_title4{
		font-size: 20px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 16px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.access-box {
		--hero-h: 114px;
		--overlap: 50px;
		--bleed: clamp(8px, 2vw, 24px);
		position: relative;
		background-color: #F4F3DC;
		border: #323333 solid 2px;
		margin-top: calc(var(--hero-h) - var(--overlap));
		overflow: visible;
		margin-top: 100px;
		gap: 30px;
		padding: 80px 30px 50px 30px;
	}
	.pagetitle_e .pagetitle .titlebox p {
		font-size: 50px;
	}
	.pagetitle_e .pagetitle .title_wrap .titlebox {
		padding: 0 75px;
	}
	.title-style1::after {
		right: -50px;
		bottom: -20px;
		width: clamp(80px, 12vw, 220px);
	}
	.swiper_a {
    --band-h: 300px;
	}
/* ---------- header ---------- */
	
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 54px;
	}
	.en_title2{
		font-size: 46px;
	}
	.default_title{ 
		font-size: 28px;
	}
	.default_title2{
		font-size: 24px;
	}
	.default_title3{
		font-size: 22px;
	}
	.default_title4{
		font-size: 18px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 16px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.more1 a,.more1 > div {
		padding: 12px 20px;
		min-width: 260px;
	}
	.access-box {
        --hero-h: 72px; 
        --overlap: 36px;    
        padding-top: 80px; 
		margin-top: 50px;
    }
	.submenu_c > a{
		position: relative;
		width: 100%;
		aspect-ratio: 1.5 / 1;
	}
	.submenu_c .more a,.submenu_c .more > div{
		min-width: 180px;
		padding: 10px 40px 10px 30px;
	}
	.submenu_c .more a::after, .submenu_c .more > div::after{
		width: 6px;
		height: 10px;
	}
	.pagetitle_e .pagetitle .titlebox p {
		font-size: 40px;
	}
	.pagetitle_e .pagetitle .titlebox h1 {
		font-size: 16px;
	}
	.pagetitle_e .pagetitle .title_wrap .titlebox {
		padding: 0 65px;
	}
.pagetitle_e{
        padding-top: 70px;
    }
  
	.title-style1::after {
		right: -30px;
		bottom: -0px;
		width: clamp(80px, 12vw, 220px);
	}
	.swiper_a {
    --band-h: 200px;
	}
/* ---------- header ---------- */
  .pagetitle_e-2{
  padding-top: 70px;
}
/* ---------- footer ---------- */
	.footer_e .logo-wrap {
		flex-direction: column;
	}
	.footer_e .logo {
		max-width: 180px;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 44px;
	}
	.en_title2{
		font-size: 38px;
	}
	.default_title{ 
		font-size: 24px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 20px;
	}
	.default_title4{
		font-size: 18px;
	}
	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 15px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
	 .access-box {
        --hero-h: 72px;     /* 好きな高さに変更 */
        --overlap: 36px; 
        gap: 30px;
        padding: 60px 10px 30px 10px;
    }
	.access-box .company_a .company-wrap {
		padding: 30px;
	}
	.access-box .company_a .company-wrap .item {
		flex-direction: column;
	}
	.access-box .company_a .company-wrap .item h3 {
		width: 100%;
		padding-right: 0px;
		padding: 10px 0;
	}
	.access-box .company_a .company-wrap .item > div {
		width: 100%;
		padding-top: 0;
		padding-bottom: 10px;
		padding-left: 0px;
	}
	.pagetitle_e .pagetitle .titlebox p {
		font-size: 36px;
	}
	.pagetitle_e .pagetitle .titlebox h1 {
		font-size: 14px;
	}
	.pagetitle_e .pagetitle .title_wrap .titlebox {
		padding: 0 55px;
	}
	.title-style1::after {
        right: -60px;
        bottom: 5px;
        width: clamp(80px, 12vw, 220px);
    }
	.submenu_c .box h2 {
		font-size: 16px;
	}
	.menu_a .more1 a, .more1 > div {
		position: relative;
		display: inline-block;
		padding: 15px 30px;
		min-width: 200px;
		text-decoration: none;
		border: #3D3D3F solid 1px;
		border-radius: 2px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */

/* ---------- font ---------- */
	.en_title{
		font-size: 40px;
	}
	.en_title2{
		font-size: 30px;
	}
	.default_title{ 
		font-size: 24px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_title4{
		font-size: 18px;
	}
	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 15px;
	}
	.default_txt3{
		font-size: 14px;
	}
  .br-sp span{
    display: inline-block;
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
