@import url('https://fonts.cdnfonts.com/css/silom');
@import url('https://fonts.cdnfonts.com/css/copperplate');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@400;500;700&family=Righteous&display=swap');
/*
-------------------------------
共通
-------------------------------
*/
.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:90px;
}
.mv1 img{
  width:100%;
}
.mv1_text{
  position:absolute;
  top:23vw;
  left:58.9vw;
  width:23.75vw;
}
.mv1 h1{
  font-size:2.8vw;
  font-weight:bold;
  color:var(--main_color);
  margin-bottom:34px;
}
.mv1 h3{
  font-size:1.4vw;
  font-weight:bold;
  color:var(--main_color);
  margin-bottom:38px;
}
/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
  /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:1%;
  left:10%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
    0%{bottom:1%;}
    50%{bottom:3%;}
   100%{bottom:1%;}
}

/*Scrollテキストの描写*/
.scrolldown4 span{
  /*描画位置*/
  position: absolute;
  left:-7px;
  bottom:60px;
  /*テキストの形状*/
  color: #1B1B1B;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
/*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #1B1B1B;
  transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
  /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
  /*矢印の形状*/
  width:1px;
  height: 50px;
  background:#1B1B1B;
}

.grouth{
  background-color: #F0F4FF;
  padding:100px 0 60px;
}
.grouth_image{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:46px auto 0;
  max-width: 1200px;
}
.grouth_icon{
  padding-top:100px;
}
.grouth_text{
  width:750px;
  margin:0 auto;
}
.grouth_text h3{
  font-size: 28px;
  margin-bottom:1rem;
  font-weight: bold;
}
.grouth_icon_title{
  font-weight: bold;
  font-size: 22px;
}
.grouth_icon_title.of_shour{
  color:#2C6BA9;
  margin-top:46px;
}
.grouth_icon_title.ses{
  color:#E68219;
  margin-top:30px
}
.grouth_icon_inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap:nowrap;
}
.growth_main_image{
  width:38%;
  margin:auto 1%;
}
.grouth_content{
  margin-right:5px;
  width:25%;
}
.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:100px 0;
}
.section_title{
  position:relative;
  font-size:3rem;
  color:var(--main_color);
  line-height: 0.7;
}
.section_title span{
  font-size:1.2rem;
}
.section_title::before{
  position: absolute;
  content:"ー";
  top:-35px;
  left:0;
}
.service_content{
  display: flex;
  justify-content: space-between;
  margin-top:80px;
}
.service_content_inner{
  width:47.5%;
}
.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:-3px;
  right:-40px;
}
a.service_content_inner:hover .view_detail::after,
a.service_content_inner2:hover .view_detail::after{
  background-color:#2C316A ;
  color:var(--white);
}
.service_content_inner2{
  width:29.8%;
}
.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;
}
.company{
  width:900px;
  margin:30px auto;
}
table.company tr:not(:last-child){
  border-bottom: 1px solid #9A9A9A;
}
table.company tr th,
table.company tr td{
  padding:30px 0;
}
table.company tr th{
  width:15%;
  font-weight: bold;
  vertical-align: top;
}
.news{
  background-color: #F0F4FF;
  padding:70px 0;
}
.posts_text{
  margin:60px auto 20px;
}
.news_link{
  position:relative;
  display: block;
  border-bottom:1px solid var(--white);
  width:70%;
  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:10px;
  right:0;
}
.news_link:hover::after{
  background-color:#2C316A ;
  color:var(--white);
}
.news_link dl dt{
  font-size:13px;
}
.news_link dl dd{
  padding-top:7px;;
}
.news_link dl dd::after{
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.news_link dl dd:hover::after{
  transform: scale(1, 1);
}
.contact{
  background:url(../images/pc/index/contact_bg.png) top center ;
  position:relative;
  background-size: cover;
  padding:100px 0;
}
.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:-35px;
  left:3%;
}
a.contact .contact_text{
  position:relative;
  z-index:1;
  color:var(--white);
  margin-top:70px;
  display: block;
}
a.contact .contact_text::after{
  content:"→";
  display: block;
  line-height: 57px;
  text-align: center;
  position:absolute;
  width:57px;
  height:57px;
  border-radius:27px;
  background-color:var(--white);
  top:-100px;
  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);
}
.map{
  height:450px;
}
/*
-------------------------------
business
-------------------------------
*/
/* bpo */
.business_mv1{
  background: url(../images/pc/bpo/mv1.png) top right no-repeat;
  background-size:cover;
  padding:9.7vw 0;
  /* margin-top:-3.5vw; */
  margin-left: 24.1vw;
}
.business_text{
  margin-left:-12.05vw;
}
.business_mv1 h1 span{
  display: inline-block;
  margin-bottom:1.56vw;
  font-size: 2.8vw;
  color:var(--main_color);
  background-color: var(--white);
  letter-spacing: 0.45em;
}
.business_mv1 h3{
  display: inline-block;
  font-size:1.56vw;
  background-color: var(--white);
  margin:1vw 0 1.56vw;
}
.business_mv1 p{
  display: inline-block;
  margin-bottom:1vw;
  background-color: var(--white);
  padding-right:10px;
}
.business_mv1 p.sp{
  display: none;
}
.arrow{
  color:var(--main_color);
}
.arrow_explan{
  font-size:20px;
  margin:0 auto 15px;
}
.features{
  margin:110px auto 80px;
}
.feature_content{
  margin:50px auto 80px;
  height:410px;
  position:relative
}
.feature_content h3{
  position:absolute;
  top:0;
  left:0;
  font-size:53px;
  color:var(--white);
  line-height: 1;
  font-weight:bold;
  width:58.1%;
  padding-bottom:30vw;
}
.feature_content_text{
  position:absolute;
  width:74%;
  top:0;
  right:0;
  z-index: -1;
}
.feature_content_text h4{
  font-size:60px;
  width:60.67%;
  margin-right:0;
  margin-left:auto;
}
.feature_inner{
  margin-top:-45px;
  background-color: #F0F4FF;
  padding:55px 7.3% 55px 50.6%;
  min-height:370px;
}
.inner_name{
  font-size:16px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}
