﻿@charset "utf-8";
/*=================================================================================*/
/** 768px未満 スマホサイズ画面 ＜これが基本＞ **/


/*==================
  電話番号タップ
==================*/
a.telLink0 { cursor: pointer; pointer-events: auto; text-decoration:underline; color:#525252; }

svg {
	max-height:30px;
  }
img[src$=".svg"] {
	width: 100%;
}

.disp_p { display:none; }/*PC時だけ表示*/
.disp_s { display:block; }/*スマホ時だけ表示*/
.disp_pt { display:none; }/*PC時とタブレット時表示*/
.disp_st { display:block; }/*スマホ時とタブレット時表示*/


#disp_fix { position:fixed; top:0; left:0; z-index:50000; width:100%; }


/*==========================
	ヘッダー
=========================***/

#head00s {
	width:100%;
	margin:0 auto;
	background:#FFFFFF;
    box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);
    padding:0;
    position:relative;
    z-index:2;
}


.head01s{
	width:50%;
	float: left;
}
.head01s img{
	width:90%;
	margin:0.8em 5% 0.2em 5%;
}

.head02s{
	width:40%;
	float: right;
	text-align: center;
}
.head02s>ul>li{
	width:31%;
	margin:1em 1%;
	float: left;
}

.head02s>ul>li:nth-child(3){
	width:31%;
	margin:0 1%;
}
.head02s>ul>li:nth-child(4){
	width:31%;
	margin:0.3em 1% 0;
}

.head02s>ul>li img{
	width:60%;
	margin:0 auto;

}



/***  スマホ用グランドナヴィゲーション  ***/
.slideout-header {
    position:fixed;
    top:0;
    left:0;
    z-index:30000;
    padding:0;
    margin:0;
    width:100%;
    display:block;
}

.slideout-menu {
    position: absolute;
    top:1em; left:0;
    background:rgba(255,255,255,0.8);
    width:94%;
    margin:0 3%;
    display:none;
}
.slideout-menu_in {text-align:center; }

.slideout-close{
    display: none;
}

.slideout-close img{
    width:100%;
}

#sm01_02,
#sm01_03,
#sm01_04{
    display: none;
}
#sm01_icon01_h,
#sm01_icon02_h,
#sm01_icon03_h,
#sm01_icon04_h{
    display: none;
}

.sm01_01{
    border:2px solid #8500B2;
}
.sm01_01>li a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    width:90%;
    padding:0.7em 5%;
    border-bottom:1px solid #8500B2;
    color:#000000;
    background: rgba(255,255,255,0.8);
    position: relative;

}
/*プラス付きの1つめ*/
#sm01_02icon,
#sm01_03icon,
#sm01_04icon {
    text-decoration: none;
    font-weight: bold;
    display: block;
    width:90%;
    padding:0.7em 5%;
    border-bottom:1px solid #8500B2;
    color:#000000;
    background: rgba(133,0,178,0.4);
    position: relative;

}
#sm01_02icon::after,
#sm01_03icon::after,
#sm01_04icon::after {
    content:'';
	background:url(../img/icon/icon_plus.svg) no-repeat;
	background-size: contain;
	width:16px;
	height:16px;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(-50%,-50%);
}
#sm01_02icon.icon::after,
#sm01_03icon.icon::after,
#sm01_04icon.icon::after {
    content:'';
    background:url(../img/icon/icon_mainasu.svg) no-repeat;
    font-size: 120%;
	width:16px;
	height:16px;
     position: absolute;
    top: 50%;
    right: 4%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.sm01_01>li a::after{
    content:'';
	background: url(../img/icon/icon_arrow.svg) no-repeat;
    width:8px;
    height:8px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%,-50%);
}

/*プラスマイナスの中*/
#sm01_icon00_h3 a,
#sm01_icon01_h3,
#sm01_icon02_h3,
#sm01_icon03_h3,
#sm01_icon04_h3,
.tyuto a{
    text-decoration: none;
    font-weight: bold;
    display: block;
    width:64%;
    padding:0.7em 18%;
    border-bottom:1px solid #B40F0F;
    color:#777777;
    background: rgba(133,0,178,0.2) !important;
    position: relative;
}

#sm01_icon00_h3 a{
    background: rgba(133,0,178,0.6);
}

#sm01_icon00_h3 a::before,
#sm01_icon01_h3::before,
#sm01_icon02_h3::before,
#sm01_icon03_h3::before,
#sm01_icon04_h3::before,
.tyuto::before,
.tyuto a::before{
     position: absolute;
    top: 50%;
    left: 13%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#sm01_icon00_h3 a::before{
    content: url(../img/common/sm_icon_00.png);
    padding:0 0.5em;
}

