@charset "UTF-8";


/***************************************************

	communication

***************************************************/

main{
	overflow-y: hidden;
}

footer{
	margin-top: 0;
}

#page_header{
	height: 674px;
	margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
    background-size: cover;
    background-image: url(../images/communication/communication_head_bg.webp);
}

#page_header::after{
    content: '';
    display: block;
    width: 100%;
    height: 19.166667vw;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-image: url(../images/communication/page_header_line_top.png);
    position: absolute;
    bottom: 1.875vw;
    left: 0;
    z-index: 1;
}


#page_header .text_wrapper{
	width: 1102px;
    top: 160px;
    left: 50%;
    transform: translate(-50%, 0);
	z-index: 3;
}

#page_header .text_wrapper .header_title {
	text-align: center;
	line-height: 1;
	margin-bottom: 46px;
	z-index: 4;
}

#page_header .text_wrapper h1 img{
	width: 100%;
	max-width: unset;
	height: auto;
}

#page_header .text_wrapper .header_title img.title_before {
	width: auto;
	height: 111px;
}

#page_header .text_wrapper h1 .jp_text{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
}

#page_header .text_wrapper .image_area{
	width: 578px;
	height: 406px;
	margin: -80px auto 0;
	position: relative;
	z-index: 2;
}

#page_header .text_wrapper .image_area::before{
	content: '';
	display: inline-block;
	width: 578px;
	height: 406px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/communication/head_image_area_bg.png');
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
}

#page_header .text_wrapper .image_area .left_image{
	width: 193px;
	position: absolute;
    top: 37px;
    left: 0px;
}

#page_header .text_wrapper .image_area .right_image{
	width: 300px;
	position: absolute;
    top: 10px;
    right: -38px;
}


.communication_main_wrapper{
    position: relative;
    z-index: 2;
}

.communication_main_wrapper::before{
	content: '';
	display: inline-block;
	width: 564px;
	height: 805px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/common/bg_symbol.png');
	position: absolute;
	top: -82px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
}

.communication_main_wrapper h2{
	margin-bottom: 36px;
	text-align: center;
	position: relative;
}

.communication_main_wrapper h2 strong{
	font-size: 72px;
	font-weight: 700;
	line-height: 1.1;
	background: linear-gradient(180deg, #B39500 0%, #955C00 50%, #4E261E 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.communication_main_wrapper .online_block01{
	width: 1254px;
	margin: 0 auto 120px;
	display: flex;
	justify-content: center;
}

.communication_main_wrapper .online_block01 .image_area{
	width: 668px;
}

.communication_main_wrapper .online_block01 .image_area .image{
	border: 2px solid #B39D50;
	position: relative;
}

.communication_main_wrapper .online_block01 .image_area .image::after,
.communication_main_wrapper .online_block01 .image_area .image::before{
	content: '';
	display: inline-block;
	width: 323px;
	height: 253px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/communication/image_frame01.png');
	position: absolute;
	top: -17px;
	left: -17px;
}

.communication_main_wrapper .online_block01 .image_area .image::after{
	background-image: url('../images/communication/image_frame02.png');
	top: unset;
	left: unset;
	bottom: -17px;
	right: -17px;
}

.communication_main_wrapper .online_block01 .image_area .note{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--text2);
	text-align: center;
	margin-top: 25px;
	position: relative;
}

.communication_main_wrapper .online_block01 .image_area .note a{
	font-weight: 500;
	color: var(--text2);
	text-decoration: underline;
}

.communication_main_wrapper .online_block01 .text_area{
	width: calc(100% - 702px);
	padding: 79px 0 0 38px;
	box-sizing: border-box;
	text-align: center;
}

.communication_main_wrapper .online_block01 .text_area .title{
	font-size: 24px;
	color: var(--color3);
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 61px;
	position: relative;
	z-index: 2
}

.communication_main_wrapper .online_block01 .text_area .title::before{
	content: '';
	display: inline-block;
	width: 319px;
	height: 93px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/communication/title_bg01.png');
	position: absolute;
	top: 8px;
	left: -31px;
	opacity: 0.5;
	z-index: -1;
}

.communication_main_wrapper .online_block01 .text_area .title::after{
	content: '';
	display: inline-block;
	width: 75px;
	height: 2px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/communication/title_bottom_line.png');
	position: absolute;
	bottom: -20px;
	left: 50%;
    transform: translate(-50%, 0);
}

.communication_main_wrapper .online_block01 .text_area .caption{
	font-size: 18px;
	color: var(--text2);
	font-weight: 700;
	line-height: 2.0;
}



