@charset "UTF-8";

/*
Theme Name: door
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');


/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,.icon-hamburger img
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}
/* resetここまで */

html > *{
  box-sizing: border-box;
}

/* フォント */
body {
font-family: 'Noto Sans JP', sans-serif;
  color: #323333;
}

/* リンクの色 */
a:link {
  color: #2BA7D5;
}
a:visited{
  color: #2BA7D5;
}

/* ハンバーガーメニュー　アイコンのcss */
.menu-box{
    width: 66px;
}

.icon-hamburger {
    cursor: pointer;
    display: none;
    /* margin-bottom: 0.4em; */
    background-size: cover;
  }
  .icon-hamburger img{
      width: auto;
      height: 66px;
  }



  header {
    position: fixed;
    top:0;
    left: 0;
      height: 66px;
    z-index:9999;
    background-color: white;
          -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.05);
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
      line-height: 0;
      width: 100%;
  }

header .logo-icon{
    float: left;
}
header .logo-icon img{
    height: 50px;
    width: auto;
    margin: 7px 0 0 5px;
}

header .contact-icon,
header .yoyaku-icon,
header .menu-box{
    float: right;
}
.menu-container .menu .menu-item:last-child a {
    border-right: none;
    background: #333;
  }



/* ハンバーガーの巻き込み帽防止 */
  #main{
    padding-top: 66px;
  }
/* ハンバーガーの固定ここまで*/

  @media screen and (max-width: 768px) {
    .icon-hamburger {
      display: inline-block;
    }
  }
/* ハンバーガーメニュー アイコンここまで */

  /* ハンバーガーメニュー 　プルダウン */
  .twitter-page img{
    width: auto;
    height: auto;
  }
.menu-container {
margin: 0;
    position: absolute;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
  }
  
  .menu-container .menu {
    letter-spacing: 0.2em;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .menu-container .menu .menu-item {
    flex: 1;
  }
  
  .menu-container .menu .menu-item a {
    background: #2BA7D5;
    border-right: 1px solid white;
    color: white;
    display: inline-block;
    padding: 0.6em 0.4em;
    text-align: center;
    text-decoration: none;
  }
  
  .menu-container .menu .menu-item a:hover {
    background: #ccc;
    color: #ffffff;
  }

  

.menu-container .kigyou-pc{
    position: absolute;
    top: 0;
    right: 0;
}

.menu-container .kigyou-pc a{
    color:#fff;
    text-decoration: none;
    background: #333333;
    font-size: 90%;
    padding: 0 30px 2px;
    line-height: 40px;
    display: block;
    border-radius: 0 0 0 10px/0 0 0 10px;
}

.menu-container .kigyou-pc a:hover{
    background: #2BA7D5;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .icon-hamburger .close,
    .icon-hamburger.open .open{
    display: none;
  }
  .icon-hamburger.open .close{
    display: block ;
  }
    .menu-container .menu,
    .menu_sub{
      display: none;
      position: absolute;
      width: 100%;
    }
    .menu-container .menu .menu-item a {
      border-top: 1px solid #fff;
      border-right: none;
     display: block;
        padding: 24px 0;
        font-size: 14px;
    }
    .menu-container .menu .menu-item:last-child a {
      border-bottom: none;
    }
  }
  /* ハンバーガーメニューここまで */

  /* 予約アイコン */

  .yoyaku-icon {
  cursor: pointer;
  width: 66px;
  height: 66px;
} 
  /* 問い合わせアイコン */
 .contact-icon {
    cursor: pointer;
  width: 66px;
  height: 66px;
} 

.contact-icon img,
 .contact-icon img {
     width: 100%;
     height: auto;
}

 /* ロゴのアイコン  */
.logo-icon {
  padding: 0px 5px;
  display: flex;
  align-items: center;
width: 36%;
} 
.wrapper{
  position: relative;
}
/* flex box */
.flex-box{
display: flex;
width: 100%;
}

  .twitter-img {
    max-height: 1.5em;
}
@media screen and (max-width: 768px) {

img{
  width: 100%;
  height: auto;
  vertical-align: buttom;
}
    

}
@media screen and (max-width: 320px) {
    
    header{
        height: 58px;
    }
    header .logo-icon img{
           height: 44px;
    }
    
    #main {
    padding-top: 58px;
}
    
.icon-hamburger img,
    .menu-box,
    .yoyaku-icon,.contact-icon{
          width: 58px;
      height: 58px;
}
}

