@charset "UTF-8";

/*
Theme Name: suniii_original
Version: 0.0.0
*/

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}

.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}

.fl {float: left;}
.fr {float: right;}
.bold {font-weight: bold;}


/* =all
-------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	color: #231815;
	background: #fff;
	letter-spacing: 0.09em;
	font-style: normal;
}
.popfont {
	font-family: "Poppins";
	font-weight: 600;
}
.minc_font p{
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
}

.georgia {
	font-family: "Georgia";
}
a {
	color: #50577c;
	text-decoration: none;
}
a ,a img, a svg, input[type="submit"], input[type="reset"] {
	-webkit-transition: color .15s ease-out , opacity .15s ease-out, background-color .15s ease-out , fill .15s ease-out;
	transition: color .15s ease-out , opacity .15s ease-out, background-color .15s ease-out , fill .15s ease-out;
	opacity: 1;
}
img , svg {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}
@media ( min-width: 768px) {
	a:hover {
		text-decoration: underline;
	}
	.sp {
		display: none;
	}
	.inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 30px;
	}
}
@media ( min-width: 768px ) and ( max-width: 960px ){
}
@media ( max-width: 767px) {
	.pc {
		display: none;
	}
	.inner {
		padding: 0 25px;
	}
}

video {
  background-color: #ffffff; /* Safariと合わせる */
}

/* = common
-------------------------------------------------------------- */
#header {
	position: relative;
}
#header .log {
	position: absolute;
}
#header #nav_box {
	position: absolute;
	text-align: right;
	z-index: 999;
}
#lead_sec .lead_text p {
	font-weight: 400;
	line-height: 1.5;
}
#lead_sec .catch {
	font-weight: 500;
}
#lead_sec .log_area {
	margin: 0 auto;
}
.sec_box {
	text-align: left;
}
.sec_box .coomon_tit {
	color: #002C69;
}
.sec_box .coomon_tit:before {
	content: '[';
}
.sec_box .coomon_tit:after {
	content: ']';
}
@media ( min-width: 768px) {
	#header .log {
		width: 240px;
		left: 95px;
		top: 40px;
	}
	#header #nav_box {
		right: 95px;
		top:40px;
		background: none;
	}
	#header #nav_box ul li {
		font-size: 18px;
		margin: 14px 0;
	}
	#header #nav_box ul li a:hover {
		text-decoration: none;
		opacity: 0.8;
	}
	.main_kv {
		padding: 130px 0 265px;
	}
	.main_kv .kvlog {
		width: 560px;
	}
	.main_kv video {
		width: 50%;
		max-width: 1440px;
	}
	#lead_sec {
		margin: 0 0 100px;
	}
	#lead_sec .lead_text {
		margin: 0 0 60px;
	}
	#lead_sec .lead_text p {
		font-size: 24px;
		margin: 0 0 35px;
	}
	#lead_sec .catch {
		margin: 30px 0 20px;
		font-size: 36px;
	}
	#lead_sec .log_area {
		max-width: 90px;
	}
	.sec_box .coomon_tit {
		font-size: 26px;
		margin: 0 0 30px;
	}
}
@media ( min-width: 768px ) and ( max-width: 960px ){
	#header .log {
		width: 170px;
		left: 50px;
		top: 40px;
	}
	#header #nav_box {
		right: 10px;
		top: 60px;
		background: none;
	}
	.main_kv {
		padding: 200px 0;
	}
	.main_kv .kvlog {
		width: 250px;
	}
	#lead_sec .lead_text p {
		font-size: 18px;
	}
	#lead_sec .catch {
		font-size: 30px;
	}
}
@media ( max-width: 767px) {
	#header .log {
		width: 100px;
		left: 28px;
		top: 28px;
	}
	#header #nav_box {
		right: 12px;
		top: 58px;
		background: none;
	}
	#header #nav_box ul li {
		font-size: 15px;
		margin: 14px 0;
		letter-spacing: 0.05em;
	}
	.main_kv {
		padding: 90px 0 110px;
	}
	.main_kv .kvlog {
		width: 125px;
	}
	.main_kv video {
		width: 52%;
	}
	#lead_sec {
		margin: 0 0 70px;
	}
	#lead_sec .lead_text {
		margin: 0 0 35px;
	}
	#lead_sec .lead_text p {
		font-size: 11px;
		margin: 0 0 20px;
		letter-spacing: 0.05em;
	}
	#lead_sec .catch {
		margin: 22px 0 20px;
		font-size: 18px;
	}
	#lead_sec .log_area {
		max-width: 50px;
	}
	.sec_box .coomon_tit {
		font-size: 13px;
		margin: 0 0 20px;
	}
}

