@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/










/*------------------------------------------*/


.body{
  color:#333;
  width:100%;
  height:100%;
  text-decoration: none;
  font-family: 'Futura', sans-serif;
}

/* ヘッダー */

.home .c-catchphrase{
	color:#333;
}

header{
  width:100%;
  height:60px;
  position: relative;
}
.header-left{
  width:33.4%;
  position: absolute;
  left:0;
  height:100%;
  z-index:-1;
}
.header-right{
  width:66.6%;
  position: absolute;
  right:0;
  height:100%;
  z-index:-1;
  background-color:#3498db;
}
.header-wrapper{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  height:100%;
}
.header-inner{
  width:90%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items:center;
  height:100%;
}
.header-title{
  width:300px;
  height:58px;
}
.header-title a{
  width:100%;
  height:100%;
}
.header-title a img{
  width:100%;
  height:100%;
}
.header-nav {
  width: 600px;
  height: 100%;
}
.menu-header-menu-container {
  width: 100%;
  height: 100%;
}
.header-nav .menu-header-menu-container ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .header-nav .menu-header-menu-container ul li{
  
} */
.header-nav .menu-header-menu-container ul a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.2em;
  color: #fff;
  transition: all .2s;
  font-weight:500;
  font-family: 'Futura', sans-serif;
  transition: all 0.3s ease;
}
.header-nav .menu-header-menu-container ul a::after{
  content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #fff;
	display: block;
}
.header-nav .menu-header-menu-container ul a:hover::after{
  border-bottom:2px solid #fff;
  width:100%;
}

#nav-area {
  display: none;
}
.header-nav-sp {
  display: block;
  position: fixed;
  top: 0;
  right: -220px;
  width: 220px;
  bottom: 0;
  background: #3498db;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
.open .header-nav-sp {
  right: 0;
  opacity: 1;
}
.header-nav-sp .inner {
  padding: 25px;
}
.header-nav-sp .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav-sp .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.header-nav-sp .inner ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight:bold;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  font-family: 'Futura', sans-serif;

  
}
.header-nav-sp .inner ul li a:hover {
  color:yellow;
}
#toggle_btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 0;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
  padding: 5px;
  background-color:rgba(255, 255, 255, 0.5);
}
#toggle_btn span {
  display: block;
  position: absolute;
  right: 10px;
  height: 3px;
  background-color: #3498db;
  transition: all 0.5s;
}
#toggle_btn.black span {
  background-color: #fff;
}
#toggle_btn span:nth-child(1) {
  top:15px;
  width: 30px;
}
#toggle_btn span:nth-child(2) {
  top: 25px;
  width: 30px;
}
#toggle_btn span:nth-child(3) {
  top:35px;
  width: 30px;
}
.open #toggle_btn span {
  background-color: #333;
}
.open #toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.open #toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open #toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
@media (max-width:1280px){
  .header-title{
    width:250px;
    height:48px;
  }
  .header-nav {
    width: 500px;
  }
  .header-nav .menu-header-menu-container ul a{
    font-size:18px;
  }
}
@media (max-width:1023px){
  .header-title{
    width:200px;
    height:38px;
  }
  .header-nav {
    width: 400px;
  }
  .header-nav .menu-header-menu-container ul a{
    font-size:16px;
  }
}
@media (max-width:767px){
  .header-nav{
    display:none;
  }
  #nav-area{
    display: block;
  }
  header{
    margin-bottom:50px;
  }
  .header-left{
    width:100%;
  }
  .header-right{
    width:0%;
  }
}
/* ヘッダー終わり */
/* ヘッダー2 */
.header-2{
  margin-bottom:0;
}
.header-2 .header-nav .menu-header-menu-container ul a{
  color:#3498db;
}
.header-2 .header-nav .menu-header-menu-container ul a::after{
  content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #3498db;
	display: block;
}
.header-2 .header-nav .menu-header-menu-container ul a:hover::after{
  border-bottom:2px solid #3498db;
  width:100%;
}
/* ヘッダー2終わり */
/* フッター */
footer{
  width:100%;
  padding:40px 0 30px;
}
.footer-wrapper{
  width:100%;
  max-width:1440px;
  margin:0 auto;
}
.footer-content{
  width:70%;
  margin:0 auto;
  border-bottom: 2px solid #3498db;
  display: flex;
  justify-content:center;
}
.footer-h2{
  width:300px;
  margin:0 auto 30px;
}
.footer-h2 a{
  width:100%;
  height:100%;
}
.footer-h2 a img{
  width:100%;
  height:auto;
  display: block;
}
.footer-contact-rink{
  display: block;
  width:300px;
  margin:0 0 30px auto;
  text-align: center;
  height:50px;
  line-height: 50px;
  position: relative;
  border:1px solid #3498db;
  color:#fff;
  text-decoration: none;
  font-size:18px;
  background-color:#3498db;
  transition:all .2s;
  font-family: 'Futura', sans-serif;
}
.footer-contact-rink:hover{
  background-color:#fff;
  color:#3498db;
}
.footer-p-copy{
  font-size:18px;
  color:#3498db;
  margin-top:20px;
  text-align: center;
  font-family: 'Futura', sans-serif;

}
@media (max-width:767px){
  .footer-h2{
    width:250px;
  }
  .footer-contact-rink{
    width:250px;
  }
  .footer-p-copy{
    font-size:16px;
  }
}
@media (max-width:431px){
  .footer-h2{
    width:200px;
  }
  .footer-contact-rink{
    width:200px;
    font-size:16px;
  }
  .footer-p-copy{
    font-size:12px;
  }
}
.header-2{
  margin-bottom:10px;
}
/* フッター終わり */
/* トップページ */
/* ファーストビュー */

#hero{
    padding-top:100px;
}

#inner-hero{
    width:1440px;
    max-width:95%;
    margin:0 auto;
    display:flex;
    align-items: center;
}

#hero-left{
    width:50%;
}

#hero-right{
    width:50%;
    text-align:center;
}

#heroimg{
    
}

#hero-title{
    text-align:center;
    color:#3498db;
    margin-bottom:1.5rem;
}

#hero-catch{
    text-align:center;
    color:#444;
    margin-bottom:2rem;
}

.wbutton{
    display:inline-block;
    border:2px solid #3498db;
    padding:0.3em 1.5em;
    font-weight:bold;
    color:#3498db;
    margin:0 2em 0 2em;
}

.br-1280,
.br-980{
    display:none;
}


@media(max-width:1440px){

    #hero-title{
        font-size:1.4rem;
    }
}

@media(max-width:1280px){
    .br-1280{
        display:inline;
    }
}

@media(max-width:980px){
    .br-980{
        display:inline;
    }
    
    #inner-hero{
        display:block;
        width:640px;
    }
    
    #hero-left,
    #hero-right{
        width:100%;
    }
    
    #hero-catch{
        font-size:0.85rem;
    }
    
    .wbutton{
        margin:1em;
    }

}

.first-view{
  width:100%;
  color:#fff;
  position: relative;
  height:900px;
}
.first-view-left{
  width:33.4%;
  position: absolute;
  left:0;
  height:100%;
  z-index:-1;
}
.first-view-right{
  width:66.6%;
  position: absolute;
  right:0;
  height:100%;
  z-index:-1;
  background-color:#3498db;
}
.first-view-wrapper{
  width:100%;
  height:100%;
  max-width:1440px;
  margin:0 auto;
}
.first-view-contents{
  width:90%;
  height:100%;
  margin:0 auto;
  box-sizing:border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.first-view-image{
  width:55%;
  min-width:310px;
}
.first-view-image img{
  width:100%;
  height:auto;
  display: block;
}
.first-view-contents-text{
width:35%;
}
.first-view-contents-text h2{
  font-size:1.9em;
  font-weight:bold;
  margin-bottom:20px;
  font-family: 'Futura', sans-serif;
  color:#fff;

}
.first-view-contents-text p{
  font-size:1.6em;
  font-weight:bold;
  line-height:1.5;
  font-family: 'Futura', sans-serif;
  color:#fff;
}

#footericon{
	line-height:1;
}

