@charset "UTF-8";
/* コンテンツ */

#header {
    background-color: transparent;
}
#header h1 a img {
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#toggle span {
    background-color: #fff;
}

.hscr #header {
    background-color: #fff !important;
}
.hscr #header h1 a img {
	-webkit-filter: none;
    filter: none;
}
.hscr #toggle span {
    background-color: #111;
}

.main_wrap {
    position: relative;
}
.update {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 800px;
    color: #fff;
    z-index: 1;
    text-align: left;
    line-height:1;
}
.update h6 {
    font-size: 0.92em;
    font-weight: 500;
    margin: 0 auto 0.5em 2em;
}
.update section {
    font-size: 0.92em;
    position: relative;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    padding: 0.8em 5em 0.8em 2em;
}
.update section a {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 100%;
    padding: 0 1em;
    transition: all 0.3s;
}
.update section a:hover {
    opacity: 0.6;
}
.update section a img {
    width: 100%;
}
.ticker {
	width: 100%;
	overflow: hidden;
}
.ticker ul {
	width: 100%;
	position: relative;
}
.ticker ul li {
	width: 100%;
    display: none;
    padding-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ticker ul li span {
    display: inline-block;
    margin-right: 1em;
}


.sel_area h2 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.sel_area ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 2em;
}
.sel_area ul li {
    position: relative;
    width: 31%;
}
.sel_area ul li img {
    width: 100%;
}
.sel_area ul li h3 {
    position: absolute;
    left: 7%;
    top: 0;
    box-sizing: border-box;
    background-color: #fff;
    padding: 15px 10px 15px;
    width: 17%;
    max-width: 50px;
    z-index: 1;
}
.sel_area ul li p {
    margin-top: 40px;
    margin-bottom: 1em;
}

.cam_area {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:5em 80px;
	margin:0 auto;
}
@media screen and (min-width: 961px) {
.adjcam2 {
    max-width: 900px;
}
.adjcam3 {
    max-width: 1200px;
}
}
.cam_area h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.cam_box {
    position: relative;
    margin-top: 1em;
}
.swiper-container_cam {
	position:relative;
	width: 100%;
    overflow: hidden;
}
.swiper-container_cam .swiper-slide img {
    width: 100%;
}
.next_cam,.prev_cam {
    display: none;
}

.about_area img {
    width: 100%;
}
.about_box1 {
    padding: 5em 0;
}
.about_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about_box1 ul li:first-child {
    width: 20%;
    display: flex;
    flex-direction: row-reverse; 
}
.about_box1 ul li:first-child h3 {
    writing-mode: vertical-rl;
    font-feature-settings: "palt" off, "liga" off;
    text-align: left;
    font-size: 2em;
    line-height: 1.7;
    letter-spacing: 0.2em;
    font-weight: 500;
}
.about_box1 ul li:last-child {
    width: 75%;
}
.about_box2 {
    padding-bottom: 5em;
}
.about_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.about_box2 ul li:first-child {
    width: 50%;
}
.about_box2 ul li:last-child {
    width: 45%;
    text-align: left;
}
.about_box2 ul li:last-child h3 {
    font-size: 1.4em;
    line-height: 1.7;
    letter-spacing: 0.2em;
    font-weight: 500;
}
.about_box2 ul li:last-child p {
    line-height: 1.7;
    margin-top: 1.4em;
}
.about_box2 .more {
    margin-top: 2em;
    margin-left: 0;
}

.tsub p {
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    line-height: 1.5;
}
.tsub h3 {
    display: inline-block;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.4;
    border-bottom: 1px solid #333;
    padding-right: 1em;
    padding-bottom: 0.3em;
}
.tsub h4 {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
}
.tsub section {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.7;
}
.tsub .more {
    margin-top: 2em;
    margin-left: 0;
}