.communication_main_wrapper .switch2_area{
	width: 1312px;
	height: auto;
	margin: 0 auto 183px;
	padding: 116px 50px 102px;
	box-sizing: border-box;
	position: relative;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top 16px left 16px, top 16px right 16px, bottom 16px left 16px, bottom 16px right 16px, top 0 left 0;
    background-size: 57px auto, 57px auto, 57px auto, 57px auto, 100% 100%;
    background-image: url(../images/communication/osusowake_point_tl.png), url(../images/communication/osusowake_point_tr.png), url(../images/communication/osusowake_point_bl.png), url(../images/communication/osusowake_point_br.png), url(../images/communication/switch2_area_bg.webp);
}

.communication_main_wrapper .switch2_area .sub_title{
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--text_w);
	text-align: center;
	margin-bottom: 4px;
}

.communication_main_wrapper .switch2_area .catch{
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
	color: #C4A23E;
	text-align: center;
	margin-bottom: 8px;
}

.communication_main_wrapper .switch2_area .caption{
	font-size: 18px;
	font-weight: 700;
	line-height: 2.0;
	color: var(--text_w);
	text-align: center;
	margin-bottom: 44px;
}

.communication_main_wrapper .switch2_area .data_flex{
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area{
	width: 588px;
	border: 1px solid #947A1D;
	background: #E8E0CA;
	padding: 40px 0 48px;
	position: relative;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area::after,
.communication_main_wrapper .switch2_area .data_flex .cont_area::before{
	content: '';
	display: inline-block;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/communication/osusowake_in_frame.png');
	position: absolute;
	top: 8px;
	left: 8px;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area::after{
	top: unset;
	left: unset;
	bottom: 8px;
	right: 8px;
	transform: scale(-1, -1);
}

.communication_main_wrapper .switch2_area .data_flex .cont_area .title{
	width: 480px;
	height: 72px;
	margin: 0 auto 12px;
	background: linear-gradient(90deg, rgba(179, 157, 80, 0.00) 0%, #DEC366 30%, #DEC366 70%, rgba(179, 157, 80, 0.00) 100%);
	position: relative;
	z-index: 2;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area .title::after{
	content: '';
	display: inline-block;
	width: 180px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/communication/title_bg_image01.png');
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	z-index: -1;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area .title strong{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--text2);
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.communication_main_wrapper .switch2_area .data_flex .image_area{
	width: 489px;
	margin: 0 auto 20px;
}

.communication_main_wrapper .switch2_area .data_flex .soft_table_area{
	width: 494px;
	margin: 0 auto;
}


.communication_main_wrapper .flex_note{
	font-size: 12px;
	font-weight: 700;
	color: var(--text_w);
	line-height: 1.5;
	text-align: center;
	margin-top: 32px;
}

.communication_main_wrapper .flex_note a{
	color: var(--text_w);
	text-decoration: underline;
}







/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1440px){

#page_header{
	height: 46.805556vw;
	margin-bottom: 1.041667vw;
}

#page_header .text_wrapper{
	width: 76.527778vw;
    top: 11.111111vw;
}

#page_header .text_wrapper .header_title {
	margin-bottom: 3.194444vw;
}

#page_header .text_wrapper .header_title img.title_before {
	height: 8vw;
}

#page_header .text_wrapper h1 .jp_text{
	font-size: 2.777778vw;
}

#page_header .text_wrapper .image_area{
	width: 40.138889vw;
	height: 28.194444vw;
	margin: -5.555556vw auto 0;
}

#page_header .text_wrapper .image_area::before{
	width: 40.138889vw;
	height: 28.194444vw;
}

#page_header .text_wrapper .image_area .left_image{
	width: 13.402778vw;
    top: 2.569444vw;
}

#page_header .text_wrapper .image_area .right_image{
	width: 20.833333vw;
    top: 0.694444vw;
    right: -2.638889vw;
}



.communication_main_wrapper::before{
	width: 39.166667vw;
	height: 55.902778vw;
	top: -5.694444vw;
}

.communication_main_wrapper h2{
	margin-bottom: 2.5vw;
}

.communication_main_wrapper h2 strong{
	font-size: 5vw;
}

.communication_main_wrapper .online_block01{
	width: 87.083333vw;
	margin: 0 auto 8.333333vw;
}

.communication_main_wrapper .online_block01 .image_area{
	width: 46.388889vw;
}

.communication_main_wrapper .online_block01 .image_area .image{
	border: 0.138889vw solid #B39D50;
}

.communication_main_wrapper .online_block01 .image_area .image::after,
.communication_main_wrapper .online_block01 .image_area .image::before{
	width: 22.430556vw;
	height: 17.569444vw;
	top: -1.180556vw;
	left: -1.180556vw;
}

