@charset "UTF-8";

/* 固定ページ共通header -------------------------------------- */



@media screen and (min-width: 768px){

body.faq .menu-container .menu-faq a:after,
body.door .menu-container .menu-door a:after,
body.service .menu-container .menu-service a:after,
body.access .menu-container .menu-access a:after{
    transform: scale(1, 1);}
}
/* 固定ページ共通H1 -------------------------------------- */
body.page .balloon1 {
  position: relative;
  margin: 0 0 30px;
  padding: 7px 10px 30px;
  background: #FCFAE1;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  box-sizing: border-box;
}
/* 上の黄色部分の三角 */
body.page .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 20px solid transparent;
  border-top: 20px solid #FCFAE1;
}
/* アイコンのマージン */
body.page .balloon1 img {
  width: auto; /* アイコンの横幅のサイズ */
  height: 40px; /* アイコンの高さは自動指定 */
  margin: 16px auto 0;
    display: block;
}
body.page .balloon1 p {
  font-size: 23px; /* 文字のサイズ */
  color: #2BA7D5; /* 文字の色 */
  letter-spacing: 0.1em; /* 文字の行間 */
  margin: 9px auto; /* 文字 上のマージン10px 真ん中 */
  padding-bottom: 7px; /* 下線と文字の距離 */
  border-bottom: dashed 3px #2BA7D5; /* 下線 */
  display: inline-block;
}

/* お問合せSP -------------------------------------- */

.contactform-page{
margin: 0 25px 50px 25px;
}

.contactform-page p{
    line-height: 1.6em;
    padding-bottom: 8px;
}
.contactform-page .other_btn{
    background: #eee;
    border-radius: 10px;
    padding:14px 14px;
    margin: 10px 0 0;
    text-align: center;
    font-size: 90%;
    line-height: 1.3em;
    
}
.contactform-page .other_btn dt{
    font-weight: bold;
}