.work_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 5em 0;
}
.work_tx {
    width: 30%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
}
.work_box {
    position: relative;
    width: 65%;
}
.swiper-container_wk {
	position:relative;
	width: 100%;
    overflow: hidden;
}
.swiper-container_wk .swiper-slide {
    width: 280px;
    
}
.swiper-container_wk .swiper-slide section {
    position: relative;
    width: 100%;
    aspect-ratio: 84 / 120;
    overflow: hidden;
}
.swiper-container_wk .swiper-slide img {
    width: 100%;
}
.swiper-container_wk .swiper-slide p {
    text-align: left;
    line-height: 1.5;
    font-size: 0.84em;
    margin-top: 0.7em;
}
.swiper-container_wk .swiper-slide figure {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40%;
    pointer-events: none;
}
.swiper-container_wk .swiper-slide h6 {
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    background-color: #223355;
    color: #fff;
    font-weight: 500;
    font-size: 0.84em;
    line-height: 1;
    width: 8em;
    height: 2.2em;
    padding-left: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url("../img/arr_tin_w.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: auto 40%;
    pointer-events: none;
    transition: all 0.3s;
}
.swiper-container_wk .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.swiper-container_wk .swiper-slide a:hover {
   transform: scale(1.1);
}
.wk1:hover + .wk2 {
    border: 1px solid #223355;
    background-color: #fff;
    color: #223355;
    background-image: url("../img/arr_tin_nv.png");
}
.next_wk,.prev_wk {
    display: none;
}

.voice_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 5em 0;
}
.voice_tx {
    width: 30%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}
.voice_box {
    position: relative;
    width: 65%;
}
.swiper-container_vc {
	position:relative;
	width: 100%;
    overflow: hidden;
}
.swiper-container_vc .swiper-slide {
    width: 280px;
    
}
.swiper-container_vc .swiper-slide section {
    position: relative;
    width: 100%;
    aspect-ratio: 84 / 120;
    overflow: hidden;
}
.swiper-container_vc .swiper-slide img {
    width: 100%;
}
.swiper-container_vc .swiper-slide p {
    text-align: left;
    line-height: 1.5;
    font-size: 0.84em;
    margin-top: 0.7em;
}
.swiper-container_vc .swiper-slide figure {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40%;
    pointer-events: none;
}
.swiper-container_vc .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.swiper-container_vc .swiper-slide a:hover {
   transform: scale(1.1);
}
.next_vc,.prev_vc {
    display: none;
}

.bg_step {
    background-color: #eee;
}
.bg_step h3 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

