@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
    word-break: break-all;
}

html { 
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}


body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.35rem;
	/*-webkit-text-size-adjust: none;*/
	line-height: 1.5;
	color: #000000;
	background: #fff;
	overflow: hidden;
}

html.is-open {
	overflow: hidden;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.shippori-mincho-b1 {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.weight-400{
	font-weight: 400;
}

.weight-500{
	font-weight: 500;
}

.weight-600{
	font-weight: 600;
}

.weight-700{
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	/*overflow: hidden;*/
	outline: none;
	color: #000000;
	text-decoration:none;
}
.pc_hide {
}

.sp_hide {
	display: none !important;
}

a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}

a:hover {
	text-decoration: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


select::-ms-expand {
    display: none;
}

h1,h2,h3,h4{
	font-weight: 500;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

#all_wrap,
#contents{
	overflow: hidden;
}

ol, ul {
    list-style: none;
	box-sizing: border-box;
}

#wrapper{
	position: relative;
}


h1.visually-hidden{
position:absolute;
width:1px;
height:1px;
overflow:hidden;
clip:rect(0,0,0,0);
}

/*===================================
	仕様
=====================================*/

.fadeUpTrigger{
	opacity: 0;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(75px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*===================================
	#header
=====================================*/

#header{
	width: 100%;
	padding-top: 19px;
	position: absolute;
	z-index: 11;
}

#header::before{
	content: '';
	background: url("images/common/sp-head_bg.webp")no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 720 / 260;
	pointer-events: none;
	position: absolute;
	top: -0.65rem;
	left: 0;
	z-index: -1;
}

html.is-open #header::before{
	content: '';
	background: url("images/common/sp-head_bg02.webp")no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: auto;
	aspect-ratio: 720 / 260;
	pointer-events: none;
	position: absolute;
	top: -0.65rem;
	left: 0;
	z-index: 100;
}


.head-inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.head-inner .head_logo{
	width: 69.8611%;/*503*/
	margin-left: 7.3611%;/*53*/
	position: relative;
	z-index: 999;
}

.head-inner .head_logo img{
	width: 100%;
	height: auto;
}

/**/

.head-inner .g_nav_wrap{
	display: none;
}

/**/