.inner_title{
  font-size:24px;
  margin:35px auto;
  font-weight: normal;
  color:var(--main_color);
}
/* .inner_text{
  color:#FF07D9;
} */
.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;
}
.bpo_features .feature_content.content3 h3{
  background: url(../images/pc/bpo/mv2_3.png) top center no-repeat;
}
.service_chart_inner_detail{
  width:50%;
  margin:25px auto 35px;
}
ul.service_chart_icon{
  display: flex;
  justify-content: space-around;
}
ul.service_chart_icon li{
  display: inline-block;
  text-align: center;
}
ul.service_chart_icon li span{
  display: block;
  font-size: 18px;
  color:var(--main_color);
}
.cases{
  margin:120px auto;
}
.cases_content{
  margin-top:-65px;
  margin-right: calc(50% - 50vw);
  background-color: #F0F4FF;
  padding:100px 0 70px 4.3vw;
}
.cases_inner{
  display: flex;
  padding:10px;
  width:90.5%;
  max-width: 1087px;
  margin:0 auto 0 0;
  background-color: var(--white);
}
.cases_inner img{
  width:54.55%;
  object-fit: contain;
}
.case_text{
  padding:30px;
}
.case_text1{
  font-size: 18px;
  color:var(--main_color);
  margin-bottom:20px;
}
.case_text2{
  font-weight:bold;
  margin-bottom:20px;
}
.case_text3{
  color:#FF07D9;
}
.contact_link{
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  display: block;
  font-size: 25px;
  width:100%;
  max-width: 856px;
  margin:100px auto;
  padding:20px 0;
  background-color: var(--main_color);
  color:var(--white);
  line-height: 1.1;
}
.contact_link span{
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
/* offshore-pmo */
.business_mv1.offshore_pmo{
  background: url(../images/pc/offshore_pmo/mv1.png) top right no-repeat;
}
.offshore_pmo_features .feature_content.content1 h3{
  background: url(../images/pc/offshore_pmo/mv2_1.png) top center no-repeat;
}
.offshore_pmo_features .feature_content.content2 h3{
  background: url(../images/pc/offshore_pmo/mv2_2.png) top center no-repeat;
}
/* ses */
.business_mv1.ses{
  background: url(../images/pc/ses/mv1.png) top right no-repeat;
}
.ses_features .feature_content.content1 h3{
  background: url(../images/pc/ses/mv2_1.png) top center no-repeat;
}
.ses_features .feature_content.content2 h3{
  background: url(../images/pc/ses/mv2_2.png) top center no-repeat;
}
.ses_features .feature_content.content3 h3{
  background: url(../images/pc/ses/mv2_3.png) top center no-repeat;
}
/* india */
.india_mv1{
  position:relative;
  border-bottom:52.5vw solid #F0F4FE;
  border-left: 13.12vw solid transparent;
  box-sizing: border-box;
}

.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;
  z-index: 1;
  top:11.25vw;
  color: var(--main_color);
}
.india_mv1_content h2{
  text-decoration: underline;
  text-underline-offset: 8px;
  font-size:2vw;
}
.india_mv1_content h3{
  font-size:4.6vw;
}
.india_mv1_content p{
  font-size:19px;
  font-weight: bold;
}
.india_mv1_content ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width:42.18vw; */
  margin:3.75vw 0;
}
.india_mv1_content ul li{
  text-align: center;
  display: inline-block;
  color: var(--main_color);
  background-color:var(--white);
  border-radius: 20px;
  width:32%;
  padding:20px 0;
  box-shadow: 4px 5px 10px -7px #777777;
}
.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:1.06vw;
  font-weight:bold;
  color:#E68219;
}