/* メイン -------------------------------------- */

/* キービジュアル */
/* 上の黄色部分 */
.balloon1 {
  position: relative;
  margin: 0 0 50px;
  padding: 7px 10px;
  background: #FCFAE1;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
    box-sizing: border-box;
}

/* 上の黄色部分の三角 */
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 20px solid transparent;
  border-top: 20px solid #FCFAE1;
}

.catchcopy {
  width: 92%; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
  padding-top:40px;
  text-align: center;
}

.catchcopy-pc {
  display: none;
}


.keyvisual {
  width: 95%; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
  padding: 5px 0 25px 0;
  text-align: center;
}

.keyvisual-pc {
  display: none;
}


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

.title01 {
  width: 90%; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
}

.illust01 {
  width: 75%; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
  margin-top:20px;
  padding-bottom: 50px;
}

/* フェードイン */
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 2s;
}
/* 階段登ってる女の子 ------------- */

.service {
  text-align: center;
}

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

.content-innner p {
  font-size: 15px;
  padding: 5px;
  color: #2BA7D5;
  display:inline; /* 改行させない */
}

.service br {
  display: none;
}




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


/* Doorの特徴 */
.sp-line {
  width: 90%;
  margin: 0 auto;
}

.point {
  text-align: center;
}

.point img {
  margin: 0 auto;
}

.point .line img{
    max-width: 100%;
}

.num01-img, .num02-img, .num03-img {
  width: 50px; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
  margin-top:40px;
  padding-top: 50px;
}

.point h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 20px;
  color: #2BA7D5;
  padding: 25px;
  line-height: 28px; /* 文字の行間 */
  letter-spacing: 0.05em; /* 文字の文字間 */
}

.point-text {
  font-size: 15px;
  padding: 0 25px;
  line-height: 24px; /* 文字の行間 */
}

.under {
  background:linear-gradient(transparent 80%, #FCED2D 0%);
}

.illust02 {
  max-width: 61%; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
  padding-top:20px;
}

.illust03 {
  width: 31%; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
  margin-top:20px;
  padding-top: 20px;
}

.illust04 {
  width: 31%; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
  margin-top:20px;
  padding-top: 20px;
}

/* こんなお悩みをお持ちのあなたに------------------ */
.title02 {
  width: 250px; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
  padding: 45px 0 20px 0;
  text-align: center;
}

.worry{
  padding: 50px 0 0 0;
  text-align: center;
}

.illust07 {
  width: 80%; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
}

.illust07-pc {
  display: none;
}

.pc-line {
  display: none;
  margin: 25px;
}


/* 「カウンセリングで解消できます」の改行をスマホのみにする */
.br-sp{
  display: none;
}

.clearfix:after{
content:"";
display: block;
clear:both;
}

/* 「カウンセリングで解消できます」と文の間の隙間 */
.checkbox-text{
/* padding-top: 20px; */
font-size: 17px;
font-weight: 500;
padding: 20px 0 0 0;
line-height: 23px;
}

/* チェックボックスの画像 */
img.checkbox {
  width: 30px;
  margin: 0;
}

.list-item{
  padding: 0 0 10px 50px;
  background-image: url(images/checkbox01.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size:  25px;
    text-align: left;
}
.list-item p {
  font-size: 14px;
  line-height: 21px;
}

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

.box2 h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 25px; /* 文字の行間 */
  border-bottom: solid 5px #FCED2D;
  padding-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #2BA7D5;
}

.haikei {
  background: #A0D8EB;
  padding: 0 0 20px 0;
}

/* Doorの特徴ここまで ------------------------ */




/* 利用者の声------------------------------ */


/* 利用者の声スライド */
.slideshow {
  width: 200px;
  margin: auto;
  padding-top: 30px;
  display: block;
}

section .abc {
  display: none;
}

.slideshow img {
  width: 100%;
}

/* 利用者の声ポップアップ */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #A0D8EB;
  background-color: white;
  background-size:cover ;
  border-radius:20px;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
  line-height: 23px;
  font-size: 14px;
}

