@charset "utf-8";
body,h1,h2,h3,p,dd,dl,dt,ul,ol,li {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: bottom;
    margin-top: 15px;
}
a {
    text-decoration: none;
}
.inner {
    margin: 0 auto;
    /* [disabled]padding: 0 20px; */
    width: 1000px;
}
.sp {
  display: none;
}


body{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
}
header {
    background-color: #f6f1d6;
    position: relative;
}
header .inner {
    display: flex;
    justify-content: space-between;
    height: 65px;
    padding: 10px 0;
    width: 95%;
}
header .banner {
    margin-right: 50px;
}
header p {
    margin-top: 10px;
}
.inner p a:hover {
  opacity: 0.9;
}
header nav {
    position: relative;
}
#nav-toggle {
    position: absolute;
    top: -65px;
    right: 10px;
    width: 70px;
    height: 50px;
}
#nav-toggle span {
    width: 30px;
    height: 4px;
    display: block;
    background-color: #92bfbb;
    position: absolute;
    left: 20px;
    transition: 0.3s;
}
#nav-toggle span:nth-child(1) {
    top: 12px;
}
#nav-toggle span:nth-child(2) {
    top: 23px;
}
#nav-toggle span:nth-child(3) {
    top: 34px;
}
#nav-toggle.open span:nth-child(1) {
    top: 23px;
    transform: rotate(315deg);
}
#nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
}
#nav-toggle.open span:nth-child(3) {
    top: 23px;
    transform: rotate(-315deg);
}
header nav ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
header ul li {
    background-color: #fff;
    text-align: center;
    line-height: 3;
    font-size: 18px;
}
header ul li:hover {
    opacity: 0.9;
}
header ul a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
header ul a:hover {
    opacity: 0.7;
}
footer {
    background-color: #f6f1d6;
    font-size: 14px;
}
footer .inner {
    display: block;
}
footer .inner div {
    /* [disabled]margin-top: 120px; */
}
footer .inner p:first-child {
    padding: 40px 0;
}
footer .inner p:nth-child(2) {
    padding: 5px 0;
}
footer .inner p:nth-child(3) {
    padding-bottom: 50px;
}
footer .banner {
    text-align: right;
}
footer a {
    color: #333;
}
.gotop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 99;
    display: none;
}
.gotop:hover {
    opacity: 1;
}
.address p a:hover {
    background-color: #7FABA2;
    color: #FFFFFF;
}
.inner h1 #hp {
    font-size: 18px;
    color: #000000;
}
.inner h1 #hp:hover {
    text-decoration: underline;
    background-color: #7FABA2;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
}

.inner .banner .logot img {
    border: 10px solid #FFFFFF;
    margin-right: 4px;
}

/*　※インデント　*/
.asterisk {
  padding-left: 1rem;
}

.asterisk::before {
  content: "※";
  margin-left: -1rem;
}

.design-pick {
    margin: 0;                 /* デフォルトCSS打ち消し */
    /*font-size:  24px;            文字サイズ指定 */
    position: relative;        /* 位置調整 */
    /*font-weight:  normal;       /* 文字の太さ調整 */
    /*display:  inline-block;     /* インラインブロックにする */
    padding-top: 10px;          /* 余白指定 */
    padding-left: 20px;         /* 余白指定 */
    padding-bottom: 20px;
}
.design-pick::before {
    content:  '';               /* 空白の要素を作る */
    background-color: #92bfbb;  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    height: 50px;               /* 高さ指定 */
    width: 50px;                /* 幅指定 */
    /*border-radius:  50%;         丸くする */
    top: 0;                     /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.blank{
    background-color: #D8EBEC;
    margin-right: 0!important;
}
.blank a{
    color: #D8EBEC!important;
}


@media screen and (max-width:600px){
.sp {
    display: block;
}
.mainimage .inner h1 {
}

.pc {
    display: none;
}
img {
    width: 100%;
    height: auto;
}
.subpage-inner {
    width: 90vw;
}

.item-img p .number {
    position: absolute;
    top: -40px;
    right: -30px;
    width: 50px;
    height: auto;
}


header {
    background-color: #fff;
}    
header .inner {
    display: block !important;
    height: 120px;
    width: 100%;
}
header .inner .banner {
    width: 50vw;
    margin-top: -10px;
}


 header h1 {
    margin-right: 60px;
}
header p {
    margin-top: 0;
}
header img {
    max-width: 100%;
}
#nav-toggle {
    top: -130px;
    right: 5px;
}
footer .inner {
    height: 450px;
    position: relative;
    width: 100%;
    padding: 0 10px;
    /* [disabled]overflow: hidden; */
}

footer .address {
    padding: 10em 0;
}
footer .banner {
    position: absolute;
    top: 1em;
    right: 1.6em;
    padding: 0;
    width: 50%;
} 
footer .inner p:nth-child(2) {
    padding: 1em 0;
}
footer .inner p:first-child {
    padding: 20px 0;
}
    

.gotop {
    /*bottom: 430px;*/
    right: -14px;
}
.gotop a img {
    width: 70%;
}
.subpage-inner .item-img .sp  {
    width: 80%;
    height: auto;
    font-size: x-small;
    margin-top: -50px;
    display: block;
}
.subpage-inner .copy p  {
    /* [disabled]font-size: 80%; */
    padding-left: 10px;
    padding-right: 10px;

}
.subpage-inner .copy .catch  {
    font-size: 180%;
}

.all {
    overflow: hidden;
}
.interview-list {
    width: 90vw;
    height: auto;
    font-size: small;
}

    
.inner h1 #hp {
    font-size: 30%;
    color: #FFFFFF;
    background-color: #92BFBB;
    padding: 5px;
    position: absolute;
}
header .inner .banner a img {
    width: 50%;
    position: absolute;
    top: 90px;
    right: 5px;
    margin-right: 2px;
}

    
footer .banner .logot img {
    width: 60%;
}

.blank{
    /*margin-right: -10!important;*/
    width: 220px;
}


}