#footericon li{
	display:inline-block;
	margin-right:10px;
}

#footericon a{
	line-height:0;
	display:inline-block;
	padding:3px;
	background-color:#FFF;
	border-radius: 100px;
	transition: all 0.5s ease-out;
}
#footericon a:hover{
	opacity:0.75;
	
}

#footericon a img{
	width:30px;
}


@media(max-width:1280px){
  .first-view{
    height:800px;
  }
  .first-view-contents-text{
    width:45%;
  }
  .first-view-contents-text h2{
    font-size:1.8em;
  }
  .first-view-contents-text p{
    font-size:1.4em;
  }
}
@media(max-width:1023px){
  .first-view{
    height:640px;
  }
  .first-view-contents-text h2{
    font-size:1.6em;
  }
  .first-view-contents-text p{
    font-size:1.0em;
  }
}
@media(max-width:767px){
}
@media(max-width:575px){
    .first-view-right{
      background-color:#fff;
    }
    .first-view{
      height:auto;
    }
    .first-view-contents{
      flex-direction: column;
      align-items:flex-start;
      padding-top:50px;
      padding-bottom:50px;
    }
    .first-view-image{
      margin:0 auto 30px;
      width:80%;
      min-width:auto;
    }
    .first-view-contents-text h2{
      font-size:1.6em;
      color:#3498db;
    }
    .first-view-contents-text{
      width:90%;
      margin:0 auto;
      }
    .first-view-contents-text p{
      font-size:1.2em;
      color:#3498db;
    }
}
/* @media(max-width:431px){
  
} */
/* ファーストビュー終わり */
/* ディバイダー */
.divider{
  width:100%;
  margin-top:200px;
  position: relative;
  height:700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.divider-wrapper{
  width:100%;
  max-width:1440px;
  margin:0 auto;
}
.divider-right,.divider-left{
  position: absolute;
  z-index:-1;
  width:100%;
  background-size:cover;
  height:100%;
  background-repeat:no-repeat;
}
.divider-right{
  background-position: right;
  background-image:url(../../uploads/2021/03/red-right.svg);
}
.divider-left{
  background-position:left;
  background-image:url(../../uploads/2021/03/red-left.svg);
}
.divider-container{
  width:90%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}
.divider-text{
  width:40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.divider-text h2{
  font-size:1.9em;
  font-weight:bold;
  margin-bottom:20px;
  color:#fff;
}
.divider-text p{
  font-size:1.6em;
  font-weight:bold;
  line-height:1.5;
  color:#fff;
  font-family: 'Futura', sans-serif;

}
.divider-text-right h2{

  font-family: 'Futura', sans-serif;

}
.divider-text-right p{

font-family: 'Futura', sans-serif;

}
.focus{
  width:50%;
  min-width:310px;
}
.focus img{
  width:100%;
  height:auto;
  display: block;
}
.biz::after{
  content:'Biz';
  right:100px;
  font-family: 'Futura', sans-serif;
}
.dev::after{
  content:'Dev';
  left:100px;
  font-family: 'Futura', sans-serif;

}
.ops::after{
  content:'Ops';
  right:100px;
  font-family: 'Futura', sans-serif;
}
.divider-container::after{
  position: absolute;
  z-index:2;
  width:175px;
  height:175px;
  color:#5f8496;
  text-align: center;
  font-size:3em;
  top:-75px;
  line-height:175px;
  border:2px solid #ee5857;
  border-radius: 50%;
  background-color:#fff;
}
.front-contents{
  width:100%;
  background-color:#F2F2F2;
  padding-top:200px;
}
.sp-o{
  display: none;
}
.focus-sp{
  display: none;
}
@media(max-width:1440px){
  .divider{
    height:600px;
  }
}
@media(max-width:1280px){
  .divider{
    height:500px;
  }
  .divider-text h2{
    font-size:1.8em;
  }
  .divider-text p{
    font-size:1.4em;
  }
  .divider-container::after{
    width:150px;
    height:150px;
    line-height:150px;
    font-size:2.8em;
  }
}
@media(max-width:1023px){
  .divider{
    height:400px;
  }
  .divider-text h2{
    font-size:1.6em;
  }
  .divider-text p{
    font-size:1.2em;
  }
  .divider-container::after{
    top:-50px;
    width:100px;
    height:100px;
    line-height:100px;
    font-size:2.4em;
  }
}
@media(max-width:767px){
  .divider{
    height:340px;
    margin-top:300px;
  }
  .divider-text h2{
    font-size:1.4em;
  }
  .divider-text p{
    font-size:1.0em;
  }
  .divider-container::after{
    top:-37.5px;
    width:75px;
    height:75px;
    line-height:75px;
    font-size:2.0em;
  }
  .focus{
    margin-top:-200px;
  }
}
@media(max-width:575px){
  .sp-o{
    width:75px;
    margin:-20px auto 30px;
    display: block;
    font-size:2.5em;
    color:#3498db;
    text-align:center;
    font-family: 'Futura', sans-serif;
    padding-bottom:5px;
    border-bottom:2px solid #3498db;
  }
  .divider{
    margin-top:0;
    background: #3498db;
  }
  .focus{
    display: none;
  }
  .focus-sp{
    width:70%;
    margin:0 auto 30px;
    display: block;
  }
  .focus-sp img{
    width:100%;
    height:auto;
  display: block;

  }
  .divider-text{
    width:70%;
    margin:0 auto;
  }
  .divider-text h2{
    font-size:1.6em;
    text-align: left;
  }
  .divider-text p{
    font-size:1.2em;
    text-align: left;
  }
  .biz::after{
    display: none;
  }
  .dev::after{
    display: none;
  
  }
  .ops::after{
    display: none;
  }
}
@media(max-width:431px){
  .divider-text{
    width:90%;
  }
}
/* ディバイダー終わり */
/* フロントワーク */
.front-work{
  width:100%;
  margin-bottom:50px;
}
.front-work-wrapper{
  width:100%;
  max-width:1440px;
  margin:0 auto;
}
.front-work-container{
  width:90%;
  max-width:1152px;
  margin:0 auto;
}
.front-work-logo{
  margin-bottom:42px;
  font-size:2.75em;
  font-weight:normal;
  color:#3498db;
  font-family: 'Futura', sans-serif;
  text-align:center;
}
.front-work-contents{
  width:100%;
  display: flex;
  justify-content: space-between;
}
.front-work-content{
  width:33%;
  padding:10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow:1px 1px 5px #333 ;
}
.front-work-content img{
  width:calc(100% - 20px);
  height:auto;
  margin-bottom:10px;
  display: block;
}

.front-work-content h2{
  width:100%;
  font-size:24px;
  font-weight: bold;
  margin-bottom:10px;
  font-family: 'Futura', sans-serif;

}
.front-work-content p{
  font-size:16px;
  line-height: 20px;
  font-family: 'Futura', sans-serif;

}
.front-work-content a{
  display: block;
  width:100%;
  margin:30px auto;
  height:30px;
  line-height: 30px;
  text-align:center;
  position: relative;
  border:1px solid #3498db;
  background-color:#3498db;
  color:#fff;
  text-decoration: none;
  font-size:18px;
  transition:all .2s;
  font-family: 'Futura', sans-serif;

}
.front-work-content a:hover{
  background-color:#fff;
  color:#3498db;

}

.front-works-rink{
  display: block;
  width:80%;
  min-width:130px;
  margin:30px auto 0;
  height:40px;
  line-height: 40px;
  text-align:center;
  position: relative;
  border:2px solid #3498db;
  background-color:#3498db;
  text-decoration: none;
  font-size:18px;
  color: #fff;
  transition:all .2s;
  font-family: 'Futura', sans-serif;

}
.front-works-rink:hover{
  color:#3498db;
  background-color:#fff;
}

.swiper-container{
  display: none;
  width:100%;
  height:100%;
}
.front-work-content.swiper-slide{
  width:400px;
}
.swiper-container .front-work-content{
  width:400px;
  min-width:auto;
  margin:0 auto;
}
.swiper-button-next,.swiper-button-prev{
  top:50%;
  fill: #3498db;
}
.swiper-button-next::after,.swiper-button-prev::after{
  fill: #3498db;
}
.swiper-button-next{
  right:0;
}
.swiper-button-prev{
  left:0;
}
/* @media (max-width:1280px){

} */
@media (max-width:1023px){
  .front-contents{
    padding-top:100px;
  }

}

@media (max-width:767px){
  .front-work-contents{
    display: none;
  }
  .swiper-container{
    display: block;
  }
  .swiper-container .front-work-content{
    width:60%;
    box-shadow:none;
  }
}
@media (max-width:575px){
  .front-contents{
    padding-top:50px;
  }
}
@media (max-width:431px){
  .swiper-container .front-work-content{
    width:98%;
  }
  .swiper-button-next::after, .swiper-button-prev::after{
    display: none;
  }
}
/* フロントニュース */
.front-news{
  width:100%;
  padding-top:100px;
  padding-bottom:50px;
  background-color:#F7EFE3;
}
.front-news-wrapper{
  width:100%;
  max-width:1440px;
  margin:0 auto;
}
.front-news-container{
  width:90%;
  max-width:1152px;
  margin:0 auto;
}
.front-news-logo{
  margin-bottom:42px;
  font-size:2.75em;
  font-weight:normal;
  color:#3498db;
  font-family: 'Futura', sans-serif;
  text-align:center;
}
.front-news-contents{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.front-news-content{
  width:49.7%;
  min-width:480px;
  box-sizing: border-box;
  margin-bottom:5px;
  background-color: #fff;
  padding:10px;
  display:flex;
  justify-content: space-between;
  color:#333;
  box-shadow: 1px 1px 5px #333;
}
.front-news-content img{
  width:auto;
  height:140px;
  object-fit: cover;
  margin-right:10px;
}


.front-news-content .front-news-content-sentence{
  width:100%;
}
.front-news-date{
  font-size:18px;
  margin-top:10px;
  margin-bottom:10px;
  font-family: 'Futura', sans-serif;

}
.front-news-content-title{
  font-size:22px;
  font-weight: bold;
  margin-bottom:10px;
  font-family: 'Futura', sans-serif;

}
.front-news-content p:nth-of-type(3){
  font-size:16px;
  font-family: 'Futura', sans-serif;
}
.front-news-content a{
  display: block;
  width:270px;
  margin:20px 0 0 auto;
  text-align: center;
  height:30px;
  line-height: 30px;
  position: relative;
  border:1px solid #3498db;
  background-color:#3498db;
  color:#fff;
  text-decoration: none;
  font-size:18px;
  transition: all .2s;
  font-family: 'Futura', sans-serif;

}
.front-news-content a:hover{
  color: #3498db;
  background-color:#fff;
}

.front-news-rink{
  display: block;
  width:30%;
  min-width:130px;
  margin:30px 0 0 auto;
  text-align: center;
  height:40px;
  line-height: 40px;
  position: relative;
  border:2px solid #3498db;
  background-color:#3498db;
  text-decoration: none;
  font-size:18px;
  color: #fff;
  transition: all .2s;
  font-family: 'Futura', sans-serif;

}
.front-news-rink:hover{
  color: #3498db;
  background-color:#fff;
}

@media (max-width:1280px){
  /* .front-news-content{
    width:400px;
  }
  .front-news-content .front-news-content-sentence{
    width:200px;
  }
  .front-news-content img{
    width:150px;
    height:150px;
  } */
  .front-news-date{
    font-size:16px;
  }
  .front-news-content-title{
    font-size:20px;
  }
  .front-news-content p:nth-of-type(3){
    font-size:14px;
  }

}
@media (max-width:1150px){
  .front-news-contents{
    flex-direction: column;
    align-items:center;
  }
  .front-news-content{
    width:98%;
    min-width:auto;
  }
  .front-news-content a{
    width:353px;
  }
}

@media (max-width:767px){
  .front-news-container{
    width:98%;
  }
  .front-news-contents{
    padding:0;
  }
  .front-news-content{
    width:100%;
    min-width:auto;
  }
  .front-news-rink{
    width:50%;
  }
}
@media (max-width:605px){
  .front-news-content a{
    width:250px;
  }
}
@media (max-width:575px){
  /* .front-news-content a{
    width:100%;
  } */
  .front-news-content img{
    width:auto;
    height:100px;
  }
  .front-news-content .front-news-content-sentence{
    width:100%;
  }
}
@media (max-width:431px){
   .front-news-content a{
    width:200px;
  }
  .front-news-content img{
    width:auto;
    height:80px;
  }
  .front-news-content .front-news-content-sentence{
    width:100%;
  }
  .front-news-rink{
    width:80%;
    margin:30px auto 0;
  }
}
@media (max-width:365px){
  .front-news-content a{
   width:150px;

 }
}
/* フロントニュース終了 */
/* フロントマップ */
.front-map{
  width:100%;
  margin-top:50px;
  padding-bottom:30px;
}
.front-map-wrapper{
  width:100%;
  max-width:1440px;
  margin:0 auto;
}
.front-map-container{
  width:90%;
  margin:0 auto;
}
.front-map-logo{
  margin-bottom:42px;
  font-size:2.75em;
  font-weight:normal;
  color:#3498db;
  font-family: 'Futura', sans-serif;
  text-align:center;
}
.front-map-inner{
  width:100%;
  display: flex;
  align-items: center;
}
.front-map-area{
  width:50%;
  height:400px;
}
.front-map-area iframe{
  width:100%;
  height:100%;
}
.front-map-about{
  margin-left:50px;
}
.front-map-about table{
  font-size:1.6em;
  margin-bottom:10px;
  line-height:1.8em;
  font-family: 'Futura', sans-serif;
}
.front-map-about table th{
  text-align: left;
  padding-right:10px;
  min-width:113px;
}
/* @media (max-width:1280px){

} */
@media (max-width:1023px){
  .front-map-inner{
    flex-direction: column;
  }
  .front-map-area{
    width:90%;
    height:350px;
    margin-bottom:30px;
  }
  .front-map-about{
    margin:0 auto;
  }
}
@media (max-width:767px){
  .front-map-about table{
    font-size:1.4em;
    line-height:1.6em;
  }
}
@media (max-width:575px){
  .front-map-about table{
    font-size:1.2em;
    line-height:1.4em;
  }
    .front-map-area{
      height:250px;
    }
}
/* @media (max-width:431px){

} */
/* フロントマップ終了 */
/* お問い合わせページ */

    color: #fff;
    opacity: 0.8;
    font-family: 'Futura', sans-serif;
}
.contact-area{
  width:100%;
  margin-top:30px;
  margin-bottom:200px;
}
.contact-area-max{
  width:100%;
  max-width:1280px;
  margin:0 auto;
}

.wpcf7-form-control-wrap{
	margin-top:1rem;
	display:block;
}

/* コンタクトフォーム */
.wpcf7-form {
  width: 100%;
  margin:0 auto　0 0;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #333;
  font-family: 'Futura', sans-serif;
}

.wpcf7-form .text1 {
  width: 210px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.025em;
  color: #333;
  font-family: 'Futura', sans-serif;
  border-bottom: 1px dotted #333;
  height: 40px;
  box-sizing: border-box;
  margin-right: 15px;
}
.wpcf7-form .text1 .ast {
  color: red;
}
.wpcf7-form > p {
  width: 100%;
  height: 100%;
}
.wpcf7-form > p {
  margin-bottom: 20px;
}
.wpcf7-form > p:last-of-type {
  width: 100%;
  height: 50px;
  background-color: #003c00;
  color: #fff;
  margin: 100px  auto 0;
  font-size:18px;
  letter-spacing:0.025em;
  font-family: 'Futura', sans-serif;
}
.wpcf7-form > p:last-of-type input {
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
  background-color: #fff;
  color: #3498db;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  transition: all .2s;
  padding:0;
  box-sizing:border-box;

  border:1px solid #3498db;
}
.wpcf7-form > p:last-of-type input:hover{
  background-color:#fff;
  color:#3498db;
}
.wpcf7-form > p > label {
  width: 100%;
  height: 100%;
  display: flex;
}
span.your-name {
  width: 100%;
  height: 40px;
  display: block;
}
span.your-name input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #333;
  font-family: 'Futura', sans-serif;
}
span.your-name2 {
  width: 100%;
  height: 40px;
  display: block;
}
span.your-name2 input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #333;
  font-family: 'Futura', sans-serif;
}