.contactform-page .other_btn dd{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contactform-page .other_btn dd a {
    display: block;
    background: #333;
    color: #fff;
    margin: 8px 0 0;
    padding: 10px 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    width: 100%;
    
}
.contactform-page .other_btn dd a:hover{
    opacity: 0.7;
}

.contactform-page .other_btn dd a.other_site:after{
        font-family: "Font Awesome 5 Free";
    margin: 0 0 0 6px;
    font-size: 70%;
    display: inline-block;
    content: "\f35d";
    font-weight: bold;
}

.contactform-page .wp-contact-form{
    border: 2px solid #333;
    box-sizing: border-box;
    margin-top: 20px;
}

.contactform-page .wp-contact-form h2{
    background: #2BA7D5;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 16px 0;
}

.contactform-page .wp-contact-form form{
    width: 90%;
    padding: 40px 5%;
}

.contactform-page .wp-contact-form form dt{
    padding-bottom: 8px;
}

.contactform-page .wp-contact-form form dt span{
    font-size: 80%;
    color: #E50047;
    padding-left: 8px;
    
}

.contactform-page .wp-contact-form form dd{
    padding-bottom: 15px;
}
.contactform-page .wp-contact-form form dd:last-child{
    padding-bottom: 0;
}

.contactform-page .wp-contact-form form input,
.contactform-page .wp-contact-form form select,
.contactform-page .wp-contact-form form textarea{
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: #eee;
    border-radius: 6px;
    padding: 10px;
    font-size: 18px;
}
.contactform-page .wp-contact-form form textarea{
    resize: vertical;
}
.contactform-page .wp-contact-form form input[type="submit"],
.contactform-page .wp-contact-form form input[type="button"]{
    width: 60%;
    margin: 0 20%;
    background: #2BA7D5;
    color: #fff;  
}
.contactform-page .wpcf7 form .wpcf7-response-output{
    margin: 0 0.5em 1em;
    padding: 12px 1em 16px;
    line-height: 1.3em;
}

.contactform-page .wp-contact-form form input.wpcf7c-conf,
.contactform-page .wp-contact-form form textarea.wpcf7c-conf,
.contactform-page .wp-contact-form form input.wpcf7c-conf:-webkit-autofill{
    background: none!important;
    -webkit-box-shadow: 0 0 0 1000px white inset;
    padding: 10px;
    border: 2px solid #2BA7D5;
    border-radius: 0;
}
.contactform-page .wp-contact-form form textarea.wpcf7c-conf{
    padding: 10px;
    border: 2px solid #2BA7D5;
}

.contactform-page .wp-contact-form form input.back_btn{
    background: none;
    color: #333;
    font-size: 90%;
    font-weight: normal;
    padding: 10px 0 0;
    text-decoration: underline;
}



.contactform-page .wp-contact-form .bnt_area{
    position: relative;
    margin: 20px 0 30px;
}
.contactform-page .wp-contact-form .bnt_area input{
    cursor: pointer;
}
.contactform-page .wp-contact-form .bnt_area input:hover{
    opacity: 0.7;
}

.contactform-page .wp-contact-form .ajax-loader{
    position: absolute;
    text-align: center;
    top: -20px;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.contactform-page .wp-contact-form .wpcf7-not-valid-tip{
    padding-top: 2px;
    font-weight: bold;
    font-size: 90%;
}

.contactform-page .wp-contact-form .wpcf7c-elm-step2.txt{
        padding-bottom: 30px;
    color: #2BA7D5;
    font-weight: bold;
}

.contactform-page .custom-wpcf7c-confirmed{
    background: #e2f3f9;
}


/* FAQ -------------------------------------- */
#faq-page #acd-menu dt {
  position: relative;
  height: auto;
  line-height: 30px;
  padding: 10px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  width: 58vw;
  margin: 0 auto;
}
#faq-page #acd-menu dt::before {
  content: '';
  position: absolute;
  top: 45%;
  right: -30px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-bottom: 4px solid #2BA7D5;
  border-right: 4px solid #2BA7D5;
  transform: rotate(45deg);
}
#faq-page #acd-menu dt::after {
  content: '';
  background-image: url(../images/QA01.png);
  position: absolute;
  top: 0.7rem;
  left: -1.7rem;
  background-size: contain;
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
}
#faq-page .acd-menu-text::after {
  content: '';
  background-image: url(../images/QA02.png);
  position: absolute;
  top: 0.7rem;
  left: -1.7rem;
  background-size: contain;
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
}
#faq-page #faq-page #acd-menu dd ul li {
  list-style: none;
  border-top: 1px solid #2BA7D5;
}
#faq-page #acd-menu dd ul li a {
  height: auto;
  line-height: 30px;
  background-color: #fff;
  font-size: 16px;
  color: #0DA5CE;
  text-decoration: none;
}
#faq-page .acd-menu-li {
  border: 2px solid #2BA7D5;
  padding: 10px;
    width: 80%;
  line-height: 1.7rem;
  margin: 10px auto;
  list-style-type: none;
}
#faq-page .acd-menu-text {
  position: relative;
  height: auto;
  line-height: 30px;
  padding: 10px;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
  width: 58vw;
  margin: 0 auto;
  color: #2BA7D5;
}
#faq-page .flex-All {
  margin: 0 0px 100px 0px;
}
#faq-page .hover-color:hover {
  color: #000;
}

/* access -------------------------------------- */
/* 大阪 京都 地区 */
#access-page .box {
font-size: 22px;
padding: 10px 40px; /* 文字からのパディング */
background-color: #2BA7D5;
text-align: center; /* 文字を真ん中に */
color: #fff;  /* 文字の色 */
border-radius:30px; /* 角の丸み */
width: 150px; /* 背景の幅 */
margin: 0 auto; /* 背景を真ん中に */
letter-spacing: 0.2em; /* 文字の間隔 */
/* margin-top: 50px; */
}
#access-page .contents{
  margin: 36px 5% 0;
}
/* google map */
#access-page .ggmap {
  top: 50px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  margin: 0 30px; /* 地図のマージン */
 }
   
 #access-page .ggmap iframe,
 #access-page .ggmap object,
 #access-page .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 


/* アドレス */
#access-page .address-osaka{
  padding-top: 80px;
  margin: 0 30px 0 30px; /* アドレスのマージン */
}

#access-page .address-kyoto{
  padding-top: 30px;
  margin: 0 30px 70px 30px; /* アドレスのマージン */
}

#access-page .address-osaka h2 {
  font-size: 21px;
  padding-bottom: 20px;
  line-height: 30px; /* 文字の行間 */
  font-weight: 500;
}