.js-modal-close{
text-decoration: none;
display:block;
text-align: center;
}

.voice {
  padding: 30px 0 30px 0;
}


/* 利用者の声ここまで ---------------------- */

/* 料金表のリンク調整 */
#ryoukin-page{
  padding: 30px;
  margin:-30px;
} 
  /* 料金 ------------------------------- */
.price {
  text-align: center;
  padding-top: 10px;
}

.title03 {
  width: 290px; /* アイコンの横幅のサイズ */
  height: auto; /* アイコンの高さは自動指定 */
  padding: 40px 0 20px 0;
}

table{
  border-collapse: collapse;
  text-align: center;
  background: #FFF;
  margin: auto;
}
 
table th {
   border: solid 2px #323333;
   padding:15px;
   /* font-size: 33px; */
 }

table td {
  vertical-align: middle;
  border: solid 2px #323333;
  padding:15px;
  line-height: 20px;
}
 
table th:nth-child(2), th:nth-child(3){
   background:#FCF05A;
   letter-spacing: 2px;
 }
 
table td:nth-child(1){
   background:#5FB8D8;
   color: #ffffff;
   font-weight: 500;
   letter-spacing: 1px;
 }
 .p-service{
   text-align: left;
   padding-top: 20px;
   /* font-size: 20px; */
   line-height: 1.2em;
   font-size: 15px;

 }
 .blue-c{
   color:#2BA7D5;
 }
 .table{
   display: table;
   margin:0 auto;
 }

 /* 料金背景 */
  /* .price::before {
    content: '';
    position: absolute;
    right: 0;
    left: -100px;
    width: 130%;
    height: 80%;
    background: #FCFAE1;
    z-index: -1;
  } */

  .haikei2 {
    background: #FCFAE1;
    padding: 25px 25px 40px 25px;
    text-align: center;
  }

   /* 料金ここまで ------------------------- */

   /* ご予約の流れ ------------------------- */
 

   .step {
    padding: 25px;
  }

  .balloon2 {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #2BA7D5;
    box-sizing: border-box;
  }

  .balloon3 {
    position: relative;
    display: inline-block;
    margin-top: 1.5em;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #2BA7D5;
    box-sizing: border-box;
  }
  
  
  /* 三角の部分 */
  .balloon2:before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent; /* 三角の線の太さ */
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  
  .balloon2:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #2BA7D5;
    z-index: 1;
  }
  /* 三角の部分ここまで */

  .balloon2,.balloon3 {
    padding: 20px;
    text-align: center;
  }

  .balloon2 img,.balloon3 img {
    width: 50px; /* アイコンの横幅のサイズ */
    height: auto; /* アイコンの高さは自動指定 */
    padding-bottom: 5px;
  }

  .title-sub {
    padding: 10px 0;
  }

  .icon {
    float: left;
    padding-bottom: 10px;
  }

  img.icon2{
    width: 45px;
  }

  .step h2 {
    font-size: 19px;
    padding: 10px;
    line-height: 25px; /* 文字の行間 */
    letter-spacing: 0.05em; /* 文字の字間 */
    display:inline; /* 改行させない */
    font-weight: 500;
  }

  .step h6 {
    letter-spacing: 0.05em; /* 文字の字間  */
    padding: 12px 0 10px 0;
    border-top:solid 1px #2BA7D5; /* 下線 */
    text-align: left;
    line-height:21px;
    font-weight: 500;
  }
  
  .step p {
    letter-spacing: 0.05em; /* 文字の字間  */
    /* padding: 10px 0 10px 0; */
    text-align: left;
    line-height:20px;
    font-size: 14px;
  }

