@charset "utf-8";
/* CSS Document */
body{
	padding-top: 0!important;
}
header.header2{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
	overflow: hidden;
}
header.header2.on{
	animation-delay: 1.0s;
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

header.header2 .logo{
	width: 30%;
	text-align: left;
}
header.header2 .logo p{
	font-size: clamp(14px, 1vw, 18px);
	padding: 20px;
}
header.header2 .logo a img{
	width: 40%;
	max-width: 180px;
}
header.header2 .head_nav{
	padding: 20px;
}
header.header2 .head_nav ul li{
	padding: 10px 30px;
}
header.header2 .head_nav ul li:not(:last-of-type){
	border-right: 1px solid  #06003D;
}
header.header2 .head_nav ul li a{
	font-weight: 500;
	font-size: clamp(14px, 1.2vw, 18px);
}

#header{
	transition: ease 0.4s;
	transform: translateY(-100%);
}
#header.active{
	transform: translateY(0);
}



main #mv_section{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 150vh;
	box-sizing: border-box;
	min-height: 800px;
	padding-bottom: 50vh;
	margin-bottom: -40vh;
}

main #mv_section.active{
	position: relative;
	z-index: 1;
}
main #mv_section .bg_item{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
/*	overflow: hidden;*/
	overflow-x: hidden;
}
main #mv_section .bg_item > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
}
main #mv_section .bg_item > div img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
main #mv_section .bg_item .bg_item1{
	z-index: 1;
}
main #mv_section .bg_item .bg_item2{
	z-index: 3;
}
main #mv_section .bg_item .bg_item3{
	z-index: 2;
}
main #mv_section .bg_item .bg_item4{
	z-index: 4;
}
main #mv_section.active .bg_item > div{
	animation-name: bg_item;
	animation-duration: 0.2s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

main #mv_section .bg_item .bg_item1{
}
main #mv_section .bg_item .bg_item2{
	animation-delay: 0.6s;
}
main #mv_section .bg_item .bg_item3{
	animation-delay: 0.3s;
}
main #mv_section .bg_item .bg_item4{
	animation-delay: 0.9s;
}
@keyframes bg_item {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

/*
main #mv_section::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a0730;
	background: linear-gradient(135deg, #0d47a1, #1976d2, #42a5f5), linear-gradient(45deg, rgba(255,255,255,0.2) 0%, transparent 60%);
	z-index: 1;
}
body.on main #mv_section.active::after{
	animation-name: fadeout;
	animation-delay: 0.2s;
	animation-duration: 1.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
*/
main #mv_section .contents{
	position: relative;
	z-index: 3;
	width: 90%;
}
main #mv_section .contents h2{
	opacity: 0;
	font-size: clamp(20px, 3.6vw, 40px);
	font-weight: 900;
	line-height: 2.2;
	text-shadow: 3px 3px 15px rgba(0,0,0,0.2);
}
main #mv_section .contents .fv_txt{
	opacity: 0;
	font-size: clamp(18px, 2.5vw, 30px);
	font-weight: 900;
	text-shadow: 3px 3px 15px rgba(0,0,0,0.2);
}
main #mv_section.active .contents h2{
	animation-name: fadein;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
main #mv_section.active .contents .fv_txt{
	animation-name: fadein;
	animation-delay: 2.8s;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