.head-inner .openbtn1 {
	width: 14.86111%;/*107*/
	height: 6.55rem;
	background: rgba(255,255,255,0.9);
	border-radius: 0.675rem;
	margin-right: 2.6388%;/*19*/
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.head-inner .openbtn1::before {
	content: 'MENU';
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0071b3;
	white-space: nowrap;
	position: absolute;
	bottom: 1.15rem;
	left: 50%;
	transform: translateX(-50%);
}

html.is-open .head-inner .openbtn1::before {
	content: 'CLOSE';
}

.head-inner .openbtn1 .toggle-box{
	width: 43.9252%;/*47*/
	height: 15px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
}

.head-inner .openbtn1 .toggle-box span{
	width: 100%;
	height: 1px;
}

.head-inner .openbtn1 .toggle-box span:first-child{
	background: #f28e1e;
	position: absolute;
	top: 0;
	left: 0;
}


.head-inner .openbtn1 .toggle-box span:nth-child(2){
	background: linear-gradient(
		to right,
		#f28e1e 0%,
		#f28e1e 50%,
		#0071b3 50%,
		#0071b3 100%
	);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}


.head-inner .openbtn1 .toggle-box span:last-child{
	background: #0071b3;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* 共通：アニメーション */
.head-inner .openbtn1 .toggle-box span {
	transition: transform .3s ease, opacity .3s ease;
}

/* ===== 開いた状態（×ボタン） ===== */
html.is-open .head-inner .openbtn1 .toggle-box span:first-child {
	background: #0071b3;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

html.is-open .head-inner .openbtn1 .toggle-box span:nth-child(2) {
	opacity: 0;
}

html.is-open .head-inner .openbtn1 .toggle-box span:last-child {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

/**/

.head-inner .global_nav {
	display: flex;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	transform: translateX(100%);
	z-index: 99;
}

html.is-open .head-inner .global_nav {
	transition: 0.32s;
	transform: translateX(0);
}

.head-inner .global_nav::after{
	content: '';
	background: url("images/common/menu_bg.webp")no-repeat;
	background-size: cover;
	width: 208.3333%;/*1500*/
	height: auto;
	aspect-ratio: 1500 / 903;
	position: absolute;
	top: -0.65rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -3;
}

.head-inner .global_nav .sp_gnav_wrap{
	width: 100%;
	padding-top: 91px;
}

.head-inner .global_nav .sp_gnav_wrap ul.sp_nav_list{
	list-style: none;
	width: 90.2777%;/*650*/
	margin: 0 auto;
}

.head-inner .global_nav .sp_gnav_wrap ul.sp_nav_list li + li{
	border-top: 1px solid rgba(131,160,170,0.5);
}

.head-inner .global_nav .sp_gnav_wrap ul.sp_nav_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 5.65rem;
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #026a9e;
	background: url("images/common/link_ico_ora.webp")no-repeat right 4.4615% center;/*29*/
	background-size: 6.6153% auto;/*43*/
}

/**/

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap{
	margin-top: 13px;
	padding: 18px 0 2.15rem;
	background: rgba(223,233,237,0.79);
}

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap ul.sp_btn_list{
	list-style: none;
	width: 90.2777%;/*650*/
	margin: 0 auto;
}

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap ul.sp_btn_list li{
	width: 100%;
}

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap ul.sp_btn_list li + li{
	margin-top: 1.55rem;
}

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap ul.sp_btn_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	background: url("images/common/link_ico_ora02.webp")no-repeat right 4.9230% center;/*32*/
	background-size: 5.6923% auto;/*37*/
	font-size: 2.0925rem;
	line-height: 1;
	box-sizing: border-box;
	position: relative;
}

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap ul.sp_btn_list li:first-child a{
	background: url("images/common/link_ico_blue02.webp")no-repeat right 4.9230% center;/*32*/
	background-size: 5.6923% auto;/*37*/
	background-color: #ef7c1d;
	padding-left: 32.1538%;/*209*/
	color: #fff;
}

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap ul.sp_btn_list li:first-child a::before{
	content: '';
	background: url("images/common/ico01.webp")no-repeat;
	background-size: cover;
	width: 14.7692%;/*96*/
	height: auto;
	aspect-ratio: 96 / 60;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8.6153%;/*56*/
}

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap ul.sp_btn_list li:nth-child(2) a{
	justify-content: center;
	background:
		url("images/common/link_ico_ora02.webp") no-repeat right 4.923% center / 5.6923% auto,
		linear-gradient(
			90deg,
			rgba(63, 186, 183, 1) 0%,
			rgba(53, 145, 208, 1) 100%
		);
	font-size: 1.9rem;
	color: #fff;
}

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap ul.sp_btn_list li:nth-child(2) a::before{
	content: '';
	background: url("images/common/ico02.webp")no-repeat;
	background-size: cover;
	width: 10.9230%;/*71*/
	height: auto;
	aspect-ratio: 71 / 68;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5.0769%;/*33*/
}

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap ul.sp_btn_list li:nth-child(3) a{
	background-color: #fff;
	font-size: 1.744rem;
	color: #026a9e;
	padding-left: 22.9230%;/*149*/
}

.head-inner .global_nav .sp_gnav_wrap .btn_link_wrap ul.sp_btn_list li:nth-child(3) a::before{
	content: '';
	background: url("images/common/mail_ico.webp")no-repeat;
	background-size: cover;
	width: 8.1538%;/*53*/
	height: auto;
	aspect-ratio: 53 / 38;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 6.9230%;/*45*/
}

/**/

.head-inner .global_nav .sp_gnav_wrap .bnr_wrap{
	background: url("images/common/menu_bg02_new.webp")no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 21px 0 37px;
}

.head-inner .global_nav .sp_gnav_wrap .bnr_wrap ul.sp_bnr_list{
	width: 62.5%;/*450*/
	margin: 0 auto;
	list-style: none;
}

.head-inner .global_nav .sp_gnav_wrap .bnr_wrap ul.sp_bnr_list li{
	width: 100%;
}

.head-inner .global_nav .sp_gnav_wrap .bnr_wrap ul.sp_bnr_list li + li{
	margin-top: 18px;
}

.head-inner .global_nav .sp_gnav_wrap .bnr_wrap ul.sp_bnr_list li img{
	width: 100%;
	height: auto;
}

.head-inner .global_nav .sp_gnav_wrap .bnr_wrap ul.sns_list{
	list-style: none;
	width: 55.9722%;/*403*/
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}

.head-inner .global_nav .sp_gnav_wrap .bnr_wrap ul.sns_list li{
	width: 13.3995%;/*54*/
}

.head-inner .global_nav .sp_gnav_wrap .bnr_wrap ul.sns_list li img{
	width: 100%;
	height: auto;
}

/**/

.head-inner .global_nav .sp_gnav_wrap .ex_wrap{
	padding: 19px 0 66px;
}

.head-inner .global_nav .sp_gnav_wrap .ex_wrap ul.ex_list{
	width: 55.75%;
/*	width: 50.0%;360*/
	margin-left: 9.0277%;/*65*/
}

.head-inner .global_nav .sp_gnav_wrap .ex_wrap ul.ex_list li{
	border-bottom: 1px solid #c7c7c7;
}

.head-inner .global_nav .sp_gnav_wrap .ex_wrap ul.ex_list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0 6px;
	font-size: 1.5rem;
	line-height: 1;
	color: #0071b7;
}

.head-inner .global_nav .sp_gnav_wrap .ex_wrap ul.ex_list li a::after{
	content: '';
	background: url("images/common/ex_ico_ora.webp")no-repeat;
	background-size: cover;
	width: 7.7777%;/*28*/
	height: auto;
	aspect-ratio: 1 / 1;
}

/*===================================
	.page_tit_wrap
=====================================*/

.page_tit_wrap.pattern01{
	width: 100%;
	height: 217px;
	overflow: hidden;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	position: relative;
}

.page_tit_wrap::before{
	content: '';
	background: rgba(234,118,15,0.83);
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.page_tit_wrap.pattern01 .page_tit{
	margin-top: 95px;
	padding-left: 3.75%;/*27*/
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.page_tit_wrap.pattern01 .page_tit::before{
	content: '';
	background: rgba(255,255,255,0.85);
	width: 64.5833%;/*465*/
	height: 83px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -2px;
	z-index: -1;
}

.page_tit_wrap.pattern01 .page_tit p.en_tit{
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #026a9e;
}

.page_tit_wrap .page_tit p.en_tit:first-letter{
	color: #f28e1e;
}

.page_tit_wrap.pattern01 .page_tit h2.page_title{
	padding-top: 12px;
	font-size: 1.9rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #026a9e;
}

/**/

.page_tit_wrap.pattern02{
	width: 100%;
	height: 217px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}

.page_tit_wrap.pattern02 .page_tit{
	width: 83.3333%;/*600*/
	margin: 0 auto;
	position: relative;
	top: 113px;
	z-index: 1;
}

.page_tit_wrap.pattern02 .page_tit p.en_tit{
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
}

.page_tit_wrap.pattern02 .page_tit h2.page_title{
	font-size: 1.9rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #fff;
	padding-top: 10px;
}

/**/

.page_tit_wrap.pattern03{
	width: 100%;
	height: 217px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: right 35.1388% bottom !important;/*253*/
	position: relative;
}

.page_tit_wrap.pattern03 .page_tit{
	width: 83.3333%;/*600*/
	margin: 0 auto;
	position: relative;
	top: 106px;
	z-index: 1;
}

.page_tit_wrap.pattern03.life .page_tit{
	top: 92px;
}

.page_tit_wrap.pattern03 .page_tit p.en_tit{
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #026a9e;
}

.page_tit_wrap.pattern03.life .page_tit p.en_tit{
	font-size: 2.5rem;
}

.page_tit_wrap.pattern03 .page_tit h2.page_title{
	font-size: 1.85rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #026a9e;
	padding-top: 14px;
}

.page_tit_wrap.pattern03.life .page_tit h2.page_title{
	padding-top: 11px;
}

.page_tit_wrap.pattern03.life .page_tit p.small_tit{
	font-size: 1.15rem;
	line-height: 1.2608;
	letter-spacing: 0.1em;
	color: #026a9e;
	padding-top: 1.25rem;
}

/**/

.page_tit_wrap.pattern04{
	width: 100%;
	height: 150px;
	background-size: cover !important;
	background-position: right bottom !important;
	position: relative;
}

.page_tit_wrap.pattern04 .page_tit{
	width: 83.3333%;/*600*/
	margin: 0 auto;
	position: relative;
	top: 8.35rem;
	z-index: 1;
}

.page_tit_wrap.pattern04 .page_tit p.en_tit{
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #026a9e;
}

.page_tit_wrap.pattern04 .page_tit h2.page_title{
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #026a9e;
	padding-top: 8px;
}

.page_tit h2.page_title span.dot{
	margin: 0 -0.1em;
}

/**/

.page_tit_wrap .bread_crumb{
	display: none;
}

/*===================================
	.anchor_wrap
=====================================*/

.anchor_wrap{
	background: #e5f8ff;
	padding: 20px 0 26px;
}

.anchor_wrap .wrap_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
}

.anchor_wrap .wrap_inner ul.anchor_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px 0;
}

.anchor_wrap .wrap_inner ul.anchor_list li{
	width: 47.3333%;/*284*/
}

.anchor_wrap .wrap_inner ul.anchor_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 36px;
	border-bottom: 1px solid rgba(2,106,158,0.5);
	font-size: 1.15rem;
	line-height: 1.2173;
	color: #333333;
	position: relative;
}