#works_sec {
	position: relative;
}
#works_sec .view_block.hide {
	display: none;
}
#works_sec .works_list_box .item {
	float: left;
	cursor: pointer;
}
#works_sec .works_list_box .item:hover {
	opacity: 0.8;
}
#works_sec .view_btn {
	background: #FF8900;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
	border: none;
}
#works_sec .view_btn span {
	position: relative;
}
#works_sec .view_btn span:before,
#works_sec .view_btn span:after {
	content: '';
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#works_sec .view_btn span:after {
	transform: rotate(90deg); 
}
#works_sec .popup_box {
	display: none;
	position: fixed;
	z-index: 9999;	
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	box-sizing: border-box;
}
#works_sec .popup_box .cover_box .txt {
	line-height: 1.8;
	color: #50577c;
}
#works_sec .popup_box .close_btn {
	cursor: pointer;
	position: absolute;
}
#works_sec .popup_box .close_btn:before,
#works_sec .popup_box .close_btn:after {
	content: '';
	background: #50577c;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
#works_sec .popup_box .close_btn:before {
	transform: rotate(45deg); 
}
#works_sec .popup_box .close_btn:after {
	transform: rotate(-45deg); 
}
@media ( min-width: 768px) {
	#works_sec {
		margin: 0 0 260px;
	}
	#works_sec .view_btn {
		width: 340px;
		padding: 20px 15px;
		border-radius: 0 0 40px 40px;
		font-size: 22px;
	}
	#works_sec .view_btn:hover {
		opacity: 0.8;
	}
	#works_sec .view_btn span {
		padding: 0 1.6em 0 1em;
	}
	#works_sec .view_btn span:before,
	#works_sec .view_btn span:after {
		width: 24px;
		height: 3px;
	}
	#works_sec .popup_box {
		max-width: 94%;
		width: 1000px;
		padding: 34px;
		top: 20%;
	}
	#works_sec .popup_box .cover_box {
		display: table;
		width: 100%;
	}
	#works_sec .popup_box .cover_box .img,
	#works_sec .popup_box .cover_box .txt {
		display: table-cell;
		vertical-align: middle;
	}
	#works_sec .popup_box .cover_box .img {
		width: 62%;
	}
	#works_sec .popup_box .cover_box .txt {
		padding: 0 0 0 60px;
		font-size: 18px;
	}
	#works_sec .popup_box .close_btn {
		width: 36px;
		height: 36px;
		right: 25px;
		top: 25px;
	}
	#works_sec .popup_box .close_btn:before,
	#works_sec .popup_box .close_btn:after {
		width: 36px;
		height: 1px;
	}
	#works_sec .works_list_box .item {
		width: 33.3%;
	}
}
@media ( min-width: 768px ) and ( max-width: 960px ){
}
@media ( max-width: 767px) {
	#works_sec {
		margin: 0 0 50px;
	}
	#works_sec .view_btn {
		width: 180px;
		padding: 12px 13px;
		border-radius: 0 0 25px 25px;
		font-size: 11px;
	}
	#works_sec .view_btn span {
		padding: 0 2em 0 1em;
	}
	#works_sec .view_btn span:before,
	#works_sec .view_btn span:after {
		width: 12px;
		height: 1px;
	}
	#works_sec .popup_box {
		width: 94%;
		padding: 20px;
		top: 18%;
	}
	#works_sec .popup_box .cover_box .img {
		margin: 0 0 20px;
	}
	#works_sec .popup_box .cover_box .txt {
		font-size: 14px;
	}
	#works_sec .popup_box .close_btn {
		width: 32px;
		height: 32px;
		right: 8px;
		top: 8px;
	}
	#works_sec .popup_box .close_btn:before,
	#works_sec .popup_box .close_btn:after {
		width: 32px;
		height: 1px;
	}
	#works_sec .works_list_box .item {
		width: 50%;
	}
}

