@charset "utf-8";
/* CSS Document */



/*共通==============================================================================*/
.sub-mainview {
    height: 450px;
	position: relative;
}
.sub-mainview-txt{
    float: left;
    position: absolute;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
    left: 5.33333%!important;
	top:22%;
}
.desc {
    position: relative;
    padding: 40px;
	padding-top: 3em;
    padding-left: 6em;
    background: rgba(255,255,255,0.8);
}
.sub-mainview-txt-EN {

}
.sub-mainview-txt-JP {
    margin: 0;
    padding-top: 10px;
    font-size: 42px;
    font-weight: 700;
}

.sub-mainview-img {
    padding: 0;
    z-index: -1;
    float: right;
    width: 66.66667%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.odd-sec,.even-sec {
    padding-bottom: 100px;
}

.sec-tit-wrap {
    color: #000;
    padding-left: 20px;
    position: relative;
    width: 80%;
    margin: 0 auto 50px;
}
.sec-tit-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.2em;
    left: -290px;
}
.sec-tit-wrap:before {
    width: 290px;
    height: 5px;
    background: #E31E23;
    animation-name: sec-tit-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
@keyframes sec-tit-animation {
    0%{
        width: 0;
    }
    100%{
        width: 290px;
    }
}
.sec-tit{
	font-size: 2.5em;
	font-weight: 600;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;	
}
.sec-txt-01 {
    color: #333;
    font-size: 1.2em;
    padding-left: 20px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    line-height: 1.6em;
text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;	
}
.sec-txt-ul {
    margin: 30px auto;
    margin-left: 30px;
    list-style: square;
}

.sec-txt-02 {
    color: #333;
    font-size: 1.2em;
    padding-left: 20px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    line-height: 1.6em;
}
.caution-1{
	width: 100%;
	margin: 10px auto;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.caution-2{
	width: 80%;
	margin: 10px auto;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.flexitem-2p-l {
    position: relative;
    z-index: 1;
    width: 50%;
}
.flexitem-2p-r {
    position: relative;
    z-index: 1;
    width: 50%;
    padding-left: 3%;
}

.gradient1 {
    color: #fff;
    width: 70%;
    margin: 50px auto;
    padding: 18px 60px;
    border-radius: 30px;
    text-decoration: none;
    outline: none;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e31e23+0,e86468+50,e31e23+100 */
background: #e31e23; /* Old browsers */
background: -moz-linear-gradient(left,  #e31e23 0%, #e86468 50%, #e31e23 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e31e23 0%,#e86468 50%,#e31e23 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e31e23 0%,#e86468 50%,#e31e23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31e23', endColorstr='#e31e23',GradientType=1 ); /* IE6-9 */

    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient1:hover {
    color: #fff;
    background-position: 99% 50%;
}


/*===業務案内ページ
==============================================================================*/

.sub_intro {
    width: 80%;
    margin: 50px auto 80px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.7em;
    border: 5px double;
    padding: 20px;
}

.price-tit {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 600;
}
.tbl-Design-01{
  width: 100%;
	margin: 0 auto;
  border-collapse: collapse;
}

.tbl-Design-01 tr{
  border-bottom: solid 2px white;
}

.tbl-Design-01 tr:last-child{
  border-bottom: none;
}

.tbl-Design-01 th{
  position: relative;
  text-align: left;
  width: 35%;
  background-color: #E31E23;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}

.tbl-Design-01 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #E31E23;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tbl-Design-01 td{
  text-align: left;
  width: 65%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}




/*===事務所概要ページ
==============================================================================*/

.line-tbl-02 {
    width: 100%;
    border-spacing: 0;
    font-size: 16px;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.line-tbl-02 th{
  border-bottom: solid 2px #E31E23;
  padding: 10px 0;
}

.line-tbl-02 td{
  border-bottom: solid 2px #ddd;
  padding: 10px 20px;
}
.guidelines-ul {
    list-style: decimal;
    font-size: 18px;
    line-height: 2em;
	margin-left: 30px;
}
.outline-tit {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}
.outline-tit:before {
    content: "";
    background: url(../img/point-r.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: -15px;
	top:3px;
}
.outline-txt{
}


/*===事務所ツアーページ
==============================================================================*/

.flexbox-wrap {
    width: 80%;
    margin: 0 auto;
}
.arrow_box {
    position: relative;
    background: #000;
    border: 4px solid #E31E23;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1.8em;
    padding: 35px;
    color: #fff;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #E31E23;
	border-width: 20px;
	margin-top: -20px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #E31E23;
	border-width: 26px;
	margin-top: -26px;
}

.arrow_box-2 {
    position: relative;
    background: #000;
    border: 4px solid #E31E23;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1.8em;
    padding: 35px;
    color: #fff;
}
.arrow_box-2:after, .arrow_box-2:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box-2:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #E31E23;
	border-width: 20px;
	margin-top: -20px;
}
.arrow_box-2:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #E31E23;
	border-width: 26px;
	margin-top: -26px;
}




/*===先輩の声ツアーページ
==============================================================================*/
.voice-wrap{
	width: 80%;
	margin: 0 auto;
}
.flexitem-voice-l {
    width: 25%;
}
.flexitem-voice-r {
    width: 75%;
    display: table;
}
.balloon3-right-btm {
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: 0 5px;
    width: 220px;
    height: 135px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #000;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #000;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.voice-tit-1 {
    /* display: block; */
    line-height: 1em;
   padding: 30px 0 15px;
    border-bottom: 4px solid #E31E23;
}
.voice-tit-2 {
    line-height: 1em;
    padding: 15px 0 10px;
}
.voice-txt-1 {
    font-size: 18px;
    line-height: 1.8em;
    display: table-cell;
    vertical-align: middle;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;	
}





/*===採用情報ページ
==============================================================================*/
.flow-wrap {
    width: 80%;
    margin: 0 auto;
}

.flow {
  padding: 0;
  border: 3px solid #E31E23;
}
.flow li {
  list-style-type: none;
  background: #fff;
}
.flow > li {
  padding: 30px;
}
.flow > li:not(:last-child) {
  border-bottom: 3px solid #E31E23;
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #E31E23;
	z-index: 1;
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
	z-index: 1;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 1vw;
  text-align: center;
}
.flow > li dl dd {
    flex-basis: 79%;
    margin: 0;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e31e23+0,febbbb+100 */
background: #e31e23; /* Old browsers */
background: -moz-linear-gradient(left,  #e31e23 0%, #febbbb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e31e23 0%,#febbbb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e31e23 0%,#febbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31e23', endColorstr='#febbbb',GradientType=1 ); /* IE6-9 */
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}


/*◼️ ~480px（モバイル縦） */
@media screen and ( max-width:31.1875em) {
.flow > li dl dt {
    font-size: 16px;
    line-height: 1.5;
    margin-right: 5vw;
}
.flow > li {
    padding: 15px;
}
.flow  {
    margin-left: 0!important;
}
}

/*===採用情報ページ
==============================================================================*/

.recruit-tit {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-left: 20px;
    position: relative;
}
.rec-1st{
	margin-top: 0;
}
.recruit-tit:before {
    content: "";
    background: url(../img/point-r.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
}