.communication_main_wrapper .online_block01 .image_area .image::after{
	background-image: url('../images/communication/image_frame02.png');
	top: unset;
	left: unset;
	bottom: -1.180556vw;
	right: -1.180556vw;
}

.communication_main_wrapper .online_block01 .image_area .note{
	font-size: 0.833333vw;
	margin-top: 1.736111vw;
}

.communication_main_wrapper .online_block01 .text_area{
	width: calc(100% - 48.75vw);
	padding: 5.486111vw 0 0 2.638889vw;
}

.communication_main_wrapper .online_block01 .text_area .title{
	font-size: 1.666667vw;
	margin-bottom: 4.236111vw;
}

.communication_main_wrapper .online_block01 .text_area .title::before{
	width: 22.152778vw;
	height: 6.458333vw;
	top: 0.555556vw;
	left: -2.152778vw;
}

.communication_main_wrapper .online_block01 .text_area .title::after{
	width: 5.208333vw;
	height: 0.138889vw;
	bottom: -1.388889vw;
}

.communication_main_wrapper .online_block01 .text_area .caption{
	font-size: 1.25vw;
}



.communication_main_wrapper .switch2_area{
	width: 91.111111vw;
	height: auto;
	margin: 0 auto 12.708333vw;
	padding: 8.055556vw 3.472222vw 7.083333vw;
    background-position: top 1.111111vw left 1.111111vw, top 1.111111vw right 1.111111vw, bottom 1.111111vw left 1.111111vw, bottom 1.111111vw right 1.111111vw, 0 0;
    background-size: 3.958333vw auto, 3.958333vw auto, 3.958333vw auto, 3.958333vw auto, 100% 100%;
}

.communication_main_wrapper .switch2_area .sub_title{
	font-size: 2.777778vw;
	margin-bottom: 0.277778vw;
}

.communication_main_wrapper .switch2_area .catch{
	font-size: 4.166667vw;
	margin-bottom: 0.555556vw;
}

.communication_main_wrapper .switch2_area .caption{
	font-size: 1.25vw;
	margin-bottom: 3.055556vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area{
	width: 40.833333vw;
	padding: 2.777778vw 0 3.333333vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area::after,
.communication_main_wrapper .switch2_area .data_flex .cont_area::before{
	width: 8.333333vw;
	height: 8.333333vw;
	top: 0.555556vw;
	left: 0.555556vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area::after{
	top: unset;
	left: unset;
	bottom: 0.555556vw;
	right: 0.555556vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area .title{
	width: 33.333333vw;
	height: 5vw;
	margin: 0 auto 0.833333vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area .title::after{
	width: 12.5vw;
	height: 5vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area .title strong{
	font-size: 1.388889vw;
}

.communication_main_wrapper .switch2_area .data_flex .image_area{
	width: 33.958333vw;
	margin: 0 auto 1.388889vw;
}

.communication_main_wrapper .switch2_area .data_flex .soft_table_area{
	width: 34.305556vw;
}


.communication_main_wrapper .flex_note{
	font-size: 0.833333vw;
	margin-top: 2.222222vw;
}







}

/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:460px){


#page_header{
	height: 110.666667vw;
	margin-bottom: 10.666667vw;
    background-position: top 0 left 0;
    background-image: url(../images/communication/communication_head_bg_sp.webp);
}

#page_header::after{
    height: 30.133333vw;
    background-image: url(../images/story/page_header_line_top_sp.png);
    bottom: -5.333333vw;
}


#page_header .text_wrapper{
	width: 100%;
    top: 28vw;
    left: 0;
    transform: translate(0, 0);
}

#page_header .text_wrapper .header_title {
	height: 16.266667vw;
	margin-bottom: -8.8vw;
}

#page_header .text_wrapper .header_title img.title_before {
	height: 7.733333vw;
}

#page_header .text_wrapper h1 .jp_text{
	font-size: 5.333333vw;
	line-height: 1.5;
	margin-top: 1.066667vw;
}

#page_header .text_wrapper .image_area{
	width: 94.933333vw;
	height: 66.666667vw;
	margin: -6.4vw auto 0;
}

#page_header .text_wrapper .image_area::before{
	width: 94.933333vw;
	height: 66.666667vw;
	background-image: url(../images/communication/head_image_area_bg_sp.png);
}

.webp #page_header .text_wrapper .image_area::before{
	background-image: url(../images/communication/head_image_area_bg_sp.webp);
}

#page_header .text_wrapper .image_area .left_image{
	width: 34.666667vw;
    top: 4.533333vw;
    left: 1.066667vw;
}

#page_header .text_wrapper .image_area .right_image{
	width: 56.8vw;
    top: 0.533333vw;
    right: -6.133333vw;
}


.communication_main_wrapper{

}

.communication_main_wrapper::before{
	width: 100%;
	height: 153.333333vw;
	top: -16.533333vw;
}

