@charset "UTF-8";
/* ===================================================================
CSS information
file name  :  template_c3.css
style info :  corporate No.3 用の cssの定義
=================================================================== */
/*-----------------------------------------------------------------

MAINIMAGE

-----------------------------------------------------------------*/
.MainImg {
  position: relative;
  overflow: hidden;
}
.MainImg img{
  width: 100%;
  height: auto;
  max-width: none;
}
.MainImg .indexslider{
  height: 100%;
  margin-bottom: 0;
}
.MainImg .block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*.MainImg .block::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}*/
.MainImg .inn_{padding: 27vh 0; }
.MainImg .mainimage01{background-image: url(../image/img_mainimage_02.jpg); }
.MainImg .mainimage02{background-image: url(../image/img_mainimage_03.jpg); }
.MainImg .mainimage03{background-image: url(../image/img_mainimage_01.jpg); }

.topmain_txt {
  position: relative;
  max-width: 1200px;
  width: 96%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  z-index: 2;
  padding: 7em 0;
}
.topmain_txt_in {

}
.topmain_txt_sub {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  color: #F8E11A;
  font-family: 'Raleway', sans-serif;
}
.topmain_txt_title {
  font-size: 34px;
  line-height: 1.4;
  margin: 3vh 0 1.5vh;
  font-weight: bold;
}

.topmain_txt_lead {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -.02em;
  margin-bottom: 2vh;
}


@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 979px) {
  .MainImg {
  }
  .topmain_txt {
  padding: 4em 0;
  }
  .topmain_txt_sub {
    font-size: 40px;
  }
  .topmain_txt_title {
    font-size: 24px;
  }
  .topmain_txt_lead {
    font-size: 16px;
  }
}

@media only screen and (max-width: 690px) {
/*  .MainImg img {
    display: block;
  }*/
  .topmain_txt_sub {
    font-size: 32px;
  }
  .topmain_txt_title {
    font-size: 22px;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .topmain_txt_lead {
    font-size: 13px;
  }
}

body#tinymce .MainImg .mainvisual_img .mainvisual_img_in, body#tinymce .topmain_txt_sub, body#tinymce .topmain_txt_title, body#tinymce .topmain_txt_lead {
  opacity: 1;
}

body#tinymce .MainImg .mainvisual_img, body#tinymce .topmain_txt {
  position: static;
  margin: auto;
}

body#tinymce .MainImg, body#tinymce .MainImg .mainvisual_img {
  height: auto;
}


/*===================================================================*/


/*TOP ABOUT */

/*===================================================================*/

.topAbout {
  background-color: #F4F2E9;
}

.topAbout .inner {
  padding: 4em 0;
}

.topAbout .col3_m_321 {
  margin: 20px auto;
}

.topAbout .col {
  color: #FFF;
  padding: 1em;
  background-color: #095CA8;
  text-align: center;
  border-radius: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
/*===================================================================*/


/*TOP MATERIAL */

/*===================================================================*/

.topMaterial .inner{
  position: relative;
  border: 8px solid #095CA8;
  border-radius: 30px;
  text-align: center;
  padding: 5em 3em 2em;
  background-color: #FFF;
}
.topMaterial .TitlArea{
  width: auto;
  position: absolute;
  top: -40px;
  left: 50%;
  background: #FFF;
  transform: translate(-50%, 0);
  padding: 0 1em;
  white-space: nowrap;
}
.topMaterial .foto{
  position: relative;
  height: 125px;
}
.topMaterial .foto img{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  transform: translate(-50%, -50%);
}
.topMaterial .caption{
  color: #095CA8;
  font-size: 18px;
  font-weight: 600;
}
.topMaterial .EN.txt{
  color: #B6CFE5;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 690px) {
  .topMaterial .inner{
    padding: 3em 3em 2em;
  }
}
/*===================================================================*/


/*TOP PROCESS */

/*===================================================================*/
.topProcess{

}
.topProcess .fl{
  flex-wrap: wrap;
  justify-content: center;
}
.topProcess .col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.topProcess .col:last-child{
  margin-right: 0;
}
.topProcess .col::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 200px;
  height: 200px;
  border: 8px solid #095CA8;
  box-sizing: border-box;
}
.topProcess .caption{
  color: #095CA8;
  font-size: 18px;
  font-weight: 600;
}
.topProcess .EN.txt{
  color: #B6CFE5;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  .topProcess .col{
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 690px) {
.topProcess .col {
    border: 8px solid #095CA8;
    flex-direction: row;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 30px;
}
.topProcess .caption{
  margin-right: 1em;
}
  .topProcess .icon{
    display: none;
}
  .topProcess .col::after{
    display: none;
  }
  .topProcess .col, .topProcess .col:nth-child(even), .topProcess .col:last-child{
    margin-left: auto;
    margin-right: auto;
  }
}
/*===================================================================*/


