
@charset "UTF-8";
https://movabletype.net/sites/18154/blogs/57899/templates
@-ms-viewport {
width: device-width;}

#wrap{min-width:1010px}

/*body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/main_image.jpg)center/cover no-repeat;
    -webkit-background-size: cover;
}*/
#top-slider {
    position: relative;
    width: 100%;
    height: auto;
    margin: 132px 0 0 0;
    padding: 28px 0 0 0;
    overflow: none;
    text-align: center;
    background: none;
    background-color: white!important;
}

/*スクロールダウン全体の場所*/
#top-slider > .scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 10px;
    left: calc((100% - 1000px) / 2);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 0;
    margin: 0;
    z-index: 3;
}

/*Scrollテキストの描写*/
#top-slider > .scrolldown2 span{
    /*描画位置*/
    position: absolute;
    left:5px;
    bottom:13px;
    /*テキストの形状*/
    color: #4dbb28;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.00em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
#top-slider > .scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
    width:10px;
    height:10px;
    border-radius: 50%;
    background:#4dbb28;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:70px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
    content:"";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:0;
    /*線の形状*/
    width:2px;
    height: 75px;
    background:#4dbb28;
}

#body-section {
    
}

#body-section > div > h2 {
    display: block;
    padding: 50px 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    font-weight: 800;
    color: white;
    background: #4dbb28!important;
}
#body-section > div > h2 > div {
    margin: 0 auto;
    text-align: center;
}
#body-section > div > h2 span {
    display: block;
    width: max-content;
    margin: 0 auto;
    line-height: 100%;
}
#body-section > div > h2 span.main {
    font-size: 110px;
    font-weight: 800;
}
#body-section > div > h2 span.sub {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

#manifest {
    
}
#manifest > div {
    background: url(../img/road.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}
#manifest > div > div {
    position: relative;
    width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
}
#manifest > div > div > div {
    width: 735px;
    margin: 0 auto 0 0;
    font-size: 0;
    line-height: 0;
}
#manifest > div > div p {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 150%;
    font-weight: 500;
    text-align: justify;
}
#manifest > div > div p.big {
    margin: 0.8rem 0 0 0;
    font-size: 36px;
    line-height: 150%;
    font-weight: 600;
}
#manifest > div > div img {
    position: absolute;
    display: block;
    width: 315px;
    height: auto;
    bottom: 195px;
    right: 0;
}

#ishin {
    
}
#ishin > ul {
    list-style: none;
    display: block;
    width: 1000px;
    height: auto;
    padding: 50px 0 100px 0;
    margin: 0 auto;
    list-style: none;
    display: block;
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#ishin > ul > li {
    width: 314px;
    margin: 0 29px 0 0;
    
}
#ishin > ul > li:nth-child(3n) {
    margin: 0 0 0 0;
}
#ishin > ul > li > h3 {
    width: 314px;
    padding: 12px 0;
    margin: 0;
    color: white;
    background: #02a640!important;
}
#ishin > ul > li > h3 > div {
    width: max-content;
    padding: 0;
    margin: 0 auto;
}
#ishin > ul > li > h3 > div > span {
    display: block;
    width: max-content;
    padding: 0;
    margin: 0;
    line-height: 110%;
}
#ishin > ul > li > h3 > div > span.sub {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
#ishin > ul > li > h3 > div > span.main {
    font-size: 62px;
    font-weight: 800;
}
#ishin > ul > li > h3 > div > span.sub > span {
    position: absolute;
    margin: 0.15rem 0 0 0.3em;
    font-size: 20.5px;
    line-height: 160%;
    font-weight: 700;
}
#ishin > ul > li > h3 > div > span.sub.plus {
    width: 100%;
}
#ishin > ul > li > h3 > div > span.main > cr1 {
    letter-spacing: -0.1em;
}
#ishin > ul > li > h3 > div > span.main > cr2 {
    letter-spacing: -0.2em;
}

