@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

body {
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
    margin: 0px;
}

body {
    background-color: #FFFFFF;
}

p {
    margin: 0px;
    color: #1A1A1A;
}

a:link {
    color: #004CCA;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

#menu {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap {
    width: 1100px;
    margin: 0 auto;
}

.header01 {
    background-color: #3AAE36;
    padding: 10px;
    display: inline-block;
    min-width: 100%;
}

.header01 h1 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.header01 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.hd01_text p {
    color: #fff;
}

.hd01_tel a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background-image: url(/penguin/resources/image/house_navi/home/hd_nav_icon04.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 35px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    letter-spacing: 1px;
    line-height: 30px;
}

.hd01_nav ul {
    background-color: #fff;
    padding: 12px 10px;
    display: flex;
    justify-content: space-between;
    width: 400px;
    border-radius: 20px;
}

.hd01_nav ul li {
    width: 33%;
    border-right: 1px solid #000;
    height: 15px;
}

.hd01_nav ul li:last-child {
    border-right: 0px;
}

.hd01_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
    color: #1A1A1A;
    text-align: center;
    background-repeat: no-repeat;
}

.hd01_li01 a {
    background-image: url(/penguin/resources/image/house_navi/home/hd_nav_icon01.png);
    background-size: 18px;
    background-position: left 17px center;
    padding-left: 15px;
}

.hd01_li02 a {
    background-image: url(/penguin/resources/image/house_navi/home/line_icon.png);
    background-size: 22px;
    background-position: 15px center;
    padding-left: 20px;
}

.hd01_li03 a {
    background-image: url(/penguin/resources/image/house_navi/home/hd_nav_icon03.png);
    background-size: 15px;
    background-position: left 10px center;
    padding-left: 22px;
}

.header02 {
    padding: 15px 0px;
    display: inline-block;
    min-width: 100%;
}

.header02 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.hd02_logo {
    width: 150px;
}

.hd02_nav ul {
    display: flex;
    justify-content: space-between;
    width: 880px;
}

.hd02_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
}

.hd02_nav ul li a span {
    color: #3AAE36;
    font-size: 11px;
}

.top {
    background-image: url(/penguin/resources/image/house_navi/home/top_img.png);
    background-size: cover;
    background-position: center top;
    margin-bottom: 100px;
    height: 80vh;
    position: relative;
    background-repeat: no-repeat;
    display: inline-block;
    min-width: 100%;
    padding: 0 10px;
}

.top h1 {
    width: 755px;
    margin: 0 auto;
    position: absolute;
    top: 8vw;
    right: 0;
    left: 0;
    margin: auto;
}

.top_bt {
    position: absolute;
    bottom: -50px;
}

.top_bt ul {
    display: flex;
    justify-content: space-between;
    width: 1100px;
}

.top_bt ul li {
    width: 340px;
    height: 220px;
    border: 5px solid #3AAE36;
    background-color: #fff;
    background-image: url(/penguin/resources/image/house_navi/home/top_icon04.png);
    background-size: 15px;
    background-position: right 10px bottom 10px;
    background-repeat: no-repeat;
}

.top_bt ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 125px;
    line-height: 28px;
}

.top_bt ul li a span {
    font-size: 14px;
}

.top_li01 a {
    background-image: url(/penguin/resources/image/house_navi/home/top_icon01.png);
    background-size: 60px;
    background-position: top 35px center;
}

.top_li02 a {
    background-image: url(/penguin/resources/image/house_navi/home/top_icon02.png);
    background-size: 48px;
    background-position: top 35px center;
}

.top_li03 a {
    background-image: url(/penguin/resources/image/house_navi/home/top_icon03.png);
    background-size: 55px;
    background-position: top 35px center;
}


.sec01 {
    background-color: #3AAE36;
    padding: 80px 10px;
    display: inline-block;
    min-width: 100%;
}

.sec01_title {
    margin-bottom: 30px;
}

.sec01_title h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.insta_sec .sec01_title h2 {
    color: #3aae36;
}