#access-page .address-kyoto h2 {
  font-size: 21px;
  padding-bottom: 20px;
  line-height: 30px; /* 文字の行間 */
  font-weight: 500;
}

#access-page .address-osaka h3 {
  font-size: 17px;
  padding-bottom: 20px;
  line-height: 25px; /* 文字の行間 */
  font-weight: 500;
}

#access-page .address-kyoto h3 {
  font-size: 17px;
  padding-bottom: 20px;
  line-height: 25px; /* 文字の行間 */
  font-weight: 500;
}

#access-page .address-osaka p {
  font-size: 14px;
  line-height: 20px; /* 文字の行間 */
  line-height: 23px;
}

#access-page .address-kyoto p {
  font-size: 14px;
  line-height: 20px; /* 文字の行間 */
}

/* 階段のライン */
#access-page .pc-line{
  display: none;
  max-width: 100%;
}

#access-page .sp-line{
    width: 100%;
  margin-bottom: 30px;
}

/* door -------------------------------------- */
/* キャリア全般のご相談 転職・就職のご相談 */
#door-page .box {
font-size: 18px;
padding: 4px 4px; /* 文字からのパディング */
background-color: #2BA7D5;
text-align: center; /* 文字を真ん中に */
color: #fff;  /* 文字の色 */
border-radius:30px; /* 角の丸み */
width: 180px; /* 背景の幅 */
margin: 0 auto; /* 背景を真ん中に */
letter-spacing: 0.2em; /* 文字の行間 */
margin-top: 10px;
}

#door-page .about {
    text-align: center;
    letter-spacing: 0.2em; /* 文字の間隔 */
  }

#door-page .about img {
    width: 280px; /* アイコンの横幅のサイズ */
    height: auto; /* アイコンの高さは自動指定 */
    margin-top:30px;
  }

#door-page .aboutphoto img {
    width: 180px; /* アイコンの横幅のサイズ */
    height: auto; /* アイコンの高さは自動指定 */
    margin-top:50px;
  }

#door-page .about h3 {
    font-size: 15px;
    letter-spacing: 0.6em; /* 文字の間隔 */
    margin-top: auto;
    padding: 50px 0 20px 0;
  }

#door-page .about h2 {
    font-size: 25px;
    letter-spacing: 0.3em; /* 文字の間隔 */
    padding: 0 25px 50px 25px;
    line-height: 27px; /* 文字の行間 */
    font-weight: 500;
  }

#door-page .profile {
    padding-top: 30px;
    font-size: 18px;
    letter-spacing: 0.1em; /* 文字の間隔 */
    line-height: 25px; /* 文字の行間 */
    padding: 25px 25px 25px 25px;
  }

#door-page .profile h6 {
    font-size: 15px;
    padding-top: 30px;
    border-bottom: solid 1px #2BA7D5;
    max-width: auto; /* 下線の幅 */
    margin: 10px auto; /* 文字 上のマージン10px 真ん中 */
    padding-bottom: 40px;/* 下線と文字の距離 */
    font-weight: 500; /* fontの太さ */
  }

#door-page .profile li{
    font-size: 15px;
  }

#door-page .profile ul{
    font-size: 18px;
    font-weight: 500; /* fontの太さ */
    padding: 0 0 0 15px;
    line-height: 23px; /* 文字の行間 */
    list-style: none;
  }

#door-page .profile h5 {
    font-size: 18px;
    padding: 20px 0 10px 0;
    color: #2BA7D5;
        font-weight: 500;
  }

  /* リストの点 */
#door-page .profile li::before {
    position: relative;
    top: -5px; /* 点の位置 */
    left: -10px; /* 点の位置 */
    display: inline-block;
    width: 4px; /* 点の横幅 */
    height: 4px; /* 点の縦幅 */
    content: '';
    border-radius: 100%;
    background: #323333;
  }

  /* エリア */
#door-page .area {
    padding: 25px;
  }
  
#door-page .area-table {
    width: 100%;
    border:solid 1px #2BA7D5;
    border-collapse: collapse;
  }
  
#door-page .area-table th {
    background-color: #2BA7D5;
    border:solid 1px #2BA7D5;
    color:#fff;
    padding: 10px 0;
    width: 100%;
    letter-spacing: 0.3em;
    font-size: 18px;
    font-weight: 400;
  }