.bg_req {
    background-color: #f5f5f5;
}
.tsub2 {
    text-align: center;
}
.tsub2 h3 {
    margin: 0 auto;
    display: inline-block;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.4;
    border-bottom: 1px solid #333;
    padding:0 1em 0.3em;
}
.bg_req ul {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2em;
}
.bg_req ul img {
    width: 100%;
}
.bg_req ul li:first-child {
    width: 40%;
}
.bg_req ul li:last-child {
    width: auto;
    margin-left: 5%;
}
.bg_req h4 {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.bg_req section {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.7;
}
.bg_req .more {
    margin-top: 2em;
    margin-left: 0;
}
.bg_req .more a {
    border: 1px solid #3b9a40;
    background-color: #3b9a40;
}
.bg_req .more a:hover {
    color:#3b9a40;
    background-color: #fff;
}

.tsub3 {
    text-align: center;
}
.tsub3 h3 {
    display: inline-block;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.4;
    border-bottom: 1px solid #333;
    padding: 0 1em 0.3em;
}
.tsub3 h4 {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
}
.tsub3 section {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.7;
}

.exh_box {
    margin-top: 3em;
}
.exh_box img {
    width: 100%;
}
.exh_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.exh_box ul li {
    position: relative;
    width: 47%;
}
.exh_box ul li p {
    position: absolute;
    left: 4%;
    top: 4%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 10em;
    height: 2em;
    font-size: 0.92em;
}
.exh_box .more {
    position: relative;
    margin-top: -1.5em;
    z-index: 100;
}

.type_area {
    padding: 5em 0;
}
.type_box {
    position: relative;
    background-image: url("../img/wagaya_bg.webp");
    background-position: center center;
    background-size: auto 100%;
    margin: 2em auto;
}
.type_box section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.type_box img {
    width: 100%;
}
.type_box ul {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
    padding:0 80px;
	margin:0 auto;
}
.type_box ul li:first-child {
    width: 35%;
}
.type_box ul li:last-child {
    width: 30%;
    padding: 7em 0 0 0;
}

.bg_brand {
    background-color: #eee;
}
.bg_brand .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.br_copy {
    writing-mode: vertical-rl;
    font-feature-settings: "palt" off, "liga" off;
    text-align: left;
    font-size: 2em;
    line-height: 1.7;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.br_list {
    width: 50%;
}
.br_list ul {
    margin-bottom: -1em;
}
.br_list ul img {
    width: 100%;
}
.br_list ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    transition: all 0.3s;
}
.br_list ul li h4 {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    background-color: #fff;
    padding: 1em 2em;
    flex-shrink: 0;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.br_list ul li p {
    box-sizing: border-box;
    width: 55%;
    line-height: 1.7;
    background-color: #ddd;
    padding: 1em 2em 1em 3em;
    flex-shrink: 0;
    margin: 1em 0 1em -5%;
    background-image: url("../img/arr2.png");
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: 1.5em auto;
}
.br_list ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.br_list ul li:hover {
    opacity: 0.6;
}
.br_tx {
    display: flex;
    justify-content: center;
    align-items: center;
}
.br_tx h3 {
    font-size: 1.4em;
    line-height: 1.7;
    letter-spacing: 0.2em;
    font-weight: 500;
}
.br_tx p {
    line-height: 1.7;
    margin-top: 1.4em;
}
.br_tx .more {
    margin-top: 2em;
    margin-left: 0;
}

.info_area {
    text-align: left;
    box-sizing: border-box;
    width: 90%;
    margin: 5em 0 5em auto;
}
.info_area h3 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
}
.info_box {
    position: relative;
    width: 100%;
    margin: 1.5em auto 2em;
}
.swiper-container_if {
	position:relative;
	width: 100%;
    overflow: hidden;
}
.swiper-container_if .swiper-slide {
    width: 340px;
}
.swiper-container_if .swiper-slide section {
    position: relative;
    width: 100%;
    aspect-ratio: 120 / 83;
    overflow: hidden;
}
.swiper-container_if .swiper-slide img {
    width: 100%;
}
.swiper-container_if .swiper-slide .if_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0 0.5em;
}
.swiper-container_if .swiper-slide .if_date span {
    border: 1px solid #999;
    width: 7em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.84em;
}
.swiper-container_if .swiper-slide p {
    line-height: 1.5;
}
.swiper-container_if .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.swiper-container_if .swiper-slide a:hover {
   transform: scale(1.1);
}
.next_if,.prev_if {
    display: none;
}
.info_area .more {
    margin: 0 80px 0 auto;
}

.bg_insta {
    background-color: #f5f5f5;
}
.bg_insta h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
}
.bg_insta h3 img {
    height: 1.4em;
    margin-right: 0.5em;
}
.insta_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 2em auto 0;
}
.insta_box ul li {
    position: relative;
    width: 23%;
    aspect-ratio: 1;
}
.insta_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.insta_box ul li a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1180px) {
.br_copy {
    display: none;
}
.br_tx {
    width: 45%;
}
}