.sec01_title h2:before {
    content: "NEW ARRIVAL";
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: 20px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.insta_sec .sec01_title h2::before {
    content: "INSTAGRAM";
}

.sec01_text {
    width: 420px;
    margin: 0 auto 60px auto;
}

.sec01_text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-image: url(/penguin/resources/image/house_navi/home/sec01_subtitle_icon01.png), url(/penguin/resources/image/house_navi/home/sec01_subtitle_icon02.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center, right center;
}

.sec01_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.sec01_list ul li {
    background-color: #fff;
    height: 260px;
    width: 260px;
    padding: 20px;
    margin-bottom: 20px;
}

.sec01_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.sec01_list_img {
    width: 215px;
    height: 120px;
    position: relative;
    margin-bottom: 15px;
}

.sec01_list_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.sec01_list_name p {
    font-size: 15px;
    font-weight: 600;
}

.sec01_list_name p span {
    width: 50px;
    height: 1px;
    background-color: #1A1A1A;
    display: block;
    margin-top: 5px;
    margin-bottom: 8px;
}

.sec01_list_price p {
    color: #3AAE36;
    font-size: 13px;
    font-weight: 500;
}

.sec01_list_text p {
    font-size: 13px;
    font-weight: 500;
}

.sec01_search {
    display: flex;
    justify-content: space-between;
    width: 880px;
    margin: 0 auto;

}

.sec01_search_text {
    height: 25px;
}

.sec01_search_text p {
    font-size: 20px;
    color: #fff;
    background-image: url(/penguin/resources/image/house_navi/home/sec01_icon01.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-right: 20px;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.sec01_searchbox {
    width: 450px;
    height: 50px;
}

#form1 {
    position: relative;
}

#sbox {
    height: 40px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    border-radius: 2px 0 0 2px;
    border-right: none;
    border: solid 3px #3AAE36;
    outline: 0;
    font-weight: 600;
}

#sbtn {
    padding: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0;
    border-radius: 0 2px 2px 0;
    background: #000;
    color: #fff;
    border: solid 3px #3AAE36;
    border-left: none;
    font-weight: bold;
    font-size: 13px;
    outline: 0;
    font-weight: 500;
    letter-spacing: 1px;
    background-image: url(/penguin/resources/image/house_navi/home/sec01_icon02.png);
    background-repeat: no-repeat;
    background-position: left 13px center;
    background-size: 15px;
    padding-left: 20px;
}

#sbtn:hover {
    background: #eaeaea;
    color: #7fbfff;
}

.sec02 {
    background-image: url(/penguin/resources/image/house_navi/home/sec02_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 10px 90px 10px;
    display: inline-block;
    min-width: 100%;
    position: relative;
}

.sec02 .wrap {
    position: relative;
    z-index: 10;
}

.sec02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/penguin/resources/image/house_navi/home/sumau_sumou_sumot.png);
    background-repeat: no-repeat;
    background-position: right 50px bottom 50px;
    background-size: 600px;
}

.sec02_title h2 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
}

.sec02_title h2:before {
    content: "PICK UP";
    font-size: 27px;
    letter-spacing: 2px;
    margin-right: 10px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
}

.sec02_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec02_list ul li {
    width: 260px;
    height: 200px;
    border: 3px solid #fff;
    margin-bottom: 20px;
}

.sec02_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    background-repeat: no-repeat;
    padding-top: 125px;
}

.sec02_list ul li span {
    font-size: 14px;
    color: #3AAE36;
}

.sec02_list01 a {
    background-image: url(/penguin/resources/image/house_navi/home/sec02_icon01.png);
    background-size: 67px;
    background-position: top 40px center;
}

.sec02_list02 a {
    background-image: url(/penguin/resources/image/house_navi/home/sec02_icon02.png);
    background-size: 75px;
    background-position: top 40px center;
}

.sec02_list03 a {
    background-image: url(/penguin/resources/image/house_navi/home/sec02_icon03.png);
    background-size: 80px;
    background-position: top 40px center;
}

.sec02_list04 a {
    background-image: url(/penguin/resources/image/house_navi/home/sec02_icon04.png);
    background-size: 72px;
    background-position: top 40px center;
}

.sec02_list05 a {
    background-image: url(/penguin/resources/image/house_navi/home/sec02_icon05.png);
    background-size: 80px;
    background-position: top 40px center;
}

.sec02_list06 a {
    background-image: url(/penguin/resources/image/house_navi/home/sec02_icon06.png);
    background-size: 45px;
    background-position: top 40px center;
}

.sec02_list07 a {
    background-image: url(/penguin/resources/image/house_navi/home/sec02_icon07.png);
    background-size: 62px;
    background-position: top 40px center;
}

.sec02_list08 a {
    background-image: url(/penguin/resources/image/house_navi/home/sec02_icon08.png);
    background-size: 70px;
    background-position: top 40px center;
}

.sec03 {
    padding: 100px 10px 90px 10px;
    background-image: url(/penguin/resources/image/house_navi/home/sec03_bg.png);
    background-size: 100%;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    display: inline-block;
    min-width: 100%;
}

.sec03box {
    display: flex;
    justify-content: space-between;
}

.sec03_title {
    margin-bottom: 30px;
}

.sec03_title img {
    width: 630px;
}

.sec03_list {
    width: 580px;
}

.sec03_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.sec03_list ul li {
    width: 280px;
    height: 90px;
    border: 5px solid #3AAE36;
    margin-bottom: 20px;
    background-color: #fff;
}

.sec03_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #1A1A1A;
    text-decoration: none;
    line-height: 90px;
    text-align: center;
    background-image: url(/penguin/resources/image/house_navi/home/top_icon04.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px bottom 10px;
}

.sec03_right {
    width: 480px;
    height: 320px;
}

