/*
Theme Name: migratio Child
Theme URI: https://example.com/migratio-child
Description: 子テーマ - migratio 親テーマ用
Author: migratio
Author URI: https://migratio.net
Template: migratio
Version: 1.0
Text Domain: migratio-child
*/

@import url("../migratio/style.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* グラデーション背景例 */
/* :root */
:root {
  --main-color:linear-gradient(90deg, #488DC2, #F6A386);
  --sub-color: #f1f2f3;
  --orange: #E27048;
  --radius: 4px;
}


/* reCAPTCHAバッジを最前面に表示 */
.grecaptcha-badge {
  z-index: 9999 !important;
  pointer-events: auto !important;
}

html{
  scroll-behavior: smooth;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	line-height:200%;
  letter-spacing: 1px;
	font-weight:300;
	color:#000;
}

img{
width:100%;
}
/*container*/
.container_980{
max-width: 980px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  box-sizing: border-box;
  z-index: 2000;
}
.container_1100{
max-width: 1100px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  box-sizing: border-box;
  z-index: 2000;
}
.container_1400{
max-width: 1400px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  box-sizing: border-box;
  z-index: 2000;
}

.w_20{width: 20%;}
.w_25{width: 25%;}
.w_25_2{width: 20%; margin-right:10%;}
.w_25_2:last-child{margin:0;}
.w_30,.w_30_767,.w_30_768{
	width:30%;
	margin-right:5%;
}
.w_30:last-child,.w_30_767:last-child,.w_30_768:last-child{
	margin-right:0;
}

.w_33,.w_33_767{
	width: 33.3%;
	margin: 0;
	vertical-align: top;
}
.w_40{width: 38%; margin: 0 1%;}
.w_50_l,.w_50_r{width:50%;}
.w_50_l{margin-right:0%;}
.w_50_r{margin-left:2.5%;}
.w_60{width: 58%; margin: 0 1%;}
.w_75{width: 75%;}
.w_80{width: 80%;}

/* Margin-Top & Padding-Top */
.u-mt-00 { margin-top: 0px  } .u-pt-00 { padding-top: 0px }
.u-mt-04 { margin-top: 4px; } .u-pt-05 { padding-top: 4px; }
.u-mt-05 { margin-top: 5px; } .u-pt-05 { padding-top: 5px; }
.u-mt-06 { margin-top: 6px; } .u-pt-06 { padding-top: 6px; }
.u-mt-07 { margin-top: 7px; } .u-pt-07 { padding-top: 7px; }
.u-mt-08 { margin-top: 8px; } .u-pt-08 { padding-top: 8px; }
.u-mt-09 { margin-top: 9px; } .u-pt-09 { padding-top: 9px; }
.u-mt-10 { margin-top: 10px; } .u-pt-10 { padding-top: 10px; }
.u-mt-15 { margin-top: 15px; } .u-pt-15 { padding-top: 15px; }
.u-mt-20 { margin-top: 20px; } .u-pt-20 { padding-top: 20px; }
.u-mt-25 { margin-top: 25px; } .u-pt-25 { padding-top: 25px; }
.u-mt-30 { margin-top: 30px; } .u-pt-30 { padding-top: 30px; }
.u-mt-35 { margin-top: 35px; } .u-pt-35 { padding-top: 35px; }
.u-mt-40 { margin-top: 40px; } .u-pt-40 { padding-top: 40px; }
.u-mt-45 { margin-top: 45px; } .u-pt-45 { padding-top: 45px; }
.u-mt-50 { margin-top: 50px; } .u-pt-50 { padding-top: 50px; }
.u-mt-55 { margin-top: 55px; } .u-pt-55 { padding-top: 55px; }
.u-mt-60 { margin-top: 60px; } .u-pt-60 { padding-top: 60px; }
.u-mt-65 { margin-top: 65px; } .u-pt-65 { padding-top: 65px; }
.u-mt-70 { margin-top: 70px; } .u-pt-70 { padding-top: 70px; }
.u-mt-75 { margin-top: 75px; } .u-pt-75 { padding-top: 75px; }
.u-mt-80 { margin-top: 80px; } .u-pt-80 { padding-top: 80px; }
.u-mt-85 { margin-top: 85px; } .u-pt-85 { padding-top: 85px; }
.u-mt-90 { margin-top: 90px; } .u-pt-90 { padding-top: 90px; }
.u-mt-95 { margin-top: 95px; } .u-pt-95 { padding-top: 95px; }
.u-mt-100{ margin-top:100px; } .u-pt-100{ padding-top:100px; }
.u-mt-110{ margin-top:110px; } .u-pt-110{ padding-top:110px; }
.u-mt-120{ margin-top:120px; } .u-pt-120{ padding-top:120px; }

.u-pt-200{ padding-top:200px; }
.u-pt-250{ padding-top:250px; }

/*z-index*/
.z-10{
	z-index:10;
}

/*position-layout*/

.text-left{
text-align:left;
}
.pos_rel{
position:relative;
}
.f_right{
float:right;
}
.f_left{
float:left;
}
.clear{
clear:both;
}
.text-center{
margin:auto;
text-align:center;
}
.text-right{
text-align:right;
}

/*dispaly*/
.dis_inline_pc,.dis_inline{display:inline-block;}
.dis_flex_pc,.dis_flex,.dis_flex_767,.dis_flex_768,.dis_flex_1024,.dis_flex_1023{display:flex;}

/*Headline*/
.top-recruit h2{
  margin: 18px 0px 55px;
}
.top-recruit h2 span{
text-align:left;
}

h2{
	background:var(--main-color);	
	font-size: 80px;
  position: relative;
  margin: 70px 0px 70px;
  text-align: center;
  font-weight: 300;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  line-height: 130%;
	  font-family:'Montserrat';
	display: inline-block;
}

h2 span{
display:block;
font-size:16px;
margin-bottom: 5px;
font-weight: 300;
line-height: 160%;
color:#000;
	background: #000;
background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-family: 'Noto Sans JP', sans-serif;
}

h2.h2_left{
text-align:left;
}

h2.h2_s{
font-size: 24px;
  position: relative;
  margin-bottom: 50px;
  text-align: left;
  font-weight: 700;
  font-family:'Outfit';
  color:#000;
line-height: 113%;
margin-top: 0;	  
}

h3{
font-size:32px;
line-height: 160%;
font-weight:300;
}

h3.top-service__label-text,h3.c-label{
background:var(--main-color);
color:#fff;
font-size:16px;
padding:10px 20px;
line-height:150%;
display:inline-block;
font-weight: 400;
margin-bottom: 30px;
border-radius: 100px;
min-width: 350px;
text-align: center;
}

h3.h3_b{
	font-size:38px;
	font-weight:600;
	line-height: 150%;
}

.inverse h2,.inverse h3.h3_b{
color:#fff;
	background:none;
	-webkit-background-clip: text;
-webkit-text-fill-color: white;
}

.inverse h2 span{
	background:#fff;
	background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4{
margin: 20px 0;
font-size: 24px;
}

/*Link*/
a.add_arrow:after{
content: '';
background-image: url("./img/arrow_1.png");
background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  display: block;
  position: absolute;
  height: 60px;
top: -20px;
right: 0;
}

div.add_arrow_s:after{
top: 5px;
right: 3px;
}

.cta_cont a img{
transition: .3s;
transform-origin:center center;
}

.cta_cont a:hover img{
transform: scale(1.1,1.1) translate(0px, -5px);;
transition: .3s;
transform-origin:center center;
}

a.hover_2{
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  position: relative;
width: 100%;
display: inline-block;
}
a.hover::before,a.hover::after,p.add_arrow_s::after {
transition: .3s;
}

a.hover:hover::before{
transform: scale(1.3,1.3);
transition: .3s;
}

a.hover:hover::after,p.add_arrow_s:hover::after{
transform: scale(1.05,1.05) translate(5px, 0px);
transition: .3s;
}

a.hover_2 > div{
transition: .3s;
  cursor: pointer;
}

a.hover_2:hover > div{
transform: scale(1.05,1.05);
transition: .3s;
  cursor: pointer;
}

a{
text-decoration:none;
color:#000;
}
a:hover{
opacity: 0.8;
}

.inverse a,div .inverse{
color:#fff;
}

.a_cont{
margin-top:50px;
}


.inverse a.add_arrow{
	color:#000;
}

a.add_arrow:after{
content: '';
background-image: url("./img/arrow_1.png");
background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  display: block;
  position: absolute;
  height: 8px;
top: 21px;
right: 12px;
}
a.add_arrow{
position:relative;
border:1px solid var(--main-color);
border-radius:100px;
border:1px solid #DADADA;
padding: 12px 56px 12px 20px;
	background:#fff;
	font-weight:400;
	text-align: center;
	min-width: 200px;

display: inline-block;
}

a.add_arrow_w,div.add_arrow_s{
position:relative;
padding-right:35px;
display: block;
}

a.add_arrow_w:after,p.add_arrow_w:after,div.add_arrow_w:after{
content: '';
background-image: url("./img/arrow_white.png");
background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  display: block;
  position: absolute;
  height: 18px;
top: 8px;
right: 5px;
}

div.add_arrow_s:after{
top: 5px;
right: 3px;
}

.inverse a.add_arrow_s:after,p.add_arrow_s:after{
content: '';
background-image: url("./img/icon_arrow_w.png");
background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  display: block;
  position: absolute;
  height: 24px;
top: 3px;
right: -34px;

}

div p.add_arrow_s{
width: auto;
display: inline;
}

/*Text*/
.txt_big{font-size:20px;line-height: 180%;}
.f_60{font-size: 60% !important;}
.f_70{font-size: 70% !important;}
.f_80{font-size: 80% !important;}
.f_90{font-size: 90% !important;}
.f_110{font-size: 110% !important;}
.f_120{font-size: 120% !important;}
.f_180{font-size: 180% !important;}

.fs_11{font-size:11px;line-height: 160%;}
.fs_14{font-size:14px;line-height: 160%;}
.fs_16{font-size:16px;line-height: 160%;}
.fs_20{font-size:20px;line-height: 160%;}
.fs_22{font-size:22px;line-height: 160%;}
.fs_24{font-size:24px;line-height: 160%;}
.fs_26{font-size:26px;line-height: 160%;}
.fs_28{font-size:28px;line-height: 160%;}
.fs_30{font-size:30px;line-height: 160%;}
.fs_32{font-size:32px;line-height: 160%;}
.fs_34{font-size:34px;line-height: 160%;}
.fs_36{font-size:36px;line-height: 160%;}

.lh150{line-height: 150%;}


.fw_100{font-weight: 100;}
.fw_200{font-weight: 200;}
.fw_300{font-weight: 300;}
.fw_400{font-weight: 400;}
.fw_500{font-weight: 500;}
.fw_600{font-weight: 600;}
.fw_700{font-weight: 700;}
.fw_800{font-weight: 800;}
.fw_900{font-weight: 900;}


/*Gナビ*/
.nav-list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-list li a {
  text-decoration: none;
  color: #000;
	font-size:14px;
  font-weight: bold;
	height: 30px;
display: block;
vertical-align: middle;
padding: 10px 10px;
}

.nav-list li a:hover {
  color: #E27048;
}

.nav-list ul{
	display:flex;
}

.nav-list ul li a{
	height: 80px;
display: block;
line-height: 80px;
	padding: 0 28px;
	font-weight: 400;
}
.nav-list ul li.gnavi_contact a{
background: #58595B;
color: #fff;
height: 80px;
display: block;
line-height: 80px;
padding: 0 20px;
  margin-left: 35px;
}

/*Header*/
.header__logo{
width: 220px;
margin-left: 20px;
margin-top: 15px;
}
header{
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content:space-between;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  z-index: 9999;
  height: 80px;
  z-index: 3000;
  background: #fff;
  width: 100%;
	top: 0;
	position: sticky;
	transition: transform 0.3s ease;
}
/* 固定化時のスタイル */
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%); /* 一旦上に隠す */
}

header.is-fixed.show {
  transform: translateY(0); /* 上からスッと現れる */
}
@media screen and (max-width: 510px){
.header__logo {
width: 160px;
margin-left: 20px;
}

}

/*Hambuger*/
.nav__logo img{
max-width: 180px;

}
.nav__logo{
margin:0 20px;
text-align:center;
}
.hamburger_logo img{
	width:200px;
}
.hamburger_logo{
	text-align:center;
	margin-top:30px;
}
.header {
  position: relative;
  padding: 0px;
	display:none;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
z-index: 99999;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(100%);
  transition: transform .4s;
z-index: 9999;
}

.nav:after{
content: none;
background-image: url(./img/bg_line_1.png);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
display: block;
position: absolute;
height: 438px;
bottom: 0;
left: 0px;
z-index: -9999;
background-position: 20% center;

}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

#menu-sp-nav{
	padding:20px;
margin-top: 60px;
}
#menu-sp-nav li{
	margin-bottom:15px;
}
#menu-sp-nav a{
	font-size:14px;
	font-weight:700;
}