#support {
    
}
#support > h2 {
    position: relative;
}
#support > h2 > div.text {
    padding-right: 225px;
}
#support > h2 > div.image {
    position: absolute;
    bottom: 0;
    right: calc((100% - 960px) / 2);
}
#support > ul {
    list-style: none;
    display: block;
    width: 1000px;
    height: auto;
    padding: 50px 0 100px 0;
    margin: 0 auto;
    list-style: none;
    display: block;
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#support > ul > li {
    width: 460px;
    margin: 50px 80px 0 0;
    
}
#support > ul > li:nth-child(2n) {
    margin: 50px 0 0 0;
}
#support > ul > li:nth-child(-n+2) {
    margin-top: 0;
}
#support > ul > li > dl:nth-child(2) {
    margin: 50px 0 0 0;
}
#support > ul > li > dl > dt {
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 0;
}
#support > ul > li > dl > dt > span {
    display: inline-block;
    width: 0.75em;
    height: 5rem;
    padding: 1.0rem 0 0 0;
    margin: 0 0.2em 0 0;
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    vertical-align: bottom;
    color: white;
    background: #4dbb28 !important;
}
#support > ul > li > dl > dt > h3 {
    display: inline-block;
    padding: 0;
    margin: 0 0 6px 0;
    font-size: 28px;
    line-height: 125%;
    font-weight: 800;
    color: #07a740!important;
}
#support > ul > li > dl > dt.single > h3 {
    margin-bottom: 23px;
}
#support > ul > li > dl > dd > p {
    margin-bottom: 2.5vw;
    font-size: 24px;
    line-height: 150%;
    font-weight: 500;
    text-align: justify;
}
#support > ul > li > dl > dd > span {
    margin: 0 auto;
}
#support > ul > li > div {
    
}
#support > ul > li > div > h4 {
    width: 100%;
    padding: 12px 0;
    margin: 0;
    font-size: 26px;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    color: white;
    background: #4dbb28 !important;
}
#support > ul > li > div > h4 > span {
    width: max-content;
    margin: 0 auto;
}
#support > ul > li > img {
    display: block;
    margin: 12px auto;
}

#profile {
    
}
#profile > .career {
    list-style: none;
    display: block;
    width: 1000px;
    height: auto;
    padding: 50px 0 100px 0;
    margin: 0 auto;
    list-style: none;
    display: block;
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#profile > .career > span.photo {
    display: inline-block;
    position: relative;
    width: 320px;
}
#profile > .career > ul.text {
    list-style: none;
    display: inline-block;
    position: relative;
    max-width: 665px;
    width: 665px;
    margin: 0 0 0 15px;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#profile > .career > ul.text > li {
    position: relative;
    color: #333;
    padding: 0;
    font-size: 22px;
    line-height: 200%;
    font-weight: 600;
}
#profile > .career > ul.text > li:nth-child(3n+1) {
    width: 90px;
    text-align: right;
}
#profile > .career > ul.text > li:nth-child(3n+2) {
    width: 35px;
    text-align: center;
    padding: 0;
    margin: 0 15px;
}
#profile > .career > ul.text > li:nth-child(3n+2) {
    background: #a3cd22;
    color: white;
}
#profile > .career > ul.text > li:nth-child(3n+3) {
    width: 510px;
    text-align: justify;
}
#profile > .career > ul.text > li:nth-child(-n+3) {
    padding-top: 15px;
}
#profile > .career > ul.text > li:nth-last-child(-n+3) {
    padding-bottom: 15px;
}
#profile > .career > ul.text > li > span {
    width: 100%;
    line-height: 100%;
    margin-top: 0.7rem;
}

.poyooon {
  animation: poyooon 0.9s linear 0s 1;
}
@keyframes poyooon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  5%  { transform: scale(1.05, 0.975) translate(0%, 2.5%); }
  40%  { transform: scale(1.025, 0.95) translate(0%, 5%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { transform: scale(0.9, 1.2) translate(0%, -50%); }
  75%  { transform: scale(0.9, 1.2) translate(0%, -10%); }
  85%  { transform: scale(1.1, 0.8) translate(0%, 10%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

#profile > .career > .banner {
    width: max-contet;
    margin: 50px auto 0 auto;
}
#profile > .career > .banner > a img {
    opacity: 1.0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#profile > .career > .banner > a:hover img {
    opacity: 0.75;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#profile > .career > .other {
    position: relative;
    width: 1000px;
    height: 335px;
    padding: 0 0 0 0;
    margin: 50px auto 0 auto;
}
#profile > .career > .other > figure {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top: 0px;
}
#profile > .career > .other > figure.photo1 {
    left: 40px;
}
#profile > .career > .other > figure.photo2 {
    right: 40px;
}
#profile > .career > .other > figure > div {
    filter: drop-shadow(3px 3px 8px #888);
    transform: translateZ(0);
}
#profile > .career > .other > figure > figcaption {
    width: 250px;
    margin: 12px 0 0 0;
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
    text-align: justify;
}
#profile > .career > .other > span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
#profile > .career > .other > span.award2 {
    top: 180px;
}