#sm01_icon00_h3 a::after,
.tyuto a::after{
    content:'';
	background: url(../img/icon/icon_arrow.svg) no-repeat;
    width:8px;
    height:8px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%,-50%);

}


#sm01_icon01_h3::after,
#sm01_icon02_h3::after,
#sm01_icon03_h3::after,
#sm01_icon04_h3::after{
    content:'';
	background:url(../img/icon/icon_plus.svg) no-repeat;
     position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(-50%,-50%);
}

#sm01_icon01_h3.icon::after,
#sm01_icon02_h3.icon::after,
#sm01_icon03_h3.icon::after,
#sm01_icon04_h3.icon::after{
    background:url(../img/icon/icon_mainasu.svg) no-repeat;
    font-size: 120%;
     position: absolute;
    top: 50%;
    right: 4%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.sm01_01 .gaibu a::after{
    content: '';
	background: url(../img/icon/icon_gaibu.svg) no-repeat;

    background-size: contain;
    width:12px;
    height:12px;
    position: absolute;
    top: 50%;
    right: 4.5%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
/*===============================
  右固定バナー
===============================*/
.kote_r{
	position: fixed;
	top:35%;
	right:0;
	z-index: 30;
}
.kote_r img{
	margin:0;
	width:52%;
	float: right;
	}

/*===============================
  下固定バナー
===============================*/

.kote_bg{
	width:100%;
	position: fixed;
	z-index:100;
	bottom:0;
	background:linear-gradient(to top,rgba(255,255,255,0.4),rgba(255,255,255,0));
}

.kote{
	width: 96%;
	max-width: 1140px;
	margin:0 auto 0.5em;
	position: relative;
}


.kote ul li:nth-child(1),
.kote ul li:nth-child(4){/*327 1140*/
	width:16.4420%;
	margin:0;
	float: left;
}
.kote ul li:nth-child(2),
.kote ul li:nth-child(3){/*327 1140*/
	width:28.68421%;
	margin:0 2.1%;/*25px*/
	float: left;
}

.kote ul li:nth-child(5){/*249 1140*/
	width:21.8421%;
	margin:0 2.6%;
	position: absolute;
	bottom:100%;
	right:20%;
}
/***  ページTOP  ***/
#page_tops {
	position: fixed;
	display:block;
	width:auto;
	max-width:15%;
	z-index:50000;
	bottom:4em;
	right:0.5em;
}


/*==========================
	フッター
=========================***/

.foot_bg{
	background:#9F247D;
}
.foot_logo{
	margin:0 15%;
}

.foot01_01_text{
	width:86%;
	margin:0 1% 0 8%;
}


.foot01_01,
.foot01_02{
	width:100%;
	margin:0 auto;
	float: none;
}

.foot01_01 li a,
.foot01_02 li a{
	text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.foot01_01 li a:hover,
.foot01_02 li a:hover{
	color:#FFD24C !important;
}


#foot01 {
	width:90%;
	text-align:left;
	margin:0 auto;
	padding:0.5em 0 2em 0 ;
	display:block;
}

@media (max-width : 768px) {
  #foot01 {
    padding-bottom: 6em;
  }
}

.foot_bnr_block{
	width:100%;
	margin:0;
}


/*===================
	サブページ
===================*/
.back_sub_title {
    width:100%;
	background: linear-gradient(left, rgba(214,58,46,1) 40%, rgba(180,15,15,1) 80%);
	background: -ms-linear-gradient(left, rgba(214,58,46,1) 40%, rgba(180,15,15,1) 80%);
	background: -moz-linear-gradient(left, rgba(214,58,46,1) 40%, rgba(180,15,15,1) 80%);
	background: -o-linear-gradient(left, rgba(214,58,46,1) 40%, rgba(180,15,15,1) 80%);
	background: -webkit-linear-gradient(left, rgba(214,58,46,1) 40%, rgba(180,15,15,1) 80%);
}
.pan{
    text-align: left;
}
.pan>ul>li{
    display: inline-block;
    vertical-align: middle;
}

.pan>ul>li::after{
	color:#FFFFFF;
    content: '≫';
    padding:0 0.2em 0 0.5em;
}
.pan>ul>li:last-child::after{
    content: '';
}
.pan_home {
	width: 16px;
	padding:0 0 0.2em 0;
	display: inline-block;
	vertical-align: middle;
}
.pan_home img{
    display: inline-block;
	vertical-align: middle;
}

.foot_ue_icon{
	width:50px;
	margin:0 auto 1em;
}
.foot_ue_bg{
	width:100%;
}

