/* CSS Document */
.humb,.pc_none{
  display: none;
}
@media screen and (max-width: 750px){

/*
-------------------------------
共通
-------------------------------
*/
ul.nav{
  display: none!important;
}
.over_width,.inner_width,#wrap{
  width:100%!important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.inner_width{
  max-width:375px;
  margin:0 auto;
}
.pc_none{
  display: block;
}
.sp_none{
  display: none !important;
}
/*
-------------------------------
共通
-------------------------------
*/
.title{
  background-image: url(../images/company/concept_title.jpg);
  padding:100px 100px 70px;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.title h2{
  font-family: 'Silom', sans-serif;
  color:#fff;
  font-size: 60px;
}
.title p{
  font-size: 30px;
  font-weight: bold;
  color:#b9b9b9;
}
.fc_red{
  color:red;
}
.fs_16{
  font-size: 16px!important;
}
:root {
  --main_color: #4F3A93;
  --white: #fff;
  --english:"Manrope", sans-serif;
}
/*
-------------------------------
index
-------------------------------
*/
.mv1{
  position:relative;
  /* margin-top:-7vw; */
  padding-bottom:78vw;
  padding-top:30px;
  overflow-x: hidden;
}
.mv1 img{
  width:100%;
}
.mv1_text{
  position:absolute;
  top:92vw;
  left:0;
  width:100%;
  padding:0 20px;
}
.mv1 h1{
  font-size:30px;
  font-weight:bold;
  color:var(--main_color);
  margin-bottom:10px;
}
.mv1 h3{
  font-size:18px;
  font-weight:bold;
  color:var(--main_color);
  margin-bottom:24px;
}
.grouth{
  background-color: #F0F4FF;
  padding:50px 20px;
}
.grouth_image{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top:0;
}
.grouth_text{
  width:100%;
}
.grouth_text h3{
  font-size: 19px;
  margin-bottom:2rem;
  font-weight: bold;
}
.grouth_icon{
  width:46%;
}
.grouth_icon_title{
  font-size: 14px;
  padding:0 5px;
  border-radius: 5px;
  position: relative;
}
.grouth_icon_title::after{
  position:absolute;
  content:"\02228";
  top:0;
  right:5px;
  color:var(--white);
}
.grouth_icon_title.acc-open::after{
  content:"\02227";

}
.grouth_icon_title.of_shour{
  background-color:#1F6EA6 ;
  margin-top:10px;
  text-align: left!important;
  color:#fff;
}
.grouth_icon_title.ses{
  color:#fff;
  background-color:#E68219;
  margin-top:10px
}
.grouth_icon_inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap:wrap;
  width:100%;
  margin-top:15px;
}
.growth_main_image{
  width:100%;
  margin: 30px auto 0;
}
.grouth_content{
  margin-right:5px;
  width:45%;
}
.grouth_content img{
  width:100%;
}
.grouth_icon_inner span{
  display: block;
  font-size: 10px;
  line-height: 1.2;
  color:#2C6BA9;
}
.grouth_icon_inner.or span{
  color:#E68219;
}
.service{
  padding:80px 20px;
}
.section_title{
  font-family: var(--english);
  position:relative;
  font-size:30px;
  color:var(--main_color);
  line-height: 1.2;
}
.section_title span{
  font-size:18px;
}
.section_title::before{
  position: absolute;
  content:"ー";
  top:-50px;
  left:0;
  font-size:1.8em;
}
.service_content{
  display: block;
  margin-top:0;
}
.service_content_inner,
.service_content_inner2{
  width:100%;
  margin-top:25px;
  padding-bottom:25px;
}
.service_content_inner h4,
.service_content_inner2 h4{
  color:var(--main_color);
  font-size:1.3rem;
  margin:15px 0;
}
.view_detail{
  margin-top:15px;
  font-size:0.8rem;
  position:relative;
  font-weight: bold;
  display: inline;
}
.view_detail::after{
  content:"→";
  display: block;
  line-height: 24px;
  text-align: center;
  position:absolute;
  width:24px;
  height:24px;
  border-radius:12px;
  background-color:#F0F4FF ;
  top:0px;
  right:-40px;
}

.service_content_inner img,
.service_content_inner2 img{
  width:100%;
  transition:0.5s all;
}
.service_content_inner img:hover,
.service_content_inner2 img:hover{
  transform:scale(1.1,1.1);
  transition:0.5s all;
}
.profile{
  padding:20px;
}
.company{
  width:100%;
  margin:0 auto;
}
table.company tr:not(:last-child){
  border-bottom: 1px solid #9A9A9A;
}
table.company tr th,
table.company tr td{
  padding:0;
  width:100%;
  display: block;
}
table.company tr th{
  padding-top:15px;
  font-weight: bold;
  vertical-align: top;
  color:var(--main_color);
}
table.company tr td{
  padding-bottom:20px;
}
table.company tr td.jigyou{
  line-height: 25.5px;
}
.news{
  background-color: #F0F4FF;
  padding:60px 20px;
}
.posts_text{
  margin:30px auto 20px;
}
.news_link{
  position:relative;
  display: block;
  border-bottom:1px solid var(--white);
  width:100%;
  margin:0 auto;
}
.news_link::after{
  content:"→";
  display: block;
  line-height: 24px;
  text-align: center;
  position:absolute;
  width:24px;
  height:24px;
  border-radius:12px;
  background-color:var(--white);
  top:30px;
  right:0;
}
.news_link dl dt{
  font-size:13px;
}
.news_link dl dd{
  padding:7px 40px 0 0;
}
.contact{
  background:url(../images/pc/index/contact_bg.png) top center ;
  position:relative;
  padding:50px 20px;
}
.contact::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: #2C316A;
  opacity: 0.7;
}