.anchor_wrap .wrap_inner ul.anchor_list li a::before{
	content: '';
	background: url("images/common/anchor_ico_ora.webp")no-repeat;
	background-size: cover;
	width: 9.1549%;/*26*/
	height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 0.85rem;
	right: 4.9295%;/*14*/
}

/*===================================
	.pager_block
=====================================*/

.pager_block{
	width: 100%;
}

.pager_block .block_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
}

.pager_block .block_inner .wp-pagenavi{
	width: 100%;
	height: 45px;
	border-radius: 10px;
	background: #f0f6f7;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.pager_block .block_inner .wp-pagenavi a.previouspostslink,
.pager_block .block_inner .wp-pagenavi a.nextpostslink{
	width: 10.8333%;/*65*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.pager_block .block_inner .wp-pagenavi a.previouspostslink.pager_block .block_inner .wp-pagenavi a.previouspostslink img,
.pager_block .block_inner .wp-pagenavi a.nextpostslink img{
	width: 100%;
	height: auto;
}

.pager_block .block_inner .wp-pagenavi a.previouspostslink{
	left: 2.75%;/*16.5*/
}

.pager_block .block_inner .wp-pagenavi a.nextpostslink{
	right: 2.75%;/*16.5*/
}

/**/

.pager_block .block_inner .wp-pagenavi a.page,
.pager_block .block_inner .wp-pagenavi span.current{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #333333;
	padding: 0 0.5333em;
	position: relative;
}

.pager_block .block_inner .wp-pagenavi span.current::after{
	content: '';
	background: #026a9e;
	width: 10px;
	height: 1px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
}

/**/

.pager_block .block_inner .wp-pagenavi .bak_btn{
	width: 49.0%;/*294*/
}

/*===================================
	.block-404
=====================================*/

.block-404{
	padding: 158px 0 79px;
	position: relative;
}

.block-404::before{
	content: '';
	background: url("images/common/404_bg.webp")no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	width: 208.6111%;/*1502*/
	height: 452px;
	position: absolute;
	top: 73px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.block-404 .block_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
}

.block-404 .block_inner .error_wrap{
	width: 100%;
	text-align: center;
}

.block-404 .block_inner .error_wrap h2.err_midashi{
	width: 90.5%;/*543*/
	margin: 0 auto;
}

.block-404 .block_inner .error_wrap h2.err_midashi img{
	width: 100%;
	height: auto;
}

.block-404 .block_inner .error_wrap p.txt_jp{
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 1;
	color: #026a9e;
}

.block-404 .block_inner .error_wrap .err_txt_area{
	margin-top: 35px;
	text-align: justify;
}

.block-404 .block_inner .error_wrap .err_txt_area p{
	font-size: 1.4rem;
	line-height: 1.7142;
	letter-spacing: 0.1em;
	color: #333;
}

.block-404 .block_inner .error_wrap .err_txt_area p + p{
	margin-top: 26px;
}

.block-404 .block_inner .btn_link01{
	width: 70.0%;/*420*/
	margin: 65px auto 0;
}

.block-404 .block_inner .btn_link01 a{
	height: 4.75rem;
	border-radius: 2.25rem;
}

/*===================================
	共通パーツ
=====================================*/

h2.h2-midashi{
	padding: 2px 0 9px 1em;/*17.5*/
	box-sizing: border-box;
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #026a9e;
	position: relative;
}

h2.h2-midashi::before{
	content: '';
	background: linear-gradient(
    180deg,
    #f28e1e 0%,
    #f28e1e 20%,
    #026a9e 20%,
    #026a9e 100%
  );
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

h2.h2-midashi::after{
	content: '';
	background: rgba(0,0,0,0.5);
	width: 96.6666%;/*580*/
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
}

a.common_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3.75rem;
	background: url("images/common/link_ico_blue02.webp")no-repeat #ef7c1d right 0.9259em center;/*25*/
	background-size: 1.3703em;/*37*/
	border-radius: 1.85rem;
	box-shadow: 5px 5px 3.5px rgba(140, 211, 242, 0.45);
}

a.common_btn.bgwhite{
	background: url("images/common/link_ico_ora02.webp")no-repeat #fff right 0.9259em center;/*25*/
	background-size: 1.3703em;/*37*/
}

a.common_btn span{
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

a.common_btn.bgwhite span{
	color: #026a9e;
}


/*===================================
	#footer
=====================================*/

#footer{
	background: #0a3d63;
	border-top-right-radius: 22px;
	border-top-left-radius: 22px;
	padding: 43px 0 9.25rem;/*+60*/
}

.foot_inn{
	width: 100%;
}

.foot_inn .foot_flex01{
	width: 100%;
}

.foot_inn .foot_flex01 .logo{
	width: 52.2222%;/*376*/
	margin: 0 auto;
}

.foot_inn .foot_flex01 .logo img{
	width: 100%;
	height: auto;
}

.foot_inn .foot_flex01 .add_area{
	margin-top: 20px;
	text-align: center;
}

.foot_inn .foot_flex01 .add_area p.add_txt{
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
}

.foot_inn .foot_flex01 .add_area p.add_txt a.tel-link{
	color: #fff;
}

/**/

.foot_inn .foot_menu_area{
	width: 51.6666%;/*372*/
	margin: 33px auto 0;
}

.foot_inn .foot_menu_area ul.foot_menu{
	display: none;
}

.foot_inn .foot_menu_area ul.sns_list{
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.foot_inn .foot_menu_area ul.sns_list li{
	width: 13.1720%;/*49*/
}

.foot_inn .foot_menu_area ul.sns_list li img{
	width: 100%;
	height: auto;
}

/**/

.foot_inn .foot_bnr_area{
	width: 81.9444%;/*590*/
	margin: 49px auto 0;
}

.foot_inn .foot_bnr_area ul.foot_bnr_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 0;
}

.foot_inn .foot_bnr_area ul.foot_bnr_list li{
	width: 47.1186%;/*278*/
}

.foot_inn .foot_bnr_area ul.foot_bnr_list li a{
	display: block;
	width: 100%;
}

.foot_inn .foot_bnr_area ul.foot_bnr_list li .thumb{
	width: 100%;
}

.foot_inn .foot_bnr_area ul.foot_bnr_list li .thumb img{
	width: 100%;
	height: auto;
}

.foot_inn .foot_bnr_area ul.foot_bnr_list li p{
	margin-top: 6px;
	font-size: 1.0rem;
	line-height: 1;
	color: #fff;
	position: relative;
}

.foot_inn .foot_bnr_area ul.foot_bnr_list li p::after{
	content: '';
	background: url("images/common/ex_ico.webp")no-repeat;
	background-size: cover;
	width: 7.1942%;/*20*/
	height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3.5971%;/*10*/
}

/**/

.foot_inn .copyright{
	margin-top: 3.35rem;
	text-align: center;
}

.foot_inn .copyright p.copy_txt{
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #fff;
}

/*===================================
	.totop
=====================================*/

.totop{
	display: none;
	width: 11.8055%;/*85*/
	position: fixed;
	bottom: 65px;
	right: 1.1111%;/*8*/
	z-index: 100;
}

.totop img{
	width: 100%;
	height: auto;
}

/*===================================
	.floatingBnr
=====================================*/

.floatingBnr{
	display: none;
	width: 100%;
	background: rgba(255,255,255,0.78);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.floatingBnr .fb_inner{
	width: 96.25%;/*693*/
	margin: 0 auto;
}

.floatingBnr .fb_inner ul.fb_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	list-style: none;
}

.floatingBnr .fb_inner ul.fb_list li{
	width: 49.2063%;/*341*/
}

.floatingBnr .fb_inner ul.fb_list li:nth-child(3){
	display: none;
}

.floatingBnr .fb_inner ul.fb_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	border-radius: 3px;
	background: url("images/common/link_ico_ora02.webp")no-repeat right 7.9178% center;/*27*/
	background-size: 7.9178% auto;/*27*/
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.floatingBnr .fb_inner ul.fb_list li:first-child a{
	background: url("images/common/link_ico_blue02.webp")no-repeat right 7.9178% center;/*27*/
	background-size: 7.9178% auto;/*27*/
	background-color: #ef7c1d;
	padding-left: 36.6568%;/*125*/
	color: #fff;
}

.floatingBnr .fb_inner ul.fb_list li:first-child a::before{
	content: '';
	background: url("images/common/sp-ico01.webp")no-repeat;
	background-size: cover;
	width: 14.9560%;/*51*/
	height: auto;
	aspect-ratio: 51 / 68;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10.8504%;/*37*/
}

.floatingBnr .fb_inner ul.fb_list li:nth-child(2) a{
	background:
		url("images/common/link_ico_ora02.webp") no-repeat right 7.9178% center / 7.9178% auto,
		linear-gradient(
			90deg,
			rgba(63, 186, 183, 1) 0%,
			rgba(53, 145, 208, 1) 100%
		);
/*	font-size: 1.4rem;*/
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
/*	padding-left: 35.7771%;122*/
	padding-left: 32.258%;/*110*/
}

.floatingBnr .fb_inner ul.fb_list li:nth-child(2) a::before{
	content: '';
	background: url("images/common/ico02.webp")no-repeat;
	background-size: cover;
	width: 15.5425%;/*53*/
	height: auto;
	aspect-ratio: 71 / 68;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10.5571%;/*36*/
}