main #mv_section .contents h2,main #mv_section .contents .fv_txt{
	color: #fff;
}
main #mv_section.active .contents h2,main #mv_section.active .contents .fv_txt{
	color: #fff;
	transition: ease 0.6s;
}
main #mv_section .txt_item1,main #mv_section .txt_item2,main #mv_section .txt_item3{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-size: clamp(32px, 6vw, 70px);
}
main #mv_section .txt_item3{
	font-size: clamp(40px, 8vw, 90px);
}
main #mv_section .txt_item1 b,main #mv_section .txt_item2 b,main #mv_section .txt_item3 b{
	position: relative;
	z-index: 2;
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: bg_item3;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
main #mv_section .txt_item1 b{
	animation-delay: 2.0s;
}
main #mv_section .txt_item2 b{
	animation-delay: 2.8s;
}
main #mv_section .txt_item3 b{
	animation-delay: 3.2s;
}
main #mv_section .txt_item1 img,main #mv_section .txt_item2 img,main #mv_section .txt_item3 img{
	display: none;
}
/*
main #mv_section .txt_item1 img,main #mv_section .txt_item2 img,main #mv_section .txt_item3 img{
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	animation-name: bg_item2;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}
main #mv_section .txt_item1 img{
	width: 50%;
	animation-delay: 2.0s;
}
main #mv_section .txt_item2 img{
	width: 80%;
	animation-delay: 3.5s;
}
main #mv_section .txt_item3 img{
	width: 80%;
	animation-delay: 5.0s;
}
*/
@keyframes bg_item2 {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}
@keyframes bg_item3 {
	0% {
		opacity: 0.2;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/*
main #mv_section .contents h2 span{
	display: inline-block;
	opacity:0;
	transform: translateY(30px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
main #mv_section .contents .fv_txt{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
body.on main #mv_section .contents h2 span{
	animation-name: blurin3;
	animation-duration: 1.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
body.on main #mv_section .contents .fv_txt{
	animation-name: blurin2;
	animation-delay: 3.2s;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
main #mv_section .contents h2 span:nth-of-type(2){
	animation-delay: 0.2s;
}
main #mv_section .contents h2 span:nth-of-type(3){
	animation-delay: 0.3s;
}
main #mv_section .contents h2 span:nth-of-type(4){
	animation-delay: 0.4s;
}
main #mv_section .contents h2 span:nth-of-type(5){
	animation-delay: 0.5s;
}
main #mv_section .contents h2 span:nth-of-type(6){
	animation-delay: 0.6s;
}
main #mv_section .contents h2 span:nth-of-type(7){
	animation-delay: 0.7s;
}
main #mv_section .contents h2 span:nth-of-type(8){
	animation-delay: 0.8s;
}
main #mv_section .contents h2 span:nth-of-type(9){
	animation-delay: 0.9s;
}
main #mv_section .contents h2 span:nth-of-type(10){
	animation-delay: 1.0s;
}
main #mv_section .contents h2 span:nth-of-type(11){
	animation-delay: 1.1s;
}
main #mv_section .contents h2 span:nth-of-type(12){
	animation-delay: 1.2s;
}
main #mv_section .contents h2 span:nth-of-type(13){
	animation-delay: 1.3s;
}
main #mv_section .contents h2 span:nth-of-type(14){
	animation-delay: 1.4s;
}
main #mv_section .contents h2 span:nth-of-type(15){
	animation-delay: 1.5s;
}
main #mv_section .contents h2 span:nth-of-type(16){
	animation-delay: 1.6s;
}
main #mv_section .contents h2 span:nth-of-type(17){
	animation-delay: 1.7s;
}
main #mv_section .contents h2 span:nth-of-type(18){
	animation-delay: 2.3s;
}
main #mv_section .contents h2 span:nth-of-type(19){
	animation-delay: 2.4s;
}
main #mv_section .contents h2 span:nth-of-type(20){
	animation-delay: 2.5s;
}
main #mv_section .contents h2 span:nth-of-type(21){
	animation-delay: 2.6s;
}
main #mv_section .contents h2 span:nth-of-type(22){
	animation-delay: 2.7s;
}
main #mv_section .contents h2 span:nth-of-type(23){
	animation-delay: 2.8s;
}
main #mv_section .contents h2 span:nth-of-type(24){
	animation-delay: 2.9s;
}
main #mv_section .contents h2 span:nth-of-type(25){
	animation-delay: 3.0s;
}
@keyframes blurin3 {
	0% {
		opacity: 0;
		transform: translateY(30px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
*/
main #mv_section .contents .bt_section{
	opacity: 0;
	gap: 20px;
}
main #mv_section.active .contents .bt_section{
	animation-name: fadein;
	animation-delay: 0.4s;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
main #mv_section .contents .bt_section a{
	display: block;
	border-radius: 200px;
	padding: 50px 15px;
	min-width: 120px;
	transition: ease 0.3s;
	border-style: solid;
	border-width: 2px;
}
main #mv_section .contents .bt_section a.bt1{
	background-color: #E59201;
	border-color: #E59201;
}
main #mv_section .contents .bt_section a.bt2{
	background-color: #00B900;
	border-color: #00B900;
}
main #mv_section .contents .bt_section a.bt3{
	background-color: #004099;
	border-color: #004099;
}
main #mv_section .contents .bt_section a .icon{
	width: 40px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
	transition: ease 0.3s;
}
main #mv_section .contents .bt_section a p{
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	transition: ease 0.3s;
} 
main #mv_section .contents .bt_section a i{
	transition: ease 0.3s;
}
main #mv_section .contents .bt_section a:hover{
	background-color: #fff;
	opacity: 1;
}
main #mv_section .contents .bt_section a.bt1:hover .icon{
	background-color: #E59201;
}
main #mv_section .contents .bt_section a.bt2:hover .icon{
	background-color: #00B900;
}
main #mv_section .contents .bt_section a.bt3:hover .icon{
	background-color: #004099;
}
main #mv_section .contents .bt_section a.bt1:hover p{
	color: #E59201;
}
main #mv_section .contents .bt_section a.bt2:hover p{
	color: #00B900;
}
main #mv_section .contents .bt_section a.bt3:hover p{
	color: #004099;
}
main #mv_section .contents .bt_section a:hover i{
	color: #fff;
}


