@charset "utf-8";
/* CSS Document */
/*----------------------------*/
:where(figure){
	margin-bottom: 0em !important;
}
:where(.wp-block-columns){
	margin-bottom: 0em !important;
}

section p{
	/*letter-spacing: 0.1em;*/
	color: #333;
	position: relative;
font-weight: 400;
}

section#firstview .inner .catchImage{
	background: url(../image/access/mainvisual.webp) 0 0 / cover no-repeat;
}
/*----------------------------*/

section.wp-block-group{
	position: relative;
}


section.wp-block-group > div{
	max-width: 1000px;
	margin: 0 auto;
}

    section.content > section {
        padding: 0 25px;
        box-sizing: border-box;
    }
section.content > section:nth-of-type(even) {
	background-color: #F4F9FC;
}
/*----------------------------*/
section.content h2{
	font-size: 2em;
	font-weight: 600;
	line-height: 1;
	color: #333333;
	text-align: center;
	padding-bottom: 24px;
	position: relative;
	font-family: YakuHanJP, "IBM Plex Sans JP", sans-serif;
}

section.content h2::before{
	content: '';
	background: linear-gradient(
		to right,
		#0075c1 0%,
		#0075c1 50%,
		#e75297 50%,
		#e75297 100%
	);
	width: 100%;
	max-width: 220px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


section.content h3{
	font-size: 1.56em;
	border-bottom: 2px solid #0075C1;
	font-weight: 600;
	line-height: 1.75;
	color: #333333;
	        padding-left: 1.86em;
	padding-bottom: 0.3em;
	position: relative;
	font-family: YakuHanJP, "IBM Plex Sans JP", sans-serif;
}
section.content h3::before{
	content: '';
	background: linear-gradient(
		to bottom,
		#0075c1 0%,
		#0075c1 50%,
		#e75297 50%,
		#e75297 100%
	);
	width: 0.4em;
	height: 1.69em;
	position: absolute;
        top: 50%;
        transform: translateY(-60%);
	        left: 0.58em;
	
}
section.content .box_800{
	max-width: 800px;
	margin: 0 auto;
}

section.content .border_b{
	border:3px solid #0075C1;
border-radius:0.88em;
}

/*===================================
	#anchor_navi
=====================================*/

#anchor_navi{
	padding: 60px 0 0;
}

#anchor_navi .inner{
	width: 100%;
	max-width: 1150px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
}

#anchor_navi .inner .anchor_wrap{
	width: 100%;
	min-height: 90px;
	border: 1px solid #73b1d9;
	border-radius: 45px;
	display: flex;
	align-items: center;
}

#anchor_navi .inner .anchor_wrap ul.anchor_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#anchor_navi .inner .anchor_wrap ul.anchor_list li{
	position: relative;
	padding: 8px 1.875em 6px;
}

#anchor_navi .inner .anchor_wrap ul.anchor_list li + li{
	border-left: 2px dotted #73b1d9;
}

#anchor_navi .inner .anchor_wrap ul.anchor_list li a{
	display: flex;
	align-items: center;
	font-size: 100%;
	font-weight: 600;
	line-height: 1;
	color: #333333;
}

#anchor_navi .inner .anchor_wrap ul.anchor_list li a::after{
	content: '';
        background: url(../image/common/icon_circle_blue.svg) no-repeat;
	background-size: cover;
	width: 1.125em;/*18*/
	height: auto;
	aspect-ratio: 1 / 1;
	margin-left: 0.625em;/*10*/
	transform: rotate(90deg);
	
}
/*----------------------------*/
.box_add {
position: relative;
        z-index: 1;
        background: #fff;
}
.box_add > div{
min-height: 5.63em;
	display: flex;
        justify-content: center;
        align-items: center;
}

.box_add > div p{
	font-size: 1.13em;
    font-weight: 500;
}
#access01 iframe{
	width: 100vw;
        margin-left: calc(50% - 50vw);
	height: 30em;
	margin-top: -2.32em;
	        position: relative;
        z-index: 0;
}
#access01 > div h3 + p{
	line-height: 2em;
	margin-top: 1.69em;
}