#menu-sp-nav li.sp_contact a{
background: #333;
  padding: 13px 20px;
  text-align: center;
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #fff;
  margin-top: 30px;

}

/*Page top*/
#page_top {
width: 50px;
height: 50px;
position: fixed;
bottom: 10%;
right: 2%;
background: var(--main-color);
opacity: 0.8;
	z-index: 3000;
		border-radius: 3px;
}
#page_top a {
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
}

#page_top a:hover{
  text-decoration: none;
  opacity: .8;
}

#page_top a::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 25px;
color: #fff;
position: absolute;
width: 25px;
height: 25px;
top: -8px;
bottom: 0;
right: 0;
left: 2px;
margin: auto;
text-align: center;
}

/*Common*/

.c-hover img {
cursor: pointer;
transition: 0.3s;
}

.c-hover img:hover{
transform: scale(1.05, 1.05);
cursor: pointer;
transition: 0.3s;
}


.u-gray-cont{
background: #f7f7f7;
padding: 20px;
display: table;
margin-top: 10px;
border-radius: 4px;
}
span.c-span-f80{
font-size:80%;
}
.c-span-bold span{
font-weight:700;
}

.c-span-red span{
color:var(--orange);
}
.z-index2000{
	z-index: 2000;
position: relative;
}
.sp_only_500,.sp_only,.sp_only_1160{
		display:none;
	}
html body .main_wrapper{
	padding:0 50px 70px;
	box-sizing: border-box;
}
.top-recruit__inner{
padding-top:40px;
}

.top-recruit__inner,.top-company__inner,.u-section-inner-cont{
	padding-top:80px;
}

/*KV*/
.top-key-visual{
  background: url(./img/image1_wide.jpg) no-repeat;
top: 0%;
background-size: cover;
background-position: center right;
height: 655px;
position: relative;
width: 75%;
text-align: right;
right: 0;
float: right;
border-radius: 0 0 0 100px;
}
.top-key-visual__cont{
height: 655px;
position: relative;
}

.top-key-visual__cont:after{
	content: '';
background-image: url("./img/kv_btm.png");
background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
position: absolute;
bottom: -64px;
right: 0px;
z-index: 100;
height: 65px;
background-position: bottom right;
}
.top-key-visual__copy img{
width: 650px;
}
.top-key-visual__copy{
	left:-280px;
position: absolute;
top: 39%;
text-align: left;
width: 100%;

}


/*Footer*/
.footer__content{
padding: 0 20px;
}
.footer__logo-image{
margin-bottom:10px;
}
.footer__logo img{
	width:200px;
}
.footer__nav{
	width:75%;
}
.footer__logo{
	width:25%;
}
.footer__menu-container{
	margin-top:20px;
}
.copyright{
text-align: CENTER;
margin-top: 60px;
width: 100%;
background: #353535;
	padding:8px 0;
}
footer a{
	color:#fff;
}
footer{
	background:#444;
	color:#fff;
	padding: 40px 0px 0px;
	box-sizing: border-box;
}
.footer__menu-container ul{
	display:flex;
justify-content: flex-end;
}
.footer__menu-container ul li{
	margin: 0px 0 0 50px;
}

/*Stre*/
.top-strength:after{
content: '';
background-image: url("./img/bg_line_2_w.png");
background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  display: block;
  position: absolute;
  height: 897px;
bottom: -69px;
left: 0px;
	z-index: 1000;
}
.top-strength{
	position:relative;
clear:both;
}
.top-strength__items .txt{
	text-align:center;
	margin-top:30px;
	font-size:20px;
}
.top-strength__items{
	text-align:center;
	margin-top:40px;
	z-index: 2000;
position: relative;
}
.top-strength__items img{
	max-width:290px;
}

/*Recruit*/
.top-recruit__illustration{
	position:relative;
	width:35%;
}
.top-recruit__image{
position: absolute;
top: -30px;
right: -202px;
	}

.top-recruit__image img{
	width:100%;
	z-index: 1001;
position: relative;
	min-width:432px;
	max-width:432px;
}

.top-recruit__text {
max-width: 780px;
width: 69%;
padding-bottom: 100px;
}