.foot_ue_bg img{
	width:100%;
}
.foot_ue_text{
	text-align: center;
	width:80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

.foot_ue_bnr>ul>li{
	width:100%;
	float: none;
	position: relative;
}

.foot_ue_bnr>ul>li a{
	display: inline-block;
	margin:0 auto;
	padding:1em 3em;
	font-size: 115%;
	letter-spacing: 2px;
	text-decoration: none;
	color:#AC1704;
	font-weight: bold;
	text-align: center;
	background:#FFFFFF;
	border:#FFFFFF 2px solid;
	border-radius: 50px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	box-shadow: 14px 14px 20px rgba(0,0,0,0.15);/*縦横ぼかし*/
}

.foot_ue_bnr>ul>li a:hover{
	color:#FFFFFF;
	background:none;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {

/*==================
  電話番号タップ
==================*/
a.telLink0 { display:inline-block; cursor: default; pointer-events: none; text-decoration:none; }



.disp_p { display:block; }/*PC時・タブレット時表示*/
.disp_s { display:none; }/*スマホ時だけ表示*/



.head01s{
	width:30%;
	float: left;
}
.head01s img{
	margin:0.5em 5%;
}
.head02s{
	width:20%;
	float: right;
	text-align: center;
}
.head02s>ul>li img{
	width:60%;
	margin:0 auto;

}


/***  フッター  ***/



.foot_bnr_block{/**/
	width:73.61111111%;
	margin:0;
}

#foot01 {
	width:100%;
	padding:2em 0 2em 0;
}


/***  ページTOP  ***/
#page_tops {
	bottom:9em;
}

/*========================
	サブページ
===========================*/

.foot_ue_bnr>ul>li{
	width:33.3333333333333333333333%;
	float: left;
}
.foot_ue_bnr>ul>li a{
	font-size: 100%;
	padding:1em 2em;
}

}
/*=================================================================================*/
/** 960px以上 PCサイズ画面 **/
@media (min-width : 1140px) {



.disp_p { display:block; }/*PC時・タブレット時表示*/
.disp_s { display:none; }/*スマホ時だけ表示*/


/*=============================
	ヘッダー
=============================*/

#head00 {
	top: 0;
	width:100%;
	margin:0 auto;
    padding:0;
    position:fixed;
    z-index:20;
	background:rgba(255,255,255,0.8);
	/*
	box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);
	*/
}

/*=============================
	ヘッダー
=============================*/


.head00l{/*1600 14000*/
	width:90%;
	max-width: 1500px;
	float: left;
}
.head00r{/*1600 200*/
	width:10%;
	/*max-width: 250px;*/
	float: right;
	background: #B8129F;
}

.head01{/*430 1220*/
	width:27%;
	float: left;
}

.head01_01{/*430 220 */
	width:53.16279%;
	box-sizing: border-box;
	padding:0.6em 4.6% 0;/*1em 20px 0*/
	float: left;
}


.head01_02{/*430 170*/
	width:37.5348%;
	float: left;
}

.head01_02>ul>li{
	position: relative;
	padding:0 0 0 1em;
}
.head01_02>ul>li::before{
	content: '';
	background:url(../img/icon/icon_arrow.svg) no-repeat;
	position: absolute;
	background-size: contain;
	width:7px;
	height:7px;
	top: 50%;
	left: 5px;
	transform: translate(-50%,-50%);
}


.head02{/*380 130*/
	width:8%;
	padding:0;
	float: left;
	background:#B40F0F;
}
.head03{/*1220 660*/
	width:63%;
	margin:0 0 0 1%;
	float: left;
}
.head03>ul>li{/*132 660*/
	width:14.28%;
	float: left;
	border-left:1px solid #FFFFFF;
	box-sizing: border-box;
}
.head03>ul>li:last-child{/*132 660*/
	border-right:1px solid #FFFFFF;
}

.head04{/*380 140*/
	/*width:36.842105264%;*/
	width:100%;
	float: left;
}

.head05{/*380 240*/
	/*width:63.157894736%;*/
	width:0%;
	float: left;
}

/*フッター*/
#foot01 {
	width:1140px;
	margin:0 auto;
	padding:0 0 2em 0;
}

.foot01_01_text{
	width:77%;
	margin:0 3% 0 20%;
}
.foot01_01{
	width:55%;
	margin:0 auto;
	float: left;
}
.foot01_02{
	width:41%;
	margin:0 auto 0 4%;
	float: left;
}

/*===============================
  右固定バナー
===============================*/
.kote_r{
	position: fixed;
	top:20%;
	right:0;
	z-index: 30;
}
.kote_r img{
	margin:0;
	width:52%;
	float: right;
	}





}