.sec03_right img {
    display: block;
}

footer {
    background-color: #1A1A1A;
    padding: 100px 10px 85px 10px;
    display: inline-block;
    min-width: 100%;
}

.ft_title {
    margin-bottom: 25px;
}

.ft_title p {
    font-size: 20px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    letter-spacing: 3px;
}

.ft_title01 p {
    background-image: url(/penguin/resources/image/house_navi/home/ft_icon01.png);
    background-size: 15px;
}

.ft_title02 p {
    background-image: url(/penguin/resources/image/house_navi/home/hd_nav_icon03.png);
    background-size: 16px;
}

.ft_list ul {
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin-bottom: 35px;
}

.ft_list ul li {
    margin-right: 25px;
    margin-bottom: 15px;
}

.ft_list ul li a {
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.ft_list ul li a:before {
    content: "▶︎";
    color: #fff;
    font-size: 9px;
    margin-right: 10px;
}

.ft03 {
    margin-bottom: 70px;
}

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

.ft03_left {
    width: 440px;
    border-bottom: 1px solid #fff;
}

.ft_logo {
    width: 210px;
    margin-bottom: 25px;
}

.ft_logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.ft_textbox {
    margin-bottom: 15px;
}

.ft_textbox p {
    font-size: 14px;
    color: #fff;
}

.ft_tel {
    margin-bottom: 10px;
}

.ft_tel a {
    font-size: 32px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
    background-image: url(/penguin/resources/image/house_navi/home/ft_icon02.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: left center;
    padding-left: 35px;
}

.ft03_right {
    width: 620px;
    display: flex;
    justify-content: space-between;
}

.ft03_img {
    width: 300px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px;
}

.ft03_img img {
    display: block;
}

.ft_map {
    width: 300px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px;
}

.copyright small {
    font-size: 11px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

/*固定ページ*/
#common-main {
    height: 250px;
    background: url(/penguin/resources/image/house_navi/home/common-main.png);
    background-position: center;
    background-size: cover;
}

.breadcrumbs ul li a {
    margin-right: 20px;
    position: relative;
    color: white;
    text-decoration: none;
}

.breadcrumbs {
    background: #1a1a1a;
    padding: 5px;
    color: white;
}

.breadcrumbs ul li a:after {
    content: ">";
    position: absolute;
    right: -14px;
}

.breadcrumbs ul li a:hover {
    color: #3AAE36;
    transition: 0.3s;
}

#common-wrap {
    padding: 100px 0;
}

p#zyunbi {
    font-size: 40px;
    text-align: center;
    padding: 100px 0;
}

#common-main h1 {
    background: white;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    padding: 40px 80px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

#common-main h1 span {
    font-size: 14px;
    letter-spacing: 3px;
    margin-left: 15px;
    color: #3AAE36;
}

#common-main .wrap {
    height: 100%;
}

/*会社概要*/

#about h2 {
    font-size: 16px;
    position: relative;
    padding-left: 14px;
    border-bottom: 2px dotted #1a1a1a;
    margin-bottom: 50px;
}

#about h2:before {
    content: "";
    display: block;
    width: 4px;
    height: 16px;
    background: #3AAE36;
    position: absolute;
    left: 0;
    top: 4px;
}

#about table {
    width: 100%;
    margin-bottom: 100px;
}

#about table th,
#about table td {
    font-size: 14px;
    text-align: left;
    padding: 15px;
}

#about table th {
    background: #3AAE36;
    width: 15%;
    color: white;
    position: relative;
    text-align: center;
    font-weight: normal;
    padding: 20px;
}

#about table td {
    background: #f0f0f0;
    padding-left: 50px;
    line-height: 1.8;
}

/*個人*/

#privacy p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
}

#privacy dl {
    margin-bottom: 30px;
}

#privacy dl dt {
    font-weight: bold;
    margin-bottom: 10px;
}

#privacy dl dd {
    line-height: 2;
}

#privacy dl dd ul {
    margin-top: 30px;
}

#privacy dl ul li {
    padding-left: 10px;
    position: relative;
}

#privacy dl ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #1a1a1a;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}

.map_area a {
    height: 20px;
    width: 20px;
    background: #fff;
    display: block;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a.shinhukae {
    top: 60px;
    left: 110px;
}

a.takaida {
    top: 60px;
    left: 260px;
}

a.nagata {
    top: 60px;
    left: 500px;
}

a.aramoto {
    top: 60px;
    left: 620px;
}

a.yoshida {
    top: 60px;
    left: 860px;
}

a.shinisikiri {
    top: 60px;
    left: 980px;
}

a.fuse {
    top: 200px;
    left: 160px;
}

a.kawauchieiwa {
    top: 200px;
    left: 260px;
}

a.kawauchikosaka {
    top: 200px;
    left: 380px;
}

a.yaenosato {
    top: 200px;
    left: 500px;
}

a.wakaeiwata {
    top: 200px;
    left: 620px;
}

a.kawachihanazono {
    top: 200px;
    left: 740px;
}

a.higasinahazono {
    top: 200px;
    left: 860px;
}

a.hyoutanyama {
    top: 200px;
    left: 980px;
}

a.shuntokumiti {
    top: 300px;
    left: 260px;
}

a.nagase {
    top: 370px;
    left: 322px;
}

.map_area a:hover {
    background: #f09233;
}

.sec_map {
    padding: 30px 0 70px;
}

#sec-1 {
    position: relative;
    height: 650px;
    padding-top: 20px;
}