.communication_main_wrapper h2{
	margin-bottom: 5.6vw;
	text-align: center;
	position: relative;
}

.communication_main_wrapper h2 strong{
	font-size: 10.666667vw;
}

.communication_main_wrapper .online_block01{
	width: auto;
	margin: 0 0 17.066667vw;
	display: block;
}

.communication_main_wrapper .online_block01 .image_area{
	width: 100%;
}

.communication_main_wrapper .online_block01 .image_area .image {
	width: 85.066667vw;
 	margin: 0 auto 3.2vw;
    border: 0.533333vw solid #B39D50;
}

.communication_main_wrapper .online_block01 .image_area .image::after,
.communication_main_wrapper .online_block01 .image_area .image::before {
    width: 41.066667vw;
    height: 32.266667vw;
    top: -2.133333vw;
    left: -2.133333vw;
}

.communication_main_wrapper .online_block01 .image_area .image::after {
    background-image: url(../images/communication/image_frame02.png);
    top: unset;
    left: unset;
    bottom: -2.133333vw;
    right: -2.133333vw;
}

.communication_main_wrapper .online_block01 .image_area .note{
	font-size: 2.666667vw;
	font-weight: 400;
	margin-top: 3.2vw;
}

.communication_main_wrapper .online_block01 .text_area{
	width: auto;
	padding: 0;
	margin-top: 6.4vw;
}

.communication_main_wrapper .online_block01 .text_area .title{
	font-size: 5.333333vw;
	text-align: center;
	margin-bottom: 8.533333vw;
}

.communication_main_wrapper .online_block01 .text_area .title::before{
	content: none;
}

.communication_main_wrapper .online_block01 .text_area .title::after{
	width: 20vw;
	height: 0.533333vw;
	bottom: -4.266667vw;
	left: 50%;
	transform: translate(-50%, 0);
}

.communication_main_wrapper .online_block01 .text_area .caption{
	font-size: 3.733333vw;
	line-height: 1.75;
	text-align: center;
}



.communication_main_wrapper .switch2_area{
	width: 89.333333vw;
	height: auto;
	margin: 0 auto 51.733333vw;
	padding: 10.933333vw 3.2vw 11.466667vw;
    background-position: top 2.666667vw left 2.666667vw, top 2.666667vw right 2.666667vw, bottom 2.666667vw left 2.666667vw, bottom 2.666667vw right 2.666667vw, top 0 left 0;
    background-size: 7.466667vw auto, 7.466667vw auto, 7.466667vw auto, 7.466667vw auto, 100% 100%;
    background-image: url(../images/communication/osusowake_point_tl.png), url(../images/communication/osusowake_point_tr.png), url(../images/communication/osusowake_point_bl.png), url(../images/communication/osusowake_point_br.png), url(../images/communication/switch2_area_bg_sp.webp);
}

.communication_main_wrapper .switch2_area .sub_title{
	font-size: 4.266667vw;
	margin-bottom: 2.133333vw;
}

.communication_main_wrapper .switch2_area .catch{
	font-size: 7.466667vw;
	margin-bottom: 3.2vw;
}

.communication_main_wrapper .switch2_area .caption{
	font-size: 3.733333vw;
	line-height: 1.75;
	margin-bottom: 10.666667vw;
}

.communication_main_wrapper .switch2_area .data_flex{
	display: block;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area{
	width: auto;
	padding: 6.4vw 4.266667vw;
	margin-bottom: 3.2vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area:last-of-type{
	margin-bottom: 0;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area::after,
.communication_main_wrapper .switch2_area .data_flex .cont_area::before{
	width: 32vw;
	height: 32vw;
	top: 1.066667vw;
	left: 1.066667vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area::after{
	top: unset;
	left: unset;
	bottom: 1.066667vw;
	right: 1.066667vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area .title{
	width: 74.4vw;
	height: auto;
	padding: 3.2vw 0;
	margin: 0 auto 2.133333vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area .title::after{
	width: 45.333333vw;
	height: 18.133333vw;
}

.communication_main_wrapper .switch2_area .data_flex .cont_area .title strong{
	display: block;
	font-size: 5.333333vw;
	line-height: 1.5;
	position: relative;
	top: 0;
	left: 0;
    transform: translate(0, 0);
}

.communication_main_wrapper .switch2_area .data_flex .image_area{
	width: auto;
	margin: 0 1.066667vw 4.266667vw;
}

.communication_main_wrapper .switch2_area .data_flex .soft_table_area{
	width: auto;
	margin: 0 1.066667vw;
}


.communication_main_wrapper .flex_note{
	font-size: 2.666667vw;
	margin-top: 6.4vw;
}





}