.simulation.sec img{
  width:20%;
}
.simulation_content{
  width:44%;
  text-align: center;
}
.simulation_content p{
  font-size:1.18vw;
}
.simulation_content p img{
  width:100%;
}
.simulation_btn.sec{
  width:24%;
  margin:0 auto;
}
.simulation_btn a{
  position:relative;
  text-align: center;
  display: block;
  width:100%;
  padding:10px 0;
  font-size:1.06vw;
}
.simulation_btn a::after{
  position:absolute;
  content:"→";
  top:10px;
  right:0.93vw;
}
.simulation_btn a:first-child{
  background-color: #E68219;
  color:var(--white);
  border-radius: 20px;
}
.india_nav{
  background-color: #F0F4FE;
}
.india_nav ul{
  display: flex;
  justify-content: space-around;
  padding:48px 0;
  border-bottom:1px solid var(--main_color);
}
.india_nav ul li a{
  display: block;
  color: var(--main_color);
  text-align: center;
  font-family: var(--english);
  font-size:18px;
  font-weight: bold;
}
.india_nav ul li a span{
  font-size:14px;
  font-weight: normal;
}
.india_about{
  padding:120px 0;
  background-color: #F0F4FE;
}
.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{
  color:var(--main_color);
  font-size:34px;
  font-weight:bold;
  margin:36px auto;
}
.india_frow1{
  margin: 36px auto 0;
  overflow-x: scroll;
}
.india_reason{
  padding:7.5vw 0;
  background: url(../images/pc/india/reason_bg.png) top left no-repeat;
  background-size: 65%;
}
.reason_inner{
  display: flex;
  align-items: flex-start;
  margin:80px 0 80px auto;
  width:510px;
}
.reason_text{
  padding-left:20px;
}
.reason_inner h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom:20px;
}
.reason_text img{
  margin-top:26px;
}
.reason_inner.sec h3{
  line-height: 1.5;
}
.mock_content{
  display: flex;
  justify-content: space-around;
}
.mock_inner{
  width:45%;
}
.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:120px 0;
  background-color: #F0F4FE;
}
.market_content{
  margin:60px auto;
}
.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:30%;
}
.mock_content.mar .mock_inner img{
  width:100%;
}
.mock_content.mar .mock_inner h4{
  margin-top:20px;
}
.btn_content h2{
  font-size: 40px;
  color:var(--main_color);
  margin-bottom:30px;
}
.btn_content .simulation_btn a{
  margin:0 auto;
}
.support{
  padding:120px 0;
}
.support_content{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top:60px;
}
.support_inner{
  width:30%;
  text-align: center;
}
.support_inner p{
  font-size:18px;
  color:var(--main_color);
}
.support_content ol{
  margin:20px auto 0;
  width:70%;
}
.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 0 120px;
}
.contract_content{
  margin-top:70px;
}
.contract_content h4{
  font-size:22px;
  font-weight:bold;
}
.contract_inner{
  margin-top:25px;
  display: flex;
  padding:0 7%;
  justify-content: space-between;
}
.contract_image{
  height:fit-content;
}
.flow_text_title{
  font-size:18px;
  font-weight: bold;
  color:var(--main_color);
  line-height: 2;
}
.flow_icon{
  padding:0 45px;
}
.flow_text_inner{
  margin-bottom: 60px;
}
.flow_text_content{
  display: flex;
}
.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:120px 0;
}
.plan_content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan_content.inner_width{
  padding:0;
}
.plan_inner{
  width:45%;
  margin:0 auto;
}
.plan_image{
  position:relative;
  width:100%;
  height:29vw;
  max-height:348px;
  border-radius: 30px 30px 0 0;
  background-size: cover;
}