/*INDEX CASE ____MEDIA*/

/*===================================================================*/
.IndexCase{
  background: #f4f2e9;
  margin-bottom: 20vh;
}
.IndexCase .inner{
  padding: 4em 0;
}
.caseslider{

}
.caseslider .col {
    padding: 0 8px;
}
.caseslider .inn{
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
}
.caseslider .ImgArea{
  height: 150px;
  overflow: hidden;
}
.caseslider .foto{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  transform: scale(1);
  transition: .6s;
}
.caseslider .col.bl-hover .foto{
  transform: scale(1.1);
}
.caseslider .txtArea{
  padding: 1em;
}
.caseslider .Titl{
  margin: 10px auto;
}
.caseslider .Titl a {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    display: inline-block;
}
.caseslider .Titl a:hover, 
.caseslider .col.bl-hover .Titl a{
  color: #095CA8;
  text-decoration: none;
}
.time {
  color: #095CA8;
}

/*===================================================================*/


/*INDEX FLOW*/

/*===================================================================*/
.IndexFlow_titlArea{
  padding: 0 0 8em;
  background: linear-gradient(90deg, #E4EFFA 50%, #FDF9E0 50%);
}
.IndexFlow_titlArea .inn{
  position: absolute;
  padding: 2em;
  max-width: 700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 20px -5px #DDD;
  transform: translate(-50%, -50%);
  left: 50%;
}

/*FLOW_________________*/
.IndexFlow .inner{
  padding: 4em 0 0;
}
.IndexFlow .head_blocks{
  position: relative;
  margin-bottom: 80px;
  z-index: 0;
}
.IndexFlow .fl{
  justify-content: space-between;
  margin-bottom: 120px;
}
.IndexFlow .fl .col{
  position: relative;
  width: 48%;
  z-index: 0;
}
.IndexFlow .fl .col::before{
  content: "";
  display: block;
  width: 40px;
  height: calc(100% + 80px);
  background: #EBDA19;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  z-index: -1;
}
.IndexFlow .fl .col::after {
    content: "";
    display: block;
    width: calc(50% + 30px);
    height: 40px;
    background: #EBDA19;
    position: absolute;
    bottom: -80px;
    right: -30px;
    z-index: -1;
}
.IndexFlow .fl .col:last-child::after {
    left: -30px;
}
.IndexFlow .bttm_blocks{
  position: relative;
  z-index: 0;
  max-width: 610px;
  margin: 0 auto 60px;
}
.IndexFlow .bttm_blocks::after {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: #EBDA19;
  position: absolute;
  top: -40px;
  left: calc(50% - 20px);
  z-index: -1;
}
.IndexFlow .bttm_blocks .accInn{
  display: none;
}
.IndexFlow .bttn{
  transform: translateY(50%);
}
@media only screen and (max-width: 690px) {
  .IndexFlow .fl{
    margin-bottom: 0;
  }
  .IndexFlow .fl .col{
    width: 100%;
    margin-bottom: 60px;
  }
  .IndexFlow .fl .col:last-child{
    margin-bottom: 30px;
  }
  .IndexFlow .fl .col::before{
    height: 70%;
  }
  .IndexFlow .fl .col.active::before{
    height: 100%;
  }
  .IndexFlow .fl .col::after{
    display: none;
  }
  .IndexFlow .bttm_blocks{
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  .IndexFlow .acc_blocks{
    margin-top: 30px;
  }
}
  /*ACCORDION*/
  .acctitl {
      position: relative;
      display: block;
      cursor: pointer;
      border: 4px solid #EBDA19;
      border-radius: 50px;
      text-align: center;
      padding: 5px 2em;
      background-color: #f2efdd;
      max-width: 320px;
      margin-bottom: 20px;
  }
  .acctitl::before{
    content: "";
    width: .3em;
    height: .3em;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(135deg);
  }
  .acc_blocks .accInn{
    display: none;
  }


/*===================================================================*/
/*FLOW DL*/
/*===================================================================*/
.flowList{
  padding: 30px 2em;
  background: #FFF;
  box-shadow: 0 0 20px -5px #DDD;
  border-radius: 10px;
}
.flowList + .flowList{
  margin-top: 3em;
}
.flowList dt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flowList .icon{
  display: flex;
  /*! width: 50px; */
  height: 50px;
  align-items: center;
  flex: 1;
}
.flowList .Titl{
  flex: 1;
  border-left: 4px solid #F8E11A;
  padding-left: 1.5em;
  margin-left: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  color: #095CA8;
  font-size: 18px;
  line-height: 1.2;
  font-size: calc(15px + .16vw);
}
@media only screen and (max-width: 690px) {
  .flowList{
    padding: 15px 2em;
  }
  .flowList + .flowList {
      margin-top: 1em;
  }
}

/*===================================================================*/


/*FLOW UNDER*/

/*===================================================================*/
.Flowblocks{

}
.Flowblocks .inner{
  padding: 4em 0;
}
.Flowblocks .flowList{
  display: flex;
}
.Flowblocks .flowList .icon{
  width: 50px;
  margin-right: 2em;
  flex: inherit;
}
.Flowblocks .Titl {
  /*! flex: inherit; */
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.Flowblocks dt{
  width: calc(50% - 2em);
  margin-right: 2em;
  padding-right: 2em;
}
.Flowblocks dd{
  border-left: 4px solid #F8E11A; 
  padding-left: 2em;
  width: calc(50% - 2em);
}
.Flowblocks .flowList .icon img{
  margin: 0;
}

.line_center{
  position: relative;
  z-index: 0;
}
.line_center::after {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: #EBDA19;
  position: absolute;
  top: -40px;
  left: calc(50% - 20px);
  z-index: -1;
}
@media only screen and (max-width: 690px) {
  .Flowblocks .flowList{
    display: block;
  }
  .Flowblocks dt{

  margin-right: 0;
  padding-right: 0;
  margin-bottom: 1em;
  }
  .Flowblocks dd{

  border-left: none;
  border-top: 4px solid #F8E11A;
  padding-left: 0;
  padding-top: 1em;
  }
  .Flowblocks dt, .Flowblocks dd{
    width: 100%;
  }
}



/*===================================================================*/


/*INDEX FAQ*/

/*===================================================================*/
.IndexFaq{

}
.IndexFaq .fl {
    box-shadow: 0 0 10px #DDD;
    border-radius: 8px;
    margin: 2em auto;
}
.IndexFaq .col {
    width: 33.33%;
    padding: 2em;
    border-left: 1px solid #DDD;  
}
.IndexFaq .col:first-child{
  border-left: none;
}

.IndexFaq .inner{
  padding: 4em 0;
}
@media only screen and (max-width: 690px) {
  .IndexFaq .col{
    width: 100%;
    border-bottom: 1px solid #DDD;  
    border-left: none;  
  }
}


/*-----------------------------------------------------------------

お知らせ一覧 news

-----------------------------------------------------------------*/

.rss dl {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-wrap: wrap;
}
.rss dl:first-child{
  border-top: 1px solid #dddddd; 
}
.rss .rss_date {
  width: 100px;
}
.rss .rss_title {
  width: calc(100% - 100px);
}
.rss .rss_title a{
  color: #095CA8;
}
.rss .rss_contents {
  clear: both;
  padding-top: 10px;
}
.rss span {
    font-size: 13px;
    line-height: 1;
    margin-right: 16px;
    padding: 3px 8px;
    background-color: #095CA8;
    color: #FFF;
    border-radius: 5px;
}
@media only screen and (max-width: 690px) {
  .rss dl {
    position: relative;
  }
  .rss .rss_date {
    width: 100%;
    margin-bottom: 8px;
  }
  .rss .rss_title {
    float: none;
    width: 100%;
    font-size: 110%;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rss .rss_contents {
    clear: both;
    padding-top: 8px;
  }
  .rss span {
    margin-right: 0;
    display: block;
    position: absolute;
    top: 21px;
    left: 100px;
  }
}

/*-----------------------------------------------------------------

TAB

-----------------------------------------------------------------*/
.tabs {
  margin: 0 auto 10vh;
}

/*タブのスタイル*/
.tab_item {
  width: 440px;
  float: left;
  display: block;
  border: 3px solid #095CA8;
  border-radius: 50px;
  padding: 1em;
  position: relative;
  left: calc(50% - 450px);
  color: #095CA8;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  transition: all 0.2s ease;
  z-index: 0;
}
.tab_item:last-of-type{
  margin-left: 20px;
}
.tab_item:hover {
  cursor: pointer;
}
.tab_item::before{
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 20px);
  background-color: #FFF;
  transition: .8s;
  opacity: 1;
  z-index: 0;
}
.tab_item:hover::before{
  bottom: -20px;
  height: 0;
  /*opacity: 0;*/
}
.tab_item::after{
    content: "";
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #095CA8;
    border-right: 3px solid #095CA8;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 7.5px);
    transform: translateY(-50%) rotate(45deg);
    transition: .6s;
    z-index: 1;
}
.tab_item:hover::after{
    bottom: -25px;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 8vh 0 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  color: #FFF;
  background-color: #095CA8;
}
.tabs input:checked + .tab_item::before{
  bottom: -20px;
  height: 0;
  /*opacity: 0;*/
}
.tabs input:checked + .tab_item::after{
    bottom: -25px;
}
@media only screen and (max-width: 980px) {
  .tab_item{
    width: 220px;
    left: calc(50% - 230px);
  }
  .tab_content{
    padding: 4vh 0 0;
  }
}
@media only screen and (max-width: 690px) {
  .tab_item{
    float: none;
    width: 96%;
    left: auto;
    margin: auto;
  }
  .tab_item:last-of-type{
    margin-top: 20px;
    margin-left: auto;
  }
}


/*-----------------------------------------------------------------

Accordion

-----------------------------------------------------------------*/
.FaqBlocks {

}
.FaqBlocks dl {

}
.FaqBlocks dt {
  position: relative;
  font-weight: 600;
  padding: 1.5em 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background: #0A318E;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;

  font-size: calc(20px + .2vw);
  line-height: 1.2;
  padding: 1.4em 1em 1.4em 100px;
  background: transparent;
}
.FaqBlocks dt::after {
  content: "";
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid #0A318E;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
}
.FaqBlocks dt.active:after {
  transform: rotate(-45deg);
}
.FaqBlocks dt::before, .FaqBlocks dd::before{
  content: "Q";
  display: flex;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFF;
  font-family: 'Arial', sans-serif;
  position: absolute;
  top: .5em;
  left: 0;
  background: #095CA8;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.FaqBlocks dd {
  position: relative;
  height: auto;
  padding: 2em 0 2em 100px;
  font-size: calc(17px + .15vw);
}
.FaqBlocks dd::before{
  content: "A";
  background: #F8E11A;
  top: 1em;
}
@media only screen and (max-width: 979px) {
  .FaqBlocks dt{
    /*! font-size: 18px; */
    padding: 1em 1em 1em 50px;
  }
  .FaqBlocks dd {
    padding: 1em 0 1em 50px;
  }
  .FaqBlocks dt::before, .FaqBlocks dd::before{
    font-size: 24px;
    width: 40px;
    height: 40px;
    top: .5em;
  }
}
@media all {
  .ACCBlocksItem {
    max-height: 50em;
    -moz-transition: max-height 1s;
    -o-transition: max-height 1s;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
  }
}
@media screen and (min-width: 48em) {
  .ACCBlocksItem {
    max-height: 15em;
    -moz-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}
.animateIn {
  -webkit-animation-name: ACCBlocksIn;
  -webkit-animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: normal;
  -moz-animation-duration: 0.65s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: ACCBlocksIn;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

.animateOut {
  -webkit-animation-name: ACCBlocksOut;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: ACCBlocksOut;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: ACCBlocksOut;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes ACCBlocksIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes ACCBlocksIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes ACCBlocksIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes ACCBlocksOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes ACCBlocksOut {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes ACCBlocksOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

/*-----------------------------------------------------------------

ABOUT

-----------------------------------------------------------------*/
.AClink{
  counter-reset: number;
}
.AClink .fl{
  flex-wrap: wrap;
  justify-content: center;
}
.AClink .col {
  width: calc(33.33% - 1.2em);
  margin-right: 1.8em;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #E4EFFA;
  padding-bottom: 10px;
}
.AClink .col:nth-child(3n), .AClink .col:last-child{
  margin-right: 0;
}
.AClink .col.bl-hover{
  box-shadow: none;
  border-bottom: 2px solid #F8E11A;
}
.AClink .col.bl-hover .HTitl a{
  text-decoration: none;
}
.AClink .col::after{
  content: "";
}
.AClink .foto{
  margin-right: 1em;
}
.AClink .num{
  font-size: 15px;
  color: #8CC1F2;
  line-height: 1.2;
}
.AClink .num::after{
    content: "0" counter(number);
    counter-increment: number 1;
    font-size: 40px;
    color: #095CA8;
}
.AClink .HTitl a{
  display: block;
  font-size: 17px;
  font-weight: initial;
}
.AClink .HTitl .bl-hover a{
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .AClink .col:nth-child(n+4)  {
    flex: 1;
  }
  .AClink .num::after {
    font-size: 25px;
  }
  .AClink .foto{
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  .AClink .col{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .AClink .col:nth-child(n+4)  {
    flex: initial;
  }
  .AClink .num{
    font-size: 10px;
    margin-right: 10px;
  }
  .AClink .num::after {
    display: block;
    text-align: center;
  }
  .AClink .txtarea{
    display: flex;
  }
}

/*ABOUT CONTENTS*/
.abouBlocks{
  counter-reset: number;
}
.abouBlocks .inner{
  max-width: 1500px;
  padding: 5em 0;
}
.abouBlocks dl{
  display: flex;
}
.abouBlocks.reverse dt{
  order: 1;
  padding-left: 0;
  margin-left: 3vw;
}
.abouBlocks.reverse dd{
  order: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
}
.abouBlocks dt{
  width: 50%;
  padding-left: 7vw;
}
.abouBlocks dt .numArea{
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.abouBlocks dt .numArea::before{
  content: "";
  display: block;
  width: 70px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: #F8E11A;
}
.abouBlocks dt .sub{
  display: inline-block;
  font-size: 36px;
  color: #8CC1F2;
  line-height: 1.2;
  margin-right: 15px;
}

.abouBlocks dt .num{
  display: inline-block;
  font-size: 86px;
  line-height: .7;
  color: #095CA8;
}
.abouBlocks .HTitl{
  font-size: 28px;
  font-weight: 500;
  color: initial;
  margin-bottom: 20px;
}
.abouBlocks dd{
  width: 50%;
  padding-left: 4vw;
  margin-left: auto;
}
.abouBlocks dd .foto{
  position: relative;
  z-index: 0;
}
.abouBlocks dd .foto img{
  border-radius: 20px;
  overflow: hidden;
  margin-right: 0;
  max-width: none;
  width: 100%;
}
.abouBlocks dd .foto::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #D7E8F8;
  z-index: -1;
}
@media only screen and (max-width: 690px) {
  .abouBlocks dl{
    display: block;
  }
  .abouBlocks dt, .abouBlocks dd{
    width: 100%;
    padding: 0;
    margin-left: auto;
  }
  .abouBlocks dt{
    margin-bottom: 40px;
  }
  .abouBlocks dt .num{
    font-size: 50px;
  }
  .abouBlocks dt .sub{
    font-size: 18px;
  }
  .abouBlocks dd .foto::after{
    display: none;
  }
}
/*===================================================================*/


/*SOLUTIONS */

/*===================================================================*/

/*加工可能素材はこちら*/
/*--------------------------------------------*/
.undrMaterial .inner{
  padding: 5em 0;
}
.undrMaterial .inn_ {
    position: relative;
    border: 8px solid #095CA8;
    border-radius: 30px;
    padding: 2.5em;
    background-color: #FFF;
}
.undrMaterial .fl{
  flex-wrap: wrap;
}
.undrMaterial .col{
  width: 50%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  border-right: 1px solid #CDDEEE;
  border-bottom: 1px solid #CDDEEE;
}
.undrMaterial .col:nth-child(odd){
  padding-right: 2em;
}
.undrMaterial .col:nth-child(even){
  padding-left: 2em;
  border-right: none;
}
.undrMaterial .col:nth-child(-n+2){
  padding-top: 0;
}
.undrMaterial .col:nth-child(n+5){
  border-bottom: none;
  padding-bottom: 0;
}
.undrMaterial .foto{
  display: flex;
  align-items: center;
  width: 38%;
  margin-right: 1em;
}
.undrMaterial .foto img{
  height: 120px;
}
.undrMaterial .txtArea{
  width: calc(62% - 1em);
}
.undrMaterial .HTitl{

}
@media only screen and (max-width: 980px) {
  .undrMaterial .col{
    display: block;
  }
  .undrMaterial .foto, 
  .undrMaterial .txtArea{
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 690px) {
  .undrMaterial .col{
    width: 100%;
    border-right: none;
    margin-bottom: 2em;
  }
  .undrMaterial .col:nth-child(even){
    padding-left: 0;
  }
  .undrMaterial .col:nth-child(5){
    padding-bottom: 2em;
    border-bottom: 1px solid #CDDEEE;
  }
}

/*加工法はこちら*/
/*--------------------------------------------*/
.underProcess .inner{
    position: relative;
    border: 8px solid #095CA8;
    border-radius: 30px;
    padding: 2em;
    background-color: #FFF;
}
.underProcess .fl{
  align-items: flex-start;
}
.underProcess .col{
  width: 25%;
}
.underProcess .HTitl a{
    color: #095CA8;
    font-size: 18px;
    font-weight: 600;
}
.underProcess .bl-hover{
  box-shadow: none;
}
.underProcess .bl-hover .HTitl a{
  text-decoration: none;
}
@media only screen and (max-width: 690px) {
  .underProcess .inner {
      padding: 0;
      border: none;
      background: transparent;
  }
  .underProcess .fl{
    display: flex;
    flex-wrap: wrap;
  }
  .underProcess .col{
    width: calc(50% - 1em);
    margin-right: 2em;
    margin-bottom: 20px
  }
  .underProcess .col:nth-child(even){
    margin-right: 0;
  }
  .underProcess .HTitl a {
      display: block;
      background-color: #FFF;
      padding: 10px;
      border-radius: 40px;
      border: 4px solid;
  }
  .underProcess .icon{
    display: none;
  }
}
/*画像切り替え*/
/*--------------------------------------------*/
.HoverRefArea .fl{
  align-items: flex-start;
}
.HoverRefArea .ImgArea{
  width: 400px;
  margin-right: 30px;
}
.HoverRefArea .txtArea {
    position: relative;
    width: calc(100% - 400px - 45px);
    padding: 2em;
    z-index: 0;
}
.HoverRefArea .txt{
  position: relative;
}
.HoverRefArea .txtArea::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #FFF;
    box-shadow: 0 0 10px #DDD;
    z-index: 0;
}
.HoverRefArea .txtArea::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #D7E8F8;
    z-index: -1;
}
@media only screen and (max-width: 690px) {
  .HoverRefArea .txtArea::before, 
  .HoverRefArea .txtArea::after{
    display: none;
  }
}
/*REERSE________________________*/
.HoverRefArea.reverse .ImgArea{
  order: 1;
  margin-right: 0;
  margin-left: auto;
}
.HoverRefArea.reverse .txtArea{
  order: 0;
}
.HoverRefArea .titline{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2vh;
}
@media only screen and (max-width: 980px) {
  .HoverRefArea .titline .icon{
    display: none;
  }
}
.HoverRefArea .titline .icon img{
  height: 40px;
  margin-right: 20px;
}
.HoverRefArea .HTitl{
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.HoverRefArea .EN{
  color: #B6CFE5;
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}
.HoverRefArea .mainBlox{
  position: relative;
  height: 240px;
  background: linear-gradient(11deg, #dfdfdf 25%, #a7a7a7 40%);
  background: #FFF;
  margin-bottom: 1vh;
  overflow: hidden;
}
.HoverRefArea .subBlox{
  margin-bottom: 1vh;
}
.HoverRefArea .subBlox{
    display:flex;
    flex-wrap: wrap;
}
.HoverRefArea .subBlox li{
  list-style: none;
  width: calc(20% - 4px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.HoverRefArea .subBlox li:hover{
  cursor: pointer;
}
.HoverRefArea .subBlox li:last-child{
  margin-right: 0;
}
.HoverRefArea .subBlox.MF__ li {
    width: calc(16% - 2px);
}
@media only screen and (max-width: 690px) {
  .HoverRefArea .fl {
      padding: 2.5em;
      background-color: #FFF;
      border-radius: 10px;
  }
  .HoverRefArea .ImgArea{
    margin-bottom: 20px;
  }
  .HoverRefArea .txtArea{
    padding: 0;
    box-shadow: none;
  }
  .HoverRefArea .ImgArea, .HoverRefArea .txtArea{
    width: 100%;
    margin-right: 0;
  }
  .HoverRefArea.reverse .ImgArea{
    margin-left: 0;
  }
  .HoverRefArea .HTitl{
    font-size: 24px;
  }
  .HoverRefArea .titline .icon{
    display: none;
  }
  .HoverRefArea .mainBlox{
    height: auto;
  }
}
/*薄板板金加工とは 目次*/
/*--------------------------------------------*/
.index_box {
    border: 8px solid #095CA8;
    border-radius: 30px;
    padding: 3em;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_box .titBox {
    width: 27%;
    border-right: 3px solid #B6CFE5;
}
.index_box ol {
    list-style-type: disc;
    width:68%;
}
.index_box ol li {
    position: relative;
    margin-bottom: 1vh;
    list-style-type: none;
}
.index_box ol li:last-child {
    margin-bottom: 0;
}
.index_box ol li::after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: -1em;
    width: 8px;
    height: 8px;
    background-color: #095CA8;
    border-radius: 100%;
}
.index_box ol li a{
    color: #095CA8;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.index_box ol li a:hover{
    color: #095CA8;
    text-decoration: none;
}
.index_box ol li a::after {
  content: "";
  position: absolute;
  left: 0rem;
  right: 0rem;
  bottom: 0;
  display: block;
  height: 3px;
  transform: scaleX(0);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #f8e11a;
}

.index_box ol li a:hover::after {
  transform: scaleX(1);
}

.index_box ol li a:hover {
  text-decoration: none;
}
.index_box .titline{
  display: flex;
  align-items: center;
}
.index_box .titline .icon img{
  height: 40px;
  margin-right: 20px;
}
.index_box .HTitl{
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.index_box .EN{
  color: #B6CFE5;
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}

/* 21/5/20 修正 */
.processing_wrapper {
  justify-content: space-between;
}
.processing_method {
  width: 270px;
  padding: 0 20px;
  margin-bottom: 50px;
}
.processing_method .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.processing_method img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.processing_method .title {
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
}
.processing_method .title .txtBLUE {
  font-weight: bold;
}
.processing_method .description {
  height: 200px;
  margin-bottom: 10px;
}
.processing_method .button {
  width: 100%;
  height: 40px;
  background-color: #095CA8;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

}
.processing_method .button a {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.processing_method .button::after {
  position: absolute;
  content: '□';
  color: #fff;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 20%;
}
/* .strength .dec::before, .strength .dec::after {
  top: -25px;
} */
.strength {
  margin-bottom: 210px;
}
.strength .TitlArea.txt_c.m4vh {
  position: relative;
}
.strength .dec::before {
  top: 39px;
  left: -120px;
}
.strength .dec::after {
  top: -50px;
  right: -120px;
}
.strength .fl {
  box-shadow: 0 0 10px #ddd;
  border-radius: 8px;
  margin: 2em auto;
}
.strength p.EN.txtBLUE {
  font-size: 20px;
  position: absolute;
  bottom: 17px;
}
.strength .col {
  width: 33.33%;
  height: 300px;
  padding: 2em;
  border-left: 1px solid #DDD;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
.strength .col:first-child {
  border-left: none;
}
.strength .txtBLUE {
  text-align: center;
  width: 100%;
  word-break: break-all;
}
.strength .button {
  position: absolute;
  bottom: -30px;
  left: 10%;
  background-color: #095CA8;
  text-align: center;
  border-radius: 5px;
  width: 80%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .3s;
}
.strength .button:hover {
  background-color: #fff;
  border: 1px solid #095CA8;
}
.strength .button:hover a {
  color: #095CA8;
}
.strength .button:hover a::after {
  color: #095CA8;
}
.strength .button a {
  color: #fff;
  line-height: 100%;
  transition: .3s;
  text-decoration: none;
}
.strength .button a::after {
  position: absolute;
  content: ">";
  color: #fff;
  font-size: 20px;
  width: 20px;
  height: 20px;
  top: 28px;
  left: 25px;
  transition: .3s;
}
.case_example .case_one {
    width: 270px;
    padding: 0 20px;
    position: relative;
}
.case_example .img_wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
}
.case_example .img_wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case_example .date {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 12px;
}
.case_example h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.case_example .category {
  position: absolute;
  right: 20px;
  top: 190px;
  background-color: #F8E11A;
  width: 170px;
}
.case_example .category p {
  text-align: center;
}
.processing_wrapper {
  display: flex;
}
.case_example .slick-next::before, .case_example .slick-prev::before {
  background-color: #000;
}
@media only screen and (max-width: 1024px) {
.index_box .titBox {
    width: 100%;
    border-right: 0;
    margin-bottom: 2vh;
    padding-bottom: 1.5vh;
    border-bottom: 3px solid #B6CFE5;
}
.index_box ol {
    width: 100%;
    margin-left: 20px;
}
.index_box .titline {
    justify-content: center;
}
}
@media only screen and (max-width: 950px) {
  .strength .button a {
    display: block;
    margin-left: 20px;
  }
  .strength .button a::after {
    left: 5px;
  }
}
@media only screen and (max-width: 890px) {
  .processing_method {
    width: 50%;
    margin-bottom: 100px;
  }
  .processing_method .description {
    height: 150px;
  }
}
@media only screen and (max-width: 690px) {
  .processing_method {
    width: 100%;
  }
.index_box {
    padding: 2em;
}
.index_box .HTitl{
  font-size: 22px;
}
.index_box .EN{
  font-size: 14px;
}
.index_box ol li a {
    font-size: 15px;
}
.strength .dec::after {
  top: -40px;
  right: -100px;
}
.strength .fl {
  box-shadow: none;
}
.strength .col {
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 8px;
    margin-bottom: 100px;
}
}

/*===================================================================*/


/*USER*/

/*===================================================================*/

.user_area {
    display: flex;
    flex-wrap: wrap-reverse;
    padding: 40px 0 60px;
    border-bottom: solid 8px #eaf5ff;
}

.user_area .col {
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 50px;
    padding: 60px 80px;
    color: #095CA8;
    background-color: #D7E8F8;
    border-radius: 24px;
    box-shadow: 0 0 8px #ddd;
}

.user_area .col:nth-child(2n) {
    margin-right: 0;
}

.user_title {
    margin-bottom: 20px;
    font-size: 28px;
}

@media only screen and (max-width: 980px) {
.user_area {
    padding: 30px 0 40px;
}

.user_area .col {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 30px 40px;
}
}

@media only screen and (max-width: 690px) {
.user_area {
    display: block;
}

.user_area .col {
    width: 100%;
    margin-right: 0;
}

.user_title {
    font-size: 24px;
}
}