#door-page .area-table tr {
    background: #fff;
    color: #000;
  }
  
#door-page .area-table td {
    color:#000;
    border: none;
    border-bottom:solid 1px #2BA7D5;
    padding: 10px;
    line-height: 21px;
    font-size: 15px;
    background: none;
  }
  
#door-page .area-right {
    width: 30%;
    text-align: center;
    vertical-align: middle; /* 垂直方向に中央揃え */
    border-left:solid 1px #2BA7D5;
  }

#door-page .area-left {
    border-right:solid 1px #2BA7D5;
  }

  /* エリアここまで */
  

  /* 事業所概要 */
#door-page .company {
    padding: 25px;
  }

#door-page .company p {
    padding: 30px 0 20px 0;
    text-align: center;
    border-bottom: solid 1px #2BA7D5;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.1em;
  }

#door-page table.company-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    padding: 25px;
  }
  
#door-page table.company-table tr {
    border-bottom: solid 1px #2BA7D5;
    cursor: pointer;
  }
  
#door-page table.company-table td {
    border:none;
    background: none;
     color: #323333;
    text-align: left;
    padding: 15px 5px 15px 5px;
    vertical-align: middle; /* 垂直方向に中央揃え */
    font-size: 15px;
  }

#door-page table.company-table td.area-right-2{
    text-align: center;
}

#door-page table.company-table th {
    text-align: center;
    width: 25%;
    padding: 15px 0;
  }

#door-page tr.border-none {
    border: none; /* ボーダー入れない */
    line-height: 23px; /* 文字の行間 */
  }
  /* 事業所概要ここまで */





/* service-page -------------------------------------- */
/* キャリア全般のご相談 転職・就職のご相談 */
#service-page .box {
font-size: 20px;
padding: 10px 10px; /* 文字からのパディング */
background-color: #2BA7D5;
text-align: center; /* 文字を真ん中に */
color: #fff;  /* 文字の色 */
border-radius:30px; /* 角の丸み */
width: 250px; /* 背景の幅 */
margin: 0 auto 20px; /* 背景を真ん中に */
letter-spacing: 0.1em; /* 文字の行間 */
}
#service-page .box p{
    color: #fff;
}

  /* サービス01背景 */
 #service-page .service01 {
    background: #A0D8EB;
  }

  #service-page .service02{
    background: #FCFAE1;
  }

  #service-page .service {
    text-align: center;
  }

  #service-page .service h2 {
    font-size: 15px;
    margin: 40px 25px 20px 25px;
    line-height: 23px; /* 文字の行間 */
    font-weight: 500;
  }

  #service-page .service p {
    font-size: 15px;
    padding: 5px;
    color: #2BA7D5;
    display: inline;
  }

  #service-page .title01 {
    width: 90%; /* アイコンの横幅のサイズ */
    height: auto; /* アイコンの高さは自動指定 */
      margin: 0;
  }
  
  #service-page .illust01.fadein {
    width: 75%; /* アイコンの横幅のサイズ */
    height: auto; /* アイコンの高さは自動指定 */
    padding-bottom: 35px;
      padding-top: 0;
  }

  /* フェードイン */
#service-page .fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 2s;
  padding-top: 20px;
}

  #service-page .service01,#service-page .service02 {
    padding: 30px 0 20px;
    position: relative;
    text-align: center;
  }

  #service-page .service01 img,#service-page .service02 img {
    width: 90px; /* アイコンの横幅のサイズ */
    height: auto; /* アイコンの高さは自動指定 */
    margin-bottom:10px;
  }
  

  #service-page .service01 h2 {
    font-family: 'Noto Serif JP', serif;
    padding-top: 30px;
    font-size: 15px;
    letter-spacing: 0.1em; /* 文字の間隔 */
    text-align: center; /* 文字を真ん中に */
    line-height: 25px; /* 文字の行間 */
    padding-bottom: 20px;
  }