#member_sec {
	width: 100%;
	overflow: hidden;
}
#member_sec .po_cover {
	position: relative;
}
#member_sec .swiper_wrap .swiper-container {
	overflow: unset;
}
#member_sec .swiper_wrap .swiper-button-next {
  background-image: url("img/togglearrow_right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#member_sec .swiper_wrap .swiper-button-prev {
  background-image: url("img/togglearrow_left.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

#member_sec .swiper_wrap .swiper-button-next:after,
#member_sec .swiper_wrap .swiper-button-prev:after {
	display: none;
}
@media ( min-width: 768px ) and ( max-width: 1199px ){
	#member_sec .swiper_wrap .swiper-button-next {
		right: -90px;
	}
	#member_sec .swiper_wrap .swiper-button-prev {
		left: -90px;
	}
}
@media ( min-width: 1200px ) {
	#member_sec .swiper_wrap .swiper-button-next {
		right: -125px;
	}
	#member_sec .swiper_wrap .swiper-button-prev {
		left: -125px;
	}
}
#member_sec .swiper_wrap .swiper-pagenation {
	position: absolute;
	text-align: right;
	right: 0;
	left: auto;
	top: 0;
}
#member_sec .swiper_wrap .swiper-pagination-bullet {
	border-radius: 0;
	background: #002C69;
	opacity: 1;
}
#member_sec .swiper_wrap .swiper-pagination-bullet-active {
	background: #FF8900;
}
#member_sec .swiper_wrap .s_item {
	color: #002C69;
}
#member_sec .swiper_wrap .s_item .image_box {
	overflow: hidden;
}
#member_sec .swiper_wrap .s_item .title_position {
	text-align: center;
	line-height: 1.5;
}
#member_sec .swiper_wrap .s_item .title_position .spl {
	font-weight: 400;
}
#member_sec .swiper_wrap .s_item .right_area .profile {
	line-height: 1.8;
	letter-spacing: 0.3em;
	border-bottom: 2px solid #002C69;
}
#member_sec .swiper_wrap .s_item .right_area .career dl {
	line-height: 1.6;
}
@media ( min-width: 768px) {
	#member_sec {
		margin: 0 0 180px;
	}
	#member_sec .po_cover {
		width: 930px;
		max-width: 74%;
		margin: 0 auto;
	}
	#member_sec .swiper_wrap .s_item .left_area {
		float: left;
		width: 28%;
	}
	#member_sec .swiper_wrap .s_item .right_area {
		float: right;
		width: 66%;
	}
	#member_sec .swiper_wrap .swiper-button-next,
	#member_sec .swiper_wrap .swiper-button-prev {
		width: 64px;
		height: 64px;
	}
	#member_sec .swiper_wrap .swiper-button-next:hover,
	#member_sec .swiper_wrap .swiper-button-prev:hover {
		opacity: 0.8;
	}
	#member_sec .swiper_wrap .swiper-pagination-bullet {
		width: 5px;
		height: 25px;
		margin: 0 10px;
	}
	#member_sec .swiper_wrap .swiper-pagenation {
		width: 110px;
		height: 40px;
	}
	#member_sec .swiper_wrap .s_item .title_position .degree {
		font-size: 20px;
		margin: 0 0 2px;
	}
	#member_sec .swiper_wrap .s_item .title_position .name {
		font-size: 30px;
		margin: 0 0 6px;
	}
	#member_sec .swiper_wrap .s_item .title_position .spl {
		font-size: 16px;
	}
	#member_sec .swiper_wrap .s_item .right_area .profile {
		font-size: 18px;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	#member_sec .swiper_wrap .s_item .right_area .career dl {
		margin: 0 0 14px;
		font-size: 16px;
	}
	#member_sec .swiper_wrap .s_item .right_area .career dl {
		display: table;
	}
	#member_sec .swiper_wrap .s_item .right_area .career dl dt,
	#member_sec .swiper_wrap .s_item .right_area .career dl dd {
		display: table-cell;
		vertical-align: top;
	}
	#member_sec .swiper_wrap .s_item .right_area .career dl dt {
		width: 105px;
	}
	#member_sec .swiper_wrap .s_item .right_area .career dl dd {
		padding: 0 0 0 20px;
	}
	#member_sec .swiper_wrap .s_item {
		margin: 20px 0 0;
	}
	#member_sec .swiper_wrap .s_item .image_box {
		border-radius: 20px;
		margin: 0 0 25px;
	}
}
@media ( min-width: 768px ) and ( max-width: 960px ){
}
@media ( max-width: 767px) {
	#member_sec {
		margin: 0 0 40px;
	}
	#member_sec .po_cover {
		padding: 0 18px;
	}
	#member_sec .swiper_wrap .swiper-button-next,
	#member_sec .swiper_wrap .swiper-button-prev {
		width: 8vw;
		height: 8vw;
		top: 42vw;
		bottom: auto;
	}
	#member_sec .swiper_wrap .swiper-button-next {
		right: 10%;
	}
	#member_sec .swiper_wrap .swiper-button-prev {
		left: 10%;
	}
	#member_sec .swiper_wrap .swiper-pagenation {
		width: 90px;
		height: 25px;
	}
	#member_sec .swiper_wrap .s_item .left_area {
		margin: 0 0 20px;
	}
	#member_sec .swiper_wrap .swiper-pagination-bullet {
		width: 3px;
		height: 15px;
		margin: 0 8px;
	}
	#member_sec .swiper_wrap .s_item {
		margin: 20px 0 0;
	}
	#member_sec .swiper_wrap .s_item .image_box {
		max-width: 45%;
		margin: 0 auto 18px;
		border-radius: 20px;
	}
	#member_sec .swiper_wrap .s_item .title_position .degree {
		font-size: 13px;
		margin: 0 0 2px;
	}
	#member_sec .swiper_wrap .s_item .title_position .name {
		font-size: 19px;
		margin: 0 0 6px;
	}
	#member_sec .swiper_wrap .s_item .title_position .spl {
		font-size: 11px;
	}
	#member_sec .swiper_wrap .s_item .right_area .profile {
		font-size: 13px;
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
	#member_sec .swiper_wrap .s_item .right_area .career dl {
		margin: 0 0 12px;
		font-size: 12px;
	}
	#member_sec .swiper_wrap .s_item {
		margin: 20px 0 0;
	}
	#member_sec .swiper_wrap .s_item .image_box {
		border-radius: 20px;
		margin: 0 auto 25px;
	}
}