#sec-1 .slide {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 200;
}

#sec-1 .top_slider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 600px !important
}

#sec-1 .top_slider ul,
#sec-1 .top_slider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

#sec-1 .top_slider ul li img {
    width: 100%;
    display: none;
}

#sec-1 .wideslider_base {
    top: 0;
    position: absolute;
}

#sec-1 .wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}

#sec-1 .slider_prev,
#sec-1 .slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}


#sec-1 .slider_next {
    background: #000 url(/penguin/resources/image/house_navi/home/next.png) no-repeat left center;
    background-size: 50px;
    background-position: 90px;
}

#sec-1 .slider_prev {
    background: #000 url(/penguin/resources/image/house_navi/home/prev.png) no-repeat right center;
    background-size: 50px;
    background-position: 40px;
}

#sec-1 .pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

#sec-1 .pagination a {
    margin: 0 5px;
    width: 145px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}

#sec-1 .pagination a.pn2 {
    background: url(/penguin/resources/image/house_navi/home/online.png) no-repeat;
    background-size: 100%;
}

#sec-1 .pagination a.pn3 {
    background: url(/penguin/resources/image/house_navi/home/hp_slid01.png) no-repeat;
    background-size: 100%;
}

#sec-1 .pagination a.pn4 {
    background: url(/penguin/resources/image/house_navi/home/hp_slid02.png) no-repeat;
    background-size: 100%;
}

#sec-1 .pagination a.pn5 {
    background: url(/penguin/resources/image/house_navi/home/hp_slid03.png) no-repeat;
    background-size: 100%;
}

#sec-1 .pagination a.pn6 {
    background: url(/penguin/resources/image/house_navi/home/hp_slid04.png) no-repeat;
    background-size: 100%;
}

#sec-1 .pagination a.pn1 {
    background: url(/penguin/resources/image/house_navi/home/top_ban_insta.jpg) no-repeat;
    background-size: 100%;
}


#sec-1 .pagination a.active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}


/* =======================================
    ClearFixElements
======================================= */
#sec-1 .top_slider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#sec-1 .top_slider ul {
    display: inline-block;
    overflow: hidden;
}