span.your-email {
  width: 100%;
  height: 40px;
  display: block;
}
span.your-email input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #333;
  font-family: 'Futura', sans-serif;
}
span.your-subject {
  width: 100%;
  height: 40px;
  display: block;
}
span.your-subject input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #333;
  font-family: 'Futura', sans-serif;
}

span.your-message {
  width: 100%;
  height: 200px;
  display: block;
}
span.your-message textarea {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #333;
  font-family: 'Futura', sans-serif;
}
.wpcf7-form > p.label {
  display: flex;
}
.wpcf7-checkbox {
  height: 100%;
}
.wpcf7-list-item {
  height: 100%;
}
.wpcf7-list-item label {
  height: 100%;
  display: flex;
  align-items: center;
}
.wpcf7-list-item label input {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
}
@media (max-width:910px){
  .wpcf7-form {
    width: 100%;
    margin:0 auto 0 0;
  }
  .wpcf7-form > p>label {
    flex-direction: column;
  }
}
/* ニュースページ */
.news-view{
  width:100%;
  height:300px;
  background:url(../../uploads/2021/04/contact01.jpg) center center fixed;
  background-color:rgba(0, 0,0, 0.6);
  background-size:cover;
  background-blend-mode: darken;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items:center;
  margin-bottom:30px;
}
.news-title{
  font-size: 44px;
    line-height: 1.2;
    color: #fff;
    opacity: 0.8;
    font-family: 'Futura', sans-serif;
}
.page-news-contents{
  flex-wrap: wrap;
}
.page-n{
  width:100%;
  height:90px;
}
.page-n-max{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.screen-reader-text{
  display: none;
}
.nav-links{
  display: flex;
  justify-content: center;
  align-items:center;
}
.page-numbers{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-numbers li{
  width:30px;
  height:30px;
  box-sizing: border-box;
  line-height:30px;
  text-align:center;
  font-size:14px;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right:5px;
  margin-left:5px;
  color:#333;
  background-color:#FFFFFF;
}
.page-numbers li a{
  width:100%;
  height:100%;
  line-height:30px;
  text-align:center;
  font-size:14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#333;
  background-color:#DCD2C8;
  transition:all .8;
}
.page-numbers li a span{
  border:none;
}
.page-numbers li a:hover{
  opacity:.8;
}
@media (max-width:1150px){
  .page-news-contents{
    flex-direction: column;
    align-items:center;
  }
}
@media (max-width:767px){
  .front-news-contents{
    padding:0;
  }
}
/* ワークページ */
.work-view{
  width:100%;
  height:300px;
  background:url(../../uploads/2021/04/contact01.jpg) center center fixed;
  background-color:rgba(0, 0,0, 0.6);
  background-size:cover;
  background-blend-mode: darken;
  object-fit: cover;
  display: flex;
  justify-content: center;
  margin-bottom:30px;
  align-items:center;
}
.work-title{
  font-size: 44px;
    line-height: 1.2;
    color: #fff;
    opacity: 0.8;
    font-family: 'Futura', sans-serif;
}
.page-work-contents{
  margin:0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-work-contents .front-work-content{
  min-width:200px;
  margin-top:3px;
  margin-left:1.5px;
  margin-right:1.5px;
}
@media(max-width:994px){
  .page-work-contents .front-work-content{
    width:calc(50% - 3px);
  }
}
@media(max-width:451px){
  .page-work-contents .front-work-content{
    width:calc(100% - 3px);
    margin:3px auto 0;
  }
}
/* シングルニュース投稿ページ */
.single-news-content{
  width:96%;
  margin:100px auto 30px;
  box-sizing: border-box;
  background-color: #fff;
  padding:10px;
  box-sizing:border-box;
  display:flex;
  justify-content: space-between;
  color:#333;
}
.single-news-content img{
  width:48%;
  height:auto;
}
.single-news-content .single-news-content-sentence{
  width:50%;
}
.single-news-date{
  font-size:18px;
  margin-top:10px;
  margin-bottom:10px;
  font-family: 'Futura', sans-serif;

}
.single-news-content-title{
  font-size:22px;
  font-weight: bold;
  margin-bottom:10px;
  font-family: 'Futura', sans-serif;

}
.single-news-content p:nth-of-type(3){
  font-size:16px;
  font-family: 'Futura', sans-serif;
}
@media(max-width:820px){
  .single-news-content{
    margin:0 auto;
    flex-direction: column;
  }
  .single-news-content img{
    width:100%;
    height:auto;
  }
  .single-news-content .single-news-content-sentence{
    width:100%;
  }
}
.single-work-content{
  width:96%;
  margin:100px auto 30px;
  box-sizing: border-box;
  background-color: #fff;
  padding:10px;
  box-sizing:border-box;
  display:flex;
  justify-content: space-between;
  color:#333;
}
.single-work-content img{
  width:30%;
  height:auto;
}
.single-work-content .single-work-content-sentence{
  width:68%;
}
.single-work-content h2{
  width:100%;
  font-size:22px;
  font-weight: bold;
  margin-bottom:10px;
  font-family: 'Futura', sans-serif;
  padding-top:20px;

}
.single-work-content p{
  width:100%;
  font-size:16px;
  line-height: 20px;
  font-family: 'Futura', sans-serif;
}
@media(max-width:700px){
  .single-work-content img{
    width:48%;
    height:auto;
  }
  .single-work-content .single-work-content-sentence{
    width:50%;
  }
}
@media(max-width:560px){
  .single-work-content{
    flex-direction: column;
    margin:0 auto;
  }
  .single-work-content img{
    width:100%;
    max-width:400px;
    margin:0 auto;
    height:auto;
    margin-bottom:10px;
  }
  .single-work-content .single-work-content-sentence{
    width:100%;
  }
}
/* ページネーション */
.page-numbers li{
  border:none;
  background-color:#fff;
  color:#3498db;
}
.page-numbers li a{
  border:1px solid #3498db;
  background-color:#3498db;
  color:#fff;
  text-decoration: none;
  transition:all 0.3s;
}
.page-numbers li a:hover{
  background-color:#fff;
  color:#3498db;
}

.thumbnail{
  position: relative;
  height:140px;
  width:auto;
  display: block;
}
.thumbnail img{
  width:auto;
  height:140px;
  object-fit: cover;
  display: block;
}
.thumbnail p{
  position: absolute;
  top:0;
  width:calc(100% - 10px);
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size:18px;
  font-family: 'Futura', sans-serif;
  color: #fff;
}
@media (max-width:575px){
  .thumbnail{
    height:100px;
  }
  .thumbnail img{
    width:auto;
    height:100px;
  }
}
@media (max-width:431px){
  .thumbnail{
    height:80px;
  }
  .thumbnail img{
    width:auto;
    height:80px;
  }
  .thumbnail p{
    font-size:16px;
  }
}
.thumbnail-work{
  position: relative;
  width:calc(100% - 20px);
  height:100%;
  display: block;
}
.thumbnail-work img{
  width:100%;
  height:auto;
  margin-bottom:10px;
  display: block;
}
.thumbnail-work p{
  position: absolute;
  top:0;
  width:calc(100% - 10px);
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size:24px;
  font-family: 'Futura', sans-serif;
  color: #fff;
}





/*目次*/

#main_content .p-toc {
   display:none;
}


/*固定ページ・ページネーション*/

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*News カテゴリー*/
.news .c-categoryList::before, .icon-folder::before, .widget_categories>ul>.cat-item>a::before, .wp-block-categories-list>li>a::before, code.dir_name::before {
    content: "\e92f";
    color:#3498db;
}


.p-postList__title{
	color:gray !important;
}



.c-widget__title,#menu-header-menu-2,a{
	font-family: 'Futura', sans-serif;
}


/*余白*/
.pt_0{
	padding-top:0 !important;
}


/*l-content*/
.l-content {
    position: relative;
    z-index: 1;
    margin: 0 auto 5vh auto;
    padding-top: 2em;
}


.home .l-content{ 
   margin-bottom:0;
}


/*ヘッダー*/
.l-header__bar {
    display:none;
}

.l-header__inner{
	position:relative;
}
.l-header {
 
    height: 100px;
}



@media(max-width:960px){
	.l-header {
 
    height: 70px;
		margin-bottom:0;
}
}

/*ロゴ*/
.-img .c-headLogo__link {
    display: block;
 
}


/*メニュー
*/
.c-gnav>.menu-item>a {
	color:#3498db;
}    
header .menu-item{
	width:120px;
}

header .menu-item:last-child{
	width:160px;
	max-width: 100%;
}

.c-gnav>.menu-item>a .ttl {
    font-size: 17px;
}

.c-gnav>.menu-item>a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 3px;
    transition: all .2s;
    font-weight: 800;
    font-family: 'Futura', sans-serif;
    transition: all 0.3s ease;
	padding-top:40px;
}