.bl_bg {
	background: #F5F8F8;
}
#company_sec .box_area dl {
	color: #002C69;
	line-height: 1.5;
}
#company_sec .box_area dl dd ul li {
	padding: 0 0 0 1.2em;
	position: relative;
}
#company_sec .box_area dl dd ul li:before {
	content: '';
	background: #002C69;
	border-radius: 100%;
	position: absolute;
	left: 0;
}
#partner_sec .through_box .name_box {
	position: relative;
}
#partner_sec .through_box .name_box span {
	color: #002C69;
	line-height: 1.5;
	position: relative;
	font-weight: 500;
}
#partner_sec .through_box .name_box span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #002C69;
}
#partner_sec .through_box .slide_boxs {
	overflow: hidden;
}
@media ( min-width: 768px) {
	.bl_bg {
		padding: 130px 0;
	}
	#company_sec {
		margin: 0 0 40px;
	}
	#company_sec .coomon_tit {
		float: left;
	}
	#company_sec .box_area {
		overflow: hidden;
		padding: 0 0 0 90px;
	}
	#company_sec .box_area dl {
		font-size: 18px;
		display: table;
		margin: 0 0 18px;
	}
	#company_sec .box_area dl dt,
	#company_sec .box_area dl dd {
		display: table-cell;
		vertical-align: top;
	}
	#company_sec .box_area dl dt {
		width: 125px;
	}
	#company_sec .box_area dl dd ul li {
		margin: 3px 0;
	}
	#company_sec .box_area dl dd ul li:before {
		width: 12px;
		height: 12px;
		top: 0.45em;
	}
	#partner_sec .through_box {
		margin: 0 0 18px;
	}
	#partner_sec .through_box .name_box {
		float: left;
		width: 190px;
		display: grid;
		place-items: center left;
		height: 180px;
	}
	#partner_sec .through_box .name_box span {
		font-size: 20px;
		padding: 0 0 10px;
	}
	#partner_sec .through_box .name_box span:after {
		width: 32px;
		height: 2px;
	}
	#partner_sec .through_box .slide_boxs {
		float: left;
		width: calc(100% - 190px);
	}
}
@media ( min-width: 768px ) and ( max-width: 960px ){
}
@media ( max-width: 767px) {
	.bl_bg {
		padding: 80px 0;
	}
	#company_sec {
		margin: 0 0 35px;
	}
	#company_sec .box_area dl {
		font-size: 11px;
		margin: 0 0 20px;
	}
	#company_sec .box_area dl dt {
	}
	#company_sec .box_area dl dd ul li {
		margin: 3px 0;
	}
	#company_sec .box_area dl dd ul li:before {
		width: 7px;
		height: 7px;
		top: 0.4em;
	}
	#partner_sec .through_box {
		margin: 0 0 18px;
	}
	#partner_sec .through_box .name_box {
	}
	#partner_sec .through_box .name_box span {
		font-size: 11px;
		padding: 0 0 10px;
		display: block;
		margin: 0 0 14px;
	}
	#partner_sec .through_box .name_box span:after {
		width: 16px;
		height: 1px;
	}
	#partner_sec .through_box .slide_boxs {
		margin: 0 -25px 0 0;
	}
}