.contact .section_title{
  color:var(--white);
  display: block;
  position:relative;
}
.contact .section_title::before{
  position:absolute;
  content:"ー";
  top:inherit;
  bottom:-45px;
  left:0;
}
a.contact .contact_text{
  position:relative;
  z-index:1;
  color:var(--white);
  margin-top:14px;
  padding-right:50px;
  display: block;
}
a.contact .contact_text::after{
  content:"→";
  display: block;
  line-height: 34px;
  text-align: center;
  position:absolute;
  width:34px;
  height:34px;
  border-radius:17px;
  background-color:var(--white);
  top:0;
  right:0;
  color:#2C316A;
}
/* コンタクトホバー挙動 */
.contact:hover::before{
  background-color: var(--white);
  opacity: 0.7;
}
.contact:hover .section_title{
  color:#2C316A;
}
a.contact:hover .contact_text{
  color:#2C316A;
}
a.contact:hover .contact_text::after{
  background-color:#2C316A ;
  color:var(--white);
}
/*
-------------------------------
business
-------------------------------
*/
/* bpo */
.business_mv1{
  background: none;
  margin-left:0;
  padding:14px 0;
}
.business_mv1 img{
  width:100%;
}
.business_text{
  margin-left:0;
  margin-top:-32vw;
}

.business_mv1 h1 span{
  display: inline-block;
  margin-bottom:1.56vw;
  font-size: 30px;
  padding-left:20px;
  color:var(--main_color);
  font-family: var(--english);
  background-color: var(--white);
  letter-spacing: 0.25em;
}
.business_mv1 h3{
  display: inline-block;
  font-size:22px;
  padding-left:20px;
  background-color: var(--white);
  margin:1vw 0 1.56vw;
}