#fix_header .c-gnav>.menu-item>a{
	padding-top:20px;
	padding-bottom:10px;
}

.c-gnav>.appcon-button a .ttl{
	font-size:0.3em;
	letter-spacing:0.05em;
}

.c-gnav>.appcon-button a{
	background-color:#3498db;
	color:#FFF;
	border-radius:100px;
	padding:30px 12px 30px 12px;
	margin:10px 0;
	line-height:1.1;
	height:calc(100% - 20px);
 	width:100%;
	border:2px solid #3498db;
	transition: all 0.2s ease-out;
}

.l-fixHeader .c-gnav>.appcon-button a{
	padding-top: 10px!important;
    padding-bottom: 10px;
	height:40px;
}

.c-gnav>.appcon-button a:hover{
	background-color:#FFF;
	color:#3498db;
}

.c-gnav>.appcon-button a:after{
	display:none;
}



/*マッチングワンLP*/


.page-id-14829 #breadcrumb,
.page-id-15059 #breadcrumb,
.page-id-15061 #breadcrumb{
	display:none;
}

.page-id-14829 .l-container,
.page-id-15059 .l-container,
.page-id-15061 .l-container{
	max-width:none;
	padding:0;
	margin-bottom:0;
}

.page-id-14829 .l-header__inner,
.page-id-14829 .l-fixHeader__inner{
	width:1256px;
	max-width:95%;
}