.sec04 {
    background-image: url(/penguin/resources/image/house_navi/home/line_bg.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right center;
    height: 45vw;
    position: relative;
    padding-top: 150px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.sec04 .inner {
    width: 550px;
    right: 50%;
    position: absolute;
}

.sec04 .inner h2:before {
    content: "LINE CONTACT";
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
    width: 164px;
    color: #3AAE36;
}

.sec04 .inner h2 {
    font-size: 38px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.sec04 .inner .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 50px;
}

.sec04 .inner .contact ul {
    display: flex;
    justify-content: space-between;
}

.sec04 .inner .contact li {
    background-color: #3AAE36;
    padding: 5px;
}

.sec04 .inner .contact li a {
    text-decoration: none;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding: 10px 40px;
    width: 250px;
    background-color: #fff;
    background-image: url(/penguin/resources/image/house_navi/home/top_icon04.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px bottom 10px;
}

.sec04 .inner .contact li a span {
    font-size: 12px;
    display: block;
}

#line h1.page_title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 10px;
    /* color: #3AAE36; */
}

h4.page_subtitle_h4 span {
    background-color: #fff;
    margin: 11px;
    font-size: 11px;
    padding: 5px 10px;
    color: #001646;
}

h4.page_subtitle_h4 {
    background-color: #eee;
    line-height: 3;
    font-size: 15px;
}

h3.page_subtitle span {
    font-size: 13px;
    color: #736666;
    margin-left: 15px;
}

h3.page_subtitle {
    border-left: none;
    padding: 0;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    font-size: 22px;
    margin-top: 70px;
}

ul.step_ul {
    overflow: hidden;
}

ul.step_ul li {
    width: 46%;
    float: left;
    margin-right: 4%;
}

p.tejun {
    font-size: 17px;
    font-weight: bold;
    border-bottom: dotted 1px #ccc;
    color: #4CAF50;
}

.tejun_text {
    line-height: 2;
}

p.line_text_L {
    width: 16%;
    float: left;
    margin-right: 30px;
}

p.line_text_R {
    line-height: 2;
    margin-top: 50px;
    font-size: 15px;
}

.sec_online {
    padding: 80px 10px;
    background: #e6e6e6;
}

.secOnline_btn {
    text-align: center;
}

/*** オンラインお部屋探し ***/
.onlineBnr {
    text-align: center;
}

ul.onlineUl .img {
    width: 30%;
}

ul.onlineUl .text {
    width: 65%;
}

ul.onlineUl .text h4 {
    margin-top: 0;
}

ul.onlineUl li:not(:first-child) {
    margin-top: 30px;
}

a.onleineBtn {
    display: block;
    width: 350px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    margin-top: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #51b036;
    border-bottom: solid 4px #2c651c;
    transition: .3s;
}

a.onleineBtn:hover {
    opacity: .7;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

.main_title {
    text-align: center;
    color: #fff;
    padding-top: 140px;
}

.main_title .en {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.main_title .ttl {
    font-size: 30px;
    margin: 0 auto;
    position: static;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
}

.main_title span,
.main_title .en span {
    position: relative;
    top: 30px;
    opacity: 0;
}

.main_title h1 {
    opacity: 0;
}

.top {
    position: relative;
    background: no-repeat;
    height: auto;
}

.main_image {
    width: calc(50% + 300px);
    height: 550px;
    background-image: url(http://www.housenavi.co.jp/penguin/resources/image/house_navi/home/top_img.png);
    background-size: cover;
    background-position: center;
    margin-left: auto;
    border-radius: 50px;
}

.top_bt {
    position: static;
}

.top_bt {
    position: static;
}

.top_content {
    position: absolute;
    left: calc(50% - 550px);
    top: auto;
    bottom: 0;
    height: 420px;
    margin: auto;
}

.main_title {
    padding: 0;
    text-align: left;
    margin: 0 0 40px;
}

.main_title .en {
    font-size: 80px;
}

.main_title h1 {
    margin: 0;
}

.top_bt ul li {
    width: 220px;
    height: 180px;
    border: none;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.top_bt ul li a {
    padding-top: 100px;
}

.top_li01 a {
    background-size: 50px;
}

.top_li02 a {
    background-size: 36px;
}

.top_li03 a {
    background-size: 40px;
}

.top_bt ul {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 730px;
}

p.top_sss {
    position: absolute;
    right: 60px;
    top: 120px;
    width: 120px;
}

section#sec-1 {
    background: #fff;
}

.sec01_list ul li {
    padding: 0;
    background: no-repeat;
}

.sec01_list_img {
    width: 100%;
    height: 174px;
    line-height: 0;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.sec01_list_textbox {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.sec01_list ul li {
    height: 340px;
}

a:hover .sec01_list_img img {
    transform: scale(1.2);
}

.sec01_list_img img {
    transition: .2s;
}

.sec02_list ul li {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.sec03_list ul li {
    border-radius: 10px;
}

.sec03_list ul li a {
    line-height: 80px;
}

.sec04 .inner .contact li {
    border-radius: 10px;
}

.sec04 .inner .contact li a {
    border-radius: 7px;
}

.pageCompany_imgBox {
    margin-bottom: 30px;
}

.pageCompany_imgBox .img {
    width: 530px;
}

/* スタッフ */

.page_staff_list {}

.page_staff_list ul li .img {
    width: 50%;
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_staff_list ul li .text_box {
    width: 50%;
    position: relative;
    background-image: url(https://www.kotoriya.co.jp/img/company/staff/pic_officework.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 30px;
}

.page_staff_list ul li+li {
    margin-top: 50px;
}

.page_staff_list ul li .text_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.8);
}

.page_staff_list ul li .text_box>* {
    position: relative;
    z-index: 100;
}

.page_staff_list ul li .text_box p {
    font-size: 16px;
    letter-spacing: 0.04em;
    padding-left: 18px;
    color: #fff;
}

.page_staff_list ul li .text_box p.comment {
    /* font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif; */
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.8;
    border-left: 2px solid;
    padding-left: 15px;
    margin-top: 25px;
}

.page_staff_list ul li .text_box p.name {
    /* margin-top: 25px; */
}

.page_staff_list ul li .text_box p .ttl {
    margin-right: 16px;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}

.page_staff_list ul li .text_box p .furigana {
    font-size: 11px;
    margin-left: 5px;
}

.page_staff_list ul li .text_box p+p {
    margin-top: 12px;
}

.page_staff_list ul li.takei .img {
    background-image: url(/penguin/resources/image/house_navi/home/staff_takei_01.jpg);
}

.page_staff_list ul li.azuma .img {
    background-image: url(/penguin/resources/image/house_navi/home/staff_azuma_01.jpg);
}

.page_staff_list ul li.miyata .img {
    background-image: url(/penguin/resources/image/house_navi/home/staff_miyata_01.jpg);
}

.page_staff_list ul li.moriwaki .img {
    background-image: url(/penguin/resources/image/house_navi/home/staff_moriwaki_01.jpg);
}

.page_staff_list ul li.nishimura .img {
    background-image: url(/penguin/resources/image/house_navi/home/noimage.jpg);
}

.page_staff_list ul li.takei .text_box {
    background-image: url(/penguin/resources/image/house_navi/home/staff_takei_02.jpg);
}

.page_staff_list ul li.azuma .text_box {
    background-image: url(/penguin/resources/image/house_navi/home/staff_azuma_02.jpg);
}

.page_staff_list ul li.miyata .text_box {
    background-image: url(/penguin/resources/image/house_navi/home/staff_miyata_02.jpg);
}

.page_staff_list ul li.moriwaki .text_box {
    background-image: url(/penguin/resources/image/house_navi/home/staff_moriwaki_02.jpg);
}

.page_staff_list ul li.nishimura .text_box {
    background-image: url(/penguin/resources/image/house_navi/home/noimage.jpg);
}

.insta_sec {
    padding-top: 80px;
}

@media (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*spmenu~*/
    .sp_hd {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
    }

    .sp_pr {
        position: relative;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_menu .slicknav_icon {
        width: 100%;
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 32px !important;
        height: 3px !important;
    }

    a.slicknav_btn {
        background: #3AAE36;
        border-radius: 0px;
    }

    /*SPMENU kurukuru*/
    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        top: 5px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
        top: 2.4px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    span.slicknav_icon-bar {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    .slicknav_menu .slicknav_icon {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        position: relative;
    }

    /*kokomade*/
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .slicknav_menu {
        background-color: #fff;
        box-shadow: 1px 1px 15px #888;
    }

    a.slicknav_btn {
        margin: 0 0 0 0;
        padding: 8px 0 0 6px;
        height: 45px;
        width: 45px;
    }

    .slicknav_menu .slicknav_icon {
        height: 16px !important;
        display: block;
    }

    .slicknav_menu .slicknav_icon:after {
        content: "MENU";
        display: block;
        font-size: 62%;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto;
    }

    .slicknav_nav a {
        color: #333 !important;
        display: inline-block;
        font-weight: bold;
        line-height: 2;
        width: 98%;
        text-align: center;
        margin: 0;
        letter-spacing: normal;
        font-size: 80%;
        border: solid #ccc;
        border-width: 0 0px 1px 0;
        line-height: 30px;
        background-image: url(/penguin/resources/image/house_navi/home/menu_icon.png);
        background-size: 13px;
        background-repeat: no-repeat;
        background-position: right 15px center;
        padding-left: 25px;
    }

    /*~spmenu*/

    .sp_hd_logo {
        position: absolute;
        width: 115px;
        top: 5px;
        left: 10px;
    }

    .sp_hd_tel {
        position: absolute;
        width: 25px;
        top: 14.5px;
        right: 59px;
    }

    .sp_hd_mail {
        position: absolute;
        width: 25px;
        top: 20.5px;
        right: 95px;
    }

    .top {
        height: 200px;
        margin-top: 55px;
        margin-bottom: 0px;
        display: block;
    }

    .top h1 {
        width: 100%;
        max-width: 500px;
        position: static;
        padding-top: 85px;
        padding-bottom: 50px;
    }

    .top_bt {
        position: static;
    }

    .top_bt ul {
        width: 94%;
        display: block;
        margin: 0 auto;
    }

    .top_bt ul li {
        width: 100%;
        height: 70px;
        margin-bottom: 10px;
        background-size: 10px;
    }

    .top_bt ul li a {
        line-height: 70px;
        padding-top: 0px;
        font-size: 16px;
        text-align: left;
        padding-left: 60px;
    }

    .top_li01 a {
        background-size: 30px;
        background-position: left 18px center;
    }

    .top_li02 a {
        background-size: 25px;
        background-position: left 20px center;
    }


    .top_li03 a {
        background-size: 27px;
        background-position: left 20px center;
    }


    .top_bt ul li a span {
        font-size: 10px;
        margin-left: 5px;
    }

    .sec01 {
        padding: 30px 0;
        display: block;
    }

    .sec01_title h2:before {
        font-size: 23px;
        display: block;
        margin-right: 0px;
    }

    .sec01_text {
        width: 80%;
        margin: 0 auto 20px auto;
    }

    .sec01_text p {
        font-size: 11px;
        line-height: 17px;
        background: none;
    }

    .sec01_title {
        margin-bottom: 10px;
    }

    .sec01_list ul {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }

    .sec01_list ul li {
        margin-right: 20px;
        margin-bottom: 0px;
    }

    .sec01_search {
        display: block;
        width: 100%;
    }

    .sec01_search_text {
        height: auto;
        margin-bottom: 15px;
        width: 270px;
        margin: 0 auto 15px auto;
    }

    .sec01_search_text p {
        font-size: 14px;
        text-align: center;
        background-size: 10px;
        background-position: right 10px top;
    }

    #sbox {
        width: 100%;
    }

    .sec01_searchbox {
        width: 100%;
    }

    #sbtn {
        width: 25%;
        font-size: 11px;
        background-size: 12px;
        padding-left: 15px;
    }

    .sec02 {
        padding: 30px 0;
        display: block;
    }

    .sec02_title h2:before {
        font-size: 23px;
        display: block;
        margin-right: 0px;
    }

    .sec02_title h2 {
        margin-bottom: 20px;
    }

    .sec02_list {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }

    .sec02_list ul {
        width: 2260px;
    }

    .sec03 {
        padding: 40px 0;
        display: block;
    }

    .sec03_title {
        width: 100%;
        max-width: 500px;
    }

    .sec03_list {
        width: 100%;
    }

    .sec03box {
        display: block;
    }

    .sec03_list ul {
        padding-top: 0px;
    }

    .sec03_list ul li {
        width: 48%;
        height: 60px;
    }

    .sec03_list ul li a {
        font-size: 12px;
        line-height: 55px;
        background-size: 10px;
        background-position: right 5px bottom 5px;
    }

    .sec03_right {
        width: 100%;
        height: auto;
        max-width: 500px;
    }

    footer {
        padding: 30px 0;
        display: block;
    }

    .ft_title {
        margin-bottom: 10px;
    }

    .ft_list ul {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft_list ul li a {
        font-size: 10px;
    }

    .ft_list ul li {
        margin-bottom: 10px;
        margin-right: 15px;
    }

    .ft_list ul li a:before {
        margin-right: 5px;
    }

    .ft03 .wrap {
        display: block;
    }

    .ft03_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft_logo {
        margin-bottom: 10px;
    }

    .ft_textbox p {
        font-size: 10px;
        line-height: 17px;
    }

    .ft_textbox {
        margin-bottom: 0px;
    }

    .ft_tel a {
        font-size: 25px;
    }

    .ft03_right {
        width: 100%;
        display: block;
    }

    .ft03_img {
        margin: 0 auto 10px auto;
    }

    .ft03 {
        margin-bottom: 20px;
    }

    .copyright small {
        font-size: 10px;
    }

    .copyright {
        text-align: center;
    }

    .ft_map {
        margin: 0 auto;
    }

    .wrap {
        max-width: 94%;
    }

    /*固定ページ*/
    #common-main {
        height: 200px;
    }

    .breadcrumbs {
        margin-top: 55px;
        font-size: 10px;
        padding: 2px 5px;
    }

    .breadcrumbs ul li a:hover {
        color: white;
    }

    #common-wrap {
        padding: 50px 0;
    }

    p#zyunbi {
        font-size: 20px;
        padding: 50px 0;
    }

    #common-main h1 {
        font-size: 16px;
        padding: 25px 50px 0;
    }

    #common-main h1 span {
        font-size: 10px;
    }

    /*会社概要*/

    #about h2 {
        font-size: 14px;
        padding-left: 12px;
        margin-bottom: 30px;
    }

    #about h2:before {
        top: 1px;
    }

    #about table {
        margin-bottom: 50px;
    }

    #about table th,
    #about table td {
        font-size: 12px;
        padding: 10px;
    }

    #about table th {
        width: 25%;
    }

    #about table th:after {
        border-width: 10px 0 10px 10px;
        right: -6px;
        top: 9px;
    }

    #about table td {
        padding-left: 20px;
    }

    #about iframe {
        height: 250px;
    }

    /*個人*/

    #privacy p {
        font-size: 12px;
        margin-bottom: 30px;
    }

    #privacy dl {
        margin-bottom: 20px;
    }

    #privacy dl dd {
        margin: 0;
    }

    #privacy dl dd ul {
        margin-top: 10px;
    }

    #sec-1 {
        height: auto;
        padding-top: 0;
    }

    .slicknav_nav a:nth-child(10) {
        margin-bottom: 10px;
    }

    .slicknav_nav a:nth-child(11) {
        background-color: #33b21d;
        color: #fff !important;
        border-radius: 5px;
        border-bottom: 0px;
    }

    .sec04 .inner {
        position: static;
        width: 94%;
        margin: auto;
    }

    .sec04 {
        padding-top: 24vw;
        height: auto;
        background-position: right 10px;
    }

    .sec04 .inner h2 {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .sec04 .inner h2:before {
        font-size: 16px;
    }

    .sec04 .inner .text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .sec04 .inner .contact ul {
        display: block;
    }

    .sec04 .inner .contact li {
        margin-bottom: 10px;
    }

    .sec04 .inner .contact li a {
        width: 100%;
        font-size: 18px;
    }

    ul.step_ul li {

        display: block;
        width: 100%;
    }

    .sec_online {
        padding: 30px 0px;
    }

    /*** SP_オンラインお部屋探し ***/
    ul.onlineUl .img {
        width: 100%;
        margin-bottom: 1rem;
    }

    ul.onlineUl .text {
        width: 100%;
    }

    a.onleineBtn {
        max-width: 350px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .main_title {
        padding: 0;
        padding-top: 20vw;
    }

    .main_title .en {
        font-size: 7vw;
    }

    .main_title h1 {
        padding: 0;
        font-size: 4vw;
    }

    .sp_top_img_area .bx-wrapper {
        border: none;
        box-shadow: none;
        background: none;
    }

    .sp_top_img_area .bx-wrapper .bx-pager.bx-default-pager a {
        width: 20px;
        height: 15px;
        border-radius: 2px;
        margin: 0 3px;
    }

    .sp_top_img_area .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #38af35;
    }

    .sec02:before {
        background-size: 30vw;
        background-position: right 5vw bottom 5vw;
    }

    p.top_sss {
        position: absolute;
        right: 60px;
        top: 120px;
        width: 120px;
    }

    .main_image {
        width: 80vw;
        height: 120vw;
        border-radius: 30px 0 0 30px;
    }

    .top {
        padding: 5vw 0 5vw 0;
        margin: 55px 0 5vw;
        height: auto;
    }

    .main_title .en {
        font-size: 8vw;
    }

    .top_content {
        left: 5vw;
        height: 54vw;
        bottom: 30vw;
    }

    .main_title {
        margin: 0 0 4vw;
    }

    .top_bt ul {
        width: 90vw;
        margin: 0;
        padding: 2vw;
        display: flex;
        border-radius: 10px;
    }

    .top_bt ul li {
        width: 32%;
        height: 30vw;
        margin: 0;
        background-size: 5px;
        background-position: right 5px bottom 5px;
    }

    .top_bt ul li a {
        padding: 2vw;
        font-size: 3vw;
        line-height: 1;
        text-align: center;
        padding-top: 16vw;
        background-position: center top 5vw;
    }

    .top_li01 a {
        background-size: 8vw;
    }

    .top_li02 a {
        background-size: 6vw;
    }

    .top_li03 a {
        background-size: 7vw;
    }

    p.top_sss {
        width: 30vw;
        right: 0;
        left: 25vw;
        margin: auto;
        top: 39vw;
    }

    .top_bt ul li a span {
        font-size: 2.5vw;
        display: block;
        margin: 2vw 0 0;
    }

    .sec01_list ul {
        display: inline-flex;
        margin: 0;
    }

    .sec01_list ul li {
        width: 220px;
        margin-right: 10px;
        height: auto;
    }

    .sec01_list_img {
        height: 145px;
        margin: 0 0 10px;
        border-radius: 10px;
    }

    .sec01_list_textbox {
        padding: 10px;
        border-radius: 10px;
    }

    .sec01_list {
        overflow: scroll;
        margin: 0 0 20px;
    }

    .sec02_list ul li {
        width: 150px;
        height: 120px;
        border-width: 2px;
        margin-bottom: 0;
    }

    .sec02_list ul {
        width: auto;
        display: inline-flex;
        flex-wrap: inherit;
    }

    .sec02_list ul li+li {
        margin-left: 10px;
    }

    .sec02_list ul li a {
        font-size: 12px;
        padding-top: 70px;
    }

    .sec02_list ul li span {
        font-size: 10px;
    }

    .sec02_list01 a {
        background-size: 40px;
        background-position: top 20px center;
    }

    .sec02_list02 a {
        background-size: 50px;
        background-position: top 20px center;
    }

    .sec02_list03 a {
        background-size: 50px;
        background-position: top 20px center;
    }

    .sec02_list04 a {
        background-size: 42px;
        background-position: top 22px center;
    }

    .sec02_list05 a {
        background-size: 50px;
        background-position: top 20px center;
    }

    .sec02_list06 a {
        background-size: 25px;
        background-position: top 24px center;
    }

    .sec02_list07 a {
        background-size: 32px;
        background-position: top 25px center;
    }

    .sec02_list08 a {
        background-size: 40px;
        background-position: top 26px center;
    }

    /* スタッフ */

    .page_staff_list ul li .img {
        width: 100%;
        height: 200px;
    }

    .page_staff_list ul li .text_box {
        width: 100%;
        padding: 20px 15px;
    }

    .page_staff_list ul li .text_box p.comment {
        font-size: 15px;
        padding-left: 10px;
        margin-top: 15px;
    }

    .page_staff_list ul li .text_box p.name {
        margin-top: 15px;
    }

    .page_staff_list ul li .text_box p+p {
        margin-top: 10px;
    }

    .page_staff_list ul li .text_box p {
        padding-left: 12px;
        font-size: 13px;
    }

    .page_staff_list ul li .text_box p .ttl {
        font-size: 11px;
        display: inline-block;
        margin-right: 12px;
    }

    .page_staff_list ul li+li {
        margin-top: 35px;
    }

    .insta_sec {
        padding: 40px 0;
    }

    .insta_sec iframe {
        height: 62vw !important;
    }
}