.business_mv1 p.sp{
  display: inline-block;
  margin-bottom:1vw;
  background-color: var(--white);
  padding-right:20px;
  padding-left:20px;
}
.business_mv1 p.pc{
  display: none;
}
.arrow{
  color:var(--main_color);
}
.arrow img{
  width:25%;
}
.arrow_explan{
  font-size:18px;
  margin:0 auto 5px;
}
.features{
  margin:50px auto 70px;
}
.feature_content{
  margin:35px auto;
  height:500px;
  position:relative
}
.feature_content h3{
  position:absolute;
  top:0;
  left:inherit;
  right:0;
  font-size:40px;
  color:var(--white);
  line-height: 1;
  font-weight:bold;
  width:336px;
  height:226px;
  font-family: var(--english);

  padding-bottom:0;
}
.feature_content_text{
  position:absolute;
  width:100%;
  top:226px;
  right:0;
  z-index: -1;
}
.feature_content.content2 .feature_content_text .feature_inner{
  margin:0 auto 0 0;
}
.feature_content_text h4{
  font-size:50px;
  width:336px;
  margin-right:0;
  margin-left:auto;
  line-height: 1.2;
  font-family: var(--english);
  font-weight: bold;
}
.feature_inner{
  margin:0 0 0 auto;
  width:336px;
  padding:18px 18px 24px;
  min-height:auto;
}
.inner_name{
  font-size:12px;
  font-weight: 600;
  text-align: left!important;
}
.inner_title{
  font-size:19px;
  margin:0 auto;
  font-weight: normal;
  color:var(--main_color);
}
.inner_text{
  color:#FF07D9;
  line-height: 1.7;
}
.bpo_features .feature_content.content1 h3{
  background: url(../images/pc/bpo/mv2_1.png) top center no-repeat;
}
.bpo_features .feature_content.content2 h3{
  background: url(../images/pc/bpo/mv2_2.png) top center no-repeat;
  left:0;
  right:inherit;
}
.bpo_features .feature_content.content3 h3{
  background: url(../images/pc/bpo/mv2_3.png) top center no-repeat;
}
.service_chart_inner_detail{
  width:92%;
  margin:25px auto 0;
}
ul.service_chart_icon{
  display: flex;
  justify-content: space-around;
  width:92%;
  flex-wrap: wrap;
  margin-top:30px;
}
ul.service_chart_icon li{
  display: inline-block;
  text-align: center;
  width:45%;
  margin:10px auto;
}
ul.service_chart_icon li img{
  width:100%;
}
ul.service_chart_icon li span{
  display: block;
  font-size: 15px;
  line-height: 1;
}
.cases{
  margin:80px auto 20px;
}
.cases_content{
  margin-top:-65px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding:60px 20px 20px;
}
.cases_inner{
  display: block;
  padding:10px 10px 20px;
  width:100%;
  max-width: 1087px;
  margin:24px auto 0;
  background-color: var(--white);
}
.cases_inner img{
  width:100%;
  object-fit: contain;
}
.case_text{
  padding:0;
}
.case_text1{
  font-size: 18px;
  color:var(--main_color);
  margin-bottom:10px;
}
.case_text2{
  font-weight:bold;
  margin-bottom:10px;
}
.case_text3{
  color:#FF07D9;
  line-height: 1.7;
}
.contact_link{
  font-family: var(--english);
  font-weight: bold;
  display: block;
  font-size: 19px;
  width:86.1%;
  max-width: 323px;
  margin:26px auto;
  padding:10px 0;
  background-color: var(--main_color);
  color:var(--white);
  line-height: 1.1;
}
.contact_link span{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
/* offshore-pmo */
.business_mv1.offshore_pmo{
  background: none;
}
.offshore_pmo .business_text{
  margin-top:-45vw;
}
.offshore_pmo_features .feature_content.content1 h3{
  background: url(../images/sp/offshore_pmo/mv2_1.png) top center no-repeat;
}
.offshore_pmo_features .feature_content.content2 h3{
  background: url(../images/sp/offshore_pmo/mv2_2.png) top center no-repeat;
  left: 0;
  right: inherit;
}
/* ses */
.business_mv1.ses{
  background: none;
}
.ses_features .feature_content.content1 h3{
  background: url(../images/sp/ses/mv2_1.png) top center no-repeat;
}
.ses_features .feature_content.content2 h3{
  background: url(../images/sp/ses/mv2_2.png) top center no-repeat;
  left: 0;
  right: inherit;
}
.ses_features .feature_content.content3 h3{
  background: url(../images/sp/ses/mv2_3.png) top center no-repeat;
}
/* india */
.india_mv1{
  position:relative;
  padding-top:30px;
  background-color: #F0F4FF;
  border-bottom:none;
  border-left:none;
  box-sizing: border-box;
}
.india_mv1 img{
  width:100%;
}
.india_mv1_image{
  position:absolute;
  width:59.5vw;
  top:-63px;
  right:0;
}
.india_mv1_image2{
  position:absolute;
  width:24.06vw;
  top:15vw;
  right:0;
}
.india_mv1 h1{
  position:absolute;
  top:0;
  right:0;
  z-index:1;
  font-family: "Manrope", sans-serif;
  font-weight:bold;
  color: var(--white);
  font-size:5vw;
  line-height:1.1;
}
.india_mv1_content{
  position:absolute;
  width:100%;
  z-index: 1;
  text-align: center;
  top:18vw;
  color: var(--main_color);
}
.india_mv1_content h2{
  text-decoration: underline;
  text-underline-offset: 8px;
  font-size:21px;
}
.india_mv1_content h3{
  font-size:32px;
}
.india_mv1_content p{
  font-size:15px;
  font-weight: bold;
}
.india_mv1_content ul{
  display: block;
  margin:30px auto;
  width:100%;
}
.india_mv1_content ul li{
  text-align: center;
  display: block;
  color: var(--main_color);
  background-color:var(--white);
  border-radius: 7px;
  width:50%;
  padding:8px 0;
  margin:0 0 5px auto;
}
.india_mv1_content ul li span{
  font-size:17px;
  font-weight:bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.simulation{
  display: inline-block;
  font-size:13px;
  font-weight:bold;
  color:#E68219;
}

.simulation.sec img{
  width:76%;
}
.simulation_content{
  width:58%;
  margin:0 auto;
  text-align: center;
}
.simulation_content p{
  font-size:13px;
}
.simulation_content p img{
  width:100%;
}
.simulation_btn.sec{
  width:76%;
  margin:0 auto;
}
.simulation_btn a{
  position:relative;
  text-align: center;
  display: block;
  width:105%;
  padding:10px 0;
  font-size:15px;
}
.simulation_btn a::after{
  position:absolute;
  content:"→";
  top:10px;
  right:10px;
}
.simulation_btn a:first-child{
  background-color: #E68219;
  color:var(--white);
  border-radius: 20px;
  font-size:16px;
}
.india_nav{
  background-color: #F0F4FE;
  padding-top:100px;
}
.india_nav ul{
  display: block;
  justify-content: space-around;
  padding:48px 18%;
  margin:0 auto;
  border-bottom:none;
}
.india_nav ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--main_color);
  text-align: center;
  font-family: var(--english);
  font-size:15px;
  font-weight: bold;
  padding:20px 0;
}
.india_nav ul li a span{
  font-size:12px;
  font-weight: normal;
  padding-right:2em;
  position: relative;
}
.india_nav ul li a span::after{
  position:absolute;
  content:"→";
  top:0;
  right:0.5em;
}
.india_nav ul li a:not(last-child){
  border-bottom:1px solid var(--main_color);
}
.india_about{
  padding:36px 20px;
  background-color: #F0F4FE;
  margin-bottom:20px;
}
.india_about p{
  text-align: left;
}
.india_title{
  color:var(--main_color);
  font-family: var(--english);
  position:relative;
  font-weight: bold;
  font-size: 18px;
}
.india_title::after{
  position: absolute; 
  content: "";
  background-color: var(--main_color);
  width: 40px; 
  height: 5px; 
  bottom: -5px; 
  left: 50%; 
  transform: translateX(-50%);
}
.india_sub_title{
  font-size:26px;
  font-weight:bold;
  margin:28px auto;
}
.india_frow1{
  margin: 36px auto 0;
  overflow-x: scroll;
}
.india_reason{
  padding:60px 20px;
  background: url(../images/sp/india/reason_bg.png) top left no-repeat;
  background-size: 120%;
}
.reason_inner{
  display: flex;
  align-items: flex-start;
  margin:230px auto 80px;
  width:100%;
}
.reason_inner.sec{
  margin:50px auto;
}
.reason_text{
  padding-left:0;
  
}
.reason_inner h3{
  font-size: 22px;
  padding-left:18px;
}
.reason_inner p{
  padding-left:18px;
}
.reason_text img{
  margin-top:26px;
  width:100%;
}
.reason_inner.sec h3{
  line-height: 1.5;
}
.india_mock_image h3,
.india_mock_image h3 img{
  width:100%;
}
.mock_content{
  display: block;
  justify-content: space-around;
}
.mock_inner{
  width:100%;
}
.mock_inner img{
  width:100%;
}
.mock_inner h4{
  font-size: 24px;
  font-weight:bold;
  margin-top:-70px
}
.mock_inner p{
  padding:1rem 1.5rem;
}
.india_market{
  padding:80px 20px;
  background-color: #F0F4FE;
  
}
.market_content{
  margin:60px auto;
}
.market_content img{
  width:100%;
}
.market_content h3,
.market_content h3 img{
  width:100%;
}
.market_content.re{
  padding-top:60px;
}
.market_content p{
  font-size:18px;
  color:var(--main_color);
  font-weight:bold;
}
.market_content.re .mock_inner p{
  padding:1rem 0;
  font-size:15px;
  color:#1B1B1B;
  font-weight:normal;
  text-align: left;
}
.mock_content.mar{
  justify-content: space-between;
}
.mock_content.mar .mock_inner{
  width:100%;
}
.mock_content.mar .mock_inner img{
  width:100%;
}
.mock_content.mar .mock_inner h4{
  margin-top:20px;
}
.btn_content h2{
  font-size: 22px;
  color:var(--main_color);
  margin-bottom:30px;
  text-align: left;
}
.btn_content .simulation_btn a{
  margin:0 auto;
}
.support{
  padding:80px 40px;
}
.support_content{
  display: block;
  margin-top:40px;
}
.support_inner{
  width:100%;
  text-align: center;
  margin-bottom:40px;
}
.support_inner img{
  float:left;
  width:130px;
}
.support_inner p{
  font-size:18px;
  color:var(--main_color);
  padding-top:2rem;
  text-align: left;
}
.support_inner p.support_ac_btn{
  text-align: center;
  position:relative;
  padding:3px 21px 3px 10px;
  font-size:14px;
  font-weight:normal;
  border-radius: 15px;
  background-color: #F0F4FF;
  width:110px;
  margin:10px 60px 0 auto;
}
.support_ac_btn::after{
  position: absolute;
  content:"\02228";
  font-size:12px;
  top:5px;
  right:5px;
}
.support_ac_btn.acc-open::after{
  content:"\02227";
}
.support_content ol{
  margin:70px auto;
  width:100%;
  padding:0 20px;
}
.support_content ol li{
  display: block;
  text-align: left;
  border-bottom:1px solid #707070;
}
.support_content ol li:first-child{
  border-top:1px solid #707070;
}
.contract{
  padding:0 20px 120px;
}
.contract_sub_title{
  font-size:15px;
  text-align: left;
}
.contract_content{
  margin-top:70px;
}
.contract_content h4{
  font-size:22px;
  font-weight:bold;
}
.contract_inner{
  margin-top:25px;
  display: block;
  justify-content: space-between;
}
.contract_image{
  height:fit-content;
  margin-left: calc(50% - 50vw);
}
.contract_image.sec{
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
.flow_text_title{
  font-size:18px;
  font-weight: bold;
  color:var(--main_color);
  line-height: 2;
}
.flow_icon{
  padding:12px 0 0;
}
.flow_icon img{
  width:100px;
}
.flow_icon.sec{
  padding:20px 0 0;
}
.flow_text_inner{
  margin-bottom: 30px;
  padding-left:10px;
}
.flow_text_inner.sec{
  margin-bottom: 40px;
}
.flow_text{
  font-size:14px;
  font-weight:lighter;
  letter-spacing: 0.01em;
}
.flow_date{
  display: inline-block;
  margin-top:15px;
  background-color: rgba(79,58,147,0.5);
  padding:3px 7px;
  border-radius: 16px;
  color:#fff;
}
.india_plan{
  background-color: #F0F4FF;
  padding:60px 20px;
}
.plan_content{
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan_content.inner_width{
  padding:0;
}
.plan_inner{
  width:100%;
  margin:0 auto;
}
.plan_image{
  position:relative;
  width:100%;
  height:215px;
  border-radius: 30px 30px 0 0;
}

.plan_image::after{
  position: absolute;
  display: block;
  content:"";
  background: linear-gradient(rgba(0, 0, 0, .2),  rgba(0, 0, 0, .2));
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 1;
  border-radius: 30px 30px 0 0;
}
.plan_image.image1{
  background: url(../images/sp/india/plan_1.png)top center no-repeat;
  background-size: cover;
}
.plan_image.image2{
  background: url(../images/sp/india/plan_2.png)top center no-repeat;
  margin-top: 60px;
  background-size: cover;
}
.plan_image.image3{
  background: url(../images/sp/india/plan_3.png)top center no-repeat;
  margin-top: 60px;
  background-size: cover;
}
.plan_image.image4{
  background: url(../images/sp/india/plan_4.png)top center no-repeat;
  margin-top: 60px;
  background-size: cover;
}
.plan_image p{
  position:absolute;
  bottom:0;
  left:0;
  color:var(--white);
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size:23px;
  z-index: 2;
  line-height: 1;
}
.plan_image p span{
  font-size:70px;
  margin-right:15px;
}
.plan_text{
  background-color: var(--white);
  padding:25px 20px 0;
  border-radius:0 0 30px 30px;
}
.plan_title{
  font-size:20px;
  font-weight: bold;
  margin-bottom:10px;
}
.plan_text ol{
  margin-bottom:10px;
}
.plan_text ol li{
  position:relative;
  font-size:16px;
  color:var(--main_color);
  font-weight:bold;
  line-height: 1.5;
  padding-left:20px;
}
.plan_text ol li::before{
  content:"";
  position:absolute;
  top:5px;
  left:0;
  width:16px;
  height:16px;
  background: url(../images/pc/india/check.png) no-repeat;
  background-size: contain;
}
.plan_text ol li span.fs_14{
  font-size:14px;
  line-height: 1;
}
.plan_attention{
  font-size:22px;
  font-weight:bold;
  margin:80px auto 30px;
}

/* ------------------
topics
---------------------*/
.topic_mv{
  width:100vw;
  position:relative;
}
.topic_mv img{
  width:100%;
}
.topic_mv h1{
  padding:20px 0;
  background-color: rgba(255,255,255,0.8);
  color:rgb(13, 29, 54);
  position:absolute;
  top:90%;
  left:50%;
  transform: translate(-50%, -50%); 
  font-size:28px; 
  width:90%;
}
.topic_mv h1 span{
  font-size:13px;
}
.topic_container,
.topic_text{
  background: linear-gradient(90deg, #fff 0%, #fff 40%, rgb(235,242,247) 40%, rgb(235,242,247) 100%);
  padding:80px 0;
}
.topic_inner,
.topic_text_inner{
  background-color: #fff;
  padding:36px 10px;
}
.topic_inner dl{
  display: flex;
  align-items: center;
  margin:0 auto;
}
.topic_inner dl dt{
  width:40%;
}
.topic_inner .news_link_topic dl dd{
  width:60%;
  padding-top:0;
}
.topic_inner .news_link_topic{
  width:100%;
}
.topic_link_archive,
.send_btn,
.send_btn_ba{
  margin-top:20px;
  width:150px;
}


.contact_content table{
  width:100%;
  
}
.contact_content table th,
.contact_content table td{
  display: block;
  width:100%;
  box-sizing: border-box;
}
.contact_content table th::before{
  display: none;
}
.contact_content table td::before{
  width:100%;
}
.contact_content table th{
  text-align: center;
}
.contact_content table th span{
  font-size:0.8em;
  color:rgb(250,189,0);
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
  padding:7px;
  width:100%;
  box-sizing: border-box;
  margin:0 auto;
}
input[type="text"].postcode{
  width:30%;
}
.checked_select{
  display: none;
}
.checked_select.active{
  display: initial;
}
/* -------------------------
offshore
------------------------- */
main.offshore_main{
  margin-bottom:100px;
}
.offshore_hero{
  padding-top:0;
  padding-bottom:0;
  height:170vw;
}
.offshore_image1{
  top:0;
  left:0;
}
.offshore_image2{
  top:inherit;
  bottom:0;
  left:0;
}
.offshore_image3{
  top:0;
  left:0;
}
.tagline{
  top:40vw;
  left:50%;
  transform: translateX(-50%);
  font-size: 20px;
  width:100%;
  text-align: center;
}
.tagline2{
  top:68vw;
  left:50%;
  transform: translateX(-50%);
  font-size: 3vw;
  width:60%;
  text-align: center;
}
.offshore_mv2 {
  margin-top: 0;
  background: none;
}
.offshore_mv2::after {
  top:0;
}
.cta_white_btn{
  position:static;
  bottom:0;
  right:0;
  width:80%;
  margin:20px auto 60px;
}
.mv2_header {
  text-align: center;
  margin:0 auto 36px;
  padding:20px 0;;
  font-size: 3vw;
  background: radial-gradient(circle at left center, var(--green) -50%, var(--indigo) 50%, var(--indigo) 80%, var(--red) 140%);
}
.mv2_header h2{
  margin:0;
  padding: 0 5%;
}
.mv2_header p{
  font-size: 2vw;
  padding:0;
}
.offshore_point{
  height:100%;
}
.offshore_point::before{
  width:130%;
  height:50%;
}
.offshore_point h2{
  font-size:1.2rem;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}
.offshore_point img.point_img1 {
  height:auto;
  position:static;
  clip-path: none;
  transform: none;
}
.point_text{
  position: inherit;
  width:80%;
  margin:-100px auto 0;
  top:0;
  left:0;
  max-width:350px;
}
.offshore_point_title{
  width:30%;
}
.offshore_point_main{
  font-size: 16px;
}
.point01_image img{
  position:static;
  display: block;
  left:0;
  width:80%;
  margin:0px auto;
  max-width: 80%;
}
.engineers{
  overflow-x: hidden;
}
.engineers a{
  width:80%;
}
.engineers::before{
  width:140%;
  height:100%;
  top:10vw;
}
.engineers h3{
  font-size: 16px;
}
.engineers ul {
  display: block;
}
.engineers ul li{
  width:60%;
  margin:10px auto;
}
.engineers ul.bridge{
  padding:0;
  max-width: 100%;
}
.engineers ul.bridge li{
  font-size: 14px;
  padding:10px 7px;
  width:90%;
  margin:0 auto 20px;
  transform: none;
}
.engineers ul.bridge li span {
  font-size:14px;
  width: 40%;
  top:-10px;
}
.engineers.offshore_point03 ul.bridge li {
  width: 80%;
}
.engineers.offshore_point03 ul.bridge li span{
  top:-15px;
}
.point03_title{
  font-size: 14px;
}
.point03_text {
  font-size: 10px;
  padding: 14px 5px;
  }
.offshore_point.offshore_point_05{
  margin-top: 60px;
} 
.point05 .point_text {
  left: 0;
  top: 10vw;
  width: 80%;
}
.offshore_point img.point05_img1{
  position:static;
  display: block;
  width:80%;
  margin:0 auto;
  top:0;
  transform: none;
  height:inherit;
}
.offshore_point05_row {
  display: block;
  position:static;
  transform: none;
  left:0;
  max-width:100%;
  top:0;
}
.engineers.offshore_point05{
  height:auto;
}
.engineers.offshore_point05::before{
  top:5vw;
  height:40vw;
}
.offshore_point05 p{
  width:80%;
  text-align: center;
  margin:0 auto 20px;
  font-size: 10px;
}
.cta_btn{
  margin:0 auto;
  width:80%;
}
.cta_btn img{
  display: block;
  margin: 0 auto;
}
.offshore_point05 .arrow{
  width:80%;
  max-width:350px;
  margin: 0 auto;
}
.offshore_point05 .arrow img{
  width:15%;
}
.case{
  margin-top:0;
}
.case h2{
  margin-top:0;
  background-color: inherit;
  padding:50px 0 0;
  margin:0 auto;
  font-size:20px;
  z-index: 1;
}
.offshore_case{
  margin-top:20px;
}
.offshore_case_content{
  max-width: 100%;
}
.offshore_case::before{
  height:40vw;
  top:-20vw;
}
.case_content{
  display: block;
  max-width: 100%;
}
.case_image{
  width:80%;
  margin:0 auto;
  text-align: center;
}
.case_text_content{
  width:80%;
  margin:0 auto;
  padding:0 5px 10px;
}
.case_image span{
  width:40%;
  font-size: 20px;
}
.case_title{
  font-size: 20px;
}
#offshore .case_text {
  font-size: 12px;
}
.case_text_content ol li {
  padding: 5px 0;
  font-size: 10px;
}
.offshore_system {
  margin-top:200px;
  }
.offshore_system_content{
  padding-top:20px;
}
.offshore_system_content h2{
  background-color: inherit;
  font-size: 20px;
}
.offshore_system::before{
  height:40vw;
  top:0;
}
.offshore_system_inner{
  display: block;
  width:80%;
  margin:60px auto 0;
}
.offshore_system_image1,
.offshore_system_image2{
  width:100%;
}
.offshore_system_inner img{
  width:100%;
}
.offshore_system_content h2{
  z-index: 1;
  padding:0;
}
/* -------------------------
プライバシーポリシー
------------------------- */
.policy_sub_content.inner_width{
  margin-top: 60px;
}
}