#access01 > div h4{
	font-size: 1.25em;
	background-color: #D9EEFC;
        font-weight: 600;
	line-height: 1.75em;
	border-radius: 0.48em;
	        display: flex;
        align-items: center;
	        padding: 0.75em 1.5em;
	        gap: 0.99em;
}
#access01 > div h4::before{
content: "";
	display: block;
	width: 2.97em;
	height: 1.68em;
}
#access01 > div h4#car::before{
background: url("../image/access/icon_car.svg") no-repeat;
background-size: contain;

}
#access01 > div h4#bus::before{
background: url("../image/access/icon_bus.svg") no-repeat;
background-size: contain;

}
#access01 > div h5 {
	font-size: 1.13em;
        font-weight: 700;
	line-height: 1.75;
	        display: flex;
        align-items: center;
        color: #0075C1;}

#access01 > div h5::before {
        content: "■";
        color: #0075C1;
        margin-right: 0.2em;
	font-size: 0.78em;}
#access01 > div h4 + *,
#access01 > div h5 {
        margin-top: 1em;
	
}
#access01 > div h4 + p,
#access01 > div h5,
#access01 > div h5 + p{
	        margin-left: 1.23em;
}
/*----------------------------*/
/*----------------------------*/


/*----------------------------*/


#access02 .bus_about {
	
}
#access02 .bus_about > div{
	display: flex;
	        gap: 2.97em;
	
}
#access02 .bus_about > div > figure{
order: 1;
        width: 29.38em;
        flex-shrink: 0;
}
#access02 .bus_about > div > .txt{
order: 0;
}

#access02 .bus_about > div > .txt p{
line-height: 2;
}
#access02 .bus_about > div > .txt p strong{
font-weight: 500;
}
#access02 .bus_about > div > .txt a{
	display: flex;
        align-items: center;
	gap: 1.19em;
	
        background-color:#fff;
        border: 2px solid #73B1D9;
        border-radius: 0.48em;
        font-weight: 500;
        padding: 0.63em 1.56em;
        box-sizing: border-box;
}

#access02 .bus_about > div > .txt a[href$=".pdf"]::before{
		content: "";
	display: block;
	width: 1.75em;
	height: 2.39em;
	background: url("../image/common/icon_pdf.svg") no-repeat;
}
#access02 .bus_about > div > .txt a::after{
		content: "";
	display: block;
	width: 1.44em;
	height: 1.44em;
	background: url(../image/common/icon_circle_blue.svg) no-repeat;
	        margin-left: auto;
}


#access02 .bus_process {
	
}
#access02 .bus_process  h4 {
        font-size: 1.25em;
        background-color: #D9EEFC;
        font-weight: 600;
        line-height: 1.75;
        color: #333333;
        padding: 0.38em 1.3em;
        border-radius: 0.47em;
        display: flex;
        align-items: center;
    }

#access02 .bus_process  h4 strong{
	font-family: YakuHanJP, "Jost", sans-serif;
	font-size: 1.74em;
        color: #0075C1;
        font-weight: 600;
	min-width: 1.61em;
}
#access02 .bus_process  h4 mark{
background: unset !important;
	color: unset !important;
	        font-size: 0.8em;
	        font-weight: 400;
}

#access02 .link_apps{
    gap: 2.21em;
	justify-content: center;
	background-color: #fff;
	padding: 1.88em 0;
	
}
#access02 .link_apps >div:nth-of-type(odd){
           display: inline-flex;
        justify-content: end;
}

#access02 .link_apps >div a{
}
#access02 .bus_id{
	    gap: 2.72em;
}


#access02 .bus_id  table{
}

#access02 .bus_id  table{
	max-width: 580px;
	        margin: 0 auto;
	        border-collapse: collapse;
	width: 100%;
	
}
#access02 .bus_id  table tr{
	
}
#access02 .bus_id  table tr th{
        background-color: #0075C1;
	color: #fff;
	font-size: 1.19em;
	border: 1px solid #fff;
}
#access02 .bus_id  table tr td{
        background-color: #fff;
	border: 1px solid #0075c1;
	font-size: 1.25em;
}
#access02 .bus_id  table tr th,
#access02 .bus_id  table tr td{
	font-weight: 500;
	padding: 0.73em 1.97em;
        box-sizing: border-box;
}
#access02 .bus_id  table tr:first-of-type th:first-of-type {
  width: 10.26em;
}
#access02 .bus_id .maps{
	        background-color: #fffced;
        padding: 1.36em 2.97em 1.53em;
}