.page-id-14829 .l-footer__inner{
	width:1256px;
	max-width:95%;
	margin-right:auto;
	margin-left:auto;
}

#mlp01{
	width:1920px;
	max-width:100%;
	margin:0 auto;
}

#mlp_hero{
	position:relative;
}

#mlp_hero_back{
	background-image:url(img/heroimg.jpg);
	background-size:cover;
	background-position:right center;
	width:70%;
	margin:50px 0 50px auto;
	min-height:700px;
	border-radius: 50px 0 0 50px;
}


#mlp_logo{
	position:absolute;
	width:50%;
	left:5%;
	top:200px;
}




#mlp_logo h2{
	font-size:1.7rem;
	color:#3498db;
}

#mlp_logo p{
	font-size:1.2rem;
	line-height:1.8;
	margin-top:1rem;
}

#mlp_hero_under{
	color:#3498db;
	font-size:2.5rem;
	display:inline-block;
	margin-top:2rem;
	margin-left:160px;
}


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

#mlp_hero_back{
	width:50%;
	min-height:400px;
}

#mlp_logo{
	top:50px;
}

#mlp_logo h2{
	font-size:1rem;
}

#mlp_logo p{
	font-size:1rem;
}

}




#mlp02{
	padding:150px 0;
}

#mlp02_inner{
	width:980px;
	max-width:95%;
	margin:0 auto;
	background-color:#E5E5E5;
	border-radius: 50px;
	padding:50px 100px;
}

#mlp02_inner.mlpbl{
	background-color:#fff3f3;
}

#mlp02 h3{
	text-align:center;
	font-size:1.5rem;
}

#mlp02 .mlpbl h3{
	color:#3498db;
}

#mlp02 h2{
	font-size:2.5rem;
	text-align:center;
	margin-bottom:2rem;
}
#mlp02 .mlpbl h2{
	color:#3498db;
}

#mlp02_ul{
	
}

#mlp02_ul li{
	display:flex;
	margin-bottom:1.5rem;
	align-items:center;
	border-bottom:1px solid #333;
	padding-bottom:1.5rem;
}

#mlp02_ul li:last-child{
	border-bottom:0px solid;
}

#mlp02_ul li h4{
	font-size:1.4rem;
}

#mlp02_ul li h4{
	font-size:1.4rem;
}

.mlpbl #mlp02_ul li h4{
	color:#3498db;
	
}

.mlp02_ul_img{
	width:120px;
	margin-right:40px;
}


.mlp02_ul_text{
	width:calc(100% - 160px);
}

#mlp02_kaiketsu{
	text-align:center;
	font-size:1.5rem;
	color:#3498db;
}

#mlp02_kaiketsu em{
	font-weight:bold;
	font-size:1.9rem;
	font-style: normal;
}
	
#mlp03{
	margin-top:50px;
	background-color:#fff3f3;
	padding-top:100px;
	position:relative;
	padding-bottom:50px;
}

#strength_img{
	position:absolute;
	right:0px;
	top:-70px;
	width:700px;
	max-width:50%;
}


#mlp03_inner{
	width:1280px;
	max-width:95%;
	margin:0 auto;
}

#mlp03 h2{
	text-align:center;
	margin-bottom:100px;
	font-size:2.5rem;
	color:#3498db;
}

#mlp03 h2 img{
	
}


.mlp03_box{
	display:flex;
	margin-bottom:200px;
	position:relative;
}



#mlp03_02 .left{
	margin:0 0 0 auto;
}


#mlp03_01 .left{
	background-image:url(img/num01.png);
}

#mlp03_02 .left{
	background-image:url(img/num02.png);
}

#mlp03_03 .left{
	background-image:url(img/num03.png);
}



.mlp03_box .left{
	width:55%;
	background-color:#FFF;
	padding:90px 100px 100px 90px;
	position:relative;
	z-index:10;
	border-radius:30px;
	background-position:right bottom;
	background-repeat: no-repeat;
}

.mlp03_box .right{
	width:50%;
	position:absolute;
	z-index:8;
	right:0;
	top:0;
	border-radius: 30px;
	background-size:cover;
	background-position:center center;
	height:100%;
	margin-top:100px;
}

#mlp03_01 .right{
	background-image:url(img/str01.jpg);
	
}

#mlp03_02 .right{
	right:auto;
	left:0;
	background-image:url(img/str02.jpg);
}

#mlp03_03 .right{
	background-image:url(img/str03.jpg);
	
}

.mlp03_box h3{
	font-size:1.6rem;
	margin-bottom:1rem;
	color:#3498db;
}


.mlp03_box p{
	font-size:1.2rem;
}


.enh2{
	font-size:2.5rem;
	text-align:center;
	position:relative;
}


.enh2:after{
	content:"";
	
}

.enh2 span{
	display:block;
	font-size:1.2rem;
}

.enh2{
	
}


#mlp04{
	padding:100px 0;
}

#mlp04_inner{
	width:1080px;
	max-width:95%;
	margin:0 auto;
}


#mlp_price{
	width:980px;
	max-width:95%;
	margin:25px auto 0 auto;
	display:flex;
}

#mlp04 h2{
	color:#3498db;
}

#mlp_price ul{
	width:30%;
	margin:3%;
	border-bottom:1px dashed #CCC;
	text-align:center;
	border:1px solid #CCC;
	border-radius: 20px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	padding:20px 0;
	font-weight:bold;
}