#service-page .service01 .content-inner,
#service-page .service02 .content-inner{
    max-width: 90%;
    margin: 0 auto;
}

  #service-page .service01 .content-inner p,
  #service-page .service02 .content-inner p {
    font-family: 'Noto Serif JP', serif;
      font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 25px;
    padding-bottom: 20px;
      font-size: 90%;
      color: #323333;
      display: block;
}



  #service-page .box2 ul{
    font-family: 'Noto Sans JP', sans-serif;
  }

  #service-page .service02 h2 {
    font-family: 'Noto Serif JP', serif;
    padding-top: 30px;
    font-size: 15px;
    letter-spacing: 0.1em; /* 文字の間隔 */
    text-align: center; /* 文字を真ん中に */
    line-height: 25px; /* 文字の行間 */
    padding-bottom: 40px;
  }
  #service-page .box2 h3{
    font-family: 'Noto Sans JP', sans-serif;
  }

  #service-page .box2 {
    padding: 20px;
      margin: 0;
    background-color: #fff;
    border-radius: 10px; /* 背景の角を丸くする */
    text-align: start; /* テキスト左揃え */
  }

  #service-page h3 {
    font-size: 17px;
    letter-spacing: 0.2em; /* 文字の間隔 */
    border-bottom:solid 1px #323333; /* 下線 */
    padding-bottom:10px;/* 下線と文字の距離 */
    margin-top: auto;
    text-align: center;
  }

  #service-page .box2 ul{
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0 0 15px;
    line-height: 23px; /* 文字の行間 */
    list-style: none;
  }

  /* リストの点 */
  #service-page .box2 li::before {
    position: relative;
    top: -5px; /* 点の位置 */
    left: -10px; /* 点の位置 */
    display: inline-block;
    width: 4px; /* 点の横幅 */
    height: 4px; /* 点の縦幅 */
    content: '';
    border-radius: 100%;
    background: #323333;
  }

  #service-page .reservation {
    text-align: center;
  }

  /* .reservation img {
    width: 100px; /* アイコンの横幅のサイズ */
    /* height: auto; /* アイコンの高さは自動指定 */
    /* padding: 100px 50px;
*/
/* サービスページここまで */

/* ここからドア開閉のCSS */
#service-page .ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#service-page .ih-item,
#service-page .ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* padding-left:10px; */
}
#service-page .ih-item a {
  color: #333;
}
#service-page .ih-item a:hover {
  text-decoration: none;
}
/* .ih-item img {
  width: 100%;
} */
#service-page .ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
#service-page .ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
#service-page .ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#service-page .ih-item.circle .img img {
  border-radius: 50%;
}
#service-page .ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#service-page .ih-item.square {
  position: relative;
  margin: 0 auto 50px auto;
  width: 40vw;
  /* border: 8px solid #fff; */
}
#service-page .ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#service-page .ih-item.square.effect9 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}
#service-page .ih-item.square.effect9 .img {
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media all and (-ms-high-contrast: none) {
    
    #service-page .ih-item.square.effect9 .img{
        transition: none;
    }
    
}


#service-page .ih-item.square.effect9 .info {
  z-index: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#service-page .ih-item.square.effect9 .info .info-back {
  opacity: 1;
  width: 100%;
  height: 100%;
}
#service-page .ih-item.square.effect9 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 0;
}
#service-page .ih-item.square.effect9 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}

#service-page .ih-item.square.effect9.left_to_right .img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#service-page .ih-item.square.effect9.left_to_right a:hover .img {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}

#service-page .ih-item.square.effect9.right_to_left .img {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
#service-page .ih-item.square.effect9.right_to_left a:hover .img {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}

#service-page .ih-item.square.effect9.top_to_bottom .img {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#service-page .ih-item.square.effect9.top_to_bottom a:hover .img {
  -webkit-transform: rotate3d(1, 0, 0, -180deg);
  -moz-transform: rotate3d(1, 0, 0, -180deg);
  -ms-transform: rotate3d(1, 0, 0, -180deg);
  -o-transform: rotate3d(1, 0, 0, -180deg);
  transform: rotate3d(1, 0, 0, -180deg);
}

#service-page .ih-item.square.effect9.bottom_to_top .img {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
#service-page .ih-item.square.effect9.bottom_to_top a:hover .img {
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
  -moz-transform: rotate3d(1, 0, 0, 180deg);
  -ms-transform: rotate3d(1, 0, 0, 180deg);
  -o-transform: rotate3d(1, 0, 0, 180deg);
  transform: rotate3d(1, 0, 0, 180deg);
}

#service-page .col-sm-6 {
  padding-top: 40px;
  padding-bottom: 15px;
  padding-left: 45px;
}
/* ここまでドア開閉のCSSおわり */