#contact_sec .co_cover .hd .min {
	color: #002C69;
}
#contact_sec .form_box dl dt {
	color: #002C69;
}
#contact_sec .form_box dl dd input[type="text"],
#contact_sec .form_box dl dd input[type="email"],
#contact_sec .form_box dl dd input[type="tel"],
#contact_sec .form_box dl dd select,
#contact_sec .form_box dl dd textarea {
	border: 1px solid #002C69;
	box-sizing: border-box;
	outline: none;
}
#contact_sec .form_box dl dt .req {
	background: #FF8900;
	color: #fff;
	line-height: 1.2;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
}
#contact_sec .privacy_box {
	color: #002C69;
}
#contact_sec .privacy_box .scroll_box {
	overflow-x: scroll;
	line-height: 1.5;
}
#contact_sec .btn_area {
	text-align: center;
}
#contact_sec .btn_area input[type="submit"] {
	background: #002C69;
	color: #fff;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
}
#contact_sec .btn_area input[type="submit"]:hover {
	opacity: 0.8;
}

.wpcf7-submit[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none; /* 念のため */
}

.wpcf7-submit:not([disabled]) {
  cursor: pointer;
  opacity: 1;
}

.copy {
	color: #002C69;
}
@media ( min-width: 768px) {
	#contact_sec {
		padding: 150px 0;
	}
	#contact_sec .co_cover {
		max-width: 920px;
		margin: 0 auto;
		padding: 0 20px;
	}
	#contact_sec .co_cover .hd .coomon_tit {
		float: left;
	}
	#contact_sec .co_cover .hd .min {
		float: left;
		padding: 0.8em 0 0 120px;
		font-size: 16px;
	}
	#contact_sec .form_box dl {
		display: table;
		width: 100%;
		margin: 0 0 25px;
	}
	#contact_sec .form_box dl dt {
		width: 265px;
		font-size: 18px;
		padding: 10px 18px 10px 0;
	}
	#contact_sec .form_box dl dt,
	#contact_sec .form_box dl dd {
		display: table-cell;
		vertical-align: middle;
	}
	#contact_sec .form_box dl dd input[type="text"],
	#contact_sec .form_box dl dd input[type="email"],
	#contact_sec .form_box dl dd input[type="tel"],
	#contact_sec .form_box dl dd select,
	#contact_sec .form_box dl dd textarea {
		padding: 10px 15px;
		width: 100%;
		border-radius: 10px;
		height: 70px;
	}
	#contact_sec .form_box dl dd textarea {
		height: 160px;
	}
	#contact_sec .privacy_box {
		margin: 82px 0 45px;
	}
	#contact_sec .form_box dl dt .req {
		width: 60px;
		font-size: 15px;
		padding: 4px;
		float: right;
	}
	#contact_sec .privacy_box .scroll_box {
		padding: 30px 40px 30px 0;
		margin: 15px 0 0;
		max-height: 120px;
		font-size: 16px;
	}
	#contact_sec .btn_area input[type="submit"] {
		border-radius: 34px;
		width: 226px;
		padding: 18px;
	}
	.copy {
		border-top: 2px solid #002C69;
		font-size: 18px;
		padding: 30px 0;
	}
}
@media ( min-width: 768px ) and ( max-width: 960px ){
}
@media ( max-width: 767px) {
	#contact_sec {
		padding: 50px 0;
	}
	#contact_sec .co_cover {
		padding: 0 25px;
	}
	#contact_sec .co_cover .hd .coomon_tit {
		margin: 0 0 18px;
	}
	#contact_sec .co_cover .hd .min {
		font-size: 11px;
	}
	#contact_sec .form_box {
		margin: 25px 0 0;
	}
	#contact_sec .form_box dl {
		margin: 0 0 20px;
	}
	#contact_sec .form_box dl dt {
		font-size: 11px;
		margin: 0 0 12px;
	}
	#contact_sec .form_box dl dd input[type="text"],
	#contact_sec .form_box dl dd input[type="email"],
	#contact_sec .form_box dl dd input[type="tel"],
	#contact_sec .form_box dl dd select,
	#contact_sec .form_box dl dd textarea {
		padding: 8px;
		width: 100%;
		border-radius: 6px;
		height: 40px;
	}
	#contact_sec .form_box dl dd textarea {
		height: 160px;
	}
	#contact_sec .privacy_box {
		margin: 32px 0;
	}
	#contact_sec .form_box dl dt .req {
		width: 32px;
		font-size: 9px;
		padding: 3px;
		margin: 0 0 0 10px;
	}
	#contact_sec .privacy_box label {
		font-size: 12px;
	}
	#contact_sec .privacy_box .scroll_box {
		margin: 15px 0 0;
		max-height: 65px;
		font-size: 10px;
	}
	#contact_sec .btn_area input[type="submit"] {
		font-size: 11px;
		border-radius: 34px;
		width: 100%;
		padding: 12px;
	}
	.copy {
		border-top: 1px solid #002C69;
		font-size: 10px;
		padding: 15px 0;
	}
}

