@charset "utf-8";

/*====================================
ここからメイン
====================================*/
/* 共通 */

body {
    background-color: #fff;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.07em;
}

a {
    outline: none;
}

.pc-mode {
    display: block;
}

.sp-mode {
    display: none;
}

@media (max-width: 768px) {
    .pc-mode {
        display: none;
    }

    .sp-mode {
        display: block;
    }

}

/********** ヘッダー **********/
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: center;

}

nav img {
    width: 40px;
    height: 40px;
}

nav a {
    display: block;
    width: 70px;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-size: 0.8rem;
}

nav li:hover {
    background: #ccc;
}

nav ul ul {
    display: none;
    max-width: 200px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
}

nav ul li:hover ul {
    display: block;
    background: #686868;
}

nav ul ul li {
    text-align: left;
    padding: 15px;
}

nav ul ul li a {
    width: 200px;
    margin-bottom: -3px;
    color: #fff;
}

nav ul ul li:hover {
    background: #ccc;
}

.main {
    max-width: 100%;
}

/**********  コンテンツ:ABOUT **********/
.main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffee6b;
}

.main-inner .container {
    text-align: center;
}

.main-inner img {
    width: 300px;
    height: 300px;
}

.main-inner h1 {
    font-size: 1.5rem;
    line-height: 3em;
    letter-spacing: 0.07em;
}

/**********  コンテンツ **********/
.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px 30px;
    text-align: center;
}

.inner-2 {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 10px 30px;
    text-align: center;
}

.inner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: center;
}

.inner-2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: center;
}

.inner .container-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: center;
}

.inner h1 {
    padding-top: 80px;
    font-size: 2.3rem;
    line-height: 1.3em;
    letter-spacing: 0.3em;
}

.inner p {
    padding: 10px 0 50px;
    font-size: 0.9rem;
    color: #646460;
}

.list p {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.list i {
    vertical-align: middle;
    font-size: 1.3rem;
}

.list a {
    display: block;
    text-decoration: none;
    color: #333;
}

.list a:hover {
    color: #888;
}

.inner img {
    max-width: 280px;
    height: auto;
}

.list2 p {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.list2 i {
    vertical-align: middle;
    font-size: 1.3rem;
}

.list2 a {
    display: block;
    padding-top: 40px;
    text-decoration: none;
    color: #333;
}

.list2 a:hover {
    color: #888;
}

.inner img {
    max-width: 280px;
    height: auto;
}

.group {
    background-color: #ffee6b;
    padding: 0 10px 0;
    text-align: center;
}

.box-img:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}

/**********  スライダー **********/

.b-slider {
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inner .b-slider {
    display: none;
}

.b-slider2 {
    display: none;
}

.b-slider2 p {
    padding: 0 0 15px;
}

.b-slider2 .slick-initialized {
    display: block;
}

.slick-slide {
    -webkit-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

.slick-current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.slick-dots li button:before {
    font-size: 30px !important;
}

/**********  自己紹介 **********/

.p_boxin {
    text-align: left;
}

.p_boxtext2 {
    padding: 50px 0 0;
    text-align: left;
}

.p_boxtext2 p {
    padding: 0;
    line-height: 1.5em;
}

.p_boxtext3 {
    padding: 50px 0 35px;
    text-align: left;
}

.p_boxtext3 p {
    padding: 0;
    line-height: 1.5em;
}

th,
td {
    padding: 10px;
    border-bottom: solid 1px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    width: 15%;
    height: 20px;
    vertical-align: middle;
}

td {
    width: 85%;
    vertical-align: middle;
}

.inner .skill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inner .skill-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.skill {
    margin-top: 50px;
}

.skill .icon {
    text-align: center;
}

.skill p {
    padding-bottom: 15px;
}

.skill-2 .icon {
    text-align: center;
}

.skill-2 p {
    padding-bottom: 15px;
}

.star {
    font-weight: bold;
    color: #a69131;
}

/**********  WEB:詳細 **********/
.moreA {
    background-color: #ffee6b;
}

.moreB {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px 70px;
}

.moreB h1 {
    padding-top: 100px;
    font-size: 2rem;
    line-height: 1.3em;
}


.moreB h2 {
    font-size: 1.5rem;
    line-height: 3em;
}

.moreB p {
    margin-bottom: 30px;
    line-height: 1.3em;
}

.moreB h3 {
    padding-bottom: 30px;
    font-size: 1.2rem;
    font-weight: 600;
}

.moreB h3::before {
    font-family: 'ionicons';
    content: "\f36c";
}

.moreB span {
    padding-right: 10px;
    font-size: 1.2rem;
}

.moreB a {
    color: #333;
}

.moreB a:hover {
    color: #ccc;
}

.moreC {
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 10px 70px;
    text-align: center;
}

.moreC img {
    max-width: 400px;
    padding-top: 30px;
    height: auto;
}

.moreC .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/**********  banner:詳細 **********/
.moreD {
    padding: 50px 0;
}

.moreD .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.moreD section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.moreD span {
    font-size: 1.2rem;
    padding-right: 10px;
}

.moreD .imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.imgbox img {
    width: 100%;
    height: 100%;
}

.moreD .m_text {
    margin: 20px 15px 50px;
}

.m_text p {
    padding: 10px;
    line-height: 1.3em;
}

.moreD h2 {
    margin: 10px;
    font-size: 1.2rem;
    line-height: 2em;
    border-bottom: solid 3px #ccc;
}

/********** フッター **********/
footer {
    max-width: 100%;
    padding: 15px;
    background-color: #ffee6b;
}

.corp {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.7rem;
}

/*====================================
メディアクエリ
====================================*/
@media (max-width: 1000px) {

    .headerA,
    .corp {
        width: 100%;
    }

    nav ul {
        width: 100%;
    }

    .list a {
        padding-top: 40px;
    }

    .slick-slide {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .slick-current {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .inner .container {
        display: none;
    }

    .inner-2 .container {
        display: none;
    }

    .inner .b-slider {
        display: block;
    }

    .b-slider {
        display: none;
    }

    .b-slider p {
        padding: 0 0 15px;
    }

    .b-slider .slick-initialized {
        display: block;
    }

}

@media (max-width: 850px) {

    .p_boxin {
        display: block;
        padding: 0;

    }

    .p_boxtext1 {
        max-width: 100%;
    }

    .p_boxtext2 {
        max-width: 100%;
        padding: 50px 0 0;
    }

    .moreC .container {
        display: block;
        margin: 0 auto;
    }

    .moreD section {
        display: block;
        margin: 0 auto;
    }


}

@media (max-width: 830px) {

    .slick-slide {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .slick-current {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

}

@media (max-width: 460px) {
    .main-inner img {
        width: 250px;
        height: 250px;
    }

    .main-inner h1 {
        line-height: 1.5em;
    }

    .moreB h1 {
        font-size: 1.5rem;
    }

    .moreB h2 {
        font-size: 0.8rem;
        font-weight: 600;
        line-height: 6em;
    }

    .moreC img {
        max-width: 100%;
        height: auto;
    }

    th {
        min-width: 40px;
    }

    td {
        min-width: 80px;
    }

}
