@charset "UTF-8";
html {
  font-size: 16px;
}
body {
  font-family: toppan-bunkyu-midashi-min-st, serif,"Toppan Bunkyu Midashi Gothic";
  font-style: normal;
  font-weight: 600;
  color: #393939;
  line-height: 1.5;
}
/* @font-face {
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  src: url("../font/NotoSansJP-Bold .woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
} */
/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
.__pc {
    display: none;
}
.__sp {
  display: block;
}
.__splogo{
  display: none;
}
/* ------------loading------------ */
#load {
  position:fixed;
  width:100%;
  height:100vh;
  overflow:visible;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
  z-index: 999999;
  background-color: #504f4f;
}

#load div {
  position:absolute;
  top: 50%;
  left: 50%;
  width:20px;
  height:36px;
  opacity:0;
  font-family:Helvetica, Arial, sans-serif;
  animation:move 2s linear infinite;
  -o-animation:move 2s linear infinite;
  -moz-animation:move 2s linear infinite;
  -webkit-animation:move 2s linear infinite;
  transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  background: linear-gradient( 0deg, rgba(250,209,38,0.99608) 0%, rgb(251, 99, 94) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}

#load div:nth-child(2) {
  animation-delay:0.2s;
  -o-animation-delay:0.2s;
  -moz-animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
}
#load div:nth-child(3) {
  animation-delay:0.4s;
  -o-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
}
#load div:nth-child(4) {
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
#load div:nth-child(5) {
  animation-delay:0.8s;
  -o-animation-delay:0.8s;
  -moz-animation-delay:0.8s;
  -webkit-animation-delay:0.8s;
}
#load div:nth-child(6) {
  animation-delay:1s;
  -o-animation-delay:1s;
  -moz-animation-delay:1s;
  -webkit-animation-delay:1s;
}
#load div:nth-child(7) {
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}

@keyframes move {
  0% {
    left:0;
    opacity:0;
  }
  35% {
    left: 41%; 
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    opacity:1;
  }
  65% {
    left:59%; 
    -moz-transform:rotate(0deg); 
    -webkit-transform:rotate(0deg); 
    -o-transform:rotate(0deg);
    transform:rotate(0deg); 
    opacity:1;
  }
  100% {
    left:100%; 
    -moz-transform:rotate(-180deg); 
    -webkit-transform:rotate(-180deg); 
    -o-transform:rotate(-180deg); 
    transform:rotate(-180deg);
    opacity:0;
  }
}

@-moz-keyframes move {
  0% {
    left:0; 
    opacity:0;
  }
  35% {
    left:41%; 
    -moz-transform:rotate(0deg); 
    transform:rotate(0deg);
    opacity:1;
  }
  65% {
    left:59%; 
    -moz-transform:rotate(0deg); 
    transform:rotate(0deg);
    opacity:1;
  }
  100% {
    left:100%; 
    -moz-transform:rotate(-180deg); 
    transform:rotate(-180deg);
    opacity:0;
  }
}

@-webkit-keyframes move {
  0% {
    left:0; 
    opacity:0;
  }
  35% {
    left:41%; 
    -webkit-transform:rotate(0deg); 
    transform:rotate(0deg); 
    opacity:1;
  }
  65% {
    left:59%; 
    -webkit-transform:rotate(0deg); 
    transform:rotate(0deg); 
    opacity:1;
  }
  100% {
    left:100%;
    -webkit-transform:rotate(-180deg); 
    transform:rotate(-180deg); 
    opacity:0;
  }
}
@-o-keyframes move {
  0% {
    left:0; 
    opacity:0;
  }
  35% {
    left:41%; 
    -o-transform:rotate(0deg); 
    transform:rotate(0deg); 
    opacity:1;
  }
  65% {
    left:59%; 
    -o-transform:rotate(0deg); 
    transform:rotate(0deg); 
    opacity:1;
  }
  100% {
    left:100%; 
    -o-transform:rotate(-180deg); 
    transform:rotate(-180deg); 
    opacity:0;
  }
}