main #mv_section .fv_item_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
	overflow: hidden;
}
main #mv_section.active .fv_item_wrap{
	animation-delay: 1.0s;
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
main #mv_section .item{
	position: absolute;
}
main #mv_section .item1{
	top: 0;
	left: 0;
	height: 100%;
}
main #mv_section .item1 img{
	width: auto;
	height: 100%;
}
main #mv_section .item2{
	top: 15%;
	right: 20%;
	width: 15%;
}
main #mv_section .item3{
	top: 40%;
	right: 0;
	width: 60%;
}
main #mv_section.active .item1{
	animation: randomSway 60s linear infinite;
}
main #mv_section.active .item2{
	animation: swayRandomFloat  30s linear infinite;
	animation-delay: 1.0s;
}
main #mv_section.active .item3{
	animation: swayRandomFloat 60s linear infinite;
}

@keyframes randomSway {
0%   { transform: rotate(0deg); }
5%   { transform: rotate(1deg); }
10%  { transform: rotate(-1deg); }
15%  { transform: rotate(2deg); }
20%  { transform: rotate(-2deg); }
25%  { transform: rotate(1deg); }
30%  { transform: rotate(-1deg); }
35%  { transform: rotate(2deg); }
40%  { transform: rotate(-2deg); }
45%  { transform: rotate(1deg); }
50%  { transform: rotate(0deg); }
55%  { transform: rotate(-1deg); }
60%  { transform: rotate(1deg); }
65%  { transform: rotate(-2deg); }
70%  { transform: rotate(2deg); }
75%  { transform: rotate(-1deg); }
80%  { transform: rotate(1deg); }
85%  { transform: rotate(-2deg); }
90%  { transform: rotate(1deg); }
95%  { transform: rotate(-1deg); }
100% { transform: rotate(0deg); }
}
@keyframes swayBounce {
  0%   { transform: rotate(0deg) scale(1); }
  10%  { transform: rotate(1deg) scale(1.01); }
  20%  { transform: rotate(-1deg) scale(0.99); }
  30%  { transform: rotate(2deg) scale(1.02); }
  40%  { transform: rotate(-2deg) scale(0.98); }
  50%  { transform: rotate(1deg) scale(1.01); }
  60%  { transform: rotate(-1deg) scale(0.99); }
  70%  { transform: rotate(2deg) scale(1.02); }
  80%  { transform: rotate(-1deg) scale(0.98); }
  90%  { transform: rotate(1deg) scale(1.01); }
  100% { transform: rotate(0deg) scale(1); }
}
@keyframes swayWiggle {
  0%   { transform: rotate(0deg) translateX(0); }
  10%  { transform: rotate(1deg) translateX(1px); }
  20%  { transform: rotate(-1deg) translateX(-1px); }
  30%  { transform: rotate(2deg) translateX(2px); }
  40%  { transform: rotate(-2deg) translateX(-2px); }
  50%  { transform: rotate(1deg) translateX(1px); }
  60%  { transform: rotate(-1deg) translateX(-1px); }
  70%  { transform: rotate(2deg) translateX(2px); }
  80%  { transform: rotate(-1deg) translateX(-1px); }
  90%  { transform: rotate(1deg) translateX(1px); }
  100% { transform: rotate(0deg) translateX(0); }
}
@keyframes swaySoft {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(1deg); }
  20%  { transform: rotate(-1deg); }
  30%  { transform: rotate(2deg); }
  40%  { transform: rotate(-2deg); }
  50%  { transform: rotate(1deg); }
  60%  { transform: rotate(-1deg); }
  70%  { transform: rotate(2deg); }
  80%  { transform: rotate(-1deg); }
  90%  { transform: rotate(1deg); }
  100% { transform: rotate(0deg); }
}
@keyframes swayRandomFloat {
  0%   { transform: rotate(0deg) scale(1); }
  12%  { transform: rotate(3deg) scale(0.98); }
  25%  { transform: rotate(-2deg) scale(1.02); }
  37%  { transform: rotate(1deg) scale(0.97); }
  50%  { transform: rotate(-3deg) scale(1.03); }
  62%  { transform: rotate(2deg) scale(0.99); }
  75%  { transform: rotate(-1deg) scale(1.01); }
  87%  { transform: rotate(1deg) scale(0.98); }
  100% { transform: rotate(0deg) scale(1); }
}
main .cta_bt1{
	position: relative;
	z-index: 5;
}
main .cta_bt1-1{
}