p.flow {
  text-align: center;
}

  .step .box{
    margin-bottom: 20px;
  }

  /* アイコンイラスト挿入×４ */
  .step01 .title-sub{
    position: relative;
    background-image: url(images/icon01.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size:  40px;
    text-align: left;
    padding-left: 55px;
    font-weight: 400;
  }
 /* 2行を整える */
  .step01 h2 {
    font-size: 19px; 
    text-indent: 0;
    letter-spacing:normal;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .step02 .title-sub{
    background-image: url(images/icon02.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size:  40px;
  }

  .step03 .title-sub{
    background-image: url(images/icon03.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size:  40px;
  }

  .step04 .title-sub{
    background-image: url(images/icon04.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size:  43px;
  }
  
/* pc版アイコンを非表示 */
.icon{
  display: none;
}



/* 注意書き */
  .last-text{
    max-width: 710px;
    text-align: left;
  }
  

  .last-text h1{
    font-size: 17px;
    font-weight: normal;
    /* text-decoration:underline; */
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    margin-bottom: 8px;
    line-height: 22px;
  }
  
  .last-text li{
    font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
  }
  
   /* リストの点を小さくする */
   ul,li{
    list-style: none;
   }
   
   .last-text li::before {
    position: relative;
    top: -5px; /* 点の位置 */
    left: -10px; /* 点の位置 */
    display: inline-block;
    width: 4px; /* 点の横幅 */
    height: 4px; /* 点の縦幅 */
    content: '';
    border-radius: 100%;
    background: #323333;
  }
  
  
  .attention{
    margin-top: 30px;
  }
  
  .cancel{
    margin-top: 20px;
  }

  /* ご予約の流れここまで ------------------------ */

/* ここからドア開閉のCSS */
.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;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* padding-left:10px; */
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
/* .ih-item img {
  width: 100%;
} */
.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.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;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.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;
}

.ih-item.square {
  position: relative;
  margin: 0 auto 50px auto;
  width: 40vw;
  /* border: 8px solid #fff; */
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.square.effect9 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}
.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) {
    
    .ih-item.square.effect9 .img{
        transition: none;
    }
    
}
.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;
}
.ih-item.square.effect9 .info .info-back {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.ih-item.square.effect9 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 0;
}
.ih-item.square.effect9 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}

.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%;
}
.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);
}

.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%;
}
.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);
}

.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%;
}
.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);
}

.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;
}
.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);
}
.col-sm-6{
  padding-top:15px;
  padding-bottom:35px;
  padding-left: 45px;
}

/* ここまでドア開閉のCSSおわり */

/* メインここまで ------------------------------- */



/* フッター ------------------------------------ */
footer {
  font-size: 10px;
  width: 100%;
  padding: 40px 0;
  background-color: #A0D8EB;
  text-align: center;
  position: relative;
}

.to-top{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  right: 40px;
  bottom: 0;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 900px) {
    .to-top{
    right: 0px;
    width: 70px;
    height: 80px;
        
    }
  }

.top-icon05{
  width: 70%; /* アイコンの大きさ */
  position: absolute;
  top: 12px; /* アイコンの固定位置 */
}
/* フッターここまで ------------------------------ */

/* アイコン表示非表示の設定 */
.toggle-pc { display: block }
@media only screen and (max-width: 768px) {
  .toggle-pc { display: none; } 
}

/* パソコンサイズ -------------------------------- */
/* ヘッダー */

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

wrapper{
  max-width: 1000px;
}

  /* アイコンたちのサイズ指定 */
  .toggle-pc img{
    width: 10px;
    height: 10px;
      }

  .logo-icon{
    flex: 0 0 20%;
      padding: 0;
  }
 .menu-item{
   font-size: 15px;
   font-family: 'Noto Sans JP', sans-serif;
 }
  .menu-box{
    width: 100%;
      margin-left: 20px;
  }
  /* グローバルメニューの配置と固定*/
  .menu-container {
    display: block;
    position: static;
    justify-content: flex-end;
    width: auto;
    padding: 0 0 20px;
  }

  .menu-container .menu {
    letter-spacing: 0.2em;
    border: 1px solid white;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 -20px;
    padding: 0;
  }
    .menu_sub{
    display: flex;
    font-size: 13px;
   width: 100%;
            justify-content: flex-end;
            border-bottom: 1px #eee solid;
        padding: 14px 0 ;margin-bottom: 10px;
    }
    
    .menu_sub li{
        margin-left: 20px;
    }
    .menu_sub li a{   
    color: #333;
    line-height: 2.2em;
        text-decoration: none;
        margin-top: 2px;
        display: block;
}
    .menu_sub li a:hover{
        text-decoration: underline;
    }
    
    .menu_sub li:last-child a{
background: #2BA7D5;
    color: #fff;
    display: block;
    padding: 0 24px 2px;
        margin-top: 0;
    border-radius: 100px;
    
    }
    .menu_sub li:last-child a:hover{
        text-decoration: none;
        opacity: 0.7;
    }
    
  /* header以下の要素が巻き込まれないようにする */