/* ------------header------------ */
#header{
    height: 100vh;
    background-image: url(../img/header/ioi_back_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header-content{
    padding: 15px;
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}
.header-logo{
    width: 80px;
}
.openbtn {
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color:rgba(250,209,38,0.99608);
    border-radius: 50%;
    z-index: 999;
  }
  .openbtn {
    transition: all .3s
  }
  .openbtn span {
    display: inline-block;
    transition: all .3s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #FFF;
    width: 45%
  }
  .openbtn span:nth-of-type(1) {
    top: 15px
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
    content: "MENU"
  }
  .openbtn span:nth-of-type(3) {
    top: 31px
  }
  .openbtn.active {
    transform: rotateY(-360deg);
    z-index: 9999
  }
  .openbtn.active span {
    background-color: #FFF
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-135deg);
    width: 40%
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(135deg);
    width: 40%
  }
  .main-ttl{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #FFFFFF;
    text-align: center;
    
  }
  .main-ttl h1{
    font-size: 3rem;
    background: rgba(52, 52, 52, 0.8);
    font-family: "Toppan Bunkyu Midashi Gothic";
  }
  .main-ttl span{
    background: linear-gradient( 0deg, rgba(250,209,38,0.99608) 0%, rgb(251, 99, 94) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
  }
  .main-ttl p{
    font-size: 1.6rem;
    display: inline-block;
    padding: 5px;
    margin-top: 20px;
    background: rgba(52, 52, 52, 0.8);
  }
  .sp-menu{
  background: linear-gradient(to left, #9be15d 0%, #22ba97 100%);
  position: absolute;
  width:100%;
  height: 100vh;
  position: fixed;
  z-index: -99;
  top: 0;
  right: 0;
  transform-origin: center;
  transform: scale(.5);
  transition: all .3s ease;
  opacity: 0;
}
.sp-menu.panelactive {
  opacity: 1;
  z-index: 999;
  transform: scale(1.0);
  padding: 70px 15px 15px;
}
.sp-menu-wrapper {
  position: relative;
  background-color: #FFF;
  width: 100%;
  height: 100%;
}
.sp-menu-wrapper::before{
  content: "";
  display: block;
  width: 65%;
  height: 60px;
  background: #fff;
  clip-path: polygon(0 0, 61% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: -58px;
  background-image: url(../img/header/ioi_logo.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 30px,10px;
}
.sp-menu-wrapper h3{
  text-align: center;
  padding-top: 15px;
  font-size: 1.6rem;
  font-family: "Noto Sans Myanmar";
  font-weight: bold;
}
.sp-list{
  width: 50%;
  margin: 0 auto;
}
.sp-item{
  margin-top: 10px;
  padding: 0 0 9px 5px;
  position: relative;
  font-size: 0.95rem;
}
.sp-item::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
.sp-txt{
  font-size: 0.85rem;
}
.sp-menu-item_box{
  position: relative;
}
.sp-menu-srlink{
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.sp-link-ttl{
  font-size: 0.85rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 100%;
  color: #FFF;
  text-align: center;
}
.sp_menu_txt{
  font-size: 0.75rem;
}
/* ------------about------------ */
#about{
    padding-bottom: 20px;
}
.about-content{

}
.section-ttl_box{
    background: -moz-linear-gradient(left, #58AC48, #BAF7AC);
    background: -webkit-linear-gradient(left, #58AC48, #BAF7AC);
    background: linear-gradient(to right, #58AC48, #BAF7AC);
    padding: 35px 0;
    position: relative;
}
.section-ttl_sub{
    color: #FFF;
    font-size: 0.9rem;
    padding-left: 15px;
}
.section-ttl_sub span{
    font-size: 0.7rem;
}
.about-ttl_main{
    margin-top: 20px;
    background: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-size: 1.7rem;
}
.section-ttl{
  font-family: "Toppan Bunkyu Midashi Gothic";
  display: inline-block;
  background: linear-gradient( 0deg, rgb(241 194 0) 0%, rgb(241 52 46));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* ------------------fadeIn--------------------- */
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_zoom{
  opacity: 0;
  transform: scale(.5);
  transition: 2s;
}
.fadeIn_zoom.is-show{
  transform: scale(1);
  opacity: 1;
}
.fadeIn_up{
  opacity: 0;
  transform: translate(0 , 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.text-animation span {
  opacity: 0;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.about-main-item{
    width: 65%;
    margin: 10px auto;
}
.about-main-txt{
    text-align: left;
    padding: 0 20px;
}
.custom-shape-divider-bottom-1673427195 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1673427195 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 15px;
}

.custom-shape-divider-bottom-1673427195 .shape-fill {
    fill: #FFFFFF;
}
/* ------------service------------ */
#service{
    padding-bottom: 20px;
}
.custom-shape-divider-top-1673427801 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 99;
}

.custom-shape-divider-top-1673427801 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 15px;
}
.custom-shape-divider-top-1673427801 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-bottom-1673427195 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1673427195 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 15px;
}

.custom-shape-divider-bottom-1673427195 .shape-fill {
    fill: #FFFFFF;
}
.service-main-item {
    width: 70%;
    margin: 10px auto;
}
.service-main-txt{
    text-align: left;
    padding: 0 20px;
    
}
.service-link-item{
  margin-top: 30px;
  
}
.service-item_box{
  position: relative;
}
.service-link-item h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
  font-size: 1.6rem;
  width: 100%;
  text-align: right;
  padding-right: 25px;
}
.sr_txt{
  font-size: 1.4rem;
}
.item-box_sec{
  margin: 30px 0;
}
/* ------------news------------ */
#news{
  padding-bottom: 20px;
}
.sd-item{
  width: 85%;
  margin: 20px auto;
}
.news-item-txt{
  
  padding: 0 20px;
}
/*------------company------------ */
#company{
  padding: 20px 0;
}
.con_ttl{
  background: radial-gradient(#58ac48 0%, rgba(128, 211, 112, 0.83) 41.38%, rgba(178, 242, 164, 0.71) 55.66%, rgba(186, 247, 172, 0.69) 100%);
  position: relative;
  padding: 40px 0;
  text-align: center;
}
.con_ttl h2{
  color: #fff;
  font-size: 1.6rem
}
.custom-shape-divider-top-1673650361 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1673650361 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 20px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1673650361 .shape-fill {
  fill: #FFFFFF;
}
.custom-shape-divider-bottom-1673650419 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1673650419 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 20px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1673650419 .shape-fill {
  fill: #FFFFFF;
}
.company-item{
  margin-top: 20px;
  padding: 0;
}
.company-tbl{
  border: 1px solid #d9d9d9;
  margin: 0 auto;
  /* border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; */
}
.tbl-cell{
  padding: 10px 8px;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  vertical-align: middle;
  font-size: 0.9rem;
}
.tbl-tit{
  font-weight: 900;
}
.l-txt{
  line-height: 1.5;
}
.company-link{
  text-align: center;
}
.com-link-txt{
  font-family: "Toppan Bunkyu Midashi Gothic";
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  padding: 25px;
  background: linear-gradient( 0deg, rgba(250,209,38,0.99608) 0%, rgb(251, 99, 94) 100%);
  border-radius: 60% 80% / 100% 80%;

}
/*------------contact------------ */
#contact{
  padding: 20px 0 50px;
}
.ct_ttl{
  background: radial-gradient(#58ac48 0%, rgba(128, 211, 112, 0.83) 41.38%, rgba(178, 242, 164, 0.71) 55.66%, rgba(186, 247, 172, 0.69) 100%);
  position: relative;
  padding: 40px 0;
  text-align: center;
}
.ct_ttl h2{
  color: #fff;
  font-size: 1.6rem
}

.custom-shape-divider-top-1673700999 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1673700999 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 25px;
}

.custom-shape-divider-top-1673700999 .shape-fill {
  fill: #FFFFFF;
}
.custom-shape-divider-bottom-1673701068 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1673701068 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 25px;
}

.custom-shape-divider-bottom-1673701068 .shape-fill {
  fill: #FFFFFF;
}
.tell_mail{
  margin-top: 30px;
  padding: 0 25px;
}

.tell-ttl{
  
  padding-bottom: 10px;
  font-size: 1.6rem;
  position: relative;
}
.tell-ttl span{
  font-size: 0.8rem;
  margin-left: 10px;
}
.tell-txt{
  text-align: center;
  margin-top: 15px;
  
}
.tell-link{
  display: block;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 1rem 0.5rem 105px;
  border: 2px solid #393939;
}
.tell-link:before {
  position: absolute;
  top: -150%;
  left: -112px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #393939;
}
.tell-link span{
  width: 36px;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 7%;
  display: block;
}

.tell-txt p{
  font-size: 0.85rem;
  margin-top: 15px;
}

.tm_con{
  margin-top: 30px;
}
.tm-ttl{
  
  padding-bottom: 10px;
  font-size: 1.6rem;
  position: relative;
}
.tm-ttl span{
  font-size: 0.8rem;
  margin-left: 10px;
}
.tm-txt{
  text-align: center;
  margin-top: 40px; 
}
.tm-link{
  font-family: "Toppan Bunkyu Midashi Gothic";
  background: linear-gradient( 0deg, rgba(250,209,38,0.99608) 0%, rgb(251, 99, 94) 100%);
  border-radius: 60% 80% / 100% 80%;
  padding: 25px;
  color: #fff;
}
.tm-txt p{
  font-size: 0.85rem;
  margin-top: 5px;
}
.tell-ttl:after,
.tm-ttl:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
/*------------footer------------ */
#footer{
  background: #9b9b9b;
  padding: 40px 20px;
}
.footer-content{
  display: flex;
  color: #FFFFFF;
}
.footer-rt,
.footer-list-inner{
  flex: 1;
}
.footer-rt img{
  width: 100px;
}
.footer-rt_txt{
  margin-top: 20px;
}
.footer-rt_txt p{
  font-size: 0.85rem;
  margin: 8px 0;
}
.footer-rt_txt small{
  font-size: 65%;
}
.footer-list-inner{
  padding-top: 10px; 
}
.footer-list{
  padding-left: 30px;
}
.footer-item{
  padding-bottom: 7px;
  margin-top: 15px;
  font-size: 0.95rem;
  position: relative;
  padding-left: 15px;
}
.footer-item::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
/*-------------------------------------
▼中型画面向けデザイン（タブレットなど）
--------------------------------------*/
@media screen and (min-width: 600px) {
    .__pc{
      display: block;
    }
    .__sp{
      display: none;
    }
    /*-------------------------------
                  header
    --------------------------------*/
    #header{
      background-image: url(../img/header/main_back_tab.jpg);
    }
    .main-ttl{
      width: auto;
      left: 45%;
      transform: scale3d(1.3, 1.3, 1.3);
    }
    .main-ttl h1{
      padding: 5px;
    }
    .header-nav{
      margin-left: 10%;
    }
    .header-list{
      display: flex;
      color: #ffffff;
      font-size: 0.9rem;
    }
    .header-content{
      max-width:  1080px;
      justify-content: space-between;
      padding-top: 30px;
     }
     .header-item{
      margin-left: 20px;
     }
    /*-------------------------------
                  section
    --------------------------------*/
    .section-ttl_box{
      padding: 35px 0 60px
    }
    .section-ttl_sub{
      font-size: 1.4rem;
      padding-left: 30px;
    }
    .section-ttl_sub span{
      font-size: 1rem;
    }
    /*-------------------------------
            about,service,
    --------------------------------*/
    .about-main-content,
    .service-main-content{
      display: flex;
      align-items: center;
    }
    /*-------------------------------
                  about
    --------------------------------*/
    #about{
      padding: 0 0 60px;
    }
    .about-main-content{
      margin-top: 30px;
      padding: 0 30px;
    }
    .about-main-txt{
      padding: 0;
      margin: 0 30px;
      
    }
    .about-main-phot {
      flex: 0.5;
    }
    .fx-item{
      flex: 0.5;
     }
    /*-------------------------------
                service
    --------------------------------*/
    #service{
      padding-bottom: 60px;
    }
    .service-main-content{
      margin-top: 30px;
      padding: 0 30px;
    }
    .service-main-txt{
      padding: 0;
      margin-left: 30px;
    }
    .service-link-item{
      display: flex;
    }
    .service-main-item{
      width: 50%;
    }
    .service-main-txt {
      width: 50%;
      
    }
    .service-main-txt p{
      width: 100%;
      
    }
    .item-box_sec{
      margin: 0;
    }
    .service-link-item h3{
      text-align-last: left;
      padding: 0;
      padding-left: 15px;
    }
    /*-------------------------------
                news
    --------------------------------*/
    .sd-item{
      margin-top: 30px;
      width: 90%;
    }
    .news-item-txt{
      width: 50%;
      margin: 0 auto;
    }
    /*-------------------------------
              company
    --------------------------------*/
    .con_ttl{
      padding: 50px 0;
    }
    .company-item{
      margin-top: 30px;
    }
    .company-tbl{
      width: 85%;
    }
    .tbl-cell{
      font-size: 1rem;
      padding: 15px 10px;
    }
    .com-link-txt{
      margin-top: 25px;
      padding: 35px;
      font-size: 1.5rem;
    }
    /*-------------------------------
                contact
    --------------------------------*/
    .ct_ttl{
      padding: 50px 0;
    }
    .tell_mail{
      display: flex;
      justify-content: center;
      padding: 0px 15px;
    }
    .tell_con{
      flex: 1;
      margin-right: 40px;
    }
    .tell-link{
      font-size: 1.2rem;
    }
    .tell-link span{
      width: 33px;
      left: 8%;
    }
    .tell-txt p{
      font-size: 0.75rem;
    }
    .tm_con{
      margin: 0;
      flex: 1;
    }
    .tm-txt{
      margin-top: 50px;
    }
    .tm-link{
      padding: 30px;
    }
    .footer-item {
      margin-top: 20px;
      padding-bottom: 10px;
    }
    .footer-sr-link{
      display: none;
    }
}
/*-------------------------------
▼大型画面向けデザイン（PCなど）
--------------------------------*/
@media screen and (min-width: 1024px) {
  .pc_bg{
    display: none;
  }
  #header{
  background-image: url(../img/header/ioi_back.jpg);
 }

 .header-logo{
  width: 120px;
 }
 .header-item{
  margin-left: 40px;
  font-size: 1rem;
  background: rgba(52, 52, 52, 0.8);
  padding: 10px;
 }
 .list-txt{
  font-size: 0.8rem;
 }
 .main-ttl{
  top:60%;
  left: 60%;
  transform: scale3d(1.5, 1.5, 1.5);
 }
 .main-ttl h1{
  font-size: 3rem;
 }
 .main-ttl p{
  font-size: 2rem;
 }
 
 .section-ttl_box{
  padding: 30px 0 50px;
  background: linear-gradient(to right, #58AC48 0, #BAF7AC 50%, #ffffff 50%);
 }
 #about{
  padding: 0;
 }
 .about-ttl_main{
  padding: 50px 0;
  position: relative;
  background: #F7F7F7;
 }
 .section-ttl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50% ,-50%);
  font-size: 2.5rem;
 }
 .fx-item{
  flex: 0.5;
 }
 .about-main-content ,
 .service-main-content ,
 .news-item,
 .company-item ,
 .tell_mail{
  max-width: 1080px;
  margin: 0 auto 0;

 }
 .about-inner{
  padding: 60px 0;
  background: #d9d9d9;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
 }
 .about-main-content{
  background: #ffffff;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
  padding: 20px 20px 20px 80px;
 }
 .about-main-txt{
  margin: 0 35px;
 }
 .about-main-phot{
  flex: 0.4;
 }