#mlp_price_basic{
	background-color:#3498db;
	color:#FFF;
	background-image: url(img/redbg.jpg);
	background-position:center center;
	
}

#mlp_price ul>li:first-child{
	font-size:1.3em;
	font-weight:bold;
}

#mlp_price ul>li:nth-child(2){
	font-size:2.5em;
	font-weight:bold;
}

#mlp_price ul>li{
	padding:10px;
}

.mlp_price_list{
	width:13em;
	max-width:100%;
	margin:0 auto;
	text-align:left;
}
.mlp_price_list img{
	width:1em;
	vertical-align: middle;
	display:inline-block;
	margin-right:5px;
}

#mlp04_text{
	text-align:center;
	font-size:1.6rem;
	margin-top:1rem;
}

#mlp04_text em{
	font-style:normal;
	font-size:2rem;
}



#mlp05{
	padding:150px 0 150px 0;
	position:relative;
	background-image: url(img/redbg.jpg);
    background-size: cover;
    background-position: center center;
    color: #FFF;
}


#mlp05:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding-bottom:3.9%;
	background-image:url(img/white_eb_2.png);
	background-size:cover;
	background-position:center center;
	z-index:10;
	background-repeat: no-repeat;
}


#mlp05:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding-bottom:3.9%;
	background-image:url(img/eb_white_2.png);
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	z-index:10;
}



#mlp05 .enh2{
	font-size:1.7rem;
	margin-bottom:25px;
}

#mlp05_inner{
	width:980px;
	max-width:95%;
	margin:0 auto;
}

#mlp05 ul{
	display:flex;
	flex-wrap: wrap;
}

#mlp05 ul li{
	width:30.3%;
	margin:1.5%;
	vertical-align: middle;
	align-items: center;
	display:flex;
	font-size:1.1rem;
	border:1px solid #CCC;
	padding:10px 20px;
	background-color:#FFF;
	flex-wrap: wrap;
	color:#333;
	border-radius: 10px;
}

#mlp05 ul li img{
	width:50px;
	display:inline-block;
	margin-right:15px;
	margin-bottom:10px;
}

#mlp05 ul li h3{
	width:calc(100% - 65px);
	color:#3498db;
}

#mlp05 ul li p{
	width:100%;
	font-size:0.9rem;
}

#mlp_faq{
	padding:100px 0 100px 0;
}

#mlp_faq .enh2{
	margin-bottom:70px;
	color:#3498db;
}

#mlp_faq_inner{
	width:980px;
	max-width:95%;
	margin:0 auto;
}

#mlp_faq dl{
	margin-bottom:25px;
}

#mlp_faq dl dt{
	border:1px solid #3498db;
	color:#3498db;
	padding:20px;
	cursor:pointer;
	font-size:1.2rem;
	font-weight:bold;
	border-radius: 50px;
	transition: all 0.5s ease-out;
}

#mlp_faq dl dt:hover{
	background-color:#FCF0F4;
}

#mlp_faq dl dd{
	padding:10px 20px;
	display:none;
}


#mlp_con{
	padding:100px 0;
	position:relative;
	background-color:#e8e8e8;
}

#mlp_con #appcon{
	background-color:#FFF;
}

#mlp_con a{
	color:#3498db;
}

#mlp_con:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 3.9%;
    margin-top: -3.9%;
    background-image: url(img/white_eb.png);
    background-size: cover;
    background-position: center center;
    z-index: 10;
    background-repeat: no-repeat;
}

#mlp_con .enh2{
	margin-bottom:70px;
	color:#3498db;
}

#mlp_con_inner{
	width:980px;
	max-width:95%;
	margin:0 auto;
}

#mlp_con #appcon{
	border-color:#3498db;
}
#mlp_con #appcon dt span{
	background-color:#3498db!important;
}

#mlp_con #appcon .wpcf7-submit{
	background-color:#3498db!important;
	
}

#mlpd{
	padding-top:calc(100px + 3.9%);
	padding-bottom:calc(30px + 3.9%);
	position:relative;
	background-color:#e8e8e8;
}

#mlpd.mlpbl{
	background-image:url(img/redbg.jpg);
	background-size:cover;
	background-position:center center;
	color:#FFF;
	
}

#mlpd:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding-bottom:3.9%;
	background-image:url(img/white_eb_2.png);
	background-size:cover;
	background-position:center center;
	z-index:10;
	background-repeat: no-repeat;
}


#mlpd:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding-bottom:3.9%;
	background-image:url(img/eb_white_2.png);
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	z-index:10;
}

#mlpd:after{
	content:after}

#mlpd .enh2{
	margin-bottom:20px;
}

#mlpd_ul{
	width:600px;
	max-width:95%;
	margin:0 auto;
	display:flex;
}

#mlpd_ul li{
	width:45%;
	margin:2.5%;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:5px;
}

#mlpd_ul li img{
	vertical-align: bottom;
}

.mlpd_box{
	background-color:#FFF;
	padding:30px;
	width:980px;
	max-width:95%;
	margin:0 auto 30px auto;
	color:#333;
	display:flex;
	position:relative;
	z-index:10;
	border-radius: 10px;
}

.mlpd_box:after{
	z-index:-1;
	border:1px solid #FFF;
	position:absolute;
	right:-10px;
	bottom:-10px;
	width:100%;
	height:100%;
	display:block;
	content:"";
	border-radius: 10px;
}

.mlpd_box_img{
	width:300px;
	margin-right:50px;
	color:#333;
	font-size:1.2rem;
}

.mlpd_box_img img{
	border:1px solid #CCC;
}

.mlpd_box h3{
	font-size:1.4rem;
	margin-bottom:1rem;
}

.mlpd_box_text{
	width:calc(100% - 350px);
	color:#555;
	line-height:1.7;
}




#mlpab{
	padding:100px 0;
}

#mlpab_inner{
	width:980px;
	max-width:95%;
	margin:0 auto;
}

#mlpab h2{
	font-size:2rem;
	text-align:center;
}

#mlpab h2.mlpbl{
  /* グラデーションの向きと色を指定 */
 background: linear-gradient(to right, #b5201c, #3498db);
  /* テキストに背景をクリップ */
  -webkit-background-clip: text;
  background-clip: text;
  /* テキストカラーを透明に */
  -webkit-text-fill-color: transparent;
  /* 標準準拠ブラウザ向け */
  color: transparent;
	
}

#mlpab h2 span{
	position:relative;
	font-size:2.5rem;
}

#mlpab h2 span:before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50%;
	background-color:#E7E7E7;
	z-index:-1;
}


#mlpab h2 em{
	font-style:normal;
	font-size:2.5rem;
}


#mlpab_ul{
	display:flex;
	margin:50px 0 0 0;
}

#mlpab_ul li{
	width:30.3%;
	margin:1.5%;
	text-align:center;
}

#mlpab_ul li h3{
	font-size:2rem;
	margin-bottom:0.5rem;
	padding-right:0.9em;
}


.mlpbl#mlpab_ul li h3{
	color:#3498db;
	
}

#mlpab_ul li h3 img{
	width:0.9em;
	display:inline-block;
	margin-right:5px;
	vertical-align:baseline;
}

#mlpab_ul dl{
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:20px;
}


.mlpbl#mlpab_ul dl{
	border-radius: 10px;
}

#mlpab_ul dt{
	font-weight:bold;
	font-size:1.4rem;
}


.mlpbl#mlpab_ul dl dt{
	color:#3498db;
}

#mlpab_com{
	text-align:right;
	font-size:0.9rem;
	margin-right:1.5%;
	
}


/*『マッチングワン』で作れるサービス*/

#mlpm{
	padding:150px 0;
	position:relative;
}

#inner-mlpm{
	width:1280px;
	max-width:95%;
	margin:0 auto;
}

#case_img{
	position:absolute;
	left:0px;
	top:-70px;
	width:700px;
	max-width:50%;
}

#mlpm h2{
	text-align:center;
	margin-bottom:30px;
	font-size:2.5rem;
	color:#3498db;
}

#mlpm_text{
	text-align:center;
	margin-bottom:30px;
}