/*--------------------------------
PC
-------------------------------- */
@media screen and (min-width: 768px) {
  /* 固定ページ共通H1 -------------------------------------- */
body.page .balloon1 {
    display: block;
    /* position: relative; */
    /* height: 250px; */
    margin: 0 0 60px;
    padding: 1px 10px 40px;
    background: #FCFAE1;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    bottom: 0; /* 吹き出しから下のボトム */
    /* overflow: hidden; */
  }
  /* 上の黄色部分の三角 */
body.page .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border: 20px solid transparent;
    border-top: 20px solid #FCFAE1;
  }
  /* アイコンのマージン */
body.page .balloon1 img {
    width: auto; /* アイコンの横幅のサイズ */
    height: auto; /* アイコンの高さは自動指定 */
    max-height: 80px;
    margin: 49px auto 0;
  }
body.page .balloon1 p {
    font-size: 28px; /* 文字のサイズ */
    color: #2BA7D5; /* 文字の色 */
    letter-spacing: 0.1em; /* 文字の行間 */
    margin: 18px auto; /* 文字 上のマージン10px 真ん中 */
    padding-bottom: 7px; /* 下線と文字の距離 */
    border-bottom: dashed 3px #2BA7D5; /* 下線 */
  }
}
/* FAQ -------------------------------------- */
@media screen and (min-width: 768px) {
  /* アコーディオン矢印 */
  #faq-page #acd-menu dt::before {
    content: '';
    position: absolute;
    top: 35%;
    right: -30px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-bottom: 4px solid #2BA7D5;
    border-right: 4px solid #2BA7D5;
    transform: rotate(45deg);
  }
  #faq-page .acd-menu-li {
    width: 60%;
  }
  #faq-page #acd-menu dt {
    width: 50vw;
  }
  #faq-page .acd-menu-text {
    width: 50vw;
  }
}

/*access -------------------------------------- */
@media screen and (min-width: 768px){


#door-page .aboutphoto img {
    width: 200px; /* アイコンの横幅のサイズ */
    height: auto; /* アイコンの高さは自動指定 */
    margin-top:50px;
  }

#door-page .profile{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 780px;
      margin: 0 auto;
      border-bottom: solid 1px #2BA7D5;
  }

#door-page .profile-2{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 780px;
    margin: 0 auto;
    font-size: 18px;
    padding: 20px 0 10px 0;
    border-bottom: none
}

#door-page .box-2{
  padding-top: 40px;
}

#door-page .profile h5 {
  font-size: 18px;
  padding: 40px 0 10px 0;
  color: #2BA7D5;
}
  
#door-page .profile .box{
    flex:0 0 270px;
  }
  
#door-page .profile h6 {
    padding-top: 30px;
    max-width: 500px;
    font-weight: 500;
    border-bottom: none;
    font-size: 16px;
    line-height: 30px;
  }

#door-page .profile li {
    font-size: 16px;
    line-height: 30px;
}

#door-page .area-table td {
  color: #000;
  border-bottom: solid 1px #2BA7D5;
  padding: 10px;
  line-height: 25px;
  font-size: 15px;
  letter-spacing: 3px
}


#door-page .pc-box{
    flex:1 1 auto;
  }
  
#door-page .pc-box h5 {
    padding-top: 40px;
    font-weight: normal;
    margin: 10px auto;
    padding-bottom: 40px;
  }
  
#door-page .box{
    margin:0 50px 0 0;
  }




  
#door-page .area {
    max-width: 780px;
    margin: 50px auto;
  }
  
#door-page .company {
    max-width: 780px;
    margin: 10px auto;
  }
  
#door-page .area-right-2 {
    width: 30%;
    text-align: center;
    vertical-align: middle;
}
}

/*access -------------------------------------- */
@media screen and (min-width: 768px){
    
    /* mapのメイン */
#access-page .contents{
        margin: 0 auto;
        width: 1000px;
      }
#access-page .box{
        margin: 0;
      }
    
#access-page .access{
        display: flex;
        flex-direction: row-reverse;
      }
      /* アドレス */
#access-page .address-osaka {
      padding-top: 45px;
      width:30%; /* アドレスのマージン */
      flex: 0 0 240px;
      }
      
#access-page .addresskyoto{
      padding-top: 80px;
      width:30%; /* アドレスのマージン */
      }
      