.service-inner{
  padding: 60px 0;
  background: #d9d9d9;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.service-main-content{
  background: #ffffff;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  padding: 20px 120px 20px 0;
  justify-content: space-around;
 }
 .service-main-item{
  margin: 0;
 }
 .service-link-item{
  margin: 0;
 }
 .service-item_box{
  perspective:600px;
 }
.service-item-link{
  transform-origin:50% 100%;
  transition:transform 0.3s;
}
.service-item-link:hover{
  transform:rotateX(45deg);
 }
 .sr-link-txt{
  font-size: 2rem;
 }
 .sr_txt {
  font-size: 2rem;
}

.company-item,
.tell_mail{
  padding-top: 30px;
}



 #contact {
  padding: 20px 0 95px;
}
 .con_ttl ,
 .ct_ttl{
  padding: 60px 0;
}
.con_ttl h2 ,
.ct_ttl h2{
  font-size: 2.5rem;
  }
.company-tbl{
  width: 70%;
}
  .tbl-cell{
    font-size: 1.2rem;
  }
  .tell_con{
    margin-right: 60px;
  }
  .tell-txt{
    margin-top: 40px;
  }
.tell-link{
  padding: 1.2rem 1rem 1.2rem 105px;
  font-size: 2rem;
}
.tell-link span{
  width: 37px;
  left: 5%;
  top: 20%;
}
.tell-txt p{
  font-size: 1rem;
}
.hover-ani{
  position:relative;
  overflow: hidden;
}
.hover-ani::before{
  position:absolute;
        top:0;
        left:-40%;
        bottom:0;
        margin:auto 0;
        width:100px;
        height:200%;
        content:"";
        background:linear-gradient(to right, #fff, #fff 10%, transparent 10%, transparent 20%, #fff 20%, #fff 90%, transparent 90%, transparent 94%, #fff 94%);
        opacity:0.3;
        transform:translate(-50%) rotate(45deg);
        transition:left .5s ease-in, transform .5s ease-in;
}
.hover-ani:hover::before{
  left:100%;
  transform:translate(50%) rotate(45deg);
  transition-timing-function:ease-out, ease-out;
}
.com-link-txt{
  margin-top: 35px;
  padding: 45px;
}
.tm-link{
  padding: 40px;
  font-size: 1.6rem;
}
.tm-txt {
  margin-top: 80px;
}


#footer{
  padding: 60px 0;
}
.footer-content{
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.footer-rt,
.footer-list-inner{
  padding: 0 50px;
  flex: none;
}
.footer-list{
  padding: 0;
}
.footer-sr-link{
  display: flex;
  width: 45%;
  text-align: center;
}
.fr_sz{
  text-align: center;
}
.footer-sr-link h3{
  font-size: 1rem;
  padding: 0;
  display: inline-block;
}
.footer-sr-link span{
  font-size: 0.8rem;
}
}