.service-grid{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.service-item{
	width:28.3%;
	margin:0 0 5% 0;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: hidden;
}

.service-item img{
	vertical-align: bottom;
}

.service-item h3{
	padding:7px 10px;
	text-align:center;
	background-color:#3498db;
	color:#FFF;
	font-size:1.2em;
}

.service-item p{
	padding:10px 15px 15px 15px;
	color:#555;
}

#mlpm2_text{
	text-align:center;
	margin:50px 0 50px 0;
}

.service-list{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-list dl{
	width:300px;
	display:flex;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	align-items: center;
	margin-bottom:20px;
	border:1px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
}

.service-list dl dt{
	width:80px;
	padding:10px;
}

.service-list dl dt img{
	vertical-align: bottom;
}

.service-list dl dd{
	padding:5px;
	width:calc(100% - 80px);
	font-weight:bold;
	color:#3498db;
}

.c-pageTitle__subTitle{
  display: none;
}

#mlpf{
    background-color: #e8e8e8;
	
    padding-top: 100px;
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
	background-image: url(img/redbg.jpg);
    background-size: cover;
    background-position: center center;
    color: #FFF;
	position:relative;
}


#mlpf:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding-bottom:3.9%;
	background-image:url(img/white_eb_2.png);
	background-size:cover;
	background-position:center center;
	z-index:10;
	background-repeat: no-repeat;
}


#mlpf:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding-bottom:3.9%;
	background-image:url(img/eb_white_2.png);
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	z-index:10;
}



#mlpf h2{
	text-align:center;
	margin-bottom:30px;
	font-size:2.5rem;
}

#mlpf_text{
	text-align:center;
	margin-bottom:30px;
}

#flow_img{
	position: absolute;
    right: 0px;
    top: -70px;
    width: 700px;
    max-width: 50%;
}

#inner-mlpf{
	width:1280px;
	max-width:95%;
	margin:0 auto;
}

#mlpf .step{
	width:1000px;
	max-width:100%;
	background-color:#FFF;
	border:1px solid #333;
	padding:1.5rem;
	margin:0 auto 50px auto;
	border-radius: 10px;
	overflow: hidden;
}


#mlpf .step h3{
	font-size:1.3rem;
	font-weight:bold;
	margin-bottom:1em;
	color:#3498db;
}

#mlpf .step p{
	color:#666;
}

#fixcta{
	position:fixed;
	bottom:20px;
	width:600px;
	left:calc(50% - 300px);
	background-color:#FFF;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding:10px;
	z-index:1000;
	display:flex;
	border:2px solid #3498db;
	color:#3498db;
    transition: all 0.2s ease-out;
	max-width:95%;
}

#fixcta:hover{
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
		
}

#fixcta_text{
	width:70%;
}

#fixcta_text p{
	color:#666;
}

#fixcta_button{
	width:30%;
	display:block;
	background-color:#3498db;
	color:#FFF;
	padding:18px 10px 10px 10px;
	text-align:center;
	border-radius: 5px;
}

#fixcta h2{
	font-size:1.5rem;
}


/*マッチングワンLP　ここまで*/






@media(min-width:767px){
	
	
	.home　.l-header__inner{
		position:absolute;
		top:70px;
	}

		.home　.c-gnav>.menu-item>a {
  
    color: #fff;
    
}

.menu-item{
	width:100%;
}
	
}
.c-iconBtn {
     color:#3498db;
}
	
@media(max-width:960px){
.home .c-iconBtn {
     color:#fff !important;
}
}

@media(max-width:576px){
	.home .c-iconBtn {
     color:#3498db !important;
}
}


@media(max-width:576px){
.sp_white{
color:#3498db !important;
}
}

@media(max-width: 575px){
.sp-o{
    width: 150px !important;
    margin: -20px auto 30px  !important;
    display: block  !important;
    font-size: 2.5em  !important;
    color: #3498db  !important;
    text-align: center  !important;
    font-family: 'Futura', sans-serif  !important;
    padding-bottom: 5px  !important;
    border-bottom: 2px solid #3498db  !important;
}
	.post_content h2 {
    color: #fff;
}

}


/*見出し*/


.arrange_h2{
	position:relative;
	font-family: 'Futura', sans-serif;
	font-size:200% !important;
	color:#3498db!important;
    text-align:center;
}

.arrange_h2:before{
    display:block;
}

.arrange_h2_left{
	position:relative;
	font-family: 'Futura', sans-serif;
	font-size:200% !important;
	color:#3498db!important;
}

.arrange_h2_left:after{
    content: "" !important;
    display: block;
    height: 1px;
    margin-left: 0;
    margin-right: auto;
    background-color: #3498db !important;
    height: 3px;
    width: 45px;
    margin-top: 4vh;
}



.arrange_h2:after{
    content: "" !important;
    display: block;
    height: 1px;
	    margin-left: auto;
    margin-right: auto;
	    background-color: #3498db !important;
    height: 3px;
    width: 45px;
    margin-top: 4vh;
}


@media(max-width:576px){
	.post_content .is-style-section_ttl.has-text-align-left {
font-family: 'Futura', sans-serif;
}
	
.post_content h2{
	margin:2em 0 1em;
	
}
}
/*実績*/

.service_h2{
	position:relative;
}
.strong_h2{
	position:relative;
}

.strong-div{
	margin-top:100px;
	margin-bottom:200px;
}

.works{
	position:relative;
}


/*会社概要*/

.company table{
	font-weight:bold !important;
	color:#333;
}


.company{
	background-image:url("https://todoonada.co.jp/wp-content/uploads/2021/06/cubes.png");
	margin-bottom:0;
}

/*お知らせ*/

/*ボタン*/

.is-style-more_btn a {
	min-width:300px !important;
	width:20px !important;
	width:80%;
	border:1px solid
	#3498db;
	box-shadow:0 0 0 0 !important;
	color:#3498db;
	font-weight:bold;
	position:relative;
}

.is-style-more_btn a:before{
position:absolute;
	content: "" !important;
    border-bottom: 	#3498db 2px solid;
    border-right: 	#3498db 2px solid;
    width: 100%;
    height: 95%;
    left: 5px;
}

.job-selection{
	
}


.job-selection a{
	background-color:#3498db;
	color:#FFF;
}

.job-selection a:before{
	
}


/*google マップ*/
.map_block{
	min-height:300px;
	position:relative;
	background-color:#3498db;
	border-radius:5px;
}
.map{
	padding:12px 10px 10px;
	min-height:300px;
}
.map_block:before{
content:"" ;
	position:absolute;
	bottom:-100px;
	width:30px;
	left:calc(50% - 15px);
	background-color:#3498db;
	height:100px;

}


	.map_block:after{
content:"" ;
		position:absolute;
	background-image:url("https://todoonada.co.jp/wp-content/uploads/2021/06/denpa.png");
		width:50px;
		top:-97px;
		height:100px;
		background-size:cover;
	left:80%;
		

}




/*ウィジェット*/

.widget_swell_prof_widget .c-iconList, .widget_swell_sns_links .c-iconList {
     justify-content: left;
}


/*フッター*/
footer:before{
	width:100%;
	content:"";
	position:absolute;
	height:2px;
	background-color:#fff;
	top:5px;
}

.footer-contact-rink {
    display: block;
    text-align: center;
    height: 50px;
	font-weight:bold;
    line-height: 50px;
    position: relative;
    border: 1px solid #3498db;
    color: #3498db !important;
    text-decoration: none;
	margin:0 auto 0 0;
    font-size: 15px;
    background-color: #fff;
    transition: all .2s;
    font-family: 'Futura', sans-serif;
 box-shadow: 0 0 10px rgba(0,0,0,.3);
	text-decoration:none !important;
}

.footer-contact-rink:after{
   position:absolute;
    top: 50%;
    right: 0.4em;
	font-size:70%;
    font-family: icomoon;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
    content: "\e930";
}

#newcopyright{
	text-align:center;
	font-size:0.8rem;
}

.copyright{
	display:none;
}

@media(max-width:960px){
	#media_image-4,#media_image-6{
	display:none;
}
}