#access-page .ggmap {
        top: 50px;
        position: relative;
        padding-bottom: 39%;
        padding-top: 25px;
        height: 0;
        overflow: hidden;
        margin: 0 0 0 50px;
        width: 100%;
        }

      
      /* 階段のライン */
#access-page .sp-line{
      display: none;
      }
      
#access-page .pc-line{
      display: inline;
      margin: 100px 0 90px 0;
    
      }
    
}

/* お問合せPC -------------------------------------- */
@media screen and (min-width: 768px){
.contactform-page{
width: 60%;
    min-width: 900px;
    margin: 0 auto 80px;
}
    .contactform-page p a {
        display: inline-block;
    }
    
    .contactform-page .wp-contact-form h2{
        padding: 26px 0;
    }
    
    .contactform-page .other_btn{
        font-size: 100%;
        padding: 30px 0;
    }
    .contactform-page .other_btn dt br {
        display: none;
    }
    .contactform-page .other_btn dd{
        width: 70%;
        margin:5px auto 0;
    }
    .contactform-page .other_btn dd a{
        width: 46%;
        margin: 5px;
        padding: 15px 10px 18px;
        box-sizing: border-box;
    }
    .contactform-page .other_btn dd a br{
        display: none;
    }
    .contactform-page .wp-contact-form form input[type="submit"], .contactform-page .wp-contact-form form input[type="button"]{
            width: 300px;
    display: block;
    margin: 10px auto;
    }

    .contactform-page .wp-contact-form .bnt_area{
    margin: 30px 0 10px;
}
    
}

@media screen and (max-width: 900px) {
    .contactform-page{
    min-width: auto;
    max-width: 100%;
    width: 90%;
        margin: 0 auto 50px;
}
}


/*access -------------------------------------- */
@media screen and (min-width: 768px){

/* 階段登ってる女の子 */
#service-page .service h2{
  font-size: 20px;
  line-height: 30px;
  padding: 10px;
}
    
    #service-page .box p{
        font-size: 20px;
    }

#service-page .service p{
  font-size: 20px;
  line-height: 30px;
}

#service-page .fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2s;
  padding-bottom: 2px;
}

#service-page .title01 {
  padding-top:0;
  width:50%;
    min-width: 500px
}

#service-page .illust01.fadein {
  width:50%;
    min-width: 400px
}

/* 階段登ってる女の子 */



/* キャリア全般のご相談 */
#service-page .service01>.box{
  width: 26%;
}

#service-page .service01 h2{
  font-size:  18px;
  text-align: start;
}
    
    #service-page .service01 .content-inner,
    #service-page .service02 .content-inner{
    margin-bottom: 30px;
    max-width: 800px;}

#service-page .box2{
  margin: 0 auto;
}

#service-page .flex1,
#service-page .flex2{
    display: flex;
    width: 800px;
  flex-direction: row-reverse;
  margin: 0 auto;
  justify-content: space-between;
}
    
    #service-page .flex1 h2{
        text-align: left;
        font-weight: bold;
    }

#service-page .service01 h2 {
  font-family: 'Noto Serif JP', serif;
  padding-top: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 25px;
  padding-bottom: 40px;
}

#service-page .flex1 img{
  /* margin-left: 20px; */
  width: auto;
  height:150px;
  margin-top: 40px;
}

/* 転職・就職のご相談 */
#service-page .service02>.box{
  width: 26%;
}

#service-page .service02 h2{
  font-size: 18px;
  text-align: center;
}

#service-page .flex2 img{
  /* margin-left: 20px; */
  width: auto;
  height:150px;
  margin-top: 70px;
  margin-right: 20px;
}

/* リスト */
#service-page .box2 ul {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0 0 15px;
  line-height: 30px;
  list-style: none;
}

#service-page h3 {
  font-size: 18px;
  letter-spacing: 0.2em;
  border-bottom: solid 1px #323333;
  padding-bottom: 10px;
  margin-top: auto;
  text-align: center;
  font-weight: 500;
}
    #service-page .ih-item.square{
            position: relative;
    width: 10vw;
    }
      #service-page .service01,#service-page .service02 {
    padding: 40px 0;
  }

      #service-page .service01 .content-inner p,
  #service-page .service02 .content-inner p {
      font-size: 18px;
}
    
}