.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/pc/india/plan_1.png)top center no-repeat;
  background-size: cover;
}
.plan_image.image2{
  background: url(../images/pc/india/plan_2.png)top center no-repeat;
  background-size: cover;
}
.plan_image.image3{
  background: url(../images/pc/india/plan_3.png)top center no-repeat;
  margin-top: 60px;
  background-size: cover;
}
.plan_image.image4{
  background: url(../images/pc/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:28px;
  z-index: 2;
  line-height: 1;
}
.plan_image p span{
  font-size:82px;
  margin-right:25px;
}
.plan_text{
  background-color: var(--white);
  padding:45px 40px 0;
  height:380px;
  border-radius:0 0 30px 30px;
}
.plan_title{
  font-size:24px;
  font-weight: bold;
  margin-bottom:10px;
}
.plan_text ol{
  margin-bottom:10px;
}
.plan_text ol li{
  position:relative;
  font-size:18px;
  color:var(--main_color);
  font-weight:bold;
  line-height: 2;
  padding-left:30px;
}
.plan_text ol li::before{
  content:"";
  position:absolute;
  top:0.5rem;
  left:0;
  width:21.5px;
  height:21.5px;
  background: url(../images/pc/india/check.png) no-repeat;
  background-size: contain;
}
.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:30px 80px;
  background-color: rgba(255,255,255,0.8);
  color:rgb(13, 29, 54);
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%); 
  font-size:40px; 
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.topic_mv h1 span{
  font-size:15px;
  color:var(--main_color);
  font-family: var(--english);
}
.topic_container,
.topic_text,
.contact_content,
.thanks_container{
  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,
.thanks_text p{
  background-color: #fff;
  padding:36px 10px;
}
.topic_inner dl{
  display: flex;
  align-items: center;
  margin:0 auto;
}
.topic_inner dl dt{
  width:20%;
}
.topic_inner .news_link_topic dl dd{
  width:80%;
  padding-top:0;
}
.topic_inner .news_link_topic{
  width:100%;
}
.topic_link_archive,
.send_btn,
.send_btn_ba{
  position:relative;
  display: inline-block;
  padding:0;
  border:1px solid rgb(250,189,0);
  margin-top:60px;
  width:170px;
  height:40px;
  line-height: 40px;
  padding-left:7px;
  background-color: #fff;
  text-align: left;
}
.send_btn_ba{
  text-align: right;
  padding-left:0;
  padding-right:7px;
}
/* .send_btn,
.send_btn_ba{
  width:200px;
} */
.topic_link_archive::after,
.send_btn::after{
  position: absolute;
  content:"→";
  background-color: rgb(250,189,0);
  width:40px;
  height:40px;
  line-height: 40px;
  color:#fff;
  right:0px;
  text-align: center;
}
.send_btn_ba::before{
  position: absolute;
  content:"←";
  background-color: rgb(250,189,0);
  width:40px;
  height:40px;
  line-height: 40px;
  color:#fff;
  left:0px;
  text-align: center;
}
.contact_content table{
  width:100%;
  
}
.contact_content table th,
.contact_content table td{
  padding:24px;
  position:relative;
}
.contact_content table th::before{
  content:"";
  position: absolute;
  right: 0;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 60%;/*線の長さ*/
  max-width:200px;
  height: 1px;/*線の太さ*/
  /* -webkit-transform: translateX(-50%); */
  /* transform: translateX(-50%);位置調整 */
  background-color: #d3dbe4;/*線の色*/
}
.contact_content table td::before{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 70%;/*線の長さ*/
  max-width: 600px;
  height: 1px;/*線の太さ*/
  /* -webkit-transform: translateX(-50%); */
  /* transform: translateX(-50%);位置調整 */
  background-color: #d3dbe4;/*線の色*/
}
.contact_content table th{
  width:40%;
  text-align: right;
}
.contact_content table th span{
  font-size:0.8em;
  color:rgb(250,189,0);
}
.contact_content table td{
  width:60%;
}
input[type="text"],
input[type="tel"],
input[type="email"]{
  padding:7px;
  width:100%;
  max-width: 600px;
  border:1px solid #d3dbe4;
  border-radius:5px;
}
input[type="text"].postcode{
  width:30%;
}
.checked_select{
  display: none;
}
.checked_select.active{
  display: initial;
}
/* -------------------------
offshore
------------------------- */
main.offshore_main{
  overflow-x: hidden;
  padding-bottom:100px;
}
#offshore {
  --indigo: #122B80;
  --dark: #0E0F52;
  --orange: #F49300;
  --red: #FF5703;
  --green: #008B45;
  --marker: #F4DE69;
  --mw: 1100px;
  letter-spacing: 0;
}
.offshore_hero{
  padding-top:75px;
  position:relative;
  width:100vw;
  padding-bottom:35vw;
  z-index: 1;
}
[class^="offshore_image"]{
  position:absolute;
  width:100%;
}
.offshore_image1{
  position:absolute;
  top:0;
  left:0;
}
.offshore_image2{
  position:absolute;
  top:10vw;
  left:0;
}
.offshore_image3{
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}
[class^="tagline"]{
  position:absolute;
  color:#fff;
  z-index:2;
  left:10vw;
}
.tagline{
  color:#fff;
  font-size:2.4vw;
  font-weight: bold;
  top:25vw;
}
.tagline2{
  color:#fff;
  font-size:1vw;
  font-weight: bold;
  top:35vw;
}

