@charset 'utf-8';
/*common*/
/*色情報*/
/*共通*/
.txtcolor {
    color: #111;
}
.org {
    color: #e89e2e;
}
.bgorg {
    background-color: #e89e2e;
}
.lightorg {
    color: #f9c270;
}
.bglightorg {
    background-color: #f9c270;
}
.beige {
    color: #fcd7a1;
}
.bgbeige {
    background-color: #fcd7a1;
}
.lightbeige {
    color: #fce8ca;
}
.bglightbeige {
    background-color: #fce8ca;
}
.pink {
    color: #fa7e70;
}
.bgpink {
    background-color: #fa7e70;
}
.lightpink {
    color: #facdc8;
}
.bglightpink {
    background-color: #facdc8;
}
/*header*/
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

[data-element-id] #header{
  position: static;
}
[data-element-id] #header #gnav{
  width: 100%;
}
[data-element-id] #gnav .gnavinn{
  position: static;
      height: auto;
    opacity: 1;
}
#header .logo {
    height: 100%;
}
#header #gnav {
    width: 200px;
    background: none;
    position: relative;
}
#header .gnavinn {
    background: rgba(17, 17, 17, 0.4);
}
#header #gnav.action .gnavinn {
    width: 400px;
    left: auto;
    right: 0;
}
#header p.contact {
    width: 100px;
    height: 100px;
    background: #fcd7a1;
    position: fixed;
    top: 0;
    right: 100px;
    z-index: 200;
}
#header p.contact a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#header p.toggle {
    background: #111;
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    margin: 0;
}
#header p.toggle span.n {
    width: 40px;
    height: 2px;
    background: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#header #gnav.action p.toggle span.n {
    left: 35px;
}
#header p.toggle span.n:before {
    width: 40px;
    height: 2px;
    background: #fff;
    top: -10px;
}
#header p.toggle span.n:after {
    width: 40px;
    height: 2px;
    background: #fff;
    top: 10px;
}
#header .gnavinn > ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
#header .gnavinn > ul li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: "\f054";
    padding-right: 10px;
    color: #f9c270;
}
#header .gnavinn .tbsplogo {
    display: none;
}
@media only screen and (max-width: 1024px) {
    #header .logo {
        display: none;
    }
    #header .gnavinn ul {
        padding: 60px 3% 30px;
    }
    #header .gnavinn .tbsplogo {
        display: block;
        width: 300px;
        padding: 0 20px 60px 40px;
    }
    #header p.contact {
        top: 100px;
        right: 0;
    }
}
@media only screen and (max-width: 599px) {
    #header #gnav.action .gnavinn {
        width: 100%;
    }
    #header p.toggle {
        width: 45px;
        height: 45px;
    }
    #header p.toggle span.n {
        width: 26px;
        height: 2px;
    }
    #header p.toggle span.n:before {
        width: 26px;
        height: 2px;
    }
    #header p.toggle span.n:after {
        width: 26px;
        height: 2px;
    }
    #header #gnav.action p.toggle span.n {
        left: 10px;
    }
    #header p.contact {
        width: 45px;
        height: 45px;
        top: 45px;
    }
}
/*nav*/
/*footer*/
#footer .totop {
    background: #eee;
}
#footer .foot {
    background: #333;
}
#footer ul.nav li {
    display: inline-block;
    margin: 0 30px 40px 0;
}
#footer ul.nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
#footer ul.nav li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: "\f054";
    padding-right: 10px;
    color: #f9c270;
}
#footer .snsbox .item {
    width: 60px;
    height: 60px;
    background-color: #e89e2e;
    border-radius: 60px;
    margin: 0 15px;
}
#footer .snsbox .item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .copy {
    color: #6e6e6e;
    padding: 70px 0 50px;
}
@media only screen and (max-width: 599px) {
    #footer ul.nav li {
        width: 100%;
    }
}
/*common*/
.db {
    display: block;
}
h2.tit {
    font-size: 60px;
    letter-spacing: 0.1em;
}
/*テキストストライプ*/
h2.tit .txt01 {
    background-image: -webkit-linear-gradient(135deg, #f9c270 15%, #c79b5a 15%, #c79b5a 25%, #f9c270 25%, #f9c270 65%, #c79b5a 65%, #c79b5a 75%, #f9c270 75%, #f9c270);
    background-image: linear-gradient(-45deg, #f9c270 15%, #c79b5a 15%, #c79b5a 25%, #f9c270 25%, #f9c270 65%, #c79b5a 65%, #c79b5a 75%, #f9c270 75%, #f9c270);
    background-size: 8px 8px;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px #111;
}
h2.tit .txt02 {
    background-image: -webkit-linear-gradient(135deg, #fff 15%, #ccc 15%, #ccc 25%, #fff 25%, #fff 65%, #ccc 65%, #ccc 75%, #fff 75%, #fff);
    background-image: linear-gradient(-45deg, #fff 15%, #ccc 15%, #ccc 25%, #fff 25%, #fff 65%, #ccc 65%, #ccc 75%, #fff 75%, #fff);
    background-size: 8px 8px;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px #111;
}
h2.tit .txt03 {
    background-image: -webkit-linear-gradient(135deg, #fcd7a1 15%, #caac81 15%, #caac81 25%, #fcd7a1 25%, #fcd7a1 65%, #caac81 65%, #caac81 75%, #fcd7a1 75%, #fcd7a1);
    background-image: linear-gradient(-45deg, #fcd7a1 15%, #caac81 15%, #caac81 25%, #fcd7a1 25%, #fcd7a1 65%, #caac81 65%, #caac81 75%, #fcd7a1 75%, #fcd7a1);
    background-size: 8px 8px;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px #111;
}

/* IE対策  */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, h2.tit .txt01{
    background: none;
    color: #f9c270;
    text-shadow: 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111;
  }
  *::-ms-backdrop, h2.tit .txt02{
    background: none;
    color: #fff;
    text-shadow: 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111;
  }
  *::-ms-backdrop, h2.tit .txt03{
    background: none;
    color: #fcd7a1;
    text-shadow: 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111, 0 0 1px #111;
  }
}

@media only screen and (max-width: 1024px){
  h2.tit {
    font-size: 50px;
}
}

@media only screen and (max-width: 599px){
  h2.tit {
    font-size: 40px;
}
}

/*ストライプ*/
.stripegrey {
    position: relative;
}
.stripegrey:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(135deg, #fff 15%, #eee 15%, #eee 25%, #fff 25%, #fff 65%, #eee 65%, #eee 75%, #fff 75%, #fff);
    background-image: linear-gradient(-45deg, #fff 15%, #eee 15%, #eee 25%, #fff 25%, #fff 65%, #eee 65%, #eee 75%, #fff 75%, #fff);
    background-size: 10px 10px;
    z-index: -1;
}
.stripebeige {
    position: relative;
}
.stripebeige:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(135deg, #fce8ca 15%, #fcd7a1 15%, #fcd7a1 25%, #fce8ca 25%, #fce8ca 65%, #fcd7a1 65%, #fcd7a1 75%, #fce8ca 75%, #fce8ca);
    background-image: linear-gradient(-45deg, #fce8ca 15%, #fcd7a1 15%, #fcd7a1 25%, #fce8ca 25%, #fce8ca 65%, #fcd7a1 65%, #fcd7a1 75%, #fce8ca 75%, #fce8ca);
    background-size: 10px 10px;
    z-index: -1;
}
.shadowbeige {
    position: relative;
}
.shadowbeige:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fcd7a1;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -2;
}
.more a {
    width: 260px;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 30px 15px;
    border: 1px solid #111;
    margin: 60px auto 0;
}
.back a {
    width: 260px;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 30px 15px;
    border: 1px solid #111;
    margin: 60px auto 0;
}
.h3box .h3 {
    margin-bottom: 0;
    font-size: 40px;
    letter-spacing: 0.1em;
}
.h3box .subtit {
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}
.h3box .subtit:before {
    content: "";
    width: 370px;
    height: 1px;
    background-color: #111;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.h3box .subtit:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000111 transparent transparent transparent;
}
.titbox .subtit {
    font-size: 22px;
    display: block;
    font-weight: 600;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.morearrow {
    position: relative;
    display: block;
}
.morearrow:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/morearrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 22px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.backarrow {
    position: relative;
    display: block;
}
.backarrow:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/backarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 22px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.morearrowpink {
    position: relative;
    display: block;
}
.morearrowpink:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/morearrowpink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px){
.titbox .subtit {
    font-size: 20px;
}
}

@media only screen and (max-width: 599px){
.titbox .subtit {
    font-size: 18px;
}
}

/*文字裏〇*/
.smaruorg {
    position: relative;
}
.smaruorg:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/maruorg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: -1;
}
.maruorg {
    position: relative;
}
.maruorg:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/maruorg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: -1;
}
.maruorgrt {
    position: relative;
}
.maruorgrt:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/maruorg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: -1;
}
.maruorgrb {
    position: relative;
}
.maruorgrb:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/maruorg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 15px;
    right: -5px;
    z-index: -1;
}
.maruorglb {
    position: relative;
}
.maruorglb:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/maruorg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 15px;
    left: -5px;
    z-index: -1;
}
.maruorglt {
    position: relative;
}
.maruorglt:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/maruorg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    left: -5px;
    z-index: -1;
}
.smaruylw {
    position: relative;
}
.smaruylw:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/maruylw.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: -1;
}
.maruylw {
    position: relative;
}
.maruylw:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/maruylw.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: -1;
}
.maruylwrt {
    position: relative;
}
.maruylwrt:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/maruylw.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: -1;
}
.maruylwlt {
    position: relative;
}
.maruylwlt:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/maruylw.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    left: -2px;
    z-index: -1;
}
.smarupink {
    position: relative;
}
.smarupink:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/marupink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: -1;
}
.smarupinkrt {
    position: relative;
}
.smarupinkrt:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/marupink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: -2px;
    z-index: -1;
}
.marupink {
    position: relative;
}
.marupink:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/marupink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: -1;
}
.marupinkrt {
    position: relative;
}
.marupinkrt:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/marupink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: -1;
}
.marupinklb {
    position: relative;
}
.marupinklb:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/marupink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 15px;
    left: -2px;
    z-index: -1;
}
.h4 {
    margin-bottom: 0;
}
/*TOP*/
.mainimgbox .ofiImg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(15%, #fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #fff 0%, #fff 15%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #fff 0%, #fff 15%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.mainimgbox .titbox {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mainimgbox .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.mainimgbox .uk-slidenav-position:after {
    padding-top: 33%;
    content: '';
    display: block;
}