.wpcf7 form.sent .wpcf7-response-output {
	background: rgb(255 137 0 / 10%);
	border: 0;
	padding: 40px;
	border-radius: 20px;
	text-align: center;
}

textarea {
  resize: vertical; /* 上下のみサイズ変更可 */
}

.gmap{ position: relative;}
.gmap a{
	height: 2em;
	width: 2em;
	display: block;
	position: absolute;
	background: url(./img/gmap.png) center center;
	background-size: contain;
	right: 0;
	top:-0.25em;
}

@media ( max-width: 767px) {
	.gmap{ display: inline-block;}
	.gmap a{
		right: -1em;
	}
}





/* style.css */
a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}


main {
  background-color: #f1f1f1;
  height: 800px;
  display: flex;
}


.main {
  margin: auto;
}

.footer {
  background-color: #f6f6f6;
  height: 200px;
  display: flex;
}

.footer div {
  margin: auto;
}


/* ヘッダー */
.header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header__title {
  width: 80px;
}


@media screen and (min-width: 960px) {
  .header__title {
	width: 120px;
  }
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .header__nav {
	position: static;
	transform: initial;
	background-color: inherit;
	height: inherit;
	display: flex;
	justify-content: end;
  }
}


@media screen and (min-width: 960px) {
  .nav__items {
	width: 100%;
	display: flex;
	align-items: center;
	height: initial;
	justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}


@media screen and (min-width: 960px) {
  .nav-items {
	padding-top: inherit;
	padding-bottom: inherit;
	position: inherit;
	top: 0;
	left: 0;
	transform: translate(0, 0);
  }
}

.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
	margin-bottom: 0;
  }
}