.offshore_mv2{
  background: radial-gradient(circle at left center, #008B45 -20%, #122B80 50%, #122B80 70%, #FF5703 90%);
  width:100vw;
  margin-top: 45vw;
  position: relative;
  z-index: 0;
}
.cta_white_btn{
  position :absolute;
  width:25%;
  bottom:8vw;
  height:80px;
  right:5%;
}
.cta_white_btn img{
  width:100%;
}
.offshore_mv2::after {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  -webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--white);
  position: absolute;
  top: 60px;
  left: 0;
  top: clamp(60px, calc(60px + (60px - 5vw)), 80px);
  z-index: -2;
  }
.offshore_mv2 img{
  width:100%;
}
.mv2_header{
  position: relative;
  color:#fff;
  margin-bottom:-15vw;
}
.mv2_header::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color:#fff;
  transform: skewY(-25deg);
  z-index: -1;
}
.mv2_header h2{
  font-size: 2.4vw;
  font-weight: bold;
  padding:150px 0 0 6vw;
  margin-top:-20vw;
}
.mv2_header p{
  font-size: 1vw;
  font-weight: bold;
  padding:30px 0 6vw 6vw;
}
.offshore_point{
  width:100vw;
  position:relative;
  height:600px;
  z-index: 1;

}
#offshore .point {
  --bgh: 492px;
  --m: 60px;
  --mb: 20px;
  position: relative;
  overflow: hidden;
  padding-top: var(--mb);
  padding-bottom: 120px;
}
/* .offshore_point::before {
  transform: translateX(-50%) rotate(-4.194deg);
} */
.offshore_point::before {
  content: "";
  display: block;
  width: 120%;
  height: 20vw;
  background: radial-gradient(circle at left bottom, var(--green) -20%, var(--indigo) 50%, var(--indigo) 80%, var(--red) 150%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-4.194deg);
  z-index: -1;
  transform-origin: center;
  }