.mainimgbox .uk-slideshow {
    position: absolute;
    top: 0;
    height: 100% !important;
}

.mainimgbox .uk-slideshow * {
    height: 100% !important;
}

.top01 dt.maintit {
    letter-spacing: 0.1em;
}
.top01 dd.cont {
    border: 1px solid #111;
    padding: 30px;
}
.top01 .cont dd.tit {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.top01 .cont dd.tit a{
  display: block;
}
.top01 .cont dd.tit:before {
    content: "";
    height: 40px;
    width: 1px;
    background-color: #111;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
    .top01 dt.maintit {
        width: 100%;
    }
    .top01 dd.cont {
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .top01 dd.cont {
        padding: 20px;
    }
    .top01 dd.cont .date {
        width: 100%;
    }
    .top01 dd.cont dd.tit {
        width: 100%;
        padding-left: 0;
        padding-right: 20px;
    }
    .top01 dd.cont dd.tit:before {
        display: none;
    }
    .top01 dd.cont dd.tit:after {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
    }
}
.top02 .item {
    width: 32%;
}
.top02 .item dl {
    padding: 30px;
}
.top02 .item dt {
    color: #a87126;
    padding: 40px 0 0 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.top02 .item dd {
    width: 80%;
    margin: 0 auto;
}
.top02 .list .item:first-of-type {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.top02 .list .item:nth-of-type(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.top02 .list .item:last-of-type {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
@media only screen and (max-width: 1024px) {
    .top02 .item {
        width: 48%;
        margin-bottom: 4%;
    }
}
@media only screen and (max-width: 599px) {
    .top02 .item {
        width: 100%;
    }
}
.top03 .box01 .item01 {
    border: 1px solid #111;
}
.top03 .box01 .item01 dt {
    padding: 30px;
}
.top03 .box01 .item02 .item {
    width: 32%;
}

.top03 .box01 .item02 .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.top03 .box01 .item02 .item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.top03 .box01 .item02 .item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.top03 .box01 .item02 .item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.top03 .box01 .item02 .item:nth-of-type(6) {
  transition-delay: 1s;
}


.top03 .box01 .item02 .item dt {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.top03 .box02 .item02 {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top03 .box02 .item {
    width: 30%;
}
.top03 .box02 .item:first-of-type,
.top03 .box02 .item:last-of-type {
    width: 5%;
}
.top03 .box02 .item:first-of-type .t80,
.top03 .box02 .item:last-of-type .t80 {
    padding-top: 480%;
}
.top03 .box03 .item {
    width: 32%;
    margin: 0 2% 4% 0;
}
.top03 .box03 .item:nth-of-type(3n+3) {
    margin-right: 0;
}
.top03 .box03 .item02 .item dt {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.top03 .box03 .item02 .item:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.top03 .box03 .item02 .item:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.top03 .box03 .item02 .item:nth-of-type(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.top03 .box03 .item02 .item:nth-of-type(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.top03 .box03 .item02 .item:nth-of-type(6) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
@media only screen and (max-width: 1024px) {
    .top03 .box01 .item02 .item {
        width: 48%;
    }
    .top03 .box03 .item {
        width: 48%;
        margin-right: 4%;
    }
    .top03 .box03 .item:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    .top03 .box03 .item:nth-of-type(2n+2) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 599px) {
    .top03 .box01 .item01 dt {
        padding: 20px 10px;
    }
    .top03 .box01 .item02 .item {
        width: 100%;
    }
    .top03 .box03 .item {
        width: 100%;
    }
    .top03 .box03 .item:nth-of-type(3n+3) {
        margin-right: 0;
    }
}
.top04 .item .picwrap {
    position: relative;
}
.top04 .item .pic .ofiImg {
    top: -20px;
    right: -20px;
}
.top04 .item:nth-of-type(even) .pic .ofiImg {
    right: auto;
    left: -20px;
}
.top04 .staffbox .furigana {
    margin-left: 20px;
}
.top04 .staffbox .reason {
    padding: 30px;
}
.top04 .reason dt {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #f9c270;
    padding: 0 10px;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: -10px;
    left: 30px;
}
@media only screen and (max-width: 599px) {
    .top04 .item {
        margin-bottom: 60px;
    }
    .top04 .item .pic {
        width: 100%;
        margin-bottom: 10px;
    }
    .top04 .item .pic .ofiImg {
        right: -10px;
    }
    .top04 .item:nth-of-type(even) .pic .ofiImg {
        left: -10px;
    }
    .top04 .item .staffbox {
        width: 100%;
    }
    .top04 .reason dt {
        font-size: 14px;
        left: 0;
        width: 100%;
    }
}
.top05 {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.top05 .item {
    width: 32%;
}

.top05 .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.top05 .item:nth-of-type(3) {
  transition-delay: 0.4s;
}

.top05 .item a {
    display: block;
}
.top05 .item dl {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 30px;
}
@media only screen and (max-width: 1024px) {
    .top05 .item {
        width: 48%;
        margin-bottom: 4%;
    }
}
@media only screen and (max-width: 599px) {
    .top05 .item {
        width: 100%;
    }
}
.top06 .h4 {
    display: inline-block;
    letter-spacing: 0.1em;
    line-height: 0.8;
    padding: 25px 40px 10px;
    border: 1px solid #111;
    top: -30px;
    left: -30px;
    position: absolute;
    font-size: 26px;
}
.top06 .box {
    border: 1px solid #111;
    padding: 30px 50px;
    width: 95%;
    margin-left: auto;
}
.top06 .item .pic {
    width: 30%;
}
.top06 .item .pic .ofiImg {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fa7e70;
}
.top06 .item .staffbox {
    width: 70%;
}
.top06 .cont {
    width: 80%;
    margin-left: auto;
}
.top06 .staffboxwrap {
    background-color: #fff;
    border: 1px solid #fa7e70;
    padding: 30px 30px 30px 50px;
    margin-left: -20px;
}
.top06 .staffbox .furigana {
    margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
    .top06 .box {
        width: 100%;
    }
    .top06 .h4 {
        font-size: 20px;
        left: -10px;
    }
    .top06 .cont {
        width: 100%;
        padding-top: 70px;
    }
    .top06 .cont .item {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 599px) {
    .top06 .box {
        padding: 30px;
    }
    .top06 .h4 {
        width: 230px;
        left: 20px;
    }
    .top06 .item .pic {
        width: 100%;
        margin-bottom: 20px;
    }
    .top06 .item .staffbox {
        width: 100%;
    }
    .top06 .item .staffboxwrap {
        margin-left: 0;
        padding: 20px;
    }
    .top06 .item .staffboxwrap dl {
        padding-bottom: 50px;
    }
    .top06 .item .staffboxwrap .morearrowpink:after {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
    }
}
.top07 {
    position: relative;
    background-image: url(/import/tenant_2/133.167.94.240/html/images/01_index/topbg01.png), url(/import/tenant_2/133.167.94.240/html/images/01_index/topbg02.png), url(/import/tenant_2/133.167.94.240/html/images/01_index/topbg03.png);
    background-repeat: no-repeat;
    background-position: left top, left bottom, right top;
    background-repeat: no-repeat;
    background-position: left -100px top -100px, left 100px bottom, right -250px top;
    background-size: contain, 150px, contain;
    /*.item
        width 32%
        margin 0 2% 4% 0
    .item:nth-of-type(3)
        margin-right 0*/
}
.top07 .item dt.tit {
    background: #fff;
    padding: 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.top07 .item dd.pic {
    position: relative;
}
.top07 .item dd.pic:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.top07 .item dd.pic:after {
    content: "";
    position: absolute;
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/start.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.top07:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f9c270;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.top08 .item {
    width: 32%;
    margin: 0 2% 2% 0;
}
.top08 .item:nth-of-type(3) {
    margin-right: 0;
}
.top08 .item a {
    display: block;
}
.top08 .item dt.tit {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.top08 .item dd.c {
    display: inline-block;
    border: 1px solid #f9c270;
    background: #fff;
    color: #f9c270;
}
@media only screen and (max-width: 1024px) {
    .top08 .item {
        width: 48%;
        margin-right: 4%;
    }
    .top08 .item:nth-of-type(3) {
        margin-right: 4%;
    }
    .top08 .item:nth-of-type(2) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 599px) {
    .top08 .item {
        width: 100%;
        margin-right: 0;
    }
    .top08 .item:nth-of-type(3) {
        margin-right: 0;
    }
}
.top09 .item {
    padding: 50px 50px 50px 100px;
    position: relative;
}
.top09 .item::before {
    position: absolute;
    content: counter(number, decimal-leading-zero) '.';
    counter-increment: number;
    font-family: 'Hind', sans-serif;
    font-size: 40px;
    margin-right: 30px;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e89e2e;
}
.top09 .item:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fcd7a1 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top09 .item:last-of-type:after {
    display: none;
}
@media only screen and (max-width: 599px) {
    .top09 .item {
        padding: 30px 20px 30px 55px;
        margin-bottom: 40px;
    }
    .top09 .item:before {
        left: 5px;
    }
}
.top10 .item {
    width: 100px;
    height: 100px;
    background-color: #e89e2e;
    border-radius: 100px;
    margin: 0 20px;
}
.top10 .item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 599px) {
    .top10 .item {
        width: 60px;
        height: 60px;
    }
}
.top11 {
    padding: 60px 0;
}
.top11 .item {
    width: 32%;
    margin-bottom: 4%;
}
.top11 .ofiImg:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(232, 158, 46, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.top11 .h3 {
    color: #fff;
}
.top11 .h3box .subtit {
    color: #fff;
    
}
.top11 .h3box .subtit:before {
  background-color: #fff;
}
.top11 .h3box .subtit:after {
    border-color: #fff transparent transparent transparent;
}

.top11 .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.top11 .item:nth-of-type(3) {
  transition-delay: 0.4s;
}

.top11 .telicon {
    position: relative;
    padding-left: 30px;
}
.top11 .telicon:before {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/01_index/top-telicon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
}
.top11 .mailicon {
    position: relative;
    padding-left: 30px;
}
.top11 .mailicon:before {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/01_index/top-mailicon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 29px;
    height: 24px;
    top: 0;
    left: 0;
}
.top11 .lineicon {
    position: relative;
    padding-left: 30px;
}
.top11 .lineicon:before {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/01_index/top-lineicon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 29px;
    height: 24px;
    top: 0;
    left: 0;
}
.top11 .item dt.tit {
    padding: 30px 50px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.top11 .item dt.tit:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: #fcd7a1 transparent transparent transparent;
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top11 .item dd.telarea {
    background: #fff;
}
.top11 .item dd.telarea dl {
    padding: 30px;
}
.top11 .item dd.telarea dl:first-of-type {
    border-bottom: 1px solid #eee;
}
.top11 .item:nth-of-type(2) dt.tit {
    background-color: #cadefc;
    color: #1974fc;
}
.top11 .item:nth-of-type(2) dt.tit:after {
    border-color: #cadefc transparent transparent transparent;
}
.top11 .item:nth-of-type(3) dt.tit {
    background-color: #ccf1cc;
    color: #00b900;
}
.top11 .item:nth-of-type(3) dt.tit:after {
    border-color: #ccf1cc transparent transparent transparent;
}
.top11 .item p.contact a {
    display: block;
    background-color: #1974fc;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    margin-top: 40px;
}
.top11 .item p.contact .whitemailicon {
    position: relative;
    padding-left: 30px;
}
.top11 .item p.contact .whitemailicon:before {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/01_index/whitemailicon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top11 .item .contactarea {
    padding: 30px;
    background: #fff;
}
.top11 .item .linearea {
    padding: 50px 20px 40px;
    background: #fff;
}
.top11 .item p.line a {
    display: block;
    padding: 20px 30px;
    background-color: #00b900;
    text-align: center;
}
.top11 .item p.line .lineicon2 {
    position: relative;
    padding-left: 30px;
}
.top11 .item p.line .lineicon2:before {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/01_index/lineicon2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top11 .item > dl > dd {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
@media only screen and (max-width: 1024px) {
    .top11 .item {
        width: 48%;
    }
    .top11 .item dt.tit {
        padding: 20px;
    }
    .top11 .item p.contact a {
        padding: 20px 10px;
    }
    .top11 .item p.line a {
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 599px) {
    .top11 .item {
        width: 100%;
    }
}
/*下層common*/
.umainimgbox {
    padding-bottom: 60px;
}
.umainimgbox .ofiImg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(30%, #fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #fff 0%, #fff 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #fff 0%, #fff 30%, rgba(255, 255, 255, 0) 100%);
}
.umainimgbox .titbox {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.umainimgbox .titbox .tit {
    font-size: 50px;
}
.umainimgbox .titbox .subtit {
    line-height: 0.4;
}

@media only screen and (max-width: 1024px){
  .umainimgbox .titbox .tit {
    font-size: 36px;
}
}

@media only screen and (max-width: 599px){
  .umainimgbox .titbox .tit {
    font-size: 28px;
}
}

/*パンくず*/
.breadcrumbs {
    margin-top: 40px;
}
.breadcrumbs ul li {
    position: relative;
    padding: 0 40px 0 20px;
}
.breadcrumbs ul li:after {
    display: inline-block;
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/arroworg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 22px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.breadcrumbs ul li:last-of-type:after {
    display: none;
}
.uh3box .uh3 {
    margin-bottom: 0;
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #e89e2e;
}
.uh3box .subtit {
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}
.uh3box .subtit:before {
    content: "";
    width: 370px;
    height: 1px;
    background: #e89e2e;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.uh3box .subtit:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e89e2e transparent transparent transparent;
}
.pakaorg {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.pakaorg:before {
    content: "";
    width: 2px;
    height: 35px;
    background-color: #e89e2e;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.pakaorg:after {
    content: "";
    width: 2px;
    height: 35px;
    background-color: #e89e2e;
    position: absolute;
    top: 5px;
    right: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.pakablk {
    display: inline-block;
    position: relative;
    padding: 0 35px;
}
.pakablk:before {
    content: "";
    width: 2px;
    height: 80px;
    background-color: #111;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
}
.pakablk:after {
    content: "";
    width: 2px;
    height: 80px;
    background-color: #111;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(40deg);
    -ms-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
}
.ulineylw {
    position: relative;
    display: inline-block;
}
.ulineylw:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #fae689;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: 0;
}

@media only screen and (max-width: 1024px) {
  .uh3box .uh3{
    font-size: 32px;
  }
}


@media only screen and (max-width: 599px) {
.uh3box .uh3{
  font-size: 24px;
}
}
/*company*/
.company01 .left {
    width: 20%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.company01 .left .ofiImg {
    border-radius: 50%;
    overflow: hidden;
}
.company01 .center {
    width: 50%;
    padding: 60px 0;
}
.company01 .right {
    width: 24%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.company01 .right .ofiImg {
    border-radius: 50%;
    overflow: hidden;
}
.company01 .box02 .list .li.item {
    margin-bottom: 140px;
}
.company01 .box02 .item .box {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #111;
    padding: 30px 30px 30px 180px;
    position: relative;
    background-color: #fff;
}
.company01 .box02 .item .box:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fcd7a1;
    position: absolute;
    top: 20px;
    right: -20px;
    z-index: -1;
}
.company01 .box02 .item p.icon {
    position: absolute;
    width: 180px;
    height: 180px;
    top: -60px;
    left: -60px;
}
.company01 .box02 .item dt {
    color: #995c00;
}
.company01 .box02 .item01 dd.txtbox dl {
    position: relative;
}
.company01 .box02 .item01 dd.txtbox dt.tit {
    display: inline-block;
    border-radius: 20px;
    padding: 0 10px;
    color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
}
.company01 .box02 .item01 dd.txtbox dd.stripebeige {
    padding: 45px 30px 30px 30px;
    z-index: 1;
}
.company01 .box02 .piclist .picitem {
    width: 48%;
    margin-bottom: 4%;
}
.company01 .box02 .item03 dd.pic {
    position: relative;
}
.company01 .box02 .item03 .item03box dl:first-of-type:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/02_company/companyarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 40px;
    height: 50px;
    position: absolute;
    right: -30px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
    .company01 .center {
        width: 100%;
        padding: 30px 0;
    }
    .company01 .right {
        margin-left: auto;
    }
    .company01 .box02 .item p.icon {
        width: 120px;
        height: 120px;
        left: -30px;
    }
    .company01 .box02 .item .box {
        padding: 80px 20px 20px;
    }
}
@media only screen and (max-width: 599px) {
    .company01 .left {
        width: 40%;
    }
    .company01 .right {
        width: 45%;
    }
    .company01 .box02 .item p.icon {
        left: -15px;
    }
    .company01 .box02 .item .box {
        width: 100%;
        padding: 80px 10px 20px;
    }
    .company01 .company01 .box02 .item .box {
        padding: 45px 10px 30px 10px;
    }
    .company01 .box02 .item03 .item03box dl:first-of-type {
        margin-bottom: 60px;
    }
    .company01 .box02 .item03 .item03box dl:first-of-type:after {
        right: 50%;
        top: auto;
        -webkit-transform: translateX(50%) rotate(90deg);
        -ms-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg);
        bottom: -60px;
    }
}
.company02 .item {
    width: 32%;
    margin: 0 2% 4% 0;
}

.company02 .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.company02 .item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.company02 .item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.company02 .item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.company02 .item:nth-of-type(6) {
  transition-delay: 1.0s;
}
.company02 .item:nth-of-type(7) {
  transition-delay: 1.2s;
}
.company02 .item:nth-of-type(8) {
  transition-delay: 1.4s;
}




.company02 .item:nth-of-type(3n+3) {
    margin-right: 0;
}
.company02 .item dl {
    border: 2px solid #f9c270;
    border-radius: 10px;
    padding: 25px 10px 40px;
    position: relative;
}
.company02 .item .pic {
    max-width: 240px;
    margin: 0 auto;
}
.company02 .item .atte {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
@media only screen and (max-width: 1024px) {
    .company02 .item {
        width: 48%;
        margin: 0 4% 4% 0;
    }
    .company02 .item:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    .company02 .item:nth-of-type(2n+2) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 599px) {
    .company02 .item {
        width: 100%;
        margin-right: 0;
    }
    .company02 .item:nth-of-type(3n+3) {
        margin-right: 0;
    }
}
.company03 .shopinfobox h4 {
    padding: 20px 10px;
}
.company03 .shopinfobox .list .item {
    width: 30%;
}
.company03 .spot {
    border: 2px dotted #f9c270;
    border-radius: 30px;
    padding: 30px;
}
.company03 .spot .picitem {
    width: 30%;
}
@media only screen and (max-width: 599px) {
    .company03 .shopinfobox .list .item {
        width: 48%;
    }
    .company03 .spot .picitem {
        width: 48%;
    }
}
.company04 ol li {
    list-style: decimal inside;
}
.company04 .infoboxwrap {
    padding: 60px 30px 40px;
}
.company04 .subtit {
    margin-left: 20px;
}
.company04 .infoarea {
    position: relative;
}
.company04 .infoarea dt.tit {
    padding: 10px 20px;
    width: 90%;
    position: absolute;
    top: -25px;
}
.company04 .infoboxwrap {
    margin-left: 30px;
}
.company04 .picwrap {
    margin-left: -40px;
    margin-top: -60px;
}
@media only screen and (max-width: 1024px) {
    .company04 .picwrap {
        margin-left: -20px;
    }
    .company04 .infobox .item dt.itemtit {
        width: 100%;
    }
    .company04 .infobox .item dd {
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .company04 .pic {
        width: 100%;
        margin-bottom: 40px;
    }
    .company04 .picwrap {
        margin: 0;
    }
    .company04 .infoarea {
        width: 100%;
    }
    .company04 .infoboxwrap {
        margin: 0;
    }
    .company04 .infoarea dt.tit {
        width: 100%;
    }
}
.company05 .item {
    margin-bottom: 4%;
}
.company05 .item dl {
    padding: 20px 30px 30px;
}
.company05 .item dt {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.company05 .item dd.txt {
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
/*flow*/
.flow01 h4 {
    margin-bottom: 0;
}
.flow01 .box01 {
    position: relative;
    padding-bottom: 80px;
}
.flow01 .box01:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/03_flow/flowarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100px;
    height: 40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.flow01 .fukidashi01 {
    position: relative;
}
.flow01 .fukidashi01:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 30px 0;
    border-color: transparent #f9c270 transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-5deg);
    -ms-transform: translateX(-50%) rotate(-5deg);
    transform: translateX(-50%) rotate(-5deg);
}
.flow01 .fukidashi02 {
    position: relative;
}
.flow01 .fukidashi02:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 40px 0 0;
    border-color: #f9c270 transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-5deg);
    -ms-transform: translateX(-50%) rotate(-5deg);
    transform: translateX(-50%) rotate(-5deg);
}
.flow01 .list01 {
    padding: 30px 0 60px;
}
.flow01 .list01 .item.fukidashi {
    width: 25%;
    margin: 0 60px;
    padding: 30px 20px;
    background-color: #f9c270;
    border-radius: 20px;
}
.flow01 .list02 .item.fukidashi {
    width: 25%;
}
.flow01 .list02 .item.fukidashi span {
    width: 100%;
    display: inline-block;
    padding: 30px 20px;
    background-color: #f9c270;
    border-radius: 20px;
}
.flow01 .list02 .item.pic {
    width: 30%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.flow01 .box02 h4 {
    margin-bottom: 0;
}
.flow01 .box03 .item {
    width: 22%;
    margin: 0 4% 4% 0;
}
.flow01 .box03 .item:nth-of-type(4n+4) {
    margin-right: 0;
}
.flow01 .box03 .item dt.tit {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
}
.flow01 .box03 .item dt.tit:before {
    content: counter(number);
    counter-increment: number;
    font-family: 'Hind', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    background: #e89e2e;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1024px) {
    .flow01 .box02 h4 {
        font-size: 22px;
    }
    .flow01 .box03 .item {
        width: 48%;
    }
    .flow01 .box03 .item:nth-of-type(2n+2) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 599px) {
    .flow01 .list01 {
        padding: 30px 0 0;
    }
    .flow01 .list01 .item.fukidashi {
        width: 100%;
        margin: 0 0 20px;
        padding: 10px 20px;
    }
    .flow01 .list01 .item.fukidashi:after {
        display: none;
    }
    .flow01 .list02 .item.fukidashi {
        width: 100%;
        margin: 0 0 20px;
    }
    .flow01 .list02 .item.fukidashi span {
        padding: 10px 20px;
    }
    .flow01 .list02 .item.fukidashi span:after {
        display: none;
    }
    .flow01 .list02 .item.pic {
        width: 100%;
    }
    .flow01 .list02 .item.order1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .flow01 .list02 .item.order2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .flow01 .list02 .item.order3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .flow01 .box02 h4 {
        font-size: 18px;
    }
    .flow01 .box03 .item {
        width: 100%;
        margin: 0 0 6% 0;
    }
}

.flow02 h4 {
    margin-bottom: 0;
}

.flow02 .calenderbox {
    border: 1px dotted #e89e2e;
    border-radius: 10px;
    padding: 40px;
}

.flow02 .embed:after {
    padding-top: 60%;
}

@media only screen and (max-width: 1024px) {
    .flow02 .embed:after {
        padding-top: 80%;
    }

}
@media only screen and (max-width: 599px) {
    .flow02 .calenderbox {
        padding: 20px;
    }
    .flow02 .embed:after {
        padding-top: 100%;
    }

}


/*NEW*/
.new01 .item02 .item {
    width: 32%;
}
.new01 .item02 .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.new01 .item02 .item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.new01 .item02 .item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.new01 .item02 .item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.new01 .item02 .item:nth-of-type(6) {
  transition-delay: 1.0s;
}



.new01 .item02 .item dt {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
@media only screen and (max-width: 1024px) {
    .new01 .item02 .item {
        width: 48%;
    }
}
@media only screen and (max-width: 599px) {
    .new01 .item02 .item {
        width: 100%;
    }
}
.new02 h4 {
    margin-bottom: 0;
}
.new02 .item {
    width: 8.3%;
}
.new02 .item:nth-of-type(even) dt {
    background-color: #fce8ca;
}
.new02 .item dd {
    font-size: 12px;
    padding: 5px 5px 0;
    text-align: center;
}
.new02 .item dd.g {
    color: #969696;
}
.new02 .tbspatte {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .new02 .item01box {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .new02 ul.list {
        width: 1000px !important;
    }
    .new02 .tbspatte {
        display: block;
        font-size: 12px;
    }
}
.new03 .bgbox {
    padding: 50px 30px 100px;
    background-image: url(/import/tenant_2/133.167.94.240/html/images/04_new_graduate/new_gr.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: 100px 100px;
}
.new03 h4.lightblue {
    background-color: #58a6e1;
    padding: 15px;
    margin-bottom: 0;
}
.new03 .box01 dt.hata {
    position: relative;
    width: 20%;
    -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                    align-self: flex-start;
}
.new03 .box01 dt.hata:after {
    content: counter(number) '位';
    counter-increment: number;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 50%;
    font-size: 28px;
    -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                width: 3em;
                text-align: center;
}
.new03 .box01 dd.txt {
    width: 76%;
}
.new03 .box03 .leftitem {
    width: 15%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.new03 .box03 .centeritem {
    width: 60%;
}
.new03 .box03 .rightitem {
    width: 15%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.new03 .box03 .centeritem dt {
    position: relative;
    padding-bottom: 60px;
}
.new03 .box03 .centeritem dt:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/04_new_graduate/newarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.new03 .box04 h4 {
    margin-bottom: 0;
}
.new03 .box04 h4 span.megahon {
    position: relative;
}
.new03 .box04 h4 .megahon:before {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/04_new_graduate/new03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 98px;
    height: 71px;
    position: absolute;
    top: 0;
    left: -170px;
}
.new03 .box04 .listarea {
    width: 55%;
    margin: 30px auto 0;
    padding: 30px 80px;
    background-color: #fff6e9;
}
.new03 .box04 .item {
    padding-bottom: 10px;
    border-bottom: 1px dashed #111;
}
.new03 .box04 .total {
    border: none;
}
.new03 .box04 .item dt.tit {
    width: 30%;
}
.new03 .box04 .item dd.price {
    width: 70%;
}
.new03 .box04 .totaltit {
    width: 65%;
}
.new03 .box04 .totalprice {
    width: 35%;
}
.new03 .box05 .list .item {
    position: relative;
    padding-left: 2.5em;
}
.new03 .box05 .list .item:before {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/04_new_graduate/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 41px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.new03 .box06 dt.arrow {
    position: relative;
    padding-bottom: 60px;
}
.new03 .box06 dt.arrow:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/04_new_graduate/newarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.new03 .box06 .pic {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
@media only screen and (max-width: 1024px) {
    .new03 .box04 .listarea {
        width: 100%;
    }
    .new03 .box01 dt.hata:after{
      font-size: 18px;
    }
    .new03 .box04 h4 span.megahon{
          padding-top: 50px;
    display: inline-block;
    }
    .new03 .box04 h4 .megahon:before{
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%,0);
                -ms-transform: translate(-50%,0);
                    transform: translate(-50%,0);
                    width: 49px;
    height: 35.5px;
    }
}
@media only screen and (max-width: 599px) {
    .new03 .bgbox {
        padding: 50px 10px 50px;
    }
    .new03 .box03 .order1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .new03 .box03 .order2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 40%;
    }
    .new03 .box03 .order3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 40%;
    }
    .new03 .box04 .listarea {
        padding: 30px 20px;
    }
    .new03 .box04 .item dt.tit {
        width: 100%;
    }
    .new03 .box04 .item dd.price {
        width: 100%;
    }
    .new03 .box04 .totaltit {
        width: 100%;
    }
    .new03 .box04 .totalprice {
        width: 100%;
    }
}
.new04 .box01 dl.item {
    padding: 20px 0;
    border-bottom: 1px solid #111;
}
.new04 .box02 {
    width: 80%;
    margin: 0 auto;
}
.new04 .box02 .picarea a {
    display: block;
}
.new04 .box02 .pic {
    position: relative;
    overflow: hidden;
}
.new04 .box02 .pic:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/04_new_graduate/new06.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
}
.new04 .box02 .titbox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
}
.new04 .box02 .titbox h4 {
    color: #fff;
    text-shadow: 1px 1px #111, 1px -1px #111, -1px 1px #111, -1px -1px #111;
}
.new04 .box02 .titbox .subtit {
    display: block;
    text-shadow: none;
    color: #111;
    line-height: 0.4;
}
.new04 .box02 ol li {
    list-style: decimal inside;
}
@media only screen and (max-width: 1024px) {
    .new04 .box02 {
        width: 100%;
    }
    .new04 .box02 .pic:after {
        width: 50%;
    }
}
.new05 .picarea {
    padding: 70px 0 60px;
}
.new05 .ofiImg:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(232, 158, 46, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.new05 .atte {
    color: #fff;
}
.new05 .box {
    background-color: #fff;
    padding: 40px 60px;
}
.new05 .telbox {
    padding: 20px;
    border-right: 1px solid #a0a0a0;
}
.new05 .telbox .tel a {
    color: #e89e2e;
    font-size: 30px;
    font-weight: 600;
}
.new05 .contactbox {
    padding: 20px;
}
@media only screen and (max-width: 1024px) {
    .new05 .box {
        padding: 20px 10px;
    }
    .new05 .telbox {
        border-right: none;
        border-bottom: 1px solid #a0a0a0;
    }
    .new05 .telbox dt {
        width: 100%;
    }
    .new05 .telbox dd {
        width: 100%;
    }
    .new05 .contactbox dt {
        width: 100%;
    }
    .new05 .contactbox dd {
        width: 100%;
    }
    .cmnarea01 .telbox .tel a{
      font-size: 24px;
    }
}
/*change*/
.change01 .item {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px dotted #e89e2e;
    margin-bottom: 10px;
}
.change01 .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.change01 .item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.change01 .item span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.change02 .item .picwrap {
    position: relative;
}
.change02 .item .pic .ofiImg {
    top: -20px;
    right: -20px;
}
.change02 .item:nth-of-type(even) .pic .ofiImg {
    right: auto;
    left: -20px;
}
.change02 .staffbox .furigana {
    margin-left: 20px;
}
.change02 .staffbox .reason {
    padding: 30px;
}
.change02 .nayami dt {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 20px 20px 20px;
}
@media only screen and (max-width: 599px) {
    .change02 .item {
        margin-bottom: 60px;
    }
    .change02 .item .pic {
        width: 100%;
        margin-bottom: 10px;
    }
    .change02 .item .pic .ofiImg {
        right: -10px;
    }
    .change02 .item:nth-of-type(even) .pic .ofiImg {
        left: -10px;
    }
    .change02 .item .staffbox {
        width: 100%;
    }
    .change02 .reason dt {
        font-size: 14px;
        left: 0;
        width: 100%;
    }
}
.change03 .picwrap {
    position: relative;
}
.change03 .pic .ofiImg {
    top: -20px;
    left: -20px;
}
@media only screen and (max-width: 1024px) {
    .change03 .pic .ofiImg {
        left: -10px;
    }
}
@media only screen and (max-width: 599px) {
    .change03 .txtbox {
        margin-bottom: 40px;
    }
}
.change04 .item02 .item {
    width: 32%;
}
.change04 .item02 .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.change04 .item02 .item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.change04 .item02 .item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.change04 .item02 .item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.change04 .item02 .item:nth-of-type(6) {
  transition-delay: 1.0s;
}

.change04 .item02 .item dt {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
@media only screen and (max-width: 1024px) {
    .change04 .item02 .item {
        width: 48%;
    }
}
@media only screen and (max-width: 599px) {
    .change04 .item02 .item {
        width: 100%;
    }
}
.change05 .box01 dl.item {
    padding: 20px 0;
    border-bottom: 1px solid #111;
}
.change05 .box02 {
    width: 80%;
    margin: 0 auto;
}
.change05 .box02 .picarea a {
    display: block;
}
.change05 .box02 .pic {
    position: relative;
    overflow: hidden;
}
.change05 .box02 .pic:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/04_new_graduate/new06.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
}
.change05 .box02 .titbox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
}
.change05 .box02 .titbox h4 {
    color: #fff;
    text-shadow: 1px 1px #111, 1px -1px #111, -1px 1px #111, -1px -1px #111;
}
.change05 .box02 .titbox .subtit {
    display: block;
    text-shadow: none;
    color: #111;
    line-height: 0.4;
}
.change05 .box02 ol li {
    list-style: decimal inside;
}
@media only screen and (max-width: 1024px) {
    .change05 .box02 {
        width: 100%;
    }
    .change05 .box02 .pic:after {
        width: 50%;
    }
}
.change06 .picarea {
    padding: 70px 0 60px;
}
.change06 .ofiImg:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(232, 158, 46, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.change06 .atte {
    color: #fff;
}
.change06 .box {
    background-color: #fff;
    padding: 40px 60px;
}
.change06 .telbox {
    padding: 20px;
    border-right: 1px solid #a0a0a0;
}
.change06 .telbox .tel a {
    color: #e89e2e;
    font-size: 30px;
    font-weight: 600;
}
.change06 .contactbox {
    padding: 20px;
}
@media only screen and (max-width: 1024px) {
    .change06 .box {
        padding: 20px 10px;
    }
    .change06 .box dt {
        width: 100%;
    }
    .change06 .box dd {
        width: 100%;
    }
    .change06 .contactbox dt {
        width: 100%;
    }
    .change06 .contactbox dd {
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .change06 .telbox {
        border-right: none;
        border-bottom: 1px solid #a0a0a0;
    }
}
/*gaps*/
.gaps01 .item {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px dotted #e89e2e;
    margin-bottom: 10px;
}
.gaps01 .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.gaps01 .item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.gaps01 .item span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gaps02 .item .picwrap {
    position: relative;
}
.gaps02 .item .pic .ofiImg {
    top: -20px;
    right: -20px;
}
.gaps02 .item:nth-of-type(even) .pic .ofiImg {
    right: auto;
    left: -20px;
}
.gaps02 .staffbox .furigana {
    margin-left: 20px;
}
.gaps02 .staffbox .reason {
    padding: 30px;
}
.gaps02 .nayami dt {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 20px 20px 20px;
}
@media only screen and (max-width: 599px) {
    .gaps02 .item {
        margin-bottom: 60px;
    }
    .gaps02 .item .pic {
        width: 100%;
        margin-bottom: 10px;
    }
    .gaps02 .item .pic .ofiImg {
        right: -10px;
    }
    .gaps02 .item:nth-of-type(even) .pic .ofiImg {
        left: -10px;
    }
    .gaps02 .item .staffbox {
        width: 100%;
    }
    .gaps02 .reason dt {
        font-size: 14px;
        left: 0;
        width: 100%;
    }
}
.gaps03 .picwrap {
    position: relative;
}
.gaps03 .pic .ofiImg {
    top: -20px;
    left: -20px;
}
@media only screen and (max-width: 1024px) {
    .gaps03 .pic .ofiImg {
        left: -10px;
    }
}
@media only screen and (max-width: 599px) {
    .gaps03 .txtbox {
        margin-bottom: 40px;
    }
}
.gaps04 .item02 .item {
    width: 32%;
}
.gaps04 .item02 .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.gaps04 .item02 .item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.gaps04 .item02 .item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.gaps04 .item02 .item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.gaps04 .item02 .item:nth-of-type(6) {
  transition-delay: 1.0s;
}
.gaps04 .item02 .item dt {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
@media only screen and (max-width: 1024px) {
    .gaps04 .item02 .item {
        width: 48%;
    }
}
@media only screen and (max-width: 599px) {
    .change04 .item02 .item {
        width: 100%;
    }
}
.gaps05 .box01 dl.item {
    padding: 20px 0;
    border-bottom: 1px solid #111;
}
.gaps05 .box02 {
    width: 80%;
    margin: 0 auto;
}
.gaps05 .box02 .picarea a {
    display: block;
}
.gaps05 .box02 .pic {
    position: relative;
    overflow: hidden;
}
.gaps05 .box02 .pic:after {
    content: "";
    background-image: url(/import/tenant_2/133.167.94.240/html/images/04_new_graduate/new06.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
}
.gaps05 .box02 .titbox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
}
.gaps05 .box02 .titbox h4 {
    color: #fff;
    text-shadow: 1px 1px #111, 1px -1px #111, -1px 1px #111, -1px -1px #111;
}
.gaps05 .box02 .titbox .subtit {
    display: block;
    text-shadow: none;
    color: #111;
    line-height: 0.4;
}
.gaps05 .box02 ol li {
    list-style: decimal inside;
}
@media only screen and (max-width: 1024px) {
    .gaps05 .box02 {
        width: 100%;
    }
    .gaps05 .box02 .pic:after {
        width: 50%;
    }
}
.gaps06 .picarea {
    padding: 70px 0 60px;
}
.gaps06 .ofiImg:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(232, 158, 46, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.gaps06 .atte {
    color: #fff;
}
.gaps06 .box {
    background-color: #fff;
    padding: 40px 60px;
}
.gaps06 .telbox {
    padding: 20px;
    border-right: 1px solid #a0a0a0;
}
.gaps06 .telbox .tel a {
    color: #e89e2e;
    font-size: 30px;
    font-weight: 600;
}
.gaps06 .contactbox {
    padding: 20px;
}
@media only screen and (max-width: 1024px) {
    .change06 .box {
        padding: 20px 10px;
    }
    .change06 .box dt {
        width: 100%;
    }
    .change06 .box dd {
        width: 100%;
    }
    .change06 .contactbox dt {
        width: 100%;
    }
    .change06 .contactbox dd {
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .change06 .telbox {
        border-right: none;
        border-bottom: 1px solid #a0a0a0;
    }
}
.interview01 .item {
    width: 30%;
    margin: 0 5% 6% 0;
    background-color: #fff;
}
.interview01 .item a{
  display: block;
}
.interview01 .item:nth-of-type(3n+3) {
    margin-right: 0;
}
.interview01 .item dl {
    background-color: #fff;
}
.interview01 .item .name {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.interview01 .item .furigana {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.interview01 .item .tit {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.interview01 .stripegrey:before {
    top: 10px;
    left: auto;
    right: -10px;
}
@media only screen and (max-width: 1024px) {
    .interview01 .item {
        width: 48%;
        margin-right: 4%;
    }
    .interview01 .item:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    .interview01 .item:nth-of-type(2n+2) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 599px) {
    .interview01 .item {
        width: 100%;
        margin-right: 0;
    }
    .interview01 .item:nth-of-type(3n+3) {
        margin-right: 0;
    }
}
/*ページネーション*/
.pagenav li a {
    font-size: 24px;
}
.pagenav li a.now {
    color: #e89e2e;
}
.pagenav li img {
    vertical-align: bottom;
}
.interviewdetail01 .pic.stripegrey:before {
    top: 20px;
    left: auto;
    right: -20px;
}
.interviewdetail01 .combox dt {
    color: #fff;
    border-radius: 0 20px 20px 20px;
    padding: 10px 20px;
}
.interviewdetail01 .combox dd.txt {
    padding: 20px;
}
@media only screen and (max-width: 599px) {
    .interviewdetail01 .box > dl {
        margin-top: 40px;
    }
}
/*レコメンド*/
.recobox h4 {
    font-size: 50px;
    letter-spacing: 0.1em;
}
.recobox .subtit {
    display: block;
    letter-spacing: 0;
    line-height: 0.4;
}
.recobox .item {
    width: 30%;
    margin: 0 5% 6% 0;
}
.recobox .item:nth-of-type(3n+3) {
    margin-right: 0;
}
.recobox .item dl {
    background-color: #fff;
}
.recobox .item .name {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.recobox .item .furigana {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.recobox .item .tit {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.recobox .stripegrey:before {
    top: 10px;
    left: auto;
    right: -10px;
}

.recobox .blogitem {
    width: 48%;
    margin: 0 4% 4% 0;
}

.recobox .blogitem dt {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.recobox .blogitem .ofiImg {
    border: 1px solid #111;
}

.recobox .blogitem:nth-of-type(2n+2) {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .recobox .item {
        width: 48%;
        margin-right: 4%;
    }
    .recobox .item:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    .recobox .item:nth-of-type(2n+2) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 599px) {
    .recobox h4 {
        font-size: 40px;
    }
    .recobox .item {
        width: 100%;
        margin-right: 0;
    }
    .recobox .item:nth-of-type(3n+3) {
        margin-right: 0;
    }
    .recobox .blogitem {
        width: 100%;
        margin-right: 0;
    }
}
/*blog*/
.blog01 .blogarea .item {
    width: 48%;
    margin: 0 4% 4% 0;
}
.blog01 .blogarea .item:nth-of-type(2n+2) {
    margin-right: 0;
}
.blog01 .blogarea .item a {
    display: block;
}
.blog01 .blogarea .item .ofiImg {
    border: 1px solid #111;
}
.blog01 .blogarea .item dt.tit {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.blog01 .blogarea dd.c {
    display: inline-block;
    color: #e89e2e;
    border: 1px solid #e89e2e;
}
@media only screen and (max-width: 599px) {
    .blog01 .blogarea .item {
        width: 100%;
        margin-right: 0;
    }
}
/*カテゴリー・アーカイブ*/
.catearcarea dl {
    width: 100%;
    padding: 30px 20px 20px;
}
.catearcarea dt {
    font-size: 40px;
    letter-spacing: 0.1em;
}
.catearcarea .subtit {
    display: block;
    letter-spacing: 0;
    line-height: 0.4;
}
.catearcarea .item {
    background-color: #fff;
}
.catearcarea .item a {
    display: block;
    text-align: center;
    padding: 20px;
}
.catearcarea .item.all a {
    color: #e89e2e;
}
.catearcarea .item .catearrow {
    position: relative;
    padding-left: 30px;
}
.catearcarea .item .catearrow:before {
    content: "";
    position: absolute;
    background-image: url(/import/tenant_2/133.167.94.240/html/images/common/catearrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 22px;
    height: 14px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.catearcarea .category {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
    .blogarea {
        width: 100%;
    }
    .catearcarea {
        width: 100%;
    }
    .catearcarea dl {
        width: 48%;
    }
}
@media only screen and (max-width: 599px) {
    .catearcarea dl {
        width: 100%;
    }
}

/*blogdetail*/
.blogdetail01 .back a {
    width: 260px;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 30px 15px;
    border: 1px solid #111;
    margin: 60px auto 0;
}

.blogdetail01 dd.c {
    color: #e89e2e;
    border: 1px solid #e89e2e;
    display: inline-block;
    text-align: center;
    padding: 0 5px;
}

/*news*/
.news01 .item dl {
    padding: 20px 0;
    border-bottom: 1px solid #111;
}
.news01 .item dd.c {
    color: #e89e2e;
    border: 1px solid #e89e2e;
    display: inline-block;
    text-align: center;
    padding: 0 5px;
}



/*newsdetail*/
.newsdetail01 .back a {
    width: 260px;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 30px 15px;
    border: 1px solid #111;
    margin: 60px auto 0;
}

.newsdetail01 dd.c {
    color: #e89e2e;
    border: 1px solid #e89e2e;
    display: inline-block;
    text-align: center;
    padding: 0 5px;
}

/*faq*/
.faq01 dt.question span {
    display: block;
    padding: 30px 40px 30px 20px;
    position: relative;
}
.faq01 dt.question span:after {
    font-family: FontAwesome;
    content: "\f078";
    color: #e89e2e;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.faq01 dt.question.on span:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.faq01 dd.answer {
    padding: 40px 20px 0;
}

/*contact*/
.form dt {
    font-size: 18px;
    width: 26%;
}
.form dt .reqw {
    background-color: #e60012;
    border-radius: 0;
    margin-left: 30px;
}
.form dd {
    width: 70%;
}
.form dd input {
    border: 1px solid #111;
}
.form dd textarea {
    border: 1px solid #111;
}

.formbtn li {
    max-width: 100%;
}

.formbtn li button {
    width: 260px;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 30px 15px;
    border: 1px solid #111;
    margin: 60px auto 0;
    color: #111;
    overflow: inherit;
}
@media only screen and (max-width: 1024px) {
    .form dt {
        width: 100%;
    }
    .form dd {
        width: 100%;
    }
}

/*day*/
.day01 .box {
    margin-bottom: 100px;
}
.day01 .casebox {
    padding: 40px;
    width: 98%;
    margin-right: auto;
}
.day01 dd.name .furigana {
    margin-left: 20px;
}
.day01 .casebox .pic .picwrap {
    max-width: 200px;
    margin-left: auto;
}
.day01 .casebox .pic .ofiImg {
    border-radius: 50%;
    border: 1px solid pink;
    overflow: hidden;
}

.stripeblk {
    position: relative;
}
.stripeblk:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    right: -20px;
    background-image: -webkit-linear-gradient(135deg, #fff 15%, #b0b0b0 15%, #eee 25%, #fff 25%, #fff 65%, #b0b0b0 65%, #b0b0b0 75%, #fff 75%, #fff);
    background-image: -webkit-linear-gradient(135deg, #fff 15%, #b0b0b0 15%, #b0b0b0 25%, #fff 25%, #fff 65%, #b0b0b0 65%, #b0b0b0 75%, #fff 75%, #fff);
    background-image: linear-gradient(-45deg, #fff 15%, #b0b0b0 15%, #b0b0b0 25%, #fff 25%, #fff 65%, #b0b0b0 65%, #b0b0b0 75%, #fff 75%, #fff);
    background-size: 10px 10px;
    z-index: -1;
}

.daylist {
    overflow: hidden;
}
.daylist .item {
    overflow: hidden;
}
.daylist .time {
    width: 10%;
    position: relative;
    padding-left: 40px;
}
.daylist .time:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 4px solid #fa7e70;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    
}

.daylist .time:after {
    content: "";
    width: 10px;
    height: 100vh;
    background-color: #fa7e70;
    position: absolute;
    top: 0;
    left: 9px;
    z-index: -1;

    -webkit-transition: 6s;
    transition: 6s;

}



/* .daylist .mv .time:after {
    height: 100%;
} */
.daylist .item:last-of-type .time:after {
    display: none;
}

.daylistWrap.mv .item:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.daylistWrap.mv .item:nth-of-type(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.daylistWrap.mv .item:nth-of-type(4) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.daylistWrap.mv .item:nth-of-type(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.daylistWrap.mv .privateitem {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}


.daylist .pic {
    width: 20%;
    padding-bottom: 40px;
}
.daylist .picwrap {
    max-width: 180px;
}
.daylist .ofiImg {
    border-radius: 50%;
    overflow: hidden;
}
.daylist .txtbox {
    width: 60%;
}
.daylist .private {
    width: 10%;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}





@media only screen and (max-width: 1024px) {
    .daylist .order1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .daylist .order2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .daylist .order3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .daylist .pic {
        width: 80%;
        margin-left: auto;

    }
    .daylist .picwrap {
        max-width: 140px;
        margin-left: auto;
    }
    .daylist .time {
        width: 20%;
    }
    .daylist .txtbox {
        width: 75%;
    }
    .daylist .private {
        width: 20%;
    }
}

@media only screen and (max-width: 599px) {
    .day01 .casebox:before {
        top: 10px;
        right: -10px;
    }
    .day01 .casebox dt {
        text-align: center;
    }
    .day01 .casebox dd {
        text-align: center;
    }
    .daylist .time {
        padding-left: 20px;
        font-size: 16px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .daylist .time:before {
        width: 10px;
        height: 10px;
        border: 2px solid #fa7e70;
    }
    .daylist .time:after {
        width: 5px;
        left: 5px;
    }
    .day01 .casebox .pic .picwrap{
      margin: 0 auto;
    }
}

/*schedule*/
.schedule01 h4 {
    padding: 20px;
    border-top: 1px solid #e89e2e;
    border-bottom: 1px solid #e89e2e;
    margin-bottom: 60px;
}
.schedule01 .tit {
    width: 320px;
    padding: 10px;
    display: inline-block;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    margin-bottom: 40px;

}

.schedule01 .ofiImg {
    border: 2px solid #faecc8;
}

@media only screen and (max-width: 599px) {
    .schedule01 .tit {
        width: 250px;
    }
    .schedule01 .pic {
        width: 100%;
    }
}

/*map*/
.mapWrap {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    margin-top: 80px;
}
#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gm-style .gm-svpc img {
    height: 35px !important;
    max-width: inherit !important;
}
@media only screen and (max-width:1024px) {
    .map:after {
        padding-top: 45%;
    }
}

@media only screen and (max-width:599px) {
    .map:after {
        padding-top: 50%;
    }
}