#main{
  padding-top: 124px;
}

  header {
    position: fixed;
    top:0;
    left: 0;
    z-index:9999;
    background-color: white;
      height: 124px;
      
  }

  header .inner{
    max-width: 1000px;
    margin:  0 auto;
      display: flex;
  }

  /* 全体　1000pxの幅　中身は80%表示 */
  .inner{
    max-width: 1000px;
    margin: 0 auto;
  }
  .content-inner{
    max-width: 1000px;
    max-width: 80%;
    margin: 0 auto;
  }
/* グローバルメニュー の文字間 */
.menu-item{
}
/* ロゴの配置 */


header .logo-icon img{
  max-width: 180px;
    height: auto;
}

/* 予約アイコンの配置と固定 */
  .yoyaku-pc{
    position: fixed;
    top: 190px;
    right: 0;
  }

/* 問い合わせアイコンの配置と固定 */
  .contact-pc{
  position: absolute;
  position: fixed;
  top: 330px;
  right: 0;
  margin-top: 13px;
  }


  .menu-container .menu .menu-item {
    flex: auto;
  }

    .menu-container .menu .menu-item.sp{
        display: none;
    }

  /* グローバルメニュー　色変更 */
    .menu-container .menu .menu-item{
        margin: 0 6px 0 0;   
        position: relative;
        text-align: center;
    }
    .menu-container .menu .menu-item:after{
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #2BA7D5;
    border-radius: 100px;
    position: absolute;
    top: 46%;
    right: 0px;
    }
    
    .menu-container .menu .menu-item:last-child{
        margin-right: 0;
    }
    .menu-container .menu .menu-item:nth-child(n + 6) a{
            margin-right: 0;
    padding-right: 0;
    }
    .menu-container .menu .menu-item:nth-child(n + 6):after{
        display: none;
    }
    
  .menu-container .menu .menu-item a {
    background: white;
    border-right: 1px solid white;
    color: #333333;
      margin: 0 6px 0 0;
      padding: 18px 6px;
    letter-spacing: 0.2em;
      
  }

  .menu-container .menu .menu-item a:hover {
    background: white;
    color: #333333;
  } 

  .yellow-hover a {
    position: relative;
    /* display: inline-block; */
    text-decoration: none;
  }

  .yellow-hover a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #FCED2D;
    transform: scale(0, 1);
    transform-origin: left top; 
  }

  .yellow-hover  a:hover::after {
    transform: scale(1, 1);
  }

  
    /* 企業ページ非表示　画像切り替え */
    .kigyou-page{
      display: none;
    }
    /* twitter非表示　フッターに配置*/
    .twitter-page{
      display: none;
    }
  /* 予約アイコン非表示と画像の切り替え */
    .yoyaku-icon{
      display:none;
    }
    /* 問い合わせアイコン非表示と画像の切り替え */
    .contact-icon{
      display: none;
    }
  /* ヘッダーここまで */

   /* メイン------------------------------------------- */

 /* メインビジュアル */
 .catchcopy {
  display: none;
}

.catchcopy-pc {
  display: block;
  width: 31%; /* アイコンの横幅のサイズ */
  padding-top: 20px;
  /* text-align: center; */
  /* display: flex; */
  /* flex-direction: row; */
}

.keyvisual {
  display: none;
}

.keyvisual-pc {
  display: block;
  width: 35%; /* アイコンの横幅のサイズ */
  padding: 30px 15px 30px 10px;
  /* text-align: center; */

  /* flex-direction: row; */
  padding-top: 30px;
}

.balloon1 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
/* padding: 40px 100px 40px 70px; */
}
/* メインビジュアルここまで */


/* 階段登ってる女の子のタイトル */
.title01 {
width: 55%; /* アイコンの横幅のサイズ */
text-align: center;
margin-top: 50px;
}

.content-innner h2 {
/* margin: 0 auto 0 auto; */
/* max-width: 640px; */
margin: 70px 50px;
}