.recruit_wrapper{
	  background: url(./img/poeple.png) no-repeat;
background-size: contain;
background-position: left 815px center;
height: 820px;
position: relative;
	
}

	.top-recruit:after{
content: '';
background-image: url("./img/mask_rec_btm.png");
background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  position: absolute;
bottom: -1px;
right: -1px;
	z-index: 100;
	height: 200px;
background-position: bottom left;
}

.top-recruit:before{
content: '';
background-image: url("./img/mask_rec_top.png");
background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  position: absolute;
top: -1px;
right: -1px;
	z-index: 100;
	height: 240px;
background-position: top left;
}
.top-recruit{
	background: url(./img/bg_loop.png) ;
background-size: contain;
background-position: center center;
height: auto;
position: relative;
	  width: 75%;
margin-bottom: 60px;
}

/*Service*/

.top-service__description,.p-digital-achieve__copy {
	font-size:26px;
	line-height:160%;
	font-weight: 400;
}
.top-service{
	position:relative;
}
.top-service:after{
content: '';
background-image: url("./img/bg_line_1_w.png");
background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  display: block;
  position: absolute;
  height: 897px;
bottom: -69px;
left: 0px;
	z-index: 101;
}

/*Company*/
html body .top-company.main_wrapper {
padding-bottom:180px;
box-sizing: border-box;
}
.top-bottom .top-bottom__title{
	font-size:34px;
	line-height: 150%;
}
.top-company__items img{
	border-radius:8px;
}


.top-company:after{
content: '';
background-image: url("./img/mask_white_right_btm_mesh.png");
background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  position: absolute;
bottom: -1px;
right: 0px;
	z-index: 100;
	height: 150px;
background-position: bottom right;
}

.top-company:before{
content: '';
background-image: url("./img/mask_white_right.png");
background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  position: absolute;
top: -1px;
right: 0px;
	z-index: 100;
	height: 124px;
background-position: top right;
}
.top-company{
	background: url(./img/bg_loop.png) ;
background-size: contain;
background-position: center center;
height: auto;
position: relative;
}


/*News*/
.top-news{
	position:relative;
}
.top-news:after{
content: '';
background-image: url("./img/bg_line_2_w.png");
background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  display: block;
  position: absolute;
  height: 897px;
bottom: -144px;
left: 0px;
z-index: 1000;
}
ul.top-news__list{
	width:100%;
	z-index:10;
}
.top-news__list li{
	border-bottom:2px dotted #9b9b9b;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:15px;
	color:#333;
	display: flex;
}
.top-news__list span.top-news__category{
display: inline-block;
width: 150px;
text-align: center;	

}

.top-news__list span.top-news__date{
	width:130px;
}
.top-news__list span.top-news__link{
	flex: 1;
}


.top-news__list span.top-news__category a{
	background:var(--main-color);
	color:#fff;
	padding:2px 12px;
	border-radius:4px;
	margin:0 20px;
	font-size:12px;
	box-sizing: border-box;
	font-weight: 400;
width: 103px;
display: inline-block;
line-height: 19px;
	text-align: center;
}

.top-news__list span.top-news__link a{
line-height: 190%;	
}

/*Top bottom*/
.top-bottom__inner{
	padding-top:180px;
}
.top_bottom_right_cont{
	position:relative;
}
.top_bottom_right{
	position:absolute;
	top:0;
	left:30px;
width: 596px;
}
.top_bottom_right img{
	width:596px;
}

.top_bottom_cont{
	margin-top:100px;
}

.top-bottom:before{
content: '';
background-image: url("./img/mask_white_left.png");
background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  position: absolute;
top: -1px;
right: 0px;
	z-index: 100;
	height: 124px;
background-position: top left;
}
.top-bottom{
	background: url(./img/bg_loop.png) ;
background-size: contain;
background-position: center center;
height: auto;
position: relative;
}
@media screen and (min-width: 769px){
	.text-center_pconly{
		text-align:center;
	}
	
}

@media screen and (min-width: 1301px){
	.top-bottom .w_50_l {
margin-bottom: 170px; 
}
}


@media screen and (min-width: 1400px){
		.top-news:after,.top-strength:after,.top-service:after {
bottom: -166px;
}

}
@media screen and (min-width: 1600px){


}

@media screen and (min-width: 1920px){

	.top-news:after,.top-strength:after,.top-service:after {
bottom: -69px;
}
}

@media screen and (min-width: 2200px){
		.top-company:after,.top-recruit:after {
height: 180px;
}

	.top-company:before,.top-bottom:before {
height: 158px;
}	
section.top-news:after,section.top-strength:after,.top-service:after,.bgwave_right:after,.bgwave_left:after {
bottom: -89px;
}
}



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

	html body .top-bottom.main_wrapper{
	padding-bottom:100px;
	}
	html body .top-company.main_wrapper,html body .top-bottom.main_wrapper,html body .top-recruit{
		margin-top: 100px;
}
	.top-company:after,.top-company:before,.top-recruit:after,.top-recruit:before,.top-bottom:before {
background-size: contain;
}
}





@media screen and (max-width: 1300px){
.top_bottom_right {
position:relative;
top: 0;
left: 30px;
width: 100%;
}
	
}

@media screen and (max-width: 1200px){
		.nav-list ul li a {
padding: 0 14px;
}
}


@media screen and (max-width: 1160px){
	.top-recruit__image img {
min-width: 350px;
}

	.pc_only_1160{
		display:none;
	}
	.sp_only_1160{
		display:block;
	}
	.main_copy img {
float: left;
}
		.nav-list ul li a {
padding: 0 8px;
}
	.footer__menu-container ul li {
margin: 0px 0 0 36px;
}
}

@media screen and (max-width: 1024px) {
.top-key-visual {
position: static;
}
.top-key-visual__copy {
left: 0;
position: absolute;
top: 22%;
text-align: left;
}
	.footer__nav{
	width:100%;
}
.footer__logo{
	width:100%;
}
	
	.footer__menu-container{
	margin-top:0px;
}
	.footer__menu-container ul li {
border-bottom: 2px dotted #686767;
margin-bottom: 5px;
padding-bottom: 5px;
		margin-left: 0;
}
	.nav__menu-footer-nav-container{
		margin-top:40px;
	}
		.footer__menu-container ul {
display: block;
}
.main_copy {
left: -255px;
}
	.footer__nav{
	width:100%;
margin-top: 30px;
}
.footer__logo{
	width:100%;
}
	.top-recruit__image img {
max-width: 388px;
width: 100%;
min-width: auto;
	}

	.top-recruit__text {
width: 65%;
}


		.dis_flex_1024{
		display:block;
	}
	.top-strength__items img {
  width: 84%;
}
	.nav-list{
		display:none;
	}
.header {
	display:block;
}
}