@media screen and (max-width: 960px) {
.update {
    position: static;
    width: auto;
    color: #111;
    margin: 4em 6% 0;
}
.update h6 {
    font-size: 1em;
    margin: 0 auto 1em;
}
.update section {
    background-color: transparent;
    padding: 0 3em 0 0;
}
.update section a {
    padding: 0;
}
.update section a img {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 0.9;
}

.sel_area h2 {
    font-size: 4vw;
}
.sel_area ul {
    justify-content: space-around;
    margin-top: 2em;
    margin-bottom: -2em;
}
.sel_area ul li {
    width: 45%;
    margin-bottom: 2em;
}

.bg_cam {
    background-color: #f5f5f5;
}
.cam_area {
	padding:3em 6% 4em;
}
.cam_area h3 {
    font-size: 4vw;
}

.swiper-button-prev,.swiper-button-next {
    position:absolute;
	z-index:2;
    top:calc(50% - 15px - 2em) !important;
	margin:auto !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #fff !important;
    border-radius: 50%;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
    transition: all 0.3s;
}
.swiper-button-prev {
    left: -5% !important;
    background-image: url("../img/left.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: auto 45% !important;
}
.swiper-button-next {
    right: -5% !important;
    background-image: url("../img/right.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: auto 45% !important;
}
.swiper-button-prev:hover,.swiper-button-next:hover {
    opacity: 0.6;
}

.next_cam,.prev_cam {
    display: block;
    top: 0 !important;
    bottom: 0 !important;
}

.about_box1 {
    padding: 4em 0 3em;
}
.about_box1 ul {
}
.about_box1 ul li:first-child {
    width: 100%;
    flex-direction: column; 
}
.about_box1 ul li:first-child h3 {
    writing-mode: horizontal-tb;
    font-feature-settings: "palt" on, "liga" off;
    text-align: center;
    font-size: 4vw;
    line-height: 1.5;
}
.about_box1 ul li:last-child {
    display: none;
}
.about_box2 {
    padding-bottom: 4em;
}
.about_box2 ul {
}
.about_box2 ul li:first-child {
    width: 100%;
}
.about_box2 ul li:last-child {
    width: auto;
    margin: 3em 7% 0;
}
.about_box2 ul li:last-child h3 {
    font-size: 3vw;
}
.about_box2 .more {
    margin-left: auto;
}

.tsub p {
    display: none;
}
.tsub h3 {
    font-size: 4vw;
}
.tsub h4 {
    font-size: 3vw;
}

.work_area {
    padding: 4em 0;
}
.work_area .more {
    margin-top: 2em;
}
.work_tx {
    width: auto;
    margin: 0 6% 3em;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}
.work_box {
    width: 100%;
}
.swiper-container_wk .swiper-slide {
    width: 280px;
    
}
.next_wk,.prev_wk {
    display: block;
}
.prev_wk {
    left: 2% !important;
}
.next_wk {
    right: 2% !important;
}

.voice_area {
    flex-direction: row;
    padding: 4em 0;
}
.voice_area .more {
    margin-top: 2em;
}
.voice_tx {
    width: auto;
    margin: 0 6% 3em;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}
.voice_box {
    width: 100%;
}
.swiper-container_vc .swiper-slide {
    width: 280px;
    
}
.next_vc,.prev_vc {
    display: block;
}
.prev_vc {
    left: 2% !important;
}
.next_vc {
    right: 2% !important;
}

.bg_step h3 {
    font-size: 4vw;
}

.bg_req {
    background-color: transparent;
}
.tsub2 {
    text-align: left;
}
.tsub2 h3 {
    font-size: 4vw;
    padding:0 1em 0.3em 0;
}
.bg_req ul {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-top: 2em;
}
.bg_req ul li:first-child {
    width: 40%;
}
.bg_req ul li:last-child {
    width: 55%;
    margin-left: 0;
}
.bg_req h4 {
    font-size: 3vw;
}
.bg_req .more {
    margin-top: 2em;
    margin-left: 0;
}

.tsub3 {
    text-align: left;
}
.tsub3 h3 {
    font-size: 4vw;
    padding: 0 1em 0.3em 0;
}
.tsub3 h4 {
    font-size: 3vw;
}

.type_area {
    padding: 4em 0;
}
.type_tx {
    padding: 0 6%;
}
.type_box {
    margin: 2em auto;
}
.type_box ul {
    padding:0 6%;
}
.type_box ul li:first-child {
    width: 50%;
}
.type_box ul li:last-child {
    width: 30%;
    padding: 7em 0 0 0;
}

.bg_brand .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.br_list {
    width: 100%;
}
.br_list ul {
    margin-top: 3em;
    margin-bottom: -1em;
    padding-bottom: 2em;
}
.br_list ul li h4 {
    padding: 1em 2em;
}
.br_list ul li p {
    padding: 1em 2em 1em 3.5em;
}

.br_tx {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.br_tx h3 {
    font-size: 4vw;
}

.info_area {
    width: auto;
    margin: 4em 6%;
}
.info_area h3 {
    font-size: 4vw;
}
.info_box {
    margin: 1.5em auto 2em;
}
.swiper-container_if {
	position:relative;
	width: 100%;
    overflow: hidden;
}
.swiper-container_if .swiper-slide {
    width: auto;
}
.next_if,.prev_if {
    display: block;
}
.prev_if {
    left: -4% !important;
}
.next_if {
    right: -4% !important;
}
.info_area .more {
    margin: 0 auto;
}


}


@media screen and (max-width: 520px) {
.update {
    margin: 3em 7% 0;
}
.ticker ul li {
    line-height: 1.5;
}
.ticker ul li span {
    display: block;
    margin-right: 0;
}

.sel_area h2 {
    font-size: 5vw;
}
.sel_area ul {
    justify-content: space-around;
    margin-top: 1em;
    margin-bottom: -2em;
}
.sel_area ul li {
    width: 100%;
    margin-bottom: 2em;
}
.sel_area ul li h3 {
    left: 7%;
    width: 13%;
}
.sel_area ul li p {
    margin-top: 2em;
    margin-bottom: 1em;
}

.cam_area {
	padding:2em 7% 3em;
}
.cam_area h3 {
    font-size: 4.5vw;
}

.swiper-button-prev,.swiper-button-next {
    width: 26px !important;
    height: 26px !important;
    top:calc(50% - 13px - 2em) !important;
}

.about_box1 {
    padding: 3em 0 2em;
}
.about_box1 ul li:first-child h3 {
    font-size: 5vw;
    line-height: 1.5;
}
.about_box2 {
    padding-bottom: 3em;
}
.about_box2 ul li:last-child {

    margin: 2em 6% 0;
}
.about_box2 ul li:last-child h3 {
    font-size: 4vw;
}

.tsub h3 {
    font-size: 5vw;
}
.tsub h4 {
    font-size: 4vw;
}

.work_area {
    padding: 3em 0;
}
.work_tx {
    width: auto;
    margin: 0 7% 2em;
}
.work_box {
    width: 100%;
}
.swiper-container_wk .swiper-slide {
    width: 260px;
    
}

.voice_area {
    padding: 3em 0;
}
.voice_tx {
    width: auto;
    margin: 0 7% 2em;
}
.voice_box {
    width: 100%;
}
.swiper-container_vc .swiper-slide {
    width: 260px;
}

.bg_step h3 {
    font-size: 4.5vw;
}

.tsub2 h3 {
    font-size: 5vw;
    padding:0 1em 0.3em 0;
}
.bg_req ul {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2em;
}
.bg_req ul li:first-child {
    display: none;
}
.bg_req ul li:last-child {
    width: 100%;
    margin-left: 0;
}
.bg_req h4 {
    font-size: 4vw;
}
.bg_req .more {
    margin-top: 2em;
    margin-left: auto;
}
.cat_img {
    position: absolute;
    width: 35%;
    top: 2em;
    right: 5%;
}
.cat_img img {
    width: 100%;
}

.tsub3 h3 {
    font-size: 5vw;
}
.tsub3 h4 {
    font-size: 4vw;
}

.exh_box {
    margin-top: 2em;
}
.exh_box ul li {
    width: 100%;
}
.exh_box ul li:first-child {
    margin-bottom: 3em;
}

.type_area {
    padding: 3em 0;
}
.type_tx {
    padding: 0 7%;
}
.type_box {
    margin: 2em auto;
}
.type_box ul {
    padding:3em 6%;
}
.type_box ul li:first-child {
    width: 70%;
}
.type_box ul li:last-child {
    display: none;
}

.br_list ul {
    margin-top: 2em;
}
.br_list ul li h4 {
    padding: 1em 1em;
}
.br_list ul li p {
    font-size: 0.92em;
    padding: 1em 2em 1em 3em;
}
.br_tx {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.br_tx h3 {
    font-size: 5vw;
    line-height: 1.4;
}

.info_area {
    width: auto;
    margin: 3em 7%;
}
.info_area h3 {
    font-size: 5vw;
}
.info_box {
    margin: 1.5em auto 2em;
}

.bg_insta h3 {
    font-size: 5vw;
}
.insta_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 2em auto -1.6em;
}
.insta_box ul li {
    width: calc(50% - 0.8em);
    margin-bottom: 1.6em;
}

}