.service h2 {
  font-size: 23px;
  /* margin: 40px 25px 20px 25px; */
  line-height: 40px; /* 文字の行間 */
}
    
    .service h2 p{
            font-size: 23px;
    padding: 5px;
    color: #2BA7D5;
    display: inline;
    }
    

.service main p {
  font-size: 23px;
  padding: 5px;
  color: #2BA7D5;
  display:inline; /* 改行させない */
}

.illust01 {
width: 45%; /* アイコンの横幅のサイズ */
margin-bottom: 50px;
}
/* 階段登ってる女の子ここまで */



/* Doorの特徴 */

.box {
  font-size: 30px;
  padding: 20px 25px; /* 文字からのパディング */
  background-color: #2BA7D5;
  text-align: center; /* 文字を真ん中に */
  color: #fff;  /* 文字の色 */
  border-radius:50px; /* 角の丸み */
  width: 350px; /* 背景の幅 */
  margin: 0 auto; /* 背景を真ん中に */
  letter-spacing: 0.1em; /* 文字の行間 */
  margin-top: 30px;
  }
  
.point {
margin: 0 100px;
}

.point h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px; /* 文字の行間 */
}
/* num01-------------- */
.num01 {
display: flex;
margin: 50px 0 10px 0;
}
.num01-img {
width: 15%; /* アイコンの横幅のサイズ */
height: 20%; /* アイコンの高さのサイズ */
order: 3;
padding-top: 100px;
}
.num-text {
    width:70%;
text-align: left;
order: 1;
}
.illust02 {
width:30%; /* アイコンの横幅のサイズ */
height: auto; /* アイコンの高さのサイズ */
order: 2;
}
.illust02 img{
        width: 100%;
    }
    
/* num01-------------- */
/* num02-------------- */
.num02 {
display: flex;
margin: 50px;
}
.num02-img {
width: 15%; /* アイコンの横幅のサイズ */
height: 20%; /* アイコンの高さのサイズ */
order: -2;
padding: 50px 30px 0 0;
}
.num-text {
text-align: left;
order: 1;
}
.illust03 {
width: 20%; /* アイコンの横幅のサイズ */
height: 20%; /* アイコンの高さのサイズ */
order: -1;
}
/* num02-------------- */
/* num03-------------- */
.num03 {
display: flex;
margin: 50px;
}
.num03-img {
width: 15%; /* アイコンの横幅のサイズ */
height: 20%; /* アイコンの高さのサイズ */
order: 3;
padding: 50px 0 0 30px;
}
.num-text {
text-align: left;
order: 1;
}
.illust04 {
width: 20%; /* アイコンの横幅のサイズ */
height: 20%; /* アイコンの高さのサイズ */
order: 2;
}
/* num03-------------- */
/* Doorの特徴ここまで */

.sp-line {
margin: 25px;
display: none;
}

.pc-line {
display: block;
}



/* こんなお悩みをお持ちのあなた */
.title02 {
  width: 25%;
  height: auto;
  padding: 75px 0 20px 0;
  text-align: center;
}

.haikei {
  padding: 0 10% 20px 10%
}

.illust07 {
display: none;
}

.illust07-pc {
width: 80%; /* アイコンの横幅のサイズ */
height: auto; /* アイコンの高さのサイズ */
display: block;
margin: 0 auto;
}

.checkbox-text {
font-weight: 500;
padding: 20px 0 0 0;
line-height: 23px;
width: 90%;
margin: 0 auto;
}

.list-item p {
  font-size: 17px;
  line-height: 25px;
}

/* こんなお悩みをお持ちのあなたにここまで */

.box2 {
margin: 50px 10%;
}

.box2 h3 {
  font-size: 25px;
}

.box2 br {
  display: none;
}

/* 料金表 */
.catchcopy {
display: none;
}


.table{
width: 60%;
height: auto;
}
table{
margin: 0 auto;
width: 100%;
}
/* 料金表ここまで */

/* 利用者の声 ------------------------- */
/* .slideshow{
display:flex;
width: 80%;
margin: auto; */
/* flex-direction: row; */
/* flex-wrap: wrap;
}
.slideshow img{
width: 70%;
}
.slideshow div{
width:27%;
margin: 15px auto;
text-align: center;
} */