@media screen and (max-width: 768px){
h3 {
font-size: 28px;
}
.top-key-visual__copy {
left: 0;
position: absolute;
top: 30%;
text-align: left;
}
.u-mt-50_sp_only{
margin-top:50px;
}
.top-recruit h2 span {
text-align:center;
}
.top-service__image{
margin-top:30px;
}
.top-company__inner, .u-section-inner-cont {
padding-top: 40px;
}

		.top-recruit__image{
		position:relative;
top: 48px;

	}
		.top-recruit:after{
content: '';
background-image: url("./img/mask_white_left_btm_mesh.png");
background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  position: absolute;
bottom: -1px;
right: 0px;
	z-index: 100;
	height: 150px;
background-position: bottom left;
}

.top-recruit:before{
content: '';
background-image: url("./img/mask_white_left.png");
background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  position: absolute;
top: -1px;
right: 0px;
	z-index: 100;
	height: 124px;
background-position: top left;
}

	.top-recruit__text {
padding-bottom: 0;
}
	.top-bottom .w_50_l {
margin-bottom: 90px;
}
	.key-visual {
width: 83%;
}
.main_copy {
left: -20%;
}
			body .mt30_sp_only_768{
		margin-top:30px;
	}
	.p-digital-model__image:after {
bottom: 16px;
}
	.p-digital-model__image {
margin-top: 50px;
		padding-bottom: 95px;
}
	.w_25_2 {
width: 35%;
margin-right: 0;
display: inline-block;
	margin-bottom: 20px;
}
	.p-digital-model__icons img {
max-width: 180px;
}
	.p-digital-model__icons .pt60{
		padding-top:30px;
	}
	
	.p-digital-model__icons {
		margin-top: 30px;
text-align: center;
}
	.w_30_768:last-child{
		width:100%;
		margin:0;
	}
	.pc_only{
	display:none !important;
}

	.w_30{
width: 34%;
margin-right: 0%;
}


	.top-company__link{
	text-align: left;
max-width: 400px;
margin: auto;
		width: 90%;
	}
	
	.top-company__items img {
max-width: 400px;
		width: 90%;
}
	.top-company__items{
		text-align:center;
	}
	a.add_arrow:after {
top: 12px;
}
	h3.top-service__label-text,h3.c-label {
font-size: 20px;
padding: 10px 25px;
min-width: 260px;
	}
	.top-service__description {
	font-size:20px;
}
	.top-bottom__inner {
padding-top: 180px;
}
	
.main_copy {
top: 28%;
}
	.key-visual {
height: 650px;
}
		

		.top-recruit__image img {
max-width: 320px;
			width: 85%;
}
	.top-recruit__illustration {
		text-align: center;width: 100%;
}

.top-service__image img{
	max-width:462px;
}

	.top-service {
text-align: center;
}
	.p-digital-achieve__copy{
		text-align:center;
		font-size: 20px;
	}
	div .top-recruit__image{
margin: 10px 0 30px;
		text-align:right;
left: -10px;
	}
	.top-recruit__image img{
max-width: 200px;
width: 90%;
	}

	a.add_arrow:after {
top: 22px;
}
.top-bottom .top-bottom__title {
font-size: 40px;
text-align: center;
line-height: 157%;
}
	
	a.add_arrow {
font-size: 20px;
width: 70%;
display: block;
box-sizing: border-box;
margin: auto;
}
	html body .main_wrapper {
padding: 0 30px;

}

	.sp_only{
	display:block;
}
	.top-strength__items .txt {
margin-top: 0px;
font-size: 18px;
margin-bottom: 30px;
}
	h2{
		font-size:44px;
		margin: 60px 0 40px;
	}
	.top-recruit h2{
		display:block;
	}
	.top_bottom_right img {
width: 100%;
	max-width: 500px;
}
	.top_bottom_right {
position: relative;
width: 100%;
		left:0;
	margin-top: 60px;
text-align: center;
}
	.top-recruit__text {
width: 100%;
}
	.dis_flex_pc,.dis_flex_768{
		display:block;
	}
	.copyright {
  text-align: center;
}
.top-recruit {
position: relative;
		margin-bottom: 50px;
		width:100%;
	}


	.w_25,.w_30,.w_33,.w_60,.w_40,.w_50_l,.w_50_r,.w_75{
		width:100%;
		margin:0;
	}
}

@media screen and (max-width: 767px){
.top-key-visual {
background-position: 91% center;
 }
	.w_30_768 {
width: 100%;
margin: 0;
}
		body .u-mt-30_sp_only_767{
		margin-top:30px;
	}
		body .u-mt-60_sp_only_767{
		margin-top:60px;
	}
	.main_copy {
top: 35%;
}
	.top-strength__items img {
width: 75%;
}

	.top_bottom_right {
margin-top: 60px;
			text-align: center;
}
	.top-bottom__inner{
		padding-top:110px;
	}
		.top-bottom .top-bottom__title {
font-size: 30px;
text-align: center;
line-height: 170%;
}

	.dis_flex_767{
		display:block;
	}

	
	.w_25_767,.w_30_767,.w_33_767,.w_60_767,.w_40_767,.w_75_767{
		width:100%;
		margin:0;
	}
	.top-news__list span.top-news__category a {
margin: 0 0px;
}

	.top-news__list li {
display: block;
}
	.top-news__list span.top-news__category {
text-align: left;
display: inline-block;
}
		.top-news__list span.top-news__date {
width:120px;
			text-align: left;
display: inline-block;
}
	
.top-news__list span.top-news__link {
display: block;
	margin-top: 10px;
}

	.top-recruit__image {
width: 100%;
}
	
}

@media screen and (max-width: 510px){
	.footer__logo img {
width: 160px;
}
#page_top {
bottom: 13%;
}
.top-strength__items img {
max-width: 220px;
}
.top-key-visual__copy {
top: 36%;
}
.top-key-visual,.top-key-visual__cont{
height: 580px;
}

.top-service__description-small{
text-align:left;
}
	h3.top-service__label-text,h3.c-label {
font-size: 15px;
		width: 100%;
box-sizing: border-box;
	}
html body .top-company.main_wrapper {
padding-bottom: 120px;
}
	html body .main_copy{
		width: 100vw;
	}
	.w_25_2,.w_25_2:last-child {
width: 40%;
margin: 0 2%;
}
	.top-company {
background-position: center left;
}
	.top-service__description {
line-height: 180%;
		text-align: left;
}

	.sp_only_500{
		display:block;
	}
	h3 {
font-size: 24px;
}
.key-visual {
height: 510px;
}
		a.add_arrow {
font-size: 14px;
width: 100%;
}
	.top-recruit__text {
  width: 100%;
}
}

@media screen and (max-width: 375px) {
	.top-recruit {
height: 1284px;
}
h3 {
font-size: 23px;
}
}


/*下層ページ*/
/*お知らせ詳細*/
.next-post a:after,.prev-post a:before{
transition: .3s;
content: '';
background-image: url(./img/arrow_1.png);
background-repeat: no-repeat;
background-size: contain;
width: 18px;
display: block;
position: absolute;
height: 6px;
top: 15px;
right: 15px;
}

.prev-post a:before{
background-image: url(./img/arrow_left.png);
	left:15px;

}

.next-post a,.prev-post a{
position: relative;
border-radius: 100px;
border: 1px solid #DADADA;
padding: 3px 12px 3px 4px;
background: #fff;
font-weight: 400;
text-align: center;
min-width: 120px;
display: inline-block;
font-size: 14px;
}

.prev-post a{
	padding: 3px 4px 3px 12px;
}

.next-post a:hover::after {
transform: scale(1.05, 1.05) translate(5px, 0px);
transition: .3s;
}

.prev-post a:hover::before {
transform: scale(1.05, 1.05) translate(-5px, 0px);
transition: .3s;
}