#media_image-4,#media_image-6{
	opacity:0;
}

/*お問い合わせ*/

.contact th{
	background-color:#3498db !important;
    color: #fff;
    width: 30%;
    text-align: left;
    vertical-align: middle;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
	border: 1px solid #fff !important;
}
.contact td{
	    background-color: rgba(232,202,183,0.15);
	    border: 1px solid #ddd !important;
}
.contact td input{
	border-radius:5px;
	width:100%;
}
.wpcf7{
border-radius:10px;
	padding:10px;

}

.wpcf7-form > p:last-of-type {
    width: 100%;
	max-width:300px;
    height: 50px;
    background-color: #003c00;
    color: #fff;
    margin: 100px auto 0;
    font-size: 18px;
    letter-spacing: 0.025em;
    font-family: 'Futura', sans-serif;
	position:relative;
}

.wpcf7-form > p:last-of-type:before{
position: absolute;
    content: "" !important;
    border-bottom: #3498db 2px solid;
    border-right: #3498db 2px solid;
    width: 100%;
    height: 100%;
    left: 5px;
	bottom:-5px;
		z-index:-5 !important;
}


.wpcf7-form > p:last-of-type:after {
    position: absolute;
    top: 50%;
    right: 1.25em;
    font-family: icomoon;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
    content: "\e930";
	color:#3498db
}
.wpcf7-submit{
	background-color:#fff !important;
}

textarea{
	width:100%;
}

.spbr{
	display:none;
}

.p-postList__body .p-cf{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-postList__body .cf01{
	width:100%;
}
.p-postList__body .cf02,
.p-postList__body .cf03{
	width:48%;
	font-size:0.75rem;
	padding:3px 6px;
	border:2px solid #3498db;
}

.p-postList__body .cf02 span,
.p-postList__body .cf03 span{
	font-size:1rem;
	display:block;
	text-align:right;
	color:#3498db;
}

.p-postList__item{
	position:relative;
}


.p-postList__item .cf01{
	position:absolute;
	left:0;
	top:0;
	color:#FFF;
	background-color:rgba(0,0,0,0.6);
	font-size:0.8rem;
	padding:2px 5px;
	border-radius:0 0 5px 0;
	z-index:2;
}


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

.spbr{
	display:inline;
}

.enh2{
	font-size:1.7rem;
}
.enh2 span{
	font-size:0.9rem;
}

#mlpab h2{
	font-size:1.3rem;
}

#mlpab h2 span{
	font-size:1.5rem;
}

#mlpab h2 em{
	font-size:1.5rem;
}

.mlp03_box .left{
	padding:45px 50px 50px 45px;
}

.mlp03_box h3{
	font-size:1.2rem;
}

.mlp03_box p{
	font-size:1rem;
}


.mlp03_box{
	display:block;
	width:640px;
	max-width:95%;
	margin:0 auto 50px auto;
}

.mlp03_box .right{
	position:relative;
	height:40vw;
	width:100%;
	border-radius:20px 20px 0 0 ;
}

.mlp03_box .left{
	width:100%;
	border-radius:0 0 20px 20px;
}

#mlp04_text{
	font-size:1rem;
}

#mlp04_text em{
	font-size:1.2rem;
}

#mlp_price ul:first-child{
	font-size:1rem;
}
#mlp_price ul:last-child{
	font-size:0.7rem;
}


#mlp04_inner{
	padding:10px;
	border-radius: 10px;
}

#mlp05 ul li h3{
	font-size:1rem;
}

#mlp05 ul li{
	width:47%;
}

#mlp02 h2{
	font-size:1.5rem;
}

#mlpab_ul li h3{
	font-size:1.3rem;
}

#mlpab_ul dt{
	font-size:1rem;
}

#mlpab_ul dd{
	font-size:0.8rem;
}

#mlp02_inner{
	padding:20px 40px;
}


}


@media all and (max-width: 751px) {

#mlp_hero_under{
	margin-left:50px;
}

#mlp_hero_back{
	opacity:0.2;
	width:calc(100% - 150px);
}

#mlp_logo{
	width:90%;
}

#mlpab{
	padding:0px 0 50px 0;
}

#mlpab h2{
	font-size:4vw;
}

#mlpab h2 span,
#mlpab h2 em{
	font-size:5vw;
}

#mlpab_ul{
	display:block;
	width:100%;
	margin:25px 0 0 0;
}

#mlpab_ul li{
	width:100%;
	margin-bottom:25px;
	display:flex;
	flex-wrap: wrap;
}

#mlpab_ul li h3{
	width:100%;
}

#mlpab_ul li dl{
	width:47%;
	margin:1.5%;
}

#mlpd{
	padding:50px 0 30px 0;
}

#mlp02{
	padding:50px 0 25px 0;
}

#mlp02_inner{
	padding:20px;
	border-radius: 25px;
}

#mlp02 h2{
	margin-bottom:1rem;
}
#mlp02 h3{
	font-size:4vw;
}

#mlp02_ul li:last-child{
	margin-bottom:0;
}

#mlp02_ul li h4{
	font-size:1.2rem;
}


.mlp02_ul_img{
	width:40px;
	margin-right:10px;
}

.mlp02_ul_text{
	width:calc(100% - 50px);
}

#mlp02_kaiketsu{
	font-size:4vw;
}

#strength_img,
#case_img,
#flow_img{
	top:0%;
}

#mlp03{
	padding:50px 0;
}

.mlp03_box{
	margin-bottom:0;
}

.mlp03_box .right{
	margin-top:25px;
}

.mlp03_box .left{
	padding:20px;
}

.mlp03_box h3{
	font-size:4vw;
}

#mlp03 h2{
	font-size:5vw;
	margin-bottom:25px;
}
#mlp03 h2 img{
	width:1.3em;
}

#mlp03_01 .right{
	margin-top:25px;
}

#mlp04{
	padding:25px 0 50px 0;
}

#mlp_price{
	font-size:3vw;
}

#mlp_price ul:first-child{
	font-size:3vw;
}

#mlp05 .enh2{
	font-size:5vw;
	margin-bottom:5px;
}


#mlp05 ul li{
	width:97%;
}

#mlp_faq{
	padding:50px 0;
}

#mlp_faq .enh2{
	margin-bottom:25px;
}

#mlp_faq dl dt{
	font-size:1.1rem;
}

#mlp_con{
	padding:50px 0;
	
}


#mlpm,
#mlpf{
	padding:50px 0;
}

#mlp_faq dl{
	margin-bottom:15px;
}

#mlp_con .enh2{
	margin-bottom:25px;
}

#mlpm h2{
	font-size:4.5vw;
}
#mlpm h2 img{
	width:1em;
}
#mlpm_text{
	text-align:left;
}
	
	
#fixcta{
	width:90%;
	left:5%;
	bottom:80px;
}

.service-item{
	width:400px;
	max-width:100%;
	margin:0 auto 20px auto;
}
#fixcta h2{
	font-size:3.5vw;	
}
#fixcta_text p{
	font-size:3vw;
}
#fixcta_button{
	font-size:2.5vw;
	padding:12px 5px 5px 5px;
}

#mlp_price{
	display:block;
}

#mlp_price ul{
	width:95%;
}

.mlp_price_list{
	width:16em;
	font-size:1.1rem;
}

#mlp_price ul>li{
	padding:3px;
}
	
	
	.mlpd_box{
		display:block;
		}
	
	.mlpd_box_img{
		width:100%;
		margin:0 0 20px 0;
	}
	.mlpd_box_text{
		width:100%;
	}
	
.service-list{
	flex:none;
}

.service-list dl{
	width:400px;
	max-width:100%;
	margin: 0 auto 20px auto;
}
	
	#mlp05{
		padding:75px 0 75px 0;
	}


.wpcf7-form {
    width: 100%;
    margin: 0 auto 0 0;
}
.contact th{
		width:100% !important;
	}
.contact	td{
		width:100% !important;
	}
	
.contact th, table td {
    display: block;
    width: 100%;
		margin:0 auto;
    border-bottom: none;
  }
.contact tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}
	