@media (min-width : 1200px) {

.disp_pt { display:block; }/*PC時だけ表示*/
.disp_st { display:none; }/*スマホ時とタブレット時表示*/


/*===============================
  右固定バナー
===============================*/
.kote_r{
	position: fixed;
	top:14%;
	right:0;
	z-index: 30;
}

.kote_r img{
	margin:0;
	width:auto;
	float: right;
}


}

@media (min-width : 1350px) {


/***  ページTOP  ***/
#page_tops {
	position: fixed;
	display:block;
	width:auto;
	z-index:50;
	bottom:1em;
	right:0.5em;
}


}


@media (min-width : 1600px) {
	/**** メインコンテンツ　****/

.foot_ue_bnr>ul>li a{
	font-size: 115%;
	padding:1em 3em;
}


}

/* exampleページ用css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
a,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.exampleWrap .container {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.exampleWrap .container a {
  display: block;
}
.exampleWrap .container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.exampleWrap .container .cta {
  background-color: #9F247D;
  border-radius: 40px;
  width: 90%;
  max-width: 800px;
  padding: 56px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin: auto;
}
.exampleWrap .container .cta span {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.exampleWrap .container .cta .arrow {
  display: block;
  width: 100px;
  height: auto;
  transition: 0.3s;
}
.exampleWrap .container .cta:hover .arrow {
  transform: translateX(16px);
}
.exampleWrap .container .cta2 {
  background-color: #fff;
  border: 2px solid #9F247D;
  width: 90%;
  max-width: 796px;
  margin-top: 40px;
  padding: 52px 0;
}
.exampleWrap .container .cta2 span {
  color: #303030;
}
@media (max-width: 768px) {
  .exampleWrap .container .cta {
    padding: 44px 0;
    gap: 24px;
  }
  .exampleWrap .container .cta span {
    font-size: 22px;
  }
  .exampleWrap .container .cta .arrow {
    width: 80px;
  }
  .exampleWrap .container .cta2 {
    padding: 40px 0;
    gap: 24px;
  }
  .exampleWrap .container .cta2 span {
    font-size: 22px;
  }
  .exampleWrap .container .cta2 .arrow {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .exampleWrap .container .cta {
    padding: 32px 0;
    border-radius: 32px;
    gap: 12px;
  }
  .exampleWrap .container .cta span {
    font-size: 16px;
  }
  .exampleWrap .container .cta .arrow {
    width: 50px;
  }
  .exampleWrap .container .cta2 {
    padding: 28px 0;
    border-radius: 32px;
    gap: 12px;
    margin-top: 24px;
  }
  .exampleWrap .container .cta2 span {
    font-size: 16px;
  }
  .exampleWrap .container .cta2 .arrow {
    width: 50px;
  }
}
.exampleWrap .container .detailCatch {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #B40E0F;
  padding: 24px 0;
  width: 100%;
  max-width: 560px;
  margin: auto;
  text-align: center;
  border-radius: 40px;
  margin-bottom: 48px;
}
@media (max-width: 960px) {
  .exampleWrap .container .detailCatch {
    padding: 18px 0;
  }
}
.exampleWrap .top {
  background-color: #B40E0F;
  height: 500px;
}
.exampleWrap .top .topInner {
  width: 90%;
  max-width: 1120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.exampleWrap .top .topInner .topTitle {
  font-size: 64px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
}
@media (max-width: 960px) {
  .exampleWrap .top {
    height: 400px;
  }
  .exampleWrap .top .topInner .topTitle {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .exampleWrap .top {
    height: 300px;
  }
  .exampleWrap .top .topInner .topTitle {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .exampleWrap .top {
    height: 240px;
  }
  .exampleWrap .top .topInner .topTitle {
    font-size: 32px;
  }
}
.exampleWrap .case {
  padding: 120px 0;
}
.exampleWrap .case .caseInner .caseList {
  width: 90%;
  max-width: 1120px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.exampleWrap .case .caseInner .caseList .caseItem {
  width: calc(33% - 40px);
}
.exampleWrap .case .caseInner .caseList .caseItem .caseImg {
  margin-bottom: 40px;
}
.exampleWrap .case .caseInner .caseList .caseItem .caseDetailList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.exampleWrap .case .caseInner .caseList .caseItem .caseDetailList .caseDetailItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exampleWrap .case .caseInner .caseList .caseItem .caseDetailList .caseDetailItem .detailTitle {
  font-weight: 500;
}
.exampleWrap .case .caseInner .caseList .caseItem .caseCta {
  width: 100%;
  background-color: #B40E0F;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
  border-radius: 100px;
}
.exampleWrap .case .caseInner .caseList .caseItem .caseCta span {
  font-weight: 500;
  color: #fff;
}
.exampleWrap .case .caseInner .caseList .caseItem .caseCta .arrow {
  display: block;
  width: 28px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.exampleWrap .case .caseInner .caseList .caseItem .caseCta:hover .arrow {
  right: 50px;
}
@media (max-width: 960px) {
  .exampleWrap .case {
    padding: 80px 0;
  }
  .exampleWrap .case .caseInner .caseList {
    gap: 40px;
    margin-bottom: 80px;
  }
  .exampleWrap .case .caseInner .caseList .caseItem {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .exampleWrap .case .caseInner .caseList .caseItem .caseCta span {
    font-size: 14px;
  }
  .exampleWrap .case .caseInner .caseList .caseItem .caseCta .arrow {
    width: 24px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .exampleWrap .case {
    padding: 40px 0;
  }
  .exampleWrap .case .caseInner .caseList {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .exampleWrap .case .caseInner .caseList .caseItem {
    width: 100%;
  }
  .exampleWrap .case .caseInner .caseList .caseItem .caseCta {
    padding: 16px 0;
  }
  .exampleWrap .case .caseInner .caseList .caseItem .caseCta .arrow {
    width: 28px;
    right: 40px;
  }
}
.exampleWrap .detail {
  padding: 120px 0;
}
.exampleWrap .detail .detailInner .detailList {
  width: 90%;
  max-width: 1120px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-bottom: 100px;
}
.exampleWrap .detail .detailInner .detailList .detailItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}
.exampleWrap .detail .detailInner .detailList .detailItem .detailLeft {
  width: 55%;
}
.exampleWrap .detail .detailInner .detailList .detailItem .detailImg {
  width: 45%;
}
.exampleWrap .detail .detailInner .detailList .detailItem:nth-child(2n) {
  flex-direction: row-reverse;
}
.exampleWrap .detail .detailInner .detailSurvey {
  width: 90%;
  max-width: 1120px;
  margin: auto;
}
.exampleWrap .detail .detailInner .detailSurvey .detailImg {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.exampleWrap .detail .detailInner .detailSurvey .detailInfo {
  border: 1px solid #707070;
  padding: 56px 40px;
  position: relative;
  margin-bottom: 80px;
}
.exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoList {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoList .infoItem {
  display: flex;
  align-items: center;
}
.exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoList .infoItem .infoTitle {
  min-width: 200px;
}
.exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoCatch {
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  padding: 0 8px;
  position: absolute;
  top: -16px;
  left: 32px;
}
@media (max-width: 960px) {
  .exampleWrap .detail {
    padding: 80px 0;
  }
  .exampleWrap .detail .detailInner .detailList .detailItem {
    gap: 56px;
  }
}
@media (max-width: 768px) {
  .exampleWrap .detail .detailInner .detailList {
    gap: 80px;
  }
  .exampleWrap .detail .detailInner .detailList .detailItem {
    flex-direction: column;
    gap: 40px;
  }
  .exampleWrap .detail .detailInner .detailList .detailItem .detailLeft {
    width: 100%;
  }
  .exampleWrap .detail .detailInner .detailList .detailItem .detailImg {
    width: 100%;
  }
  .exampleWrap .detail .detailInner .detailList .detailItem:nth-child(2n) {
    flex-direction: column;
  }
  .exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoList .infoItem .infoTitle {
    min-width: 160px;
  }
}
@media (max-width: 480px) {
  .exampleWrap .detail {
    padding: 40px 0;
  }
  .exampleWrap .detail .detailInner .detailList {
    gap: 64px;
    margin-bottom: 64px;
  }
  .exampleWrap .detail .detailInner .detailList .detailItem .detailLeft .detailCatch {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .exampleWrap .detail .detailInner .detailSurvey .detailInfo {
    padding: 40px 20px;
    margin-bottom: 64px;
  }
  .exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoCatch {
    left: 12px;
  }
  .exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoList {
    gap: 40px;
  }
  .exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoList .infoItem {
    font-size: 14px;
  }
  .exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoList .infoItem .infoTitle {
    min-width: 130px;
  }
}
@media (max-width: 375px) {
  .exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoList .infoItem {
    font-size: 12px;
  }
  .exampleWrap .detail .detailInner .detailSurvey .detailInfo .infoList .infoItem .infoTitle {
    min-width: 100px;
  }
}/*# sourceMappingURL=style.css.map */