.next-post a:hover,.prev-post a:hover{
opacity: 0.8;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

/* th と td の共通スタイル */
.single-post__content .wp-block-table th,
.single-post__content .wp-block-table td {
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  padding: .5em;
  text-align: center;
}

/* td の右ボーダー（全体の枠） */
.single-post__content .wp-block-table td {
  border-right: 1px solid var(--orange);
}

/* th の右ボーダーは原則なし（内側ボーダーを白で描画するため） */
.single-post__content .wp-block-table th {
  background: var(--orange);
  color: #fff;
  border-right: none; /* 最初にリセット */
}

/* th の最後の列だけ右側にオレンジのボーダー */
.single-post__content .wp-block-table th:last-child {
  border-right: 1px solid var(--orange);
}

/* th の内側に白線 */
.single-post__content .wp-block-table th + th {
  border-left: 1px solid #fff;
}

/* thead の下ボーダー除去（装飾用の場合） */
.single-post__content .wp-block-table thead {
  border-bottom: 0;
}
.single-post__content .wp-block-table th:first-child,.single-post__content .wp-block-table td:first-child {
  border-left: 1px solid var(--orange);
}


.single-post__content ul {
  list-style: none;
  padding-left: 0;
}

.single-post__content ul li {
  position: relative;
  padding-left: 40px;
margin-bottom: 6px;
}

.single-post__content ul li::before {
content: '';
position: absolute;
top: 13px;
left: 7px;
width: 10px;
height: 10px;
background: linear-gradient(90deg, #488DC2, #F6A386);
display: block;
border-radius: 2px;
}


.single-post__content ol {
  margin-top: 30px;
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 0;
}

.single-post__content ol li {
  position: relative;
padding-left: 40px;
margin-bottom: 6px;
  counter-increment: custom-counter;
}

.single-post__content ol li::before {
  content: counter(custom-counter); 
  position: absolute;
left: 0;
top: 4px;
width: 25px;
height: 25px;
line-height: 24px;
background: linear-gradient(90deg, #488DC2, #F6A386);
color: white;
font-weight: bold;
text-align: center;
border-radius: 50%;
font-size: 13px;
}

.single-post__content h3{
background: var(--main-color);
color: #fff;
font-size: 20px;
padding: 8px 20px;
line-height: 150%;
display: table;
font-weight: 400;
margin-bottom: 30px;
border-radius: 100px;
text-align: left;
margin: 40px 0 30px;
}
.single-post__content h2:after{
  content: "";
  position: absolute;
  left: 0;
bottom: -11px;
  height: 2px;
  width: 100%;
  background: var(--main-color);
  z-index: 2;
}


.single-post__content h2{
	font-family: 'Noto Sans JP', sans-serif;
position:relative;
font-size:30px;
display: block;
text-align: left;
-webkit-background-clip: text;
-webkit-text-fill-color: black;
	margin: 40px 0 60px;
}
h1.single-post__title{
font-size:34px;
margin-top:40px;
line-height: 150%;
margin-bottom: 40px;
}
.single-post{
margin-top:40px;
}

.single-post p{
margin-bottom:20px;
}


.single-post__share .fab{
	font-size: 20px;
margin: 5px;

}

.single-post__date{
	  font-family:'Montserrat';
	  font-size:14px;
	  font-weight:400;
	  width: 60%;
}
.single-post__cont{
background: var(--main-color);
color: #fff;
padding: 0px 12px;
border-radius: 4px;
margin: 0 20px 0 0;
font-size: 12px;
box-sizing: border-box;
font-weight: 400;
width: 103px;
display: inline-block;
line-height: 25px;
height: 25px;
text-align: center;

}
	
.single-post__share{
flex:1;
text-align: right;
}
.single-post__thumbnail{
text-align:center;
margin:60px 0;

}

.single-post__thumbnail img{
max-width: 800px;
object-fit: cover;
max-height: 533px;
		border-radius: 4px;
}

.post-navigation .next-post{
width:50%;
text-align:right;
}

.post-navigation .prev-post{
width:50%;
}

.post-navigation{
margin-top:80px;
display: flex;
	margin-bottom: 15px;
}

.p-single-main .breadcrumb__container {
margin-top: 0;
}
	
	

/*お知らせ一覧*/
.news-thumbnail{
height: 200px;
	  overflow: hidden;
	border-radius: 4px;
}

.news-thumbnail img{
height: 200px;
object-fit: cover;
}
.pagination-list li{
	margin:0 10px;
}
.pagination-list{
	display: flex;
justify-content: center;
}
.current_page{
background:var(--main-color);
	color:#fff;
	font-weight:700;
	padding: 2px 10px;
border-radius: 3px;
}
.pagination{
	text-align: center;
margin-top: 60px;
	font-size:18px;
	 font-family:'Montserrat';
	font-weight: 400;
}
.news_meta_cont{
	margin-top:15px;
}
h2.news-title{

}
h2.news-title{
	font-family: 'Noto Sans JP', sans-serif;
	color:#000;
	font-size:18px;
	-webkit-background-clip: initial;
-webkit-text-fill-color: initial;
background: none;
text-align: left;
line-height: 180%;
		text-align:left;
	margin:10px 0;
}
.icon_new{
background: var(--orange);
color: #fff;
border-radius: 100px;
padding: 0px 11px;
margin-right: 5px;
font-size: 12px;
line-height: 15px;
height: 15px;
display: inline-block;
}
.news-date .ymd{
			  font-family:'Montserrat';
	font-weight: 500;
}
.news-date{
	 margin-left: auto;

}
.news-category{
background: var(--main-color);
color: #fff;
padding: 0 12px;
border-radius: 4px;
margin: 0;
font-size: 14px;
box-sizing: border-box;
font-weight: 400;
width: 119px;
display: inline-block;
line-height: 30px;
text-align: center;
height: 30px;
}
.news-list{
	width:100%;
}
.archive_wrapper .news-item{
	vertical-align: top;
	width:30%;
margin-right: 4%;
	display:inline-block;
	margin-bottom: 60px;
}
.archive_wrapper .news-item:nth-of-type(3n){
	margin-right:0;
}

@media screen and (max-width: 1024px){
.news-date {
line-height: 24px;
}
.news-category {
font-size: 12px;
width: 100px;
line-height: 24px;
height: 24px;
}

}

@media screen and (max-width: 768px){
.single-post__thumbnail {
text-align: center;
margin: 20px 0;
}
single-post__content h3{
border-radius: 8px;
}
.news_meta_cont {
margin-top: 12px;
margin-bottom: 8px;
}
.pagination {
margin-bottom: 60px;
}
h2.news-title {
margin-top:0;
}
.news-category {
padding: 0 8px;
font-size: 11px;
width: 90px;
line-height: 20px;
height: 20px;
}
.archive_wrapper .news-item {
margin-right: 4%;
}
}

@media screen and (max-width: 767px){
	.archive_wrapper .news-item{
		width:100%;
		margin:0;
		margin-top: 30px;
	}
}

@media screen and (max-width:510px){
.single-post__date {
width: 40%;
}
.single-post__content h3{
border-radius: 8px;
}
.single-post__content h2 {
font-size: 26px;
	margin: 20px 0 40px;
}
h1.single-post__title {
font-size: 30px;
margin-top: 20px;
margin-bottom: 40px;
}

}


/*H1背景*/
.h1_post_archive{
		  background: url(./img/h1_archive.jpg) no-repeat;
}

/*お問い合わせ*/
.p-contact.bgwave_right:after {
bottom: 0;
}
.p-contact__form--submit button.wpcf7-submit {
  position: relative;
  border-radius: 100px;
  border: 1px solid #DADADA;
  padding: 12px 56px 12px 20px;
  background: #fff;
  font-weight: 400;
  text-align: center;
  min-width: 200px;
  display: inline-block;
  cursor: pointer;
}

.p-contact__form--submit button.wpcf7-submit::after {
  content: '';
  background-image: url("./img/arrow_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
}

.p-contact__form--submit button.wpcf7-submit:hover::after {
  transform: scale(1.05, 1.05) translate(5px, -50%);
  transition: .3s;
}


.p-contact__form--submit button.wpcf7-submit:hover {
  opacity: 0.8;
}

/**/
.p-contact__form-contant-name p {
  display: flex;
  gap: 0px;
  align-items: center;
}

.p-contact__form-contant-name p > span {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
}

.p-contact__form-contant-name input.wpcf7-text {
  width: 100%;
  box-sizing: border-box;
}

.p-contact__form-name-item-family{
margin-right:3%;
}

.p-contact__form-name-item label{
width:10%;
}
.p-contact__form-name-item{
width:50%;
}
.p-contact__form-name-row{
display:flex;
}

/**/

.p-contact__form input.wpcf7-text,.p-contact__form-contant textarea{
	width: 100%;
}

.p-contact__form-required{
color:var(--orange);
font-size:80%;
}
.wpcf7-list-item.first{
margin:0;
}

.p-contact__form--submit{
text-align: center;
margin-bottom: 40px;
}

.p-contact__form{
z-index: 2000;
position: relative;
max-width: 900px;
margin: auto;
}
.p-contact__form-contant input,.p-contact__form-contant textarea{
border: 1px solid #ddd;
padding: 6px 0;
border-radius: 2px;
}
.p-contact__form-cont dd{
flex:1;
}
.p-contact__form-cont dt{
width:280px;
font-weight:500;
}

.p-contact__form-cont dl{
display:flex;
margin-bottom:30px;
}
.p-contact__txt{
text-align:center;
margin:50px 0;
}
.p-contact__ttl{
font-size:22px;
font-weight:500;
text-align:center;
margin: 40px 0 60px;
}

@media screen and (max-width: 768px){
.p-contact__txt {
font-size: 15px;
}
.p-contact__ttl {
font-size: 18px;
}
.p-contact__form-cont dt,.p-contact__form-cont dd{
width:100%;
}
.p-contact__form-cont dl {
display: block;
}

}

@media screen and (max-width: 510px){
.p-contact__txt {
font-size: 13px;
		margin: 0px 0 40px;
		line-height: 24px;
}
.wpcf7-list-item {
margin: 0 0 0 15px;
}
.p-contact__ttl {
margin: 60px 0 50px;
}

}

@media screen and (max-width: 380px){
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 0.5em;
}
}


/*企業情報*/
.p-company-contact{
background:#f7f7f7;
}
.p-company-contact__item img{
max-width:510px;
width:90%;
}

.p-company-contact__item{
text-align: center;
}
.p-company-profile__list{
max-width:900px;
margin:auto;
}
.p-company-profile__list dl dd{
flex:1;
}

.p-company-profile__list dl dt{
width:160px;
text-align:left;
font-weight:700;
}

.p-company-profile__list dl{
display:flex;
border-bottom:2px dotted #9b9b9b;
padding-bottom:20px;
margin-bottom:20px;

}
.p-company-concept__txt{
text-align:center;
margin-top:60px;
}
.p-company-message_items{
margin-top:80px;
}
.p-company-message__txt{
width:65%;
}
.p-company-message__figure img{
border-radius:12px;
}

.p-company-message__figure{
width:30%;
margin-right:5%;
}

.p-company-message__sign span{
font-size:10px;
}
.p-company-message__sign{
font-size:20px;
margin-top:50px;
width:100%;
text-align:right;
}

.p-company-profile.bgwave_left:after {
bottom: 0;
}

@media screen and (max-width: 768px){
.p-company-message_items {
margin-top: 40px;
}
.p-company-concept__txt {
text-align:left;
}
html body section.p-company-message{
padding-bottom: 120px;
}
html body .p-company-contact.main_wrapper {
padding: 0 30px 60px;;
		margin-top: 70px;
}
.p-company-message__txt,.p-company-message__figure{
width:100%;
margin:0;
}
.p-company-message__txt{
margin-top:30px;
}
.p-company-message__figure{
width: 80%;
margin: auto;
max-width: 500px;
	margin-top: 40px;
margin-bottom: 40px;
}

}

@media screen and (max-width: 510px){
.p-company-profile__list dl dt {
width: 120px;
}

}

/*海外マーケティング支援事業*/
.p-oversea-map__figure{
position: relative;
z-index: 2000;
}
.p-oversea-service__image{
margin-top:180px;
}
h4.p-oversea-service__description-title{
font-size:20px;
color:var(--orange);
position:relative;
font-weight:700;
}

.p-oversea-service__description-title::before {
  content: "";
  display: inline-block;
width: 13px;
height: 16px;
  background: var(--main-color);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  margin-right: 10px;
}


.p-oversea-map__caption--ttl{
position: relative;
background: var(--main-color);
border-radius: 100px;
color: #fff;
padding: 4px 14px;
height: auto;
text-align: center;
	min-width:250px;
	margin-bottom:20px;
	display: inline-block;
}

.p-oversea-map__caption::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* ボーダーの太さ */
  border-radius: 12px;
  background: linear-gradient(to right, #488DC2, #F6A386);
  -webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.p-oversea-map__caption{
  position: relative;
  padding: 36px;
  border-radius: 12px;
  background: #fff; 
  margin-top: 40px;
z-index: 2000;
}
.p-oversea-model__figure--copy{
font-size:20px;
font-weight:700;
color:var(--orange);
text-align:center;
}
.p-oversea-model__figure--details{
justify-content: center;
margin: 50px 0;
}
.p-oversea-model__figure--detail:last-child{
margin-right:0;
}
.p-oversea-model__figure--detail:last-child:after{
content:none;
}
.p-oversea-model__figure--detail:after{
border-bottom: 3px dotted var(--orange);
content: "";
position: absolute;
width: 15px;
top: 49%;
right: -17px;
}

.p-oversea-model__figure--detail{
position: relative;
background: var(--main-color);
border-radius: 100px;
color: #fff;
font-size: 15px;
margin-right: 20px;
line-height: 24px;
padding: 6px 14px;
height: auto;
text-align: center;
}
.p-oversea-model__figure--icon {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.p-oversea-model__figure--icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: -160px;
}
.p-oversea-model__figure{
background:#fff;
padding: 60px;
position:relative;
margin-top: 190px;
border-radius: 12px;
}
.p-oversea-model__description{
text-align:left;
}
body section.p-oversea-schedule{
	padding-bottom:150px;
}
.p-oversea-schedule__content{
	margin-top:50px;
}
.p-oversea-schedule__content img{
	max-width:1100px;
	width:100%;
}
.p-oversea-flow__step .p-oversea-flow__title.line1{
	padding-top:15px;
}
.p-oversea-flow__step .p-oversea-flow__title{
	font-size:20px;
	text-align: center;
margin: 10px 0;
	height: 55px;
box-sizing: border-box;
}
.p-oversea-flow__step .p-oversea-flow__image img{
	max-width:180px;
}
.p-oversea-flow__step:last-child{
	margin:0;
}
.p-oversea-flow__step{
	position:relative;
	width:18%;
	margin-right:2.5%;
}
.p-oversea-flow__step:after{
	content: '';
background-image: url(./img/arrow_r_w.png);
background-repeat: no-repeat;
background-size: contain;
width: 40px;
display: block;
position: absolute;
height: 15px;
top: 53%;
right: -27px;
}
.p-oversea-flow__step:last-child:after{
	content:none;
}

.p-oversea-achieve__meta .p-oversea-achieve__meta-detail{
	line-height: 24px;
	flex:1;
}
.p-oversea-achieve__meta .p-oversea-achieve__meta-title{
background: var(--orange);
border-radius: 100px;
color: #fff;
font-size: 12px;
margin-right: 10px;
letter-spacing: 4px;
line-height: 24px;
padding: 0 9px;
	width:50px;
	height: 24px;
text-align: center;
}

.p-oversea-strength__label{
	position:absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-family: 'Montserrat';
	color:#fff;
	font-size:24px;
	font-weight:400;
}

.p-oversea-strength__local{
	background: url(./img/o_degital_stren_local.jpg) no-repeat;
}
.p-oversea-strength__marketing{
	background: url(./img/o_degital_stren_marketing.jpg) no-repeat;
}
.digital-strength__onestop{
	background: url(./img/o_degital_stren_onestop.jpg) no-repeat;
}

.p-oversea-strength__local,.p-oversea-strength__marketing,.digital-strength__onestop{
	position:relative;
background-size: cover;
background-position: center center;
height: 400px;
	border-radius: 12px;
}

.p-oversea-model__icons{
	margin-top:60px;
}
.p-oversea-model__image:after{
	content: '';
background-image: url(./img/arrow_b_w.png);
background-repeat: no-repeat;
background-size: contain;
width: 15px;
display: block;
position: absolute;
height: 77px;
bottom: 30px;
left: 49%;;
}
.p-oversea-model__image{
	margin-top:80px;
	position:relative;
	padding-bottom: 115px;
	text-align:center;
}
.p-oversea-model__image img{
	max-width:1100px;
	width:100%;
}
.p-oversea-service .top-service__image{
	text-align:center;
}
.p-oversea-service .top-service__image img{
	max-width:462px;
}
.p-oversea-service__items{
margin-top:100px;
}

@media screen and (max-width: 1024px){
.p-oversea-model__figure {
margin-top: 150px;
}
.p-oversea-model__figure--detail {
font-size: 12px;
}
.p-oversea-service__image img{
max-width: 600px;
}
.p-oversea-service__image {
margin-top: 80px;
text-align: center;
	width: 100%;
}
.p-oversea-service__items .w_50_l,.p-oversea-service__items.w_50_r {
width: 100%;
}
}


@media screen and (min-width: 769px) and (max-width: 810px) {
.p-oversea-model__figure--detail {
font-size: 13px;
line-height: 20px;
 }
}

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

.p-oversea-model__figure {
margin-top: 40px;
}
.p-oversea-service__description{
margin-top:30px;
}
.p-oversea-service__items {
margin-top: 60px;
}
.p-oversea-service__image {
   width: 90%;
margin: auto;
max-width: 500px;
		}
.p-oversea-flow__step .p-oversea-flow__title {
height:auto;
}
.p-oversea-flow__step {
width: 100%;
margin-bottom: 100px;
text-align: center;
position: relative;
}
.p-oversea-flow__step .p-digital-flow__title.line1 {
padding-top: 0;
line-height: inherit;
height: auto;
margin: 12px 0;
}
.p-oversea-flow__text {
text-align: center;
position: relative;
}
.p-oversea-flow__image {
box-sizing: border-box;
width: 90%;
margin: auto;
max-width: 240px;
}
.p-oversea-flow__step:after {
content: '';
background-image: url(./img/arrow_b_w_s.png);
background-repeat: no-repeat;
background-size: contain;
width: 15px;
display: block;
position: absolute;
height: 40px;
top: auto;
right: 49%;
bottom: -65px;
}
.p-oversea-flow__step {
position: relative;
width: 100%;
margin-right: 0;
text-align: center;
}
.p-oversea-model__figure--icons {
margin-top: 0;
}
.p-oversea-model__figure--detail:after {
border-left: 3px dotted var(--orange);
content: "";
position: absolute;
width: 2px;
top: initial;
right: 49%;
bottom: -27px;
height: 21px;
}
.p-oversea-model__figure--detail {
font-size: 16px;
line-height: inherit;
margin-bottom: 30px;
 }
  .p-oversea-model__icons {
grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
.p-oversea-model__figure {
padding: 50px 30px;
}
.p-oversea-model__figure--detail {
width: 100%;
box-sizing: border-box;
		line-height: 140%;
}
  .p-oversea-model__figure--icons {
grid-template-columns: 1fr;
  }
}
@media (max-width: 510px){
.p-oversea-strength__local, .p-oversea-strength__marketing, .digital-strength__onestop {
max-width: 300px;
margin: auto;
border-radius: 12px;
height: 300px;
}

.p-oversea-model__figure--icon {
max-width: 160px;
}

}

/*デジタルマーケティング支援事業*/
.p-digital-achieve .case1{
margin-top:30px;
}
.p-digital-achieve .case2{
margin-top:80px;
}
.p-digital-service__description p:not(:first-child){
margin-top:30px;
}
.p-digital-model__description{
text-align:center;
}
body section.p-digital-schedule{
	padding-bottom:150px;
}
.p-digital-schedule__content{
	margin-top:50px;
}
.p-digital-schedule__content img{
	max-width:1100px;
	width:100%;
}
.p-digital-flow__step .p-digital-flow__title.line1{
	padding-top:15px;
}
.p-digital-flow__step .p-digital-flow__title{
	font-size:20px;
	text-align: center;
margin: 10px 0;
	height: 55px;
box-sizing: border-box;
}
.p-digital-flow__step .p-digital-flow__image img{
	max-width:180px;
}
.p-digital-flow__step:last-child{
	margin:0;
}
.p-digital-flow__step{
	position:relative;
	width:18%;
	margin-right:2.5%;
}
.p-digital-flow__step:after{
	content: '';
background-image: url(./img/arrow_r_w.png);
background-repeat: no-repeat;
background-size: contain;
width: 40px;
display: block;
position: absolute;
height: 15px;
top: 62%;
right: -27px;
}
.p-digital-flow__step:last-child:after{
	content:none;
}

.p-digital-achieve__meta .p-digital-achieve__meta-detail{
	line-height: 24px;
	flex:1;
}
.p-digital-achieve__meta .p-digital-achieve__meta-title{
background: var(--orange);
border-radius: 100px;
color: #fff;
font-size: 12px;
margin-right: 10px;
letter-spacing: 4px;
line-height: 24px;
padding: 0 9px;
	width:50px;
	height: 24px;
text-align: center;
}
.p-digital-strength__label{
	position:absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-family: 'Montserrat';
	color:#fff;
	font-size:24px;
	font-weight:400;
}
.p-digital-strength__professional{
	background: url(./img/degital_stren_pro.png) no-repeat;
}
.p-digital-strength__media{
	background: url(./img/degital_stren_media.png) no-repeat;
}
.digital-strength__speed{
	background: url(./img/degital_stren_speed.png) no-repeat;
}

.p-digital-strength__professional,.p-digital-strength__media,.digital-strength__speed{
	position:relative;
background-size: cover;
background-position: center center;
height: 400px;
}

.p-digital-model__icons{
	margin-top:60px;
}
.p-digital-model__image:after{
	content: '';
background-image: url(./img/arrow_b_w.png);
background-repeat: no-repeat;
background-size: contain;
width: 15px;
display: block;
position: absolute;
height: 77px;
bottom: 30px;
left: 49%;;
}
.p-digital-model__image{
	margin-top:80px;
	position:relative;
	padding-bottom: 115px;
	text-align:center;
}
.p-digital-model__image img{
	max-width:1100px;
	width:100%;
}
.p-digital-service .top-service__image{
	text-align:center;
}
.p-digital-service .top-service__image img{
	max-width:462px;
}
.p-digital-service__items{
margin-top:100px;
}

@media screen and (max-width: 510px) {
.p-digital-strength__professional, .p-digital-strength__media, .digital-strength__speed {
max-width: 300px;
margin: auto;
border-radius: 12px;
height: 300px;
}
}
	
/*採用情報*/
.p-recruit-text__main{
font-size: 20px;
line-height: 180%;
}
.p-recruit-cta .u-section-inner-cont{
padding-bottom: 40px;
}
.p-recruit-flow.bgwave_right:after{
bottom:0;
}
.p-recruit-flow__item:not(:last-child)::after {
content: '';
background-image: url(./img/p-rec-arrow.png);
width: 15px;
position: absolute;
height: 42px;
background-size: cover;
		bottom: -50px;
left: 100px;
}
.p-recruit-flow__main-ttl{
font-size:18px;
}
.p-recruit-flow__main-step{
background: var(--main-color);
font-size: 14px;
position: relative;
text-align: center;
font-weight: 400;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 130%;
font-family: 'Montserrat';
display: inline-block;
}

.p-recruit-flow__main{
flex:1;
}
.p-recruit-flow__figure{
width:220px;
margin-right:30px;
}

.p-recruit-flow__item{
position:relative;
display:flex;
margin-bottom:70px;
}


.p-recruit-value__item-description{
font-size:20px;
margin-top: 6px;
}
.p-recruit-value__item-ttl{
background: var(--main-color);
font-size: 14px;
position: relative;
text-align: center;
font-weight: 400;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 130%;
font-family: 'Montserrat';
display: inline-block;
}
.p-recruit-value__item:last-chilg{
margin:0;
}

.p-recruit-value__item-img{
max-width:200px;
margin: auto;
}

.p-recruit-value__item{
width:30%;
margin-right:5%;
}

.p-recruit-value__items{
display:flex;
text-align:center;
width: 90%;
margin: auto;
}
html body section.p-recruit-best{
background:#f7f7f7;
padding-top: 100px;
}
.p-recruit-best__item-subttl{
font-size:26px;
margin-bottom:20px;
}
.p-recruit-best__item-ttl{
position: relative;
background: var(--main-color);
border-radius: 100px;
color: #fff;
padding: 4px 14px;
height: auto;
text-align: center;
width:100%;
margin-bottom: 40px;
display: inline-block;
	box-sizing: border-box;
}

.p-recruit-best__item:last-child{
margin-right:0%;
}

.p-recruit-best__item{
width:46%;
margin-right:8%;
}

.p-recruit-best__items{
display:flex;
}
.p-recruit-about__figure img{
max-width:900px;
}

.p-recruit-about__figure{
margin-top:60px;
text-align:center;
z-index:2000;
position: relative;
}
.p-recruit-about__items-img{
flex:1;
}

.p-recruit-about__items-text p:not(:first-child){
margin-top:35px;
}

.p-recruit-about__items-text{
width:60%;
margin-right:3%;
}

.p-recruit-about__items{
display:flex;
margin-top: 80px;
}

.p-recruit-cta__description{
margin:50px 0;
}
.p-recruit-cta__ttl-small{
  font-size: 19px;
  margin-top:5px;
}

.p-recruit-cta__ttl {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 32px;
  color:#fff;
}

.p-recruit-cta__ttl {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0 80px; /* 左右にスペースを取る */
}

.p-recruit-cta__ttl::before,
.p-recruit-cta__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background: #fff; 
}

.p-recruit-cta__ttl::before {
  left: 0;
  transform: translateY(-50%) rotate(60deg); 
}

.p-recruit-cta__ttl::after {
  right: 0;
  transform: translateY(-50%) rotate(-60deg); 
}



.p-recruit-cta{
background: url(./img/bg_loop.png);
background-size: contain;
background-position: center center;
position: relative;
padding :50px;
	text-align:center;
}
.p-recruit-text__main p{
margin-bottom:50px;
}

.p-recruit-text__main span,.p-recruit-about__items-text span{
color:var(--orange);
font-weight:500;
}
html body section.p-recruit-image{
background: url(./img/rec_img_1.jpg);
background-size: cover;
background-position: center center;
position: relative;
padding-bottom: 200px;
margin-top: 100px;
	height:850px;
}


.p-recruit-message__copy span {
  font-size: 46px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #488DC2, #F6A386);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-recruit-message__copy span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 8px; /* ドットの高さ */
  background-image: radial-gradient(circle, #488DC2 1.5px, transparent 1.5px),
radial-gradient(circle, #F6A386 1.5px, transparent 1.5px);
  background-size: 12px 100%;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  mask-image: linear-gradient(to right, #000, #000);
  -webkit-mask-image: linear-gradient(to right, #000, #000);
}


.p-recruit-message__copy{
text-align:center;
font-size:38px;
line-height: 180%;
margin-top: 50px;
}


@media screen and (max-width: 768px) {
p-recruit-flow{
margin-top: 30px;
}
.p-recruit-best__item-ttl{
margin-bottom: 30px;
}
.p-recruit-best__item-subttl {
font-size: 24px;
margin-bottom: 20px;
}
.p-recruit-cta .u-section-inner-cont {
padding-bottom: 60px;
padding-top: 60px;
}
html body section.p-recruit-best {
padding-top: 60px;
padding-bottom: 120px;
}
.p-recruit-about h3{
font-size:20px;
}
.p-recruit-about__items-img{
margin-top:40px;
}
.p-recruit-about__items-text,.p-recruit-best__item{
width:100%;
margin-right:0%;
}

.p-recruit-about__items,.p-recruit-best__items{
display:block;
margin-top: 40px;
}

}


@media screen and (max-width: 767px) {
.p-recruit-flow{
margin-top:30px;
}
.p-recruit-value__item:first-child{
	margin-top: 20px;
	}
	.p-recruit-value__item{
margin-top: 40px;
}
.p-recruit-flow__item:not(:last-child)::after {
left: 49%;
}
.p-recruit-value__items,.p-recruit-flow__item{
display:block;
}
.p-recruit-value__item,.p-recruit-flow__figure,.p-recruit-flow__main{
width:100%;
margin-right:0%;
}
}

@media screen and (max-width: 510px){
html body section.p-recruit-image {
height: 550px;
}
.p-recruit-best__item-subttl {
font-size: 20px;
}
.p-recruit-cta__description {
text-align: left;
font-size: 14px;
}
.p-recruit-cta__ttl-small {
font-size: 15px;
}
.p-recruit-cta__ttl {
font-size: 24px;
}
.p-recruit-message__copy{
font-size:24px;
}
.p-recruit-message__copy span{
font-size:30px;
}
}

@media screen and (max-width: 375px){
.p-recruit-best__item-ttl {
font-size:15px;
}
}

/*プライバシーポリシー*/
.p-policy__main-meta p:not(:last-child){
margin-bottom:8px;
}
.p-policy li{
list-style: disc;
margin-left: 30px;
}

.p-policy ul{
margin-top: 10px;
	}
.p-policy h2 {
margin-top: 60px;
font-size: 24px;
text-align: left;
-webkit-background-clip: text;
-webkit-text-fill-color: black;
color: #000;
margin: 60px 0 10px;
}

@media screen and (max-width: 768px) {
html body .main_wrapper.p-policy  {
margin-bottom: 50px;
}

}

@media screen and (max-width: 510px) {
.p-policy__main-meta p:not(:last-child){
margin-bottom:15px;
}

}

/*下層共通*/
.p_bg_right:after {
content: '';
background-image: url(./img/mask_white_right_btm_mesh.png);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
display: block;
position: absolute;
bottom: -1px;
right: 0px;
z-index: 100;
height: 150px;
background-position: bottom right;
}
.p_bg_right:before {
content: '';
background-image: url(./img/mask_white_right.png);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
display: block;
position: absolute;
top: -1px;
right: 0px;
z-index: 100;
height: 124px;
background-position: top right;
}
.p_bg_left:after {
content: '';
background-image: url(./img/mask_white_left_btm_mesh.png);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
display: block;
position: absolute;
bottom: -1px;
right: 0px;
z-index: 100;
height: 150px;
background-position: bottom left;
}
.p_bg_left:before {
content: '';
background-image: url(./img/mask_white_left.png);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
display: block;
position: absolute;
top: -1px;
right: 0px;
z-index: 100;
height: 124px;
background-position: top left;
}
html body .p_bg_left,html body .p_bg_right{
	background: url(./img/bg_loop.png);
background-size: contain;
background-position: center center;
position: relative;
	padding-bottom:200px;
	margin-top: 100px;
}





.p-digital-model__icons{
	margin-top:60px;
}
.p-digital-model__icons img{
	max-width:200px;
}

.bgwave_left,.bgwave_right{
	position:relative;
}
.bgwave_left:after {
content: '';
background-image: url(./img/bg_line_1_w.png);
background-repeat: no-repeat;
background-size: cover;
width: 100vw;
display: block;
position: absolute;
height: 897px;
bottom: -69px;
left: 0px;
z-index: 1000;
}

.bgwave_right:after {
content: '';
background-image: url(./img/bg_line_2_w.png);
background-repeat: no-repeat;
background-size: cover;
width: 100vw;
display: block;
position: absolute;
height: 897px;
bottom: -69px;
left: 0px;
z-index: 1000;
}


.c-mainvisual__text h1.c-mainvisual__heading{
	font-size:50px;
	line-height: 120%;
margin-top: 15px;
}
.c-mainvisual__text .c-mainvisual__text-small{
	font-size:26px;
}
.c-mainvisual__text{
	color:#fff;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
		padding:0;
		margin:0;

}
.c-mainvisual .container_1100{
	height:571px;
}
.c-mainvisual{
	top:0%;
background-size: cover;
background-position: bottom center;
height: 571px;
position: relative;	
	padding: 0 40px;
}

.c-mainvisual:after{
content: '';
background-image: url("./img/h1_mask.png");
background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  position: absolute;
bottom: -1px;
right: 0px;
	z-index: 100;
	height: 196px;
background-position: bottom left;
}

.breadcrumb__container {
z-index: 200;
font-size: 12px;
max-width: 1100px;
margin: auto;
margin-top: -50px;
position: relative;
	width: 100%;
	line-height: 200%;
}

@media screen and (min-width: 1400px){
		.bgwave_right:after,.bgwave_left:after {
bottom: -166px;
}

}
@media screen and (min-width: 1600px){


}

@media screen and (min-width: 1920px){

	.top-news:after,.top-strength:after,.section_service:after {
bottom: -69px;
}
}

@media screen and (min-width: 2200px){
		.p_bg_left:after,.p_bg_right:after {
height: 180px;
}

	.p_bg_left:before,.p_bg_right:before {
height: 158px;
}	
	.bgwave_right:after,.bgwave_left:after {
bottom: -89px;
}
}

@media screen and (max-width: 1920px){
	html body .p_bg_left, html body .p_bg_right{
		margin-top:100px;
	}
		.p_bg_left:before,.p_bg_right:before,.p_bg_left:after,.p_bg_right:after{
		background-size:contain;
	}
	
}

@media screen and (max-width: 1400px){
.c-mainvisual:after {
background-size: contain;
}
}

@media screen and (max-width: 1024px){
.breadcrumb__container {
margin-top: -30px;
}
.c-mainvisual {
padding: 0 40px;
}	
}

@media screen and (max-width: 768px){
body section.p-digital-schedule,body section.p-oversea-schedule {
padding-bottom: 100px;
}
.p-digital-flow__step .p-digital-flow__title{
		height:auto;
	}
	.p-digital-flow__step:after{
		content: '';
background-image: url(./img/arrow_b_w_s.png);
background-repeat: no-repeat;
background-size: contain;
width: 15px;
display: block;
position: absolute;
height: 40px;
top: auto;
right: 49%;
bottom: -65px;
	}
	.p-digital-flow__step {
width: 100%;
margin-bottom: 100px;
text-align: center;
		position:relative;
	}
.p-digital-service__description{
margin-top:30px;
}
.p-digital-service__items{
margin-top:60px;

}

.p-digital-model__description{
text-align:left;
}
.p-digital-service__image{
margin-top:60px;
width: 90%;
margin: auto;
max-width: 550px;
}

	.p-digital-service .mt100{
		margin-top:60px;
	}
	.c-mainvisual {
padding: 0px 25px;
		margin-bottom: 25px;
}
	.c-mainvisual__text .c-mainvisual__text-small {
font-size: 20px;
}
	.c-mainvisual__text h1.c-mainvisual__heading {
font-size: 38px;
	line-height: 150%;
}
	.p-digital-model.bg_big{
background-image: url(./img/sp_bg_1600.png);
height: 1927px;
background-size: cover;
background-position: left top;
}
	.p-digital-model .p-digital-model__image{
		margin-top:50px;
	}
	.p-digital-model__image img {
max-width: 460px;
}
	.p-digital-flow.bg_small {
height: 912px;
}

	
	div.p-digital-achieve__image{
		text-align: center;
	width: 90%;
margin: 60px auto;
max-width: 470px;
	}
}

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

	
	.p-digital-flow__text{
		text-align:center;
		position:relative;
	}
	.p-digital-model.bg_big {
height: 1983px;
}
	.p-digital-model__image {
margin-top: 30px;
		position:relative;
}
	.p-digital-schedule__content img,.p-oversea-schedule__content img {
width: 800px;
}
	.p-digital-schedule__content,.p-oversea-schedule__content{
		overflow-x:scroll;
	}
	.p-digital-flow.bg_small {
height: 1150px;
}
	.p-digital-flow__step .p-digital-flow__image img {
width: 90%;
max-width: 250px;
}
	.sp-digital-flow__description{
		line-height:150%;
	}
	.p-digital-flow__image{
box-sizing: border-box;
	width: 90%;
margin: auto;
max-width: 240px;

	}
	.p-digital-flow__step .p-digital-flow__title.line1 {
padding-top: 0;
line-height: inherit;
height: auto;
margin: 12px 0;
}

	
}

@media screen and (max-width: 510px){
.breadcrumb__container {
margin-top: -10px;
}
html body .p_bg_left, html body .p_bg_right {
padding-bottom: 120px;
margin-top: 100px;
}
.p-main h3 {
font-size: 20px;
}
.c-mainvisual__text h1.c-mainvisual__heading {
font-size: 30px;
}
.c-mainvisual__text .c-mainvisual__text-small {
font-size: 16px;
}
.c-mainvisual,.c-mainvisual .container_1100{
height:450px;
}
}