.offshore_point h2{
  padding:20px;
  color:#fff;
  font-weight:bold;
  font-size:1.6rem;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  }
  .offshore_point img{
    width:100%;
  }
  .offshore_point img.point_img1 {
    width: 100vw;
    height: 492px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0, 100% 16.666%, 100% 100%, 0 83.333%);
    clip-path: polygon(0 0, 100% 16.666%, 100% 100%, 0 83.333%);
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    }
.point_text{
  position:absolute;
  top:20vw;
  left:15vw;
  width:33%;
  max-width:550px;
  background-color: var(--white);
  padding:30px;
}  
.offshore_point_title{
  width:15%;
  padding:5px;
  text-align: center;
  margin:0 auto;
  color: var(--white);
  background-color: var(--dark);
}
.offshore_point_main{
  font-size:24px;
  margin:15px 0;
  font-weight: bold;
  color:var(--dark);
} 
/* .point01_image{
  position:absolute;
  top:30vw;
  width:30%;
  left:60%;
} */
.point01_image img{
  position:absolute;
  top:20vw;
  max-width: 550px;
  width:30%;
  left:50%;
}
/* .offshore_point img.point_img2{
  position:absolute;
  top:30vw;
  left:72vw;
  width:450px;
  height:295px;
  z-index: 0;
} */
.engineers{
  margin-top:10vw;
  margin-bottom:200px;
  position:relative;
  height:auto;
}
.engineers a{
  width:500px;
  margin:30px auto 0;
}
.engineers a img{
  width:100%;
}
.engineers::before{
  transform: translateX(-50%) rotate(4.194deg);
}
.engineers::before{
  content: "";
  display: block;
  width: 120%;
  height: 20vw;
  background: radial-gradient(circle at left bottom, var(--green) -20%, var(--indigo) 50%, var(--indigo) 80%, var(--red) 150%);
  position: absolute;
  top: 6vw;
  left: 50%;
  transform: translateX(-50%) rotate(4.194deg);
  z-index: -1;
  transform-origin: center;
}
.engineers h3{
  font-size:1.6vw;
  margin-bottom:60px;
  font-weight:bold;
  text-align: center;
  color:var(--dark);
}
.engineers ul{
  width:100%;
  max-width: 1280px;
  display: flex;
  margin:30px auto 0;
  align-items: center;
  justify-content: space-around;
  position:relative;
}
.engineers ul li{
  width:20%;
}
.engineers ul li img{
  width:100%;
}
.engineers ul.bridge{
  width:100%;
  margin: 0 auto;
  max-width: 1180px;
  justify-content:space-between;
  padding:40px 0 0;
}
.engineers ul.bridge li{
  position:relative;
  background-color: var(--white);
  font-size:24px;
  color:var(--dark);
  padding:20px 7px;
  transform: rotate(-1deg);
  width:48%;
}
.engineers ul.bridge li span{
  position:absolute;
  color:var(--white);
  background-color: #f49300;
  width:20%;
  top:-25px;
  left:-5px;
  transform: rotate(-1deg);
  text-align: center;
}
.engineers.offshore_point03 ul.bridge li{
  position:relative;
  background-color: var(--white);
  font-size:24px;
  padding:0;
  transform: inherit;
  width:45%;
  text-align: center;
}
.engineers.offshore_point03 ul.bridge li img{
  width:100%;
}
.engineers.offshore_point03 ul.bridge li span{
  position:absolute;
  color:var(--white);
  background-color: #f49300;
  width:20%;
  top:-25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(-2deg);
  text-align: center;
}
.point03_text{
  font-size: 16px;
  padding:16px 0;
}
.offshore_point img.point05_img1{
  position:absolute;
  width:50%;
  height:fit-content;
  object-fit: contain;
  top:10vw;
  left:inherit;
  right:5vw;
  transform:translateX(0);
}
.engineers.offshore_point05{
  margin-top: 0;
  margin-bottom:0;
  height:30vw;
}
.engineers.offshore_point05::before{
  height:20vw;
}
.point05{
  width:100%;
  max-width: 1280px;
  position:relative;
  height:auto;
  margin:0 auto;
}
.point05 .point_text{
  left:0;
  top:10vw;
  width:50%;
}
.point05_img2{
  width:10%;
}
.offshore_point05 .arrow{
  width:100%;
  max-width: 1280px;
  margin:0 auto;
  text-align: left;
}
.offshore_point05_row{
  width:100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.offshore_point05 p{
  width:50%;
  font-size: clamp(1rem, 1.75vw, 1.5rem);
  font-weight:bold;
  color:var(--white);
}
.cta_btn{
  width: 50%;
  text-align: center;
}
.cta_btn img{
  width:90%;
}
.case{
  margin-top:-5vw;
  position:relative;
  z-index: -3;
}
.case h2{
  margin-top:-10vw;
  position:relative;
  z-index: -3;
  background-color: var(--dark);
  text-align: center;
  width:40%;
  color:var(--white);
  font-size: 24px;
  font-weight: bold;
  padding:14vw 0 10vw;
}
.offshore_point.offshore_case{
  margin:-5vw 0 0;
}
.offshore_point.offshore_case::before{
  transform: translateX(-50%) rotate(-4.194deg);
}
#offshore .block {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  }
.case_content{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width:100%;
  max-width: 1280px;
  margin:0 auto 50px;
}
.case_text_content{
  background-color: var(--white);
  color:var(--dark);
  height:335px;
  width:65%;
  padding:20px 7px 0;
}
.case_title{
  font-size:24px;
  font-weight: bold;
}
#offshore .case_text{
  font-size:18px;
  font-weight: bold;
  padding:15px 0;
}
.case_text_content ol{
  display: flex;
  justify-content: space-around;
}
.case_text_content ol li{
  text-align: center;
  width:23%;
  padding:10px 0;
  background-color: var(--dark);
  color:var(--white);
  font-weight: bold;
  font-size:20px;
}
.offshore_case{
  position:relative
}
.offshore_case::before{
  content:"";
  position:absolute;
  transform: translateX(-50%) rotate(-4.194deg);
  width: 120%;
  height: 20vw;
  background: radial-gradient(circle at left bottom, var(--green) -20%, var(--indigo) 50%, var(--indigo) 80%, var(--red) 150%);
  top:-5vw;
  left:50%;
  z-index: -1;
}
.offshore_case::after{
  content:"";
  position:absolute;
  transform: translateX(-50%) rotate(4.194deg);
  width: 120%;
  height: 20vw;
  background: radial-gradient(circle at left bottom, var(--green) -20%, var(--indigo) 50%, var(--indigo) 80%, var(--red) 150%);
  bottom:-5vw;
  left:50%;
  z-index: -1;
}
.case_image{
  position:relative;
  width:50%;
}
.case_image img{
  width:100%;
  height:auto;
}
.case_image span{
  position:absolute;
  color:var(--white);
  background-color: #f49300;
  width:25%;
  top:-15px;
  left:50%;
  transform: translateX(-50%) rotate(-2deg);
  text-align: center;
  padding:5px;
  z-index: 1;
  font-size: 36px;
  font-weight: bold;
}
.offshore_point .case_image img{
  width:100%;
  position:inherit;
  transform: inherit;
}
.offshore_system{
  position:relative;
  z-index: -4;
}
.offshore_system::before{
  content:"";
  position:absolute;
  transform: translateX(-50%) rotate(-4.194deg);
  width: 120%;
  height: 20vw;
  background: radial-gradient(circle at left bottom, var(--green) -20%, var(--indigo) 50%, var(--indigo) 80%, var(--red) 150%);
  top:26.6vw;
  left:50%;
  z-index: -3;
}
.offshore_system_content,
.offshore_case_content{
  width:100%;
  max-width: 1280px;
  margin:0 auto 0;
  /* overflow-y: hidden; */
}
.offshore_system_content h2{
  margin-top:-14vw;
  position:relative;
  background-color: var(--dark);
  text-align: center;
  max-width: 540px;
  color:var(--white);
  font-size: 24px;
  font-weight: bold;
  padding:20vw 0 10vw;
  z-index: -5;
}
.offshore_system_inner{
  width:100%;
  max-width: 1280px;
  margin: -5vw auto 0;
  display: flex;
  justify-content: space-between;
}
.offshore_system_image1{
  position: relative;
  width:540px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  padding-top:3vw;
}
.offshore_system_image1::before{
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  background-color: var(--white);
  transform: rotate(-4.194deg);
  position: absolute;
  top:1.2vw;
  left: -50%;
  z-index: -1;
}
.offshore_system_image1 img{
  width:90%;
}
.offshore_system_image2{
  width:50%;
  text-align: center;
}
.offshore_system_image2 img{
  width:100%;
}
.offshore_system_image2 img.green-logo{
  width:80%;
}

/* -------------------------
プライバシーポリシー
------------------------- */
.topic_container.policy{
  background-color: #fff;
}
.policy_content ol,
.policy_sub_content ol{
  margin-top:1em;
  padding-left:1.5rem;
}
.policy_sub_content{
  margin-top: 60px;
}
.policy_content ol li,
.policy_sub_content ol li{
  list-style:disc
}
.policy_sub_content ol li ol li{
  list-style: circle;
}
.policy_sub_content h3{
  font-size:24px;
  margin-bottom:30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  text-decoration: underline;
}