section .abc {
  margin: 50px auto;
  display: block;
  max-width: 1000px;
}

/* .slick-prev:before,
.slick-next:before {
  color: #000 !important;
} */
.slideshow {
  display: none;
}

.abc img {
  /* font-size: 2rem;
  font-weight: bold;
  line-height: 100px; */
  /* color: #666; */
  margin: 65px 45px;  /* 画像のマージン */
  text-align: center;
  /* background-color: #e0e0e0; */
  opacity: 0.4; /* センターの画像の透明度 */
  transition: all 300ms ease;
}

.abc img.slick-center {
  /* color: #f50057; */
  opacity: 1;
  transform: scale(1.30); /* センターの画像の大きさ */
}

.modal__content{
  width: 25%;
  min-width: 400px;
}

/* .buttons {
  display: flex;
  justify-content: center;
}

.buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
} */
/* 利用者の声ここまで ------------------ */

/* 予約の手順 */
.step .box{
  margin-bottom: 40px;
}
/* sp版アイコンを非表示 */
.imgstep1{
display: none;
}

.imgstep2{
display: none;
}

.imgstep3{
display: none;
}

.imgstep4{
display: none;
}

.step01 .title-sub{
background-image: none;
}

.step02 .title-sub{
background-image: none;
}

.step03 .title-sub{
background-image: none;
}

.step04 .title-sub{
background-image: none;
}

/* pc版アイコン画像を表示 */
.icon{
display: inline;
}
/* 中身の配置を整える */
.flex {
width:80%;
}
.step01{
display: flex;
align-items: flex-start;
justify-content: space-around;
}
.step01 img{
align-self:center;
width: 60px;
}

.step02{
display: flex;
align-items: flex-start;
justify-content: space-around;
}
.step02 img{
align-self:center;
width: 60px;
}

.step03{
display: flex;
align-items: flex-start;
justify-content: space-around;
}
.step03 img{
align-self:center;
width: 55px;
}

.step04{
display: flex;
align-items: flex-start;
justify-content: space-around;
}
.step04 img{
align-self:center;
width: 60px;
}

.balloon2{
width: 1200px;
}

.balloon3{
width: 1200px;
}

.step01 h2{
text-align: center;
}

.step-inner{
max-width: 1200px;
margin: 0 auto;
/* text-align: center; */
}

.balloon2,.balloon3 {
text-align: left;
}

.step01 .title-sub{
padding: 10px 10px 10px 0;
}

.step h2 {
padding: 10px 10px 10px 0;
}
/* 注意書きのリストの点を左揃え */
.last-text li{
padding-left: 10px;
}

/* ドアのサイズ */
.ih-item.square {
  position: relative;
  width: 10vw;
}

/* ドアのマージン */
.col-sm-6 {
  padding-top: 60px;
  padding-bottom: 65px;
  padding-left: 45px;
}


/* フッター --------------------------------- */
  /* フッターアイコン */
  clearfix:after{
    content:"";
    display:block;
    clear:both;
  }
  
  .footer .inner{
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
  }
  .flex-pc{
    display:flex;
    align-items: center;
  }
    .twitter-pc{
  padding-right: 20px;
    }
  
  .footer .flex-pc{
    float:left;
  }
    
    .footer .flex-pc a{
    display: block;
        z-index: 1;
    position: relative;}
    
  .Copyright{
    padding:20px 0;
    text-align: center;
    width: 100%;
    position: relative;
  }
    .footer small{
      font-size: 13px;
      position: absolute;
      width: 100%;
      left: 0;
      top:50%;
    }
  }







/* 重要なお知らせ --------------------------------- */
.important_news{
    background: #E50047;
}
.important_news a{
    color: #fff;
    line-height: 2em;
    padding: 2px 0 4px; 
    font-size: 14px;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}
.important_news a:hover{
    text-decoration: underline;
}

.important_news a::after {
    font-family: "Font Awesome 5 Free";
    margin: 0 0 0 10px;
    font-size: 1em;
    display: inline-block;
    content: "\f0da";
    font-weight: bold;
}




.cf:after {
	content: "";
	display: block;
	clear: both;
}
 
.cf:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.cf {
	display: block;
}