main #top_section1{
	position: relative;
	overflow: hidden;
	z-index: 3;
}
main #top_section1 > div{
	position: relative;
	z-index: 3;
}
main #top_section1 .bg_item{
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	z-index: 1;
}

main #top_section1 .bg_item{
	animation: wave 60s ease-in-out infinite;
}
  @keyframes wave {
    0%   { transform: rotate(0deg) skewX(0deg) scale(1); }
    10%  { transform: rotate(2deg) skewX(2deg) scale(1.01); }
    20%  { transform: rotate(-2deg) skewX(-2deg) scale(0.99); }
    30%  { transform: rotate(3deg) skewX(3deg) scale(1.02); }
    40%  { transform: rotate(-3deg) skewX(-3deg) scale(0.98); }
    50%  { transform: rotate(0deg) skewX(0deg) scale(1); }
    60%  { transform: rotate(3deg) skewX(2deg) scale(1.01); }
    70%  { transform: rotate(-2deg) skewX(-3deg) scale(0.99); }
    80%  { transform: rotate(2deg) skewX(1deg) scale(1.02); }
    90%  { transform: rotate(-1deg) skewX(-1deg) scale(0.98); }
    100% { transform: rotate(0deg) skewX(0deg) scale(1); }
  }
main #top_section1 .movie_box{
	aspect-ratio: 1.6 / 0.9;
	position: relative;
	overflow: hidden;
	border-radius: 0 50px 50px 0;
}
main #top_section1 .movie_box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

main #top_section2{
	position: relative;
	z-index: 4;
}
main #top_section2 .imgbox{
	overflow: hidden;
}
main #top_section2 .swiper-slide{
	opacity: 1;
	aspect-ratio: 1 / 0.8;
	border-radius: 60px;
}
main #top_section2 .swiper-wrapper{
	transition-timing-function: linear;
}
main #top_section3 .boxwrap{
	position: relative;
}
main #top_section3 .boxwrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 20%;
	transform: translateX(50%);
	width: 5px;
	height: 90%;
	background-color: #004099;
}
main #top_section3 .boxwrap .box{
	position: relative;
	z-index: 3;
}
main #top_section3 .boxwrap .box:not(:last-of-type){
	margin-bottom: 50px;
}
main #top_section3 .boxwrap .box figure{
	padding: 5%;
    background-color: #fff;
}

main #top_section4 .box_wrap .box{
	border: 2px solid #004099;
    border-radius: 12px;
}
main #top_section4 .box_wrap .box:not(:last-of-type){
    margin-bottom: 30px;
}
main #top_section4 .box_wrap .box .item{
	gap: 20px;
    padding-left: 20px;
}
main #top_section4 .box_wrap .box .a_box > div{
    gap: 20px;
}
main #top_section4 .box_wrap .box .icon{
	line-height: 0;
	text-align: center;
	width: 40px;
	aspect-ratio: 1 / 1;
    border-radius: 50%;
}
main #top_section4 .box_wrap .box .icon p{
    transform: translateY(-2px);
}
main #top_section4 .box_wrap .box .q_box h3,main #top_section4 .box_wrap .box .a_box > div > .txtbox{
	width: calc(100% - 60px);
}
main #top_section4 .box_wrap .box .q_box{
	position: relative;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-right: 50px;
	cursor: pointer;
}
main #top_section4 .box_wrap .box .q_box .icon{
    background-color: #004099;
    color: #fff;
}
main #top_section4 .box_wrap .box .q_box .open_icon{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}
main #top_section4 .box_wrap .box .q_box .open_icon::before,main #top_section4 .box_wrap .box .q_box .open_icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #004099;
	transition: ease 0.4s;
}
main #top_section4 .box_wrap .box .q_box.on .open_icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
main #top_section4 .box_wrap .box .q_box .open_icon::before{
	width: 100%;
	height: 2px;
}
main #top_section4 .box_wrap .box .q_box .open_icon::after{
	width: 2px;
	height: 100%;
}
main #top_section4 .box_wrap .box .a_box{
	padding-bottom: 20px;
    padding-right: 20px;
}
main #top_section4 .box_wrap .box .a_box{
	display: none;
}
main #top_section4 .box_wrap .box .a_box .icon{
    background-color: #E6F9FF;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