#office > h2 {
    padding: 40px 0!important;
}
#office > div {
    display: block;
    width: 1000px;
    height: auto;
    padding: 50px 0 75px 0;
    margin: 0 auto;
    display: block;
    font-size: 0;
    line-height: 0;
}
#office > div > h3 {
    display: block;
    width: max-content;
    height: auto;
    padding: 0;
    margin: 0 auto;
    font-size: 32px;
    line-height: 100%;
    font-weight: 900;
    color: #07a740 !important;
}
#office > div > p.addr {
    display: block;
    width: max-content;
    height: auto;
    padding: 0;
    margin: 20px auto 0 auto;
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    color: #333 !important;
}
#office > div > a.tel {
    display: block;
    width: max-content;
    height: auto;
    padding: 0;
    margin: 15px auto 0 auto;
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    color: #333 !important;
}
#office > div > p.root {
    display: block;
    width: max-content;
    height: auto;
    padding: 0;
    margin: 15px auto 0 auto;
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    color: #333 !important;
}
#office > div > a.map {
    display: block;
    width: max-content;
    height: auto;
    padding: 5px 10px 10px 10px;
    margin: 25px auto 0 auto;
    font-size: 28px;
    line-height: 125%;
    font-weight: 500;
    background: #a3cd22;
    color: white;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
#office > div > a.map:hover {
    opacity: 0.60;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