@media screen and (max-width: 961px) {

/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 48px;
  right: 15px;
  top: 24px;
  position: fixed;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
} 

  #header #nav_box{ position: fixed; }
  #header #nav_box nav{ padding-right: 15px;}
}

@media screen and (max-width: 768px) {

	/* ハンバーガーメニュー */
	.header__hamburger {
	top: 10px;
	}
}

@media screen and (min-width: 960px) {
  .hamburger {
	display: none;
  }
}


/** 250630 修正分 **/
.through_box.second {
  display: flex;
  align-items: top; /* 縦方向中央揃え */
}

.through_box.second .name_box {
  margin: 0 20px 0 0; /* ロゴとの間にスペース */
}

.flex_box {
  display: flex;
  align-items: center; /* 縦方向中央揃え */
}

.flex_box .name_box {
  margin: 0 20px 0 0; /* ロゴとの間にスペース */
}


/* PC用レイアウト：6列 × 自動行 */
.through_box.second .logo_box {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 横6列 */
  gap: 20px; /* 行・列の隙間 */
  width: calc(100% - 90px);
}

.through_box.second .logo_box span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.through_box.second .logo_box span img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* モバイル対応：4列 × 自動行 */
@media screen and (max-width: 768px) {
  .through_box.second {
	display: block;
  }

  .through_box.second .logo_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 横4列 */
	gap: 15px;
	width: 100%;
  }

  .through_box.second .logo_box span {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
  }
}



select {
  appearance: none; /* デフォルトの矢印を消す（必要に応じて） */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'12'%20height%3D'12'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M2%204l4%204%204-4'%20stroke%3D'%23000'%20fill%3D'none'%20stroke-width%3D'2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center; /* ←ここで左に寄せる（数字を大きくすると左へ） */
  background-size: 16px 16px; /* ←ここで矢印を大きくする */
  background-color: white;
  color: black;
  padding-right: 30px; /* テキストと矢印が重ならないように右パディング */
}



.marquee {
  overflow: hidden;
  width: calc(100% - 90px);
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

.marquee__item {
  flex-shrink: 0;
  width: 300px;
  margin-right: 20px;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
}

@keyframes scroll-left {
  from {
	transform: translateX(0);
  }
  to {
	transform: translateX(-50%);
  }
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
	.marquee {
		overflow: hidden;
		width: 100%;
	}
	
	.marquee__item {
		flex-shrink: 0;
		width: 20vw;
		margin-right: 10px;
		text-align: center;
		line-height: 100px;
		font-size: 24px;
	}
}

.no-works{
	background: #EDEEEF;
	text-align: center;
	padding: 35vh 0;
	color: #002C69;
	font-weight: 700;
	font-size: 150%;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
	.no-works{
		padding: 15vh 0;
	}
}



.privacy_box p:first-child {
	text-align: left!important;
}

.privacy-policy {
  font-family: sans-serif;
  line-height: 1.8;
  padding: 40px 20px;
  max-width: 800px;
  margin: auto;
  background-color: #fdfdfd;
  text-align: left;
}

.privacy-policy h1 {
  margin-bottom: 1em;
  text-align: center;
}
.privacy-policy h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  border-left: 5px solid #666;
  padding-left: 10px;
}
.privacy-policy ul {
  padding-left: 20px;
}
.privacy-policy li {
  margin-bottom: 0.5em;
}
.privacy-policy .contact {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
}
@media (max-width: 600px) {
  .privacy-policy {
	padding: 20px 10px;
  }
}



/* SVGを消す（後の方に書く） */
.swiper-button-next > svg,
.swiper-button-prev > svg {
  display: none !important;
}