@media (orientation: portrait){
	main #mv_section{
		position: relative;
		z-index: 1;
		width: 100%;
		height: 120vh;
		box-sizing: border-box;
		min-height: 800px;
		padding-bottom: 20vh;
		margin-bottom: -20vh;
	}
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
	header.header2 .head_nav ul li{
		padding: 10px 20px;
	}
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	header.header2 .logo p{
		font-size: clamp(14px, 1vw, 18px);
		padding: 10px;
	}
	header.header2 .head_nav{
		padding: 10px;
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	header.header2{display: none;}
	#header{
		transform: translateY(0)!important;
	}
	main #top_section1 .movie_box{
		border-radius: 50px;
	}
	main #top_section1 .txtbox{
		margin-left: 30%;
		padding-top: 50px;
	}
	main #top_section2 .txtbox{
		margin-right: 30%;
		padding-top: 50px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	main #mv_section .item1{
		height: 80%;
	}
	main #top_section1 .txtbox{
		margin-left: auto;
	}
	main #top_section2 .txtbox{
		margin-right: auto;
	}
	main #top_section1 .movie_box,main #top_section2 .swiper-slide{
		border-radius: 40px;
	}
	main #top_section3 .boxwrap .box figure{
		padding: 3%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	main #mv_section{
		height: 80vh;
		padding-bottom: 0;
		margin-bottom: 0;
		min-height: 100%;
		padding-top: 10%;
	}
	main #mv_section .contents{
		width: 100%;
		padding: 0 20px;
	}
	main #mv_section .txt_item2{
		padding: 0;
	}
	main #mv_section .contents .bt_section a{
		padding: 30px 0;
		min-width: 100px;
	}
	main #mv_section .contents .bt_section{
		gap: 10px;
	}
	main #mv_section .contents .bt_section a .icon{
		width: 30px;
	}
	main #mv_section .contents .bt_section a i{font-size: 12px;}
	main #mv_section .item1{
		height: 50%;
	}
	main #mv_section .item2{
		width: 30%;
		right: 10%;
	}
	main #mv_section .item3{
		width: 100%;
		top: 50%;
	}
	main #top_section1{
		padding-left: 20px;
		padding-right: 20px;
	}
	main #top_section1 .movie_box,main #top_section2 .swiper-slide{
		border-radius: 25px;
	}
	main #top_section1 .txtbox{
		padding: 0;
		padding-top: 30px;
	}
	main #top_section2 .txtbox{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
	}
	
	main #top_section3 .boxwrap .box {
		padding-bottom: 20px;
    	background-color: #fff;
	}
    main #top_section3 .boxwrap .box figure{
        border-width: 3px;
    }
    main #top_section3 .boxwrap::after{
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
    }
    main #top_section4 .box_wrap .box:not(:last-of-type){
        margin-bottom: 20px;
    }
    main #top_section4 .box_wrap .box .item{
        padding-left: 10px;
    }
    main #top_section4 .box_wrap .box .q_box .open_icon{
        width: 15px;
        height: 15px;
        right: 15px;
    }
    main #top_section4 .box_wrap .box .q_box{
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 30px;
        cursor: pointer;
    }
    main #top_section4 .box_wrap .box .icon{
        width: 36px;
    }
    main #top_section4 .box_wrap .box .icon p{
        transform: translateY(-1px);
    }
    main #top_section4 .box_wrap .box .item{
        gap: 10px;
    }
    main #top_section4 .box_wrap .box .a_box > div{
        gap: 10px;
    }
    main #top_section4 .box_wrap .box .q_box h3,main #top_section4 .box_wrap .box .a_box > div > .txtbox{
        width: calc(100% - 46px);
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