#access02 .bus_id .maps > div{
    text-align: justify;	
}

#access02 .bus_id .maps > div img{
    display: block;
	margin: 0 auto;
	border: 1px solid #ffaf6d; 
}


#access02 .bus_id .maps > div  p{
    font-size: 0.94em;
	margin-top: 0.74em;
}


#access02 .bus_info{
	background-color: #d9eefc;
	border-radius: 1.19em;
	padding: 0 6.25em;
}

#access02 .bus_info h4{
	font-weight: 600;
	color: #e31d79;
	text-align: center;
	        font-size: 1.38em;
}


#access02 .bus_info p{
	line-height: 1.88;
	margin-top: 0.63em;
}

/*----------------------------*/

.tabs {
  display: flex;
  justify-content: space-between;
}

.iyo { --main: #E75252; --bg: #FCE6E5; --ac_txt:#E75252}
.kuwa { --main: #EDAE00; --bg: #FFE499; --ac_txt:#C25B00}
.shinai { --main: #A0C400; --bg: #E4F0B2;  --ac_txt:#237D00}
.tobe { --main: #51BBBD; --bg: #C5E7E8; --ac_txt:#007185 }

.tab_btn { 
        width: calc(25% - 0.625em);
}

.tab_btn button{
	color:#fff; 
    background-color: var(--main) ;
	    border: 1px solid var(--main);
            font-size: 1.13em;
	border-bottom: none;
    border-radius: 1.2em 1.2em 0 0 ;
	        font-weight: 700;
	        display: flex;
        align-items: center;
	        justify-content: center;
	transition: all 0.3s;
	        height: min(5.07vw,75px);
	        padding: 0;
}

.tab_btn.tobe button{
	font-size: 1em;
}



.tab_content {
             padding: 3.68em 25px 4.44em;
}

.tab_content {
  display: none;
	width: 100vw;
        margin-left: calc(50% - 50vw);
	border-top: 1px solid #7FBAE0;
	border-bottom: 1px solid #7FBAE0;
	background-color: #fff;
}
.tab_btn button:hover,
.tab_btn.active button {
  background: var(--bg) ;
  color:  var(--ac_txt) ;
}

.tab_content.iyo {
  display: block;
}



.tab_content h4 {
  color:  var(--ac_txt) ;
	        font-size: 1.88em;
        font-weight: 600;
        text-align: center;
	position: relative;
	        padding-bottom: 20px;
}

.tab_content h4::before {

	        content: '';
        background: currentcolor;
        width: 100%;
        max-width: 80px;
        height: 3.74px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
}

.tab_content figure img{
  margin-top: 2.71em;
	border: 1px solid var(--main) ;
}

.tab_content iframe{
 width: 100%;
	max-width: 1000px;
	height: 37.5em;
	        margin: 0 auto;
  margin-top: 2.71em;
	        display: flex;
        justify-content: center;
}
.tab_content p{
	max-width: 1000px;
	        margin: 0 auto;
font-weight: 500;
	line-height: 2;
	margin-top: 1.46em;
	
}
.tab_content table{
	max-width: 1000px;
	        margin: 0 auto;
	        border-collapse: collapse;
	width: 100%;
	margin-top: 1.21em;
	
}
.tab_content table tr{
	
}
.tab_content table tr th{
background-color: #EBF4FA;
	        white-space: nowrap;
	
}
.tab_content table tr th strong{
               font-weight: 700;
	
}
.tab_content table tr td{
        background-color: #fff;
}
.tab_content table tr th,
.tab_content table tr td{
        border: 1px solid #73B1D9;
        padding: 1.06em 1.21em;
	        text-align: center;
               font-weight: 400;
}
.tab_content table tr:first-of-type th:first-of-type {
          width: 16.67%;
}

.tab_content table mark{
}
.tab_content table tr td.v-rl{
    writing-mode: vertical-rl;
	letter-spacing: 0.2em;
	}
@-moz-document url-prefix() {
  .tab_content table tr td.v-rl {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
  }

.tab_content .ta_r{
	text-align: right;
}