/* スマホ用 */
@media only screen and (max-width: 1001px) {

    /* 以下より追加ください */

    body:before {
        background: url(../img/main_image_sp.jpg)center/cover no-repeat;
    }

    .dropmenu-base {
        display: none;
    }

    #top-slider {
        margin: 16.6vw 0 0 0;
        padding: 0 0 0 0;
    }

    #top-slider > ul {
        top: 41%;
        left: 52%;
    }
    #top-slider > ul > li {
        font-size: 5.2vw;
    }
    #top-slider > ul > li:first-child {
        font-size: 9vw;
        margin: 0 0 3.5rem 0;
        white-space: nowrap;
    }
    #top-slider > ul > li:not(:first-child) {
        margin: 0 0 0 20vw;
    }

    #top-slider > .scrolldown2 {
        bottom: 45vw;
    }
    #top-slider > .scrolldown2 span{
        left: 0.5vw;
        bottom: 1.8vw;
        font-size: 3.0vw;
    }
    #top-slider > .scrolldown2:before {
        bottom: 0;
        left: -0.8vw;
        width: 2vw;
        height: 2vw;
    }
    @keyframes circlemove{
        0%{bottom: 11vw;}
        100%{bottom: -1vw;}
    }
    .scrolldown2:after{
        width: 0.4vw;
        height: 12vw;
    }

    #body-section {
        padding: 0 0 0 0;
        margin: 0;
    }

    #body-section > div > h2 {
        padding: 4vw 0;
    }
    #body-section > div > h2 > div {
        
    }
    #body-section > div > h2 span {
        
    }
    #body-section > div > h2 span.main {
        font-size: 9.3vw;
    }
    #body-section > div > h2 span.sub {
        font-size: 4.3vw;
        margin-bottom: 1.4vw;
    }

    #manifest {
        
    }
    #manifest > div {
        background-position-x: -255vw;
        background-position-y: 137.2vw;
        background-size: 580vw;
    }
    #manifest > div > div {
        width: 100vw;
        padding: 4vw 3vw 23vw 3vw;
    }
    #manifest > div > div > div {
        width: 100%;
    }
    #manifest > div > div p {
        font-size: 4.2vw;
        line-height: 175%;
    }
    #manifest > div > div p.big {
        margin: 0.9rem 0 0 6vw;
        font-size: 5.6vw;
        line-height: 145%;
    }
    #manifest > div > div p.big > span {
        font-size: 4.2vw;
    }
    #manifest > div > div img {
        width: 31vw;
        bottom: 9vw;
        right: 7.5vw;
    }

    #ishin {
        
    }
    #ishin > h2 span.main {
        font-size: 8.2vw!important;
    }
    #ishin > ul {
        width: 100%;
        padding: 4.5vw 3vw 9.0vw 3vw;
    }
    #ishin > ul > li {
        width: 29.4vw;
        margin: 0 2.9vw 0 0;
        
    }
    #ishin > ul > li:nth-child(3n) {
        margin: 0 0 0 0;
    }
    #ishin > ul > li > h3 {
        width: 29.4vw;
        padding: 1.2vw 0;
    }
    #ishin > ul > li > h3 > div {
        
    }
    #ishin > ul > li > h3 > div > span {
        
    }
    #ishin > ul > li > h3 > div > span.sub {
        font-size: 3.3vw;
        margin-bottom: 0.1rem;
    }
    #ishin > ul > li > h3 > div > span.main {
        font-size: 6.7vw;
        line-height: 6.7vw;
    }
    #ishin > ul > li:last-child > h3 > div > span.main {
        font-size: 5.8vw;
    }
    #ishin > ul > li > h3 > div > span.sub > span {
        font-size: 1.75vw;
    }
    #ishin > ul > li > h3 > div > span.sub.plus {
        
    }
    #ishin > ul > li > h3 > div > span.main > cr1 {
        
    }
    #ishin > ul > li > h3 > div > span.main > cr2 {
        
    }

    #support {
        
    }
    #support > h2 {
        position: relative;
    }
    #support > h2 > div.text {
        padding-right: 0;
    }
    #support > h2 > div.image {
        right: 0;
    }
    #support > h2 > div.image > span > img {
        width: auto;
        height: 21.5vw;
    }
    #support > ul {
        list-style: none;
        display: block;
        width: 100%;
        padding: 6vw 3vw;
        -webkit-box-lines: unset;
        -moz-box-lines: unset;
        -webkit-flex-wrap: unset;
        -moz-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
    }
    #support > ul > li {
        width: 100%;
        margin: 9.0vw 0 9.0vw 0;
    }
    #support > ul > li:nth-child(2n) {
        margin: 4.5vw 0 4.5vw 0;
    }
    #support > ul > li:first-child {
        margin-top: 3vw
        
    }
    #support > ul > li:nth-child(-n+2) {
        margin-top: 0;
    }
    #support > ul > li > dl:nth-child(2) {
        margin: 9.0vw 0 0 0;
    }
    #support > ul > li > dl > dt {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0 0 2.5vw 0;
        color: white;
        background: #02a640 !important;
    }
    #support > ul > li > dl > dt > span {
        position: absolute;
        display: inline-block;
       width: 8.75vw;
        height: 8.75vw;
        padding: 0;
        margin: 0;
        font-size: 6vw;
        line-height: 8vw;
        font-weight: 800;
        vertical-align: middle;
        color: #07a740 !important;
        background: #ffef00 !important;
    }
    #support > ul > li > dl > dt > h3 {
        display: block;
        padding: 2vw 0;
        margin: 0;
        font-size: 5.2vw;
        color: white !important;
        text-align: center;
    }
    #support > ul > li > dl > dt.single > h3 {
        margin: 0;
        line-height: 4.9vw;
    }
    #support > ul > li > dl > dd > p {
        font-size: 4.2vw;
        line-height: 170%;
    }
    #support > ul > li > dl > dd > span {
        
    }
    #support > ul > li > dl > dd > span > img {
        width: 68.4vw;
    }
    #support > ul > li > div {
        width: 68.4vw;
        margin: 0 auto;
    }
    #support > ul > li > div > h4 {
        padding: 1.5vw 0;
        font-size: 4.2vw;
    }
    #support > ul > li > div > h4 > span {
        width: max-content;
        margin: 0 auto;
    }
    #support > ul > li > img {
        display: block;
        width: 4.3vw;
        margin: 1.5vw auto;
    }

    #profile {
        
    }
    #profile > .career {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0 3vw 9.0vw 3vw;
        margin: -3.8vw auto 0 auto;
        display: block;
        -webkit-box-lines: unset;
        -moz-box-lines: unset;
        -webkit-flex-wrap: unset;
        -moz-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
    }
    #profile > .career > span.photo {
        display: inline-block;
        position: relative;
        width: max-content;
        left: 29.75vw;
        z-index: 99998;
    }
    #profile > .career > span.photo > img {
        width: auto;
        height: 81.5vw;
    }
    #profile > .career > ul.text {
        max-width: unset;
        width: 100%;
        margin: 4vw 0 0 0;
    }
    #profile > .career > ul.text > li {
        font-size: 4.2vw;
        line-height: 175%;
    }
    #profile > .career > ul.text > li:nth-child(3n+1) {
        width: 17vw;
    }
    #profile > .career > ul.text > li:nth-child(3n+2) {
        width: 5vw;
        padding: 0;
        margin: 0 2vw;
    }
    #profile > .career > ul.text > li:nth-child(3n+2) {
        
    }
    #profile > .career > ul.text > li:nth-child(3n+3) {
        width: 68.0vw;
    }
    #profile > .career > ul.text > li:nth-child(-n+3) {
        padding-top: 1vw;
    }
    #profile > .career > ul.text > li:nth-last-child(-n+3) {
        padding-bottom: 1vw;
    }
    #profile > .career > ul.text > li > span {
        line-height: 175%;
        margin-top: 0;
    }
    #profile > .career > ul.text > li:nth-child(3n+1) > span {
        width: 100%;
        text-align: right;
    }

    #profile > .career > .banner {
        width: 50vw;
        margin: 5vw auto 8vw auto;
    }

    #profile > .career > .other {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        margin: 12.5vw 0 0 0;
    }
    #profile > .career > .other > figure {
        position: absolute;
        display: block;
        padding: 0;
        margin: 0;
        top: 0px;
    }
    #profile > .career > .other > figure.photo1 {
        left: 3vw;
    }
    #profile > .career > .other > figure.photo2 {
        right: 3vw;
    }
    #profile > .career > .other > figure > div {
        filter: drop-shadow(0.6vw 0.6vw 1.0vw #888);
        transform: translateZ(0);
    }
    #profile > .career > .other > figure > div > span > img {
        width: 28vw;
    }
    #profile > .career > .other > figure > figcaption {
        width: 28vw;
        margin: 1.8vw 0 0 0;
        font-size: 2.6vw;
        line-height: 130%;
        text-align: justify;
    }
    #profile > .career > .other > span {
        top: 43vw;
        left: 3vw;
        transform: unset;
        -webkit-transform: unset;
    }
    #profile > .career > .other > span.award2 {
        top: 43vw;
        right: 3vw;
        left: unset;
    }
    #profile > .career > .other > span > span > img {
        width: 33vw;
    }

    #office > h2 {
        padding: 5vw 0!important;
    }
    #office > div {
        width: 100%;
        padding: 6vw 0 10vw 0;
    }
    #office > div > h3 {
        font-size: 6.4vw;
    }
    #office > div > p.addr {
        margin: 4vw auto 0 auto;
        font-size: 4.8vw;
    }
    #office > div > a.tel {
        margin: 3vw auto 0 auto;
        font-size: 4.8vw;
    }
    #office > div > p.root {
        margin: 3vw auto 0 auto;
        font-size: 4.8vw;
    }
    #office > div > a.map {
        padding: 1vw 2vw 1.8vw 2vw;
        margin: 5vw auto 0 auto;
        font-size: 4.8vw;
    }
    #office > div > a.map:hover {
        
    }

    @media only screen and (orientation:landscape){
        /* Portraitモード（横向き）用 */

/*        body:before {
            background: url(../img/main_image_sp_ld.jpg)center/cover no-repeat;
        }

        #top-slider > ul {
            top: 48%;
            left: 60%;
        }
        #top-slider > ul > li {
            font-size: 5.2vh;
        }
        #top-slider > ul > li:first-child {
            font-size: 8.5vh;
            margin: 0 0 0.5rem 0;
            white-space: nowrap;
        }
        #top-slider > ul > li:not(:first-child) {
            margin: 0 0 0 2vh;
        }

        /*スクロールダウン*//*
        .scrolldown1{
            bottom: 2vh;
            height: 10vh;
        }
        .scrolldown1 span{
            top: -8vh;
            font-size: 2.4vh;
        }
        .scrolldown1::after{
            width: 1px;
            height: 6vh;
            animation: pathmove-sp-vh 1.4s ease-in-out infinite;
        }
        @keyframes pathmove-sp-vh {
            0%{
                height: 0;
                top: 0;
                opacity: 0;
            }
            30%{
                height: 6vh;
                opacity: 1;
            }
            100%{
                height: 0;
                top: 10vh;
                opacity: 0;
            }
        }*/
    
    }

}
