@charset "UTF-8";
/**====================================
 * CSS information
 * file name	: style.css
 * author		: libretto works
====================================**/

/*/////////////////////////////////////////////////////////////////////////////


              // Top //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* visual  ---------------------------------------- */
.visual {
	position: relative;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
}

/* visual-block */
.visual-block-wrap {
    display: flex;
    height: 100%;
}
.visual-block {
    width: 50%;
    height: 100%;
    position: relative;
    transition: .3s;
    pointer-events: none;
}
.visual-slider {
    width: 100%;
    height: 100%;
    position: relative;
}
.visual-slider .thumb {
    width: 50vw;
    height: 100vh;
}
.visual-slider .thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(31,38,45,0.30);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.visual-slider .thumb img {
    display: block;
}
.visual-slider::before,
.visual-slider::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}
.visual-slider::before {
    background: #ffffff;
    z-index: 1;
}
.visual-block:nth-child(1) .visual-slider::before,
.visual-block:nth-child(1) .visual-slider::after {
    transform-origin: right bottom;
}
.visual-block:nth-child(2) .visual-slider::before,
.visual-block:nth-child(2) .visual-slider::after {
    transform-origin: right top;
}
.motion .visual-slider::before {
    transition: 0.65s cubic-bezier(0.76, 0.09, 0.215, 1) .15s;
    transform: scaleY(0);
}
.motion .visual-slider::after {
    transition: 0.55s cubic-bezier(0.76, 0.09, 0.215, 1) .40s;
    transform: scaleY(0);
}
@keyframes visual-bg {
	0% {
		transform: scaleY(1);
	}
	100% {
		transform: scaleY(0);
	}
}
@keyframes visual-bg-sp {
	0% {
		transform: scaleX(1);
	}
	100% {
		transform: scaleX(0);
	}
}
.visual.ac .visual-block:hover .visual-slider::after {
    background: rgba(0,0,0,0.0);
}
.visual.ac .visual-block:not(:hover) .visual-slider::after {
    background: rgba(0,0,0,0.6);
}
.add-animation {
  animation: zoomUp 8s linear 0s normal both;
}
.visual-main .thumb::after {
    padding-top: 51.7%;
}
@keyframes zoomUp {
  0% {
      transform: scale(1.2);
      
  }
  100% {
      transform: scale(1);
  }
}

/* visual-mark */
.visual-mark {
    height: 67%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: center center;
	animation: rotation 4s ease-in-out infinite forwards;
}
.visual-mark svg {
    height: 100%;
    width: auto;
}
@keyframes rotation {
	0% {
		transform: translate(-50%,-50%) rotateY(0);
	}
	30% {
		transform: translate(-50%,-50%) rotateY(360deg);
	}
	100% {
		transform: translate(-50%,-50%) rotate(360deg);
	}
}

/* visual-ttl */
.visual-ttl {
    position: absolute;
    left: 5.8565%;
    bottom: 14%;
    color: #ffffff;
}
.visual-ttl .en-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
}
.visual-ttl .ttl {
    font-size: 7.0rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.08em;
}
.motion .visual-ttl .ttl .txtef-wrap {
    margin: 16px 0 0;
}
.motion .visual-ttl .ttl .txtef-wrap:nth-child(1) .txtef {
    transition: transform 1.0s cubic-bezier(0.04, 0.8, 0.35, 1) 0.85s;
    transform: translateY(0);
}
.motion .visual-ttl .ttl .txtef-wrap:nth-child(2) .txtef {
    transition: transform 1.0s cubic-bezier(0.04, 0.8, 0.35, 1) 1.0s;
    transform: translateY(0);
}
.visual-ttl .txt {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-top: 62px;
}

/* pickup-news  ---------------------------------------- */
.pickup-news {
    width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: #ffffff;
    border-radius: 4px;
    padding: 15px 0;
}
.pickup-news .en-ttl {
    width: 90px;
    font-size: 1.4rem;
    color: #eb601a;
    text-align: center;
}
.pickup-news a {
    display: block;
    width: calc(100% - 90px);
    padding: 4px 25px 6px;
    border-left: 1px solid #babdbe;
    box-sizing: border-box;
}
.pickup-news .ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 6px;
}
.cate-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.date {
    font-size: 1.4rem;
    margin-right: 15px;
}
.cate {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1px 14px 3px;
    background: #1a1a1a;
    color: #ffffff;
    border-radius: 4px;
}

/* t-sec-strength  ---------------------------------------- */
.t-sec-strength {
}
.t-sec-strength-inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0 4.3923%;
}
.t-sec-strength-side {
    width: 37.5191%;
    padding-top: 90px;
}
.t-sec-strength-side .thumb::after {
    padding-top: 130.6%;
}
.t-sec-strength-main {
    width: 52.5267%;
    padding: 160px 0 30px;
    position: relative;
}
.t-sec-strength-img01 {
    width: 30.6122%;
    position: absolute;
    right: 7.2886%;
    top: 80px;
}
.t-sec-strength-img01 .thumb::after {
    padding-top: 75%;
}
.t-sec-strength-block {
    padding: 0 16.1290% 0 0;
}
.t-sec-strength-block-ttl {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 15px;
}
.t-sec-strength-block .txt-wrap {
    line-height: 2.2;
}
.t-sec-strength-img02 {
    width: 72.8862%;
    margin-top: -35px;
    float: right;
}
.t-sec-strength-img02::after {
    padding-top: 68.4%;
}
.t-sec-strength-img03 {
    width: 44%;
    position: absolute;
    left: -43%;
    bottom: 120px;
    z-index: 1;
}
.t-sec-strength-img03 .thumb::after {
    padding-top: 75%;
}
.txt-slider li {
    font-weight: 100;
    font-size: 16.0rem;
    line-height: 1;
    color: #53595d;
    opacity: 0.2;
    margin: 0 30px;
}

/* t-sec-company  ---------------------------------------- */
.t-sec-company {
    padding-right: 4.3923%;
    margin-top: 70px;
}
.t-sec-company-inner {
    height: 650px;
    color: #ffffff;
    position: relative;
    padding: 90px 6.1255% 0;
    box-sizing: border-box;
    background: url("../images/t_company_img.jpg") center bottom no-repeat;
    background-size: cover;
}
.t-sec-company-inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(31,38,45,0.50);
    position: absolute;
    left: 0;
    top: 0;
}
.t-sec-company-block {
    padding: 35px 0 0 52.3560%;
    position: relative;
}
.t-sec-company-block .txt-wrap {
    padding-top: 5px;
}

/* t-sec-service  ---------------------------------------- */
.t-sec-service {
    background: #53595d;
    color: #ffffff;
    padding: 120px 0 140px;
    margin: 100px 0 0;
}
.t-sec-service .service-list {
    margin: 0 0 90px;
}
.service-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
}
.service-item:first-child {
    margin-top: 70px;
}
.service-item-side {
    width: 42%;
}
.service-item-side .thumb::after {
    padding-top: 80%;
}
.service-item-block {
    width: 50%;
    position: relative;
    padding: 0 6.5% 0 0;
    box-sizing: border-box;
}
.service-item-block::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(83,89,93,0.40);
    position: absolute;
    left: 0;
    top: 0;
}
.service-item._wht .service-item-block::before {
    background: rgba(255,255,255,0.40);
}
.service-item-block .en-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 20px;
    color: #eb601a;
}
.service-item._wht .service-item-block .en-ttl {
    color: #ffffff;
}
.service-item-ttl {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.6;
    padding: 25px 0 20px;
}

.vertical-ttl {
    font-size: 1.4rem;
    writing-mode: vertical-rl;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.vertical-ttl::after {
    content: "";
    width: 1px;
    height: 60px;
    background: rgba(83,89,93,0.40);
    position: absolute;
    left: 49%;
    bottom: -80px;;
}
.service-item._wht .vertical-ttl::after {
    background: rgba(255,255,255,0.40);
}
.service-item-block .vertical-ttl {
    top: 90px;
}

/* t-sec-initiatives  ---------------------------------------- */
.t-sec-initiatives {
    margin: 120px 0 0;
    padding-bottom: 90px;
    position: relative;
}
.t-sec-initiatives::before {
    content: "";
    width: 79.5021%;
    height: calc(100% - 115px);
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: 0;
}
.t-sec-initiatives-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.t-sec-initiatives-side {
    width: 19.7657%;
    padding-top: 80px;
}
.t-sec-initiatives-side .thumb::after {
    padding-top: 129.6%;
}
.t-sec-initiatives-main {
    width: 72.8404%;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.t-sec-initiatives-block {
    width: 49.1967%;
    padding-bottom: 40px;
}
.t-sec-initiatives-block-ttl {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 15px;
}
.t-sec-initiatives-img01 {
    width: 40.1606%;
}
.t-sec-initiatives-img01::after {
    padding-top: 100%;
}

/* t-sec-news  ---------------------------------------- */
.t-sec-news {
    margin: 100px 0 0;
    position: relative;
}
.t-sec-news-col2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 60px 0 0;
}
.t-sec-news-col2::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(83,89,93,0.40);
    position: absolute;
    left: 0;
    top: 0;
}
.t-sec-news-side {
    width: 28%;
}
.t-sec-news-inner {
    width: 69.6517%;
}
.news-list {
    margin-bottom: 15px;
}
.news-item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(83,89,93,0.30);
}
.news-item a .thumb {
    width: 28.5714%;
}
.news-item a .thumb::after {
    padding-top: 66.6666%;
}
.sec-news .news-item a .thumb {
    width: 19.9004%;
}
.news-item a .news-item-block {
    width: 64.8809%;
    padding: 20px 0 0;
}
.sec-news .news-item a .news-item-block {
    width: 75.5389%;
}
.news-item a .news-item-block .ttl {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 16px;
}

/* hover */
@media screen and (min-width: 768px) {
    .news-list .block a:hover {
        opacity: 1;
    }
}

/* t-sec-image  ---------------------------------------- */
.t-sec-image {
    margin: 100px 0 0;
}
.t-sec-image .thumb {
    width: 32.2108vw;
    margin-right: 2.1961vw;
}
.t-sec-image .thumb::after {
    padding-top: 66.6666%;
}

/* t-sec-recruit  ---------------------------------------- */
.t-sec-recruit {
    margin: 120px 0 0;
    position: relative;
}
.t-sec-recruit::before {
    content: "";
    width: 100%;
    height: 140px;
    background: #262626;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.t-sec-recruit-inner {
    padding: 0 4.3923%;
}
.t-sec-recruit a {
    display: block;
    height: 415px;
    color: #ffffff;
    background: #000000;
    position: relative;
    padding: 80px 6.4205%;
    box-sizing: border-box;
}
.t-sec-recruit .txt-wrap p {
    font-weight: 500;
}
.t-sec-recruit-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.t-sec-recruit-image li {
    width: 50%;
    height: 100%;
    display: block;
	overflow: hidden;
	position: relative;
}
.t-sec-recruit-image li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
}
.t-sec-recruit-image li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(31,38,45,0.50);
    position: absolute;
    left: 0;
    top: 0;
}


/*/////////////////////////////////////////////////////////////////////////////


              // Strength //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-strength-top  ---------------------------------------- */
.sec-strength-top {
    padding: 120px 0 0;
    position: relative;
}
.sec-strength-top-inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 140px;
}
.strength-top-fig01 {
    width: 50.5124%;
}
.strength-top-fig01::after {
    padding-top: 72%;
}
.strength-top-fig02 {
    width: 25.2562%;
    position: absolute;
    left: 4.3923%;
    top: 260px;
}
.strength-top-fig02 .thumb::after {
    padding-top: 133.3333%;
}
.strength-top-fig03 {
    width: 23.4260%;
    position: absolute;
    left: 40.6295%;
    bottom: 330px;
}
.strength-top-fig03 .thumb::after {
    padding-top: 75%;
}
.sec-strength-wrap {
    padding-bottom: 20px;
}

/* sec-strength  ---------------------------------------- */
.sec-strength {
    padding-top: 120px;
}
.sec-strength-main {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 5px;
}
.sec-strength:nth-child(2n) .sec-strength-main {
    flex-direction: row-reverse;
}
.sec-strength-main .thumb {
    width: 50%;
    min-height: 580px;
}
.sec-strength-main-block {
    width: 42.6793%;
    padding: 0 5.8565% 20px 0;
    box-sizing: border-box;
}
.sec-strength:nth-child(2n) .sec-strength-main-block {
    padding: 0 0 20px 5.8565%;
}
.sec-strength-main-block .numb-ttl {
    position: relative;
    padding: 30px 0 65px;
}
.sec-strength-main-block .numb-ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(83,89,93,0.40);
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left top;
}
.sec-strength-main-block .ef.on.numb-ttl::before {
    transition: 1.2s cubic-bezier(0.04, 0.8, 0.35, 1) .2s;
    transform: scaleX(1);
}
.sec-strength-main-block .ttl {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}
.sec-strength-cont {
    padding: 0 0 0 8.2918%;
    position: relative;
}
.sec-strength:nth-child(2n) .sec-strength-cont {
    padding: 0 8.2918% 0 0;
}
.sec-strength-cont .vertical-ttl {
    right: inherit;
    left: 0;
    top: 40px;
}
.sec-strength-cont .vertical-ttl::after {
    left: 40px;
    bottom: inherit;
    top: 0;
}
.sec-strength:nth-child(2n) .sec-strength-cont .vertical-ttl {
    left: inherit;
    right: 0;
}
.sec-strength:nth-child(2n) .sec-strength-cont .vertical-ttl::after {
    left: inherit;
    right: 40px;
}
.strength-cont-list li {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(83,89,93,0.40);
}
.sec-strength:nth-child(2n) .strength-cont-list li {
    flex-direction: row;
}
.strength-cont-list li:first-child {
    border-top: none;
}
.strength-cont-list li .thumb {
    width: 33.8155%;
}
.strength-cont-list li .thumb::after {
    padding-top: 66.6666%;
}
.strength-cont-list li .block {
    width: 57.1428%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
}
.strength-cont-list li .block .numb {
    width: 80px;
}
.strength-cont-list li .block dl {
    width: calc(100% - 90px);
}
.strength-cont-list li .block dl dt {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}


/*/////////////////////////////////////////////////////////////////////////////


              // Company //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-philosophy  ---------------------------------------- */
.sec-philosophy {
    position: relative;
    padding-bottom: 120px;
}
.sec-philosophy-fig {
    width: 26.3543%;
    position: absolute;
    left: 0;
    top: 360px;
}
.sec-philosophy-fig .thumb::after {
    padding-top: 116.6666%;
}
.sec-philosophy-block {
    padding-left: 32.0066%;
}
.sec-philosophy-ttl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    margin: -65px 0 100px;
}
.sec-philosophy-ttl .ttl {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.7;
}
.sec-philosophy-ttl .lead {
    font-size: 2.0rem;
    margin-right: 30px;
}
.mvv-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(83,89,93,0.30);
    padding: 40px 0 0;
    margin: 40px 0 0;
}
.mvv-block .enttl {
    width: 140px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #eb601a;
    padding-top: 2px;
}
.mvv-block dl {
    width: calc(100% - 150px);
}
.mvv-block dl dt {
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 4px;
}
.mvv-block dl dd .lead {
    font-size: 2.0rem;
    font-weight: 500;
}
.value-list {
    margin-top: 20px;
}
.value-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0;
}
.value-list li .heading {
    width: 98px;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.764;
    background: #eb601a;
    border-radius: calc(infinity * 1px);
    padding-bottom: 1px;
    position: relative;
}
.value-list li .heading::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #eb601a;
    position: absolute;
    right: -36px;
    top: 50%;
}
.value-list li .txt {
    width: calc(100%  - 150px);
}

/* imageArea  ---------------------------------------- */
.imageArea {
	width: 100%;
    height: 560px;
}
.imageArea::after {
	padding-top: 40%;
}
.company-imageArea-wrap {
    position: relative;
}
.company-imageArea-wrap::before {
    content: "";
    width: 100%;
    height: 55%;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: -1px;
}

/* sec-message  ---------------------------------------- */
.sec-message {
    padding: 100px 0 110px;
}
.sec-message-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}
.sec-message-flex .thumb {
    width: 36.1525%;
}
.sec-message-flex .thumb::after {
    padding-top: 100%;
}
.sec-message-block {
    width: 55.5555%;
}
.sec-message-block .ttl {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.sec-message-block .txt-wrap p {
    margin-top: 1em;
}
.sec-message-block .txt-wrap p.name {
    text-align: right;
    font-size: 1.6rem;
    margin-top: 1.5em;
}
.sec-message-block .txt-wrap p.name span {
    display: inline-block;
    font-size: 2.0rem;
    font-weight: 700;
    padding-left: 15px;
}

/* sec-overview  ---------------------------------------- */
.sec-overview {
    padding: 110px 0 0;
}
.sec-overview-block {
    padding-left: 30.3482%;
}

/* sec-access  ---------------------------------------- */
.sec-access {
    padding: 80px 0 0;
}
.sec-access-block {
    padding-left: 30.3482%;
}
.map {
    height: 420px;
}
.map iframe {
    width: 100%;
    height: 100% ;
}
.map-btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* sec-clients  ---------------------------------------- */
.sec-clients {
    padding: 100px 0 110px;
}
.clients-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.clients-list._col4 {
    margin-top: 40px;
}
.clients-list._col2 {
    margin-top: 45px;
}
.clients-list._col4 li {
    width: 23.5%;
}
.clients-list._col2 li {
    width: 48.71%;
    margin-bottom: 2.58%;
}
.clients-list li img {
    border: 1px solid #d9d9d9;
}

/* sec-history  ---------------------------------------- */
.sec-history {
    padding: 110px 0 130px;
    margin-bottom: -120px;
}
.sec-history .history-ttl {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 30px;
}
.sec-history .txt-wrap p {
    margin-bottom: 1.25em;
}
.history-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.history-block._top {
    flex-direction: row-reverse;
    margin-top: 50px;
}
.history-block._top .side,
.history-block._mid .side{
    width: 46.2686%;
    position: relative;
}
.history-block._top .cont,
.history-block._mid .cont {
    width: 45.2736%;
}
.history-block-col3 {
    display: flex;
    justify-content: space-between;
}
.history-block-col3 li {
    width: 32.5041%;
    margin-top: 50px;
}
.history-block._mid {
    margin-top: 80px;
}
.history-block._mid .side,
.history-block._mid .cont {
    margin-bottom: 35px;
}
.history-block-mid-fig01 {
    width: 82.4372%;
}
.history-block-mid-fig02 {
    width: 39.9641%;
    position: absolute;
    right: 0;
    bottom: 60px;
}
.history-block._btm {
    margin-top: 70px;
    align-items: flex-end;
}
.history-block._btm .cont {
    width: 54.3946%;
}
.history-block._btm .side {
    width: 37.1475%;
    padding-bottom: 10px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // Service //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-service  ---------------------------------------- */
.sec-service {
    padding: 0 0 20px;
}

/* sec-feature  ---------------------------------------- */
.sec-feature {
    padding: 0 0 120px;
}
.feature-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}
.feature-list li .thumb {
    width: 42.2885%;
}
.feature-list li .thumb::after {
    padding-top: 75%;
}
.feature-list li .block {
    width: 49.4195%;
    padding: 20px 0;
}
.feature-list li .block .ttl {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 30px 0 20px;
}

/* sec-solution  ---------------------------------------- */
.sec-solution {
    padding: 100px 0 0;
}
.solution-block {
    border-top: 1px solid rgba(83,89,93,0.40);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0 65px;
    margin: 45px 0 30px;
    position: relative;
}
.solution-block::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 36px solid #eb601a;
}
.solution-block .ttl {
    width: 210px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 20px;
}
.solution-block .solution-list {
    width: calc(100% - 210px);
}
.solution-block .solution-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(83,89,93,0.40);
    padding: 16px 0;
}
.solution-block .solution-list li:first-child {
    border-top: none;
}
.solution-block .solution-list li .numb {
    width: 55px;
}
.solution-block .solution-list li .txt {
    width: calc(100%  - 55px);
    font-weight: 500;
}
.point-block {
    border: 2px solid #eb601a;
    padding: 45px 50px 20px;
}
.point-block .ttl {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    color: #eb601a;
    margin-bottom: 15px;
}
.point-block .ttl span {
    display: inline-block;
    position: relative;
    padding: 0 30px;
}
.point-block .ttl span::before,
.point-block .ttl span::after {
    content: "";
    width: 1px;
    height: 40px;
    background: #eb601a;
    position: absolute;
    top: 50%;
}
.point-block .ttl span::before {
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
}
.point-block .ttl span::after {
    right: 0;
    transform: translateY(-50%) rotate(30deg);
}
.point-block .point-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid rgba(83,89,93,0.40);
    padding: 20px 0;
}
.point-block .point-list li:first-child {
    border-top: none;
}
.point-block .point-list li .txt {
    width: calc(100% - 90px);
    line-height: 1.5;
    font-weight: 500;
}

/* sec-s-clients  ---------------------------------------- */
.sec-s-clients {
    padding: 110px 0 0;
}
.clients-sublist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.clients-sublist::after {
    content: "";
    width: 30.7692%;
    display: block;
}
.clients-sublist li {
    width: 30.7692%;
    font-size: 1.6rem;
    line-height: 1.4;
    border-bottom: 1px solid rgba(83,89,93,0.40);
    padding: 16px 0;
}

/* sec-area  ---------------------------------------- */
.sec-area {
    padding: 110px 0 0;
}
.area-block {
    margin-top: 45px;
}
.area-block-info {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid rgba(83,89,93,0.40);
    margin-top: 30px;
}
.area-block-info dt {
    width: 180px;
    background: #f5f5f5;
    border-right: 1px solid rgba(83,89,93,0.40);
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.75;
}
.area-block-info dd {
    width: calc(100% - 180px);
    padding: 20px 40px;
    box-sizing: border-box;
    line-height: 1.75;
}

/* sec-flow  ---------------------------------------- */
.sec-flow {
    padding: 110px 0 0;
    overflow: hidden;
}
.sec-flow-inner {
    margin-top: 40px;
}
.flow-slider .slick-list {
    overflow: visible !important;
}
.flow-slider .slick-track {
    display: flex;
}
.flow-slider .slick-slide {
    height: auto !important;
}
.flow-block {
    width: 31.6251vw;
    padding-right: 4vw;
    position: relative;
}
.flow-block::after {
    content: "";
    width: 4vw;
    height: 37px;
    position: absolute;
    right: 0;
    top: 35%;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="22" height="37" viewBox="0 0 22 37"><path fill-rule="evenodd"  stroke="rgb(235, 96, 26)" stroke-width="1.5px" stroke-linecap="butt" stroke-linejoin="miter" fill="none" d="M.5.6l20.4,17.9L.5,36.4"/></svg>') center center no-repeat;
    background-size: 39% auto;
}
.flow-block:last-child::after {
    display: none;
}
.flow-block .thumb::after {
    padding-top: 66.6666%;
}
.flow-block-inner {
    position: relative;
    padding-top: 25px;
}
.flow-block .numb {
    font-size: 1.6rem;
    color: #eb601a;
    line-height: 1;
    position: absolute;
    top: -22px;
    right: 16px;
}
.flow-block .numb span {
    display: inline-block;
    font-size: 5.6rem;
    margin-left: 4px;
}
.flow-block dt {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* sec-vehicle  ---------------------------------------- */
.sec-vehicle {
    padding: 100px 0 0;
}
.vehicle-list li {
    border-bottom: 1px solid rgba(83,89,93,0.40);
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.vehicle-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.vehicle-list li .thumb {
    width: 31.5091%;
}
.vehicle-list li .thumb::after {
    padding-top: 75%;
}
.vehicle-list li .block {
    width: 65.5%;
    padding-left: 75px;
    box-sizing: border-box;
    position: relative;
}
.vehicle-list li .block .vertical-ttl {
    right: inherit;
    left: 0;
}
.vehicle-list li .block .vertical-ttl::after {
    left: 36px;
    bottom: inherit;
    top: 0;
}
.vehicle-list li .block .ttl {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin: -4px 0 12px;
}
.vehicle-list li .block .txt {
    font-size: 1.6rem;
    line-height: 1.75;
}
.vehicle-list li .block .vehicle-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
}
.vehicle-list li .block .vehicle-info dl {
    width: 47%;
    font-size: 1.5rem;
    line-height: 1.75;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(83,89,93,0.40);
    padding: 12px 0;
    position: relative;
}
.vehicle-list li .block .vehicle-info dl::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #eb601a;
    position: absolute;
    left: 0;
    top: -1px;
}
.vehicle-list li .block .vehicle-info dl dt {
    width: 36%;
    font-weight: 700;
}
.vehicle-list li .block .vehicle-info dl dd {
    width: 64%;
}

/* service-pagelin  ---------------------------------------- */
.service-pagelink {
    color: #ffffff;
    background: rgba(83,89,93,1.00);
    padding: 100px 0 100px;
    margin-top: 120px;
}
.service-pagelink-list {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0;
}
.service-pagelink-list li {
    width: 46.9320%;
}
.service-pagelink-list li a {
    display: block;
    color: #ffffff;
}
.service-pagelink-list li a .thumb {
    margin-bottom: 25px;
}
.service-pagelink-list li a .thumb::after {
    padding-top: 66.6666%;
}
.service-pagelink-ttl {
    position: relative;
    line-height: 1.65;
    padding-bottom: 2px;
}
.service-pagelink-ttl .enttl {
    font-size: 1.6rem;
}
.service-pagelink-ttl .ttl {
    font-size: 2.9rem;
    font-weight: 700;
}
.service-pagelink-ttl .arrow {
    right: 10px;
}

/* sec-scope  ---------------------------------------- */
.sec-scope {
    padding-top: 100px;
}
.scope-block {
    margin-top: 45px;
}
.scope-block .ttl {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 32px;
}
.scope-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.scope-list li {
    width: 46.1538%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(83,89,93,0.40);
    padding: 20px 0;
}
.scope-list li:nth-child(-n+2) {
    border-top: 1px solid rgba(83,89,93,0.40);
}
.scope-list li .txt {
    width: calc(100% - 90px);
    line-height: 1.5;
    font-size: 2.0rem;
    font-weight: 500;
}
.scope-list li .numb {
    width: calc(100% - 90px);
    line-height: 1.5;
    font-size: 2.0rem;
    font-weight: 500;
}

/* sec-optimization  ---------------------------------------- */
.sec-optimization {
    padding-top: 100px;
    position: relative;
}
.optimization-fig {
    width: 36.6032%;
    max-width: 580px;
    position: absolute;
    left: 0;
    top: 460px;
}
.optimization-fig .thumb::after {
    padding-top: 96%;
}
.optimization-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 40px 0 0 -5.8656vw;
}
.optimization-block .thumb {
    width: 38.8802%;
}
.optimization-block .thumb::after {
    padding-top: 96%;
}
.optimization-list {
    width: 50.5443%;
}
.optimization-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(83,89,93,0.40);
    padding: 30px 0 35px;
}
.optimization-list li:last-child {
    border-bottom: none;
}
.optimization-list .numb {
    width: 80px;
}
.optimization-list dl {
    width: calc(100% - 90px);
}
.optimization-list dl dt {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* sec-case  ---------------------------------------- */
.sec-case {
    padding-top: 120px;
}
.case-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.case-list li {
    width: 31.3432%;
    padding: 35px 35px 40px;
    background: #f5f5f5;
    box-sizing: border-box;
    line-height: 1.75;
    text-align: center;
}
.case-list li .thumb::after {
    padding-top: 66.6666%;
}
.case-list li dl dt {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 16px 0 4px;
}

/* sec-haken  ---------------------------------------- */
.sec-haken {
    padding-top: 100px;
}
.sec-haken-inner {
    padding: 100px 5.8565% 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sec-haken-inner::before {
    content: "";
    width: 88.287%;
    height: 1px;
    background: rgba(83,89,93,0.40);
    position: absolute;
    left: 5.8565%;
    top: 0;
}
.sec-haken .thumb {
    width: 31.5707%;
}
.sec-haken .haken-block {
    width: 60.6532%;
    padding: 20px 0 40px;
    box-sizing: border-box;
}
.sec-haken .haken-block .ttl {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 30px 0;
}
.haken-merit {
    border-top: 1px solid rgba(83,89,93,0.40);
    margin-top: 30px;
}
.haken-merit-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 35px 0 35px;
}
.haken-merit ul {
    display: flex;
    justify-content: space-between;
}
.haken-merit ul li {
    width: 30.7692%;
    position: relative;
}
.haken-merit ul li::before {
    content: "";
    width: calc(100% - 90px);
    height: 1px;
    background: rgba(83,89,93,0.40);;
    position: absolute;
    right: 0;
    top: 16px;
}
.haken-merit ul li dt {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 0 8px;
}
.haken-merit ul li dd {
    font-size: 1.5rem;
    line-height: 1.75;
}

/*/////////////////////////////////////////////////////////////////////////////


              // Initiatives //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-initiatives  ---------------------------------------- */
.sec-initiatives {
    padding: 0 0 120px;
}
.sec-initiatives-ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 80px 0 70px;
}
.sec-initiatives-ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(83,89,93,0.40);
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left top;
}
.ef.on.sec-initiatives-ttl::before {
    transition: 1.2s cubic-bezier(0.04, 0.8, 0.35, 1) .2s;
    transform: scaleX(1);
}
.sec-initiatives-ttl .numb-ttl {
    width: 31.0116%;
    text-align: right;
    box-sizing: border-box;
    padding: 12px 18px 0 0;
}
.sec-initiatives-ttl .sec-initiatives-ttl-inner {
    width: 65.5058%;
}
.sec-initiatives-ttl .ttl {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 18px;
}
.initiatives-col3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.initiatives-col3 li {
    width: 31.0116%;
}
.initiatives-col3 li .thumb::after {
    padding-top: 66.6666%;
}
.initiatives-col3 li dl {
    margin-top: 18px;
}
.initiatives-col3 li dt {
    font-size: 2.0rem;
    line-height: 1.75;
    font-weight: 700;
    margin-bottom: 8px;
}
.initiatives-col3 li dd {
    font-size: 1.6rem;
}
.other-initiatives {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding: 65px 0;
    position: relative;
}
.other-initiatives::before {
    content: "";
    width: 39.8%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}
.other-initiatives-ttl {
    width: 28.6898%;
    padding-left: 4.9751%;
    box-sizing: border-box;
    position: relative;
}
.other-initiatives-ttl .enttl {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.other-initiatives-ttl .ttl {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
}
.other-initiatives-cont {
    width: 68.8225%;
    position: relative;
}
.other-initiatives-cont ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.other-initiatives-cont ul li {
    width: 46.9879%;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid rgba(83,89,93,0.40);
    padding: 20px 0 20px 38px;
    box-sizing: border-box;
    position: relative;
}
.other-initiatives-cont ul li:nth-child(-n+2) {
     border-top: 1px solid rgba(83,89,93,0.40);
}
.other-initiatives-cont ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #eb601a;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 27px;
}

/* sec-system  ---------------------------------------- */
.sec-system {
    padding-bottom: 20px;
}
.sec-system .content-col2 {
    border-top: 1px solid rgba(83,89,93,0.40);
    padding: 80px 0 0;
}
.system-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(83,89,93,0.40);
}
.system-list .mark {
    width: 23.0769%;
}
.system-list .mark img {
    border: 1px solid #d9d9d9;
}
.system-list dl {
    width: 71.5384%;
}
.system-list dl dt {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 10px 0;
}
.system-list dl dd {
    font-size: 1.6rem;
}

/*/////////////////////////////////////////////////////////////////////////////


              // News //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-news {
    padding-bottom: 140px;
}
.sec-news-side {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    border-bottom: 1px solid rgba(83,89,93,0.40);
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.cate-list-wrap {
    border-right: 1px solid rgba(83,89,93,0.40);
    padding-right: 14px;
    margin-right: 20px;
}
.cate-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cate-list li {
    margin: 5px 6px 5px 0;
}
.cate-list li a {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
    border: 1px solid #53595d;
    border-radius: 4px;
    padding: 6px 12px 7px;
}
.cate-list li.current-cat a {
    border: 1px solid #1a1a1a;
    background: #1a1a1a;
    color: #ffffff;
}
.archive-nav select {
    width: 150px;
    height: 34px;
    font-size: 1.4rem;
    padding: 0 15px;
    margin: 5px 0;
    border: 1px solid #53595d;
    background: #ffffff url(../images/select_wht.gif) right center no-repeat;
    background-size: auto 100%;
}

/* wp-pagenavi
-------------------------------------------------- */
.wp-pagenavi {
	margin: 80px auto 0;
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
}
.wp-pagenavi a {
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0 5px 10px;
	line-height: 55px;
	background: #ffffff;
    border: 1px solid rgba(83,89,93,0.40);
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.wp-pagenavi span.current {
	display:inline-block;
	color: #ffffff;
	width: 55px;
	height: 55px;
	margin: 0 5px 10px;
	line-height: 55px;
	background: #eb601a;
    border: 1px solid #eb601a;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.wp-pagenavi span.extend {
    display: inline-block;
	line-height: 55px;
    margin: 0 5px 10px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // News Detail //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-news-detail {
    border-top: 1px solid rgba(83,89,93,0.40);
    padding: 100px 0 140px;
}

/* entry
-------------------------------------------------- */
.entry {
	word-wrap: break-word;
    padding: 0 0 80px;
}
.entry p.is-space-only {
    margin: 0 !important;
    line-height: 1.5;
}
.entry-thumb {
    margin-bottom: 40px;
}
.entry a {
	text-decoration: underline;
}
.entry img {
	width: auto;
	height: auto;
	vertical-align: middle;
}
.entry strong { font-weight: 700; }
.entry em { font-style: italic; }
.entry blockquote {
    background: #f5f5f5;
	padding: 30px 50px;
	margin: 2em 0;
}
.entry blockquote h2:first-child,
.entry blockquote h3:first-child,
.entry blockquote h4:first-child,
.entry blockquote h5:first-child {
	margin-top: 5px;
}
.entry blockquote h2:first-child {
    margin-bottom: 0.2em;
}
.entry ul,
.entry ol {
    margin: 0.5em 0 1em;
}
.entry ul li {
    position: relative;
    padding-left: 1.2em;
}
.entry ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #eb601a;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
}
.entry ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.entry ol li {
	text-indent: -1em;
	padding-left: 1em;
}
.entry p {
    display: block;
    margin: 0.5em 0;
}
.entry p + p {
    margin: 1em 0 0.5em;
}
.entry h2 {
	font-size: 3.4rem;
    margin: 0.85em 0 1em;
    font-weight: 700;
    line-height: 1.75;
}
.entry h3 {
	font-size: 2.8rem;
    font-weight: 700;
	margin: 1em 0 0.8em;
    padding-bottom: 15px;
    padding-left: 22px;
    position: relative;
    border-bottom: 1px solid rgba(83,89,93,0.40);
    line-height: 1.75;
}
.entry h3::before {
    content: "";
    width: 4px;
    height: calc(100% - 25px);
    background: #eb601a;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: calc(infinity * 1px);
}
.entry h4 {
	font-size: 2.4rem;
    font-weight: 700;
    margin: 1em 0 0.35em;
}
.entry h5 {
	font-size: 2.0rem;
    font-weight: 700;
    margin: 1em 0 0;
}
.entry h2:first-child,
.entry h3:first-child,
.entry h4:first-child,
.entry h5:first-child {
    margin-top: 0;
}

.entry .aligncenter {
    display: block;
    margin: 0 auto;
}
.entry .alignright { float: right; }
.entry .alignleft { float: left; }
.entry img {
    height: auto;
	width: inherit;
    max-width: 100%;
}
.gallery-item img {
    border: none !important;
    box-sizing: border-box;
    padding: 0 3%;
}
.entry .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.entry iframe {
	max-width: 100%;
}

/* sns-link
-------------------------------------------------- */
.sns-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 80px;
}
.sns-share .en-ttl {
    position: relative;
    padding-right: 100px;
    margin-right: 20px;
}
.sns-share .en-ttl::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #999999;
    position: absolute;
    right: 0;
    top: 50%;
}
.sns-share ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sns-share li {
    padding: 4px 12px;
}
.sns-share li a {
    display: block;
    width: 26px;
	height: 26px;
}
.sns-share li a svg {
	display: block;
	width: auto;
	height: 100%;
}

/* detail-nav
-------------------------------------------------- */
.detail-nav-wrap {
    border-top: 1px solid rgba(83,89,93,0.40);
    padding: 80px 0 0;
}
.detail-nav {
    width: 920px;
    margin: 0 auto;
	box-sizing: border-box;
}
.detail-nav ul {
	width: 100%;
	height: 65px;
	position: relative;
	margin: 0 auto;
}
.detail-nav ul li.btn-prev,
.detail-nav ul li.btn-next {
	position: absolute;
	top: 0;
    z-index: 1;
}
.detail-nav ul li.btn-prev {
	left: 0;
}
.detail-nav ul li.btn-next {
    right: 0;
}
.detail-nav ul li.btn-prev a,
.detail-nav ul li.btn-next a {
	display: inline-block;
	font-size: 1.6rem;
    font-weight: 500;
    height: 60px;
	position: relative;
	transition: .2s;
	line-height: 60px;
}
.detail-nav ul li.btn-prev a {
	padding-left: 85px;
}
.detail-nav ul li.btn-next a {
	padding-right: 85px;
}
.detail-nav ul li.btn-prev a::after,
.detail-nav ul li.btn-next a::after {
	content: "";
	width: 65px;
    height: 65px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s;
    background: #eb601a url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(255, 255, 255)" d="M15.4,23.3c-.2,0-.4,0-.6-.3-.3-.3-.2-.8.1-1.1l4.9-3.9-4.9-3.9c-.3-.3-.4-.7-.1-1.1.3-.3.7-.4,1.1-.1l5.6,4.5c.2.1.3.4.3.6s-.1.4-.3.6l-5.6,4.5c-.1.1-.3.2-.5.2Z"/></svg>') center center no-repeat;
    background-size: 36px auto;
}
.detail-nav ul li.btn-prev a::after {
	left: 0;
    transform: translateY(-50%) rotate(180deg);
}
.detail-nav ul li.btn-next a::after {
	right: 0;
}


/*/////////////////////////////////////////////////////////////////////////////


              // Recruit //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-r-message  ---------------------------------------- */
.sec-r-message {
    position: relative;
    overflow: hidden;
    padding: 90px 0 180px;
}
.sec-r-message .txt-slider {
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec-r-message-inner {
    display: flex;
    justify-content: space-between;
}
.sec-r-message-side {
    width: 36%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.sec-r-message-side .thumb {
    width: 100%;
}
.sec-r-message-side .thumb::after {
    padding-top: 116.2790%;
}
.sec-r-message-main {
    width: 47.9270%;
    padding: 100px 0 60px;
}
.sec-r-message-block-ttl {
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 35px;
}
.sec-r-message-block .txt-wrap p {
    margin-top: 1em;
}
.sec-r-message-fig {
    margin: 120px 0 0 44.6%;
}
.sec-r-message-fig .thumb::after {
    padding-top: 75%;
}

/* sec-r-ourcompany  ---------------------------------------- */
.sec-r-ourcompany {
    padding: 100px 5.8565% 0 0;
}
.sec-r-ourcompany-inner {
    display: flex;
    justify-content: space-between;
}
.sec-r-ourcompany .thumb {
    width: 57.2317%;
    max-height: 680px;
}
.sec-r-ourcompany .thumb::after {
    padding-top: 84.2391%;
}
.sec-r-ourcompany-block {
    width: 36.5474%;
}
.sec-r-ourcompany-block .txt{
    margin-top: 30px;
}

/* sec-r-ourwork  ---------------------------------------- */
.sec-r-ourwork {
    padding: 90px 0 100px;
}
.interview-slider {
    margin: 40px 0;
}
.interview-slider li {
    width: 26.3543vw;
    margin-right: 1.4641vw;
}
.interview-slider li a {
    display: block;
}
.interview-slider li a .thumb::after {
    padding-top: 120%;
}

/* sec-r-jobinfo  ---------------------------------------- */
.sec-r-jobinfo {
    padding: 110px 0 0;
}
.requirements-list {
    padding-top: 70px;
    position: sticky;
    left: 0;
    top: 80px;
}
.requirements-list li {
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: 500;
}
.recruit-requirements {
	margin-top: 80px;
    border-top: 1px solid rgba(83,89,93,0.40);
}
.recruit-requirements-ttl {
    padding: 35px 0;
}
.recruit-requirements-ttl .ttl {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.recruit-requirements-ttl .recruit-status {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    background: #eb601a;
    color: #ffffff;
    padding: 7px 16px 8px;
    border-radius: 4px;
    margin-right: 28px;
}
.recruit-requirements .block-col2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 0 40px;
    border-bottom: 1px solid rgba(83,89,93,0.40);
}
.recruit-requirements .thumb-wrap {
	width: 38.0952%;
    padding-bottom: 46px;
}
.recruit-requirements .thumb::after {
	padding-top: 75%;
}
.recruit-requirements .block-cont {
	width: 55.9523%;
    position: relative;
}
.recruit-requirements .block-cont::after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(255,255,255,1.00), rgba(255,255,255,0.00));
}
.recruit-requirements.is-open .block-cont::after {
    opacity: 0;
}
.recruit-requirements .block-cont .inner {
	position: absolute;
    height: 100%;
    overflow: hidden;
}
.recruit-requirements.is-open .block-cont .inner {
    position: relative;
}
.recruit-requirements .block-ttl {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
	background: #a6a6a6;
	padding: 0 20px 1px;
	line-height: 35px;
	margin-bottom: 15px;
    border-radius: 4px;
}
.recruit-requirements .job-desc {
    font-size: 1.6rem;
}
.recruit-requirements .recruit-requirements-detail {
	margin-bottom: 30px;
	display: none;
}
.recruit-requirements .recruit-requirements-detail .table {
	border-bottom: 1px solid rgba(83,89,93,0.40);
    font-size: 1.6rem;
    line-height: 1.6;
}
.recruit-requirements .recruit-requirements-detail .table dt {
	width: 20%;
	padding: 20px 0;
}
.recruit-requirements .recruit-requirements-detail .table dd {
	width: 75%;
	padding: 20px 0 10px 5%;
}
.recruit-requirements .recruit-requirements-detail .table dd p {
	padding-bottom: 10px;
}


/* recruit-nav  ---------------------------------------- */
.recruit-nav {
    background: #f5f5f5;
    padding: 90px 0 120px;
    margin-top: 120px;
}
.recruit-nav .page-subnav-list {
    justify-content: center;
}
.recruit-nav .page-subnav-list li {
    width: 21.5588%;
    margin: 0 1.2437%;
    padding: 40px 0;
    border-top: 1px solid rgba(83,89,93,0.40);
    position: relative;
}
.recruit-nav .page-subnav-list li::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #eb601a;
    position: absolute;
    left: 0;
    top: -1px;
}
.recruit-nav .page-subnav-list li a {
    font-size: 1.8rem;
}
.btn-entry {
    width: 880px;
    margin: 60px auto 0;
}
.btn-entry a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    background: #eb601a;
    padding: 80px;
    border-radius: 4px;
    line-height: 1;
    position: relative;
}
.btn-entry a .enttl {
    font-size: 5.8rem;
    margin-right: 36px;
}
.btn-entry a .txt {
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 4px;
}
.btn-entry a .arrow {
    right: 80px;
}


/*/////////////////////////////////////////////////////////////////////////////


              // OUR COMPANY //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-numbers  ---------------------------------------- */
.sec-numbers {
    padding: 90px 0 120px;
}
.numbers-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 60px;
}
.numbers-block {
    width: 33.3333%;
    border-bottom: 1px solid rgba(83,89,93,0.40);
    position: relative;
}
.numbers-block:nth-child(-n+3) {
    border-top: 1px solid rgba(83,89,93,0.40);
}
.numbers-block::after {
    content: "";
    width: 1px;
    height: calc(100% - 80px);
    background: rgba(83,89,93,0.40);
    position: absolute;
    right: 0;
    top: 40px;
}
.numbers-block:nth-child(3n)::after {
    display: none;
}
.numbers-block-inner {
    padding: 0 5px 0 30px;
    margin: 40px 0;
}
.numbers-block .ttl {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 10px;
}
.numbers-block-numb {
    text-align: right;
    padding: 60px 0 8px;
}
.numbers-block-numb._col2 {
    display: flex;
    justify-content: flex-end;
}
.numbers-block-numb .numb {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding-right: 25px;
}
.numbers-block-numb._small .numb {
    font-size: 1.8rem;
}
.numbers-block-numb .numb ._en {
    font-size: 8.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #eb601a;
}
.numbers-block-numb._small .numb ._en {
    font-size: 6.4rem;
    display: block;
}
.numbers-block-numb .numb .txt {
    font-size: 2.0rem;
    position: absolute;
    left: 0;
    top: -1em;
    color: #eb601a;
}
.numbers-block .note {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: right;
    padding-right: 25px;
}
.numbers-block-fig {
    text-align: center;
    padding: 14px 25px 14px 0;
}
.numbers-block-fig img {
    max-width: 320px;
}

/* sec-workplace  ---------------------------------------- */
.sec-workplace {
    padding-top: 110px;
}
.sec-workplace .content-col2 {
    margin-top: 60px;
}
.workplace-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.workplace-list li {
    width: 47.4358%;
    margin-bottom: 40px;
}
.workplace-list li .thumb::after {
    padding-top: 66.6666%;
}
.workplace-list li dl {
    margin-top: 18px;
}
.workplace-list li dl dt {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
.workplace-list li dl dd {
    font-size: 1.6rem;
}

/* sec-benefits  ---------------------------------------- */
.sec-benefits {
    padding-top: 70px;
}
.benefits-block {
    margin-top: 45px;
}
.benefits-block .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.benefits-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benefits-list li {
    width: 46.1538%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(83,89,93,0.40);
    padding: 22px 0;
}
.benefits-list li:nth-child(-n+2) {
    border-top: 1px solid rgba(83,89,93,0.40);
}
.benefits-list li .numb {
    width: 55px;
    line-height: 1.5;
    font-size: 1.6rem;
}
.benefits-list li .txt {
    width: calc(100% - 55px);
    line-height: 1.5;
    font-size: 2.0rem;
    font-weight: 500;
}


/*/////////////////////////////////////////////////////////////////////////////


              // OUR WORKS //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* interview-nav  ---------------------------------------- */
.interview-nav {
    padding: 80px 0 100px;
}
.interview-nav-list {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid rgba(83,89,93,0.30);
}
.interview-nav-item-wrap {
    width: 24.88%;
    border-right: 1px solid rgba(83,89,93,0.30);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
}
.interview-nav-item-wrap:first-child {
    width: 50.24%;
}
.interview-nav-item-wrap a {
    display: block;
    padding-bottom: 34px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="20" height="14" viewBox="0 0 20 14"><path fill-rule="evenodd"  stroke="rgb(235, 96, 26)" stroke-width="1.5px" stroke-linecap="butt" stroke-linejoin="miter" fill="none" d="M19.4.5l-9.4,12.3L.6.5"/></svg>') bottom center no-repeat;
    background-size: 20px auto;
}
.interview-nav-item-wrap .ttl {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 22px;
}
.interview-nav-item-wrap ul {
    display: flex;
    justify-content: center;
}
.interview-nav-item {
    width: 11.7130vw;
    min-width: 140px;
    margin: 0 0.7320vw;
    font-size: 1.6rem;
    line-height: 1.5;
}
.interview-nav-item .thumb {
    margin-bottom: 10px;
}
.interview-nav-item .thumb::after {
    padding-top: 75%;
}
.interview-nav-item .subtxt {
    font-size: 1.2rem;
}

/* sec-ourwork  ---------------------------------------- */
.sec-ourwork {
    margin-bottom: 140px;
}
.sec-ourwork-main {
    position: relative;
    margin-bottom: 30px;
}
.sec-ourwork-main .thumb {
    max-height: 680px;
}
.sec-ourwork-main .thumb::before {
    content: "";
    width: 45.9004%;
    height: 110px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}
.sec-ourwork-main .thumb::after {
    padding-top: 46.8521%;
}
.sec-ourwork-main-block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
}
.sec-ourwork-main-block-ttl  {
    width: 37.8938%;
    margin: -30px 0 0;
}
.sec-ourwork-main-block-ttl .enttl {
    border-top: 1px solid rgba(83,89,93,0.40);
    color: #eb601a;
    font-weight: 700;
    padding: 30px 0 24px;
}
.sec-ourwork-main-block-ttl .ttl {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.5;
}
.sec-ourwork-main-block-txt  {
    width: 54.7263%;
    padding-top: 64px;
}

/* sec-schedule  ---------------------------------------- */
.sec-interview {
    margin-top: -20px;
}
.schedule-ttl {
    margin-bottom: 30px;
}
.schedule-ttl .ttl {
    font-weight: 500;
}
.schedule-ttl .enttl {
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #eb601a;
}
.schedule-block {
    background: #f5f5f5;
    padding: 80px 80px 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.schedule-item {
    width: 46.1759%;
}
.schedule-item-ttl {
    font-size: 2.4rem;
    font-weight: 500;
    border-top: 1px solid rgba(83,89,93,0.40);
    border-bottom: 1px solid rgba(83,89,93,0.40);
    text-align: center;
    padding: 12px 0;
    margin-bottom: 32px;
}
.schedule-item-list {
    position: relative;
}
.schedule-item-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    line-height: 1.6;
}
.schedule-item-box:last-child {
	padding-bottom: 0;
}
.schedule-item-box::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #eb601a;
    border-radius: 50%;
    position: absolute;
    left: 90px;
    top: 8px;
}
.schedule-item-box._non::before {
    display: none;
}
.schedule-item-box::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #eb601a;
    position: absolute;
    left: 96px;
    bottom: -15px;
}
.schedule-item-box:last-child::after {
	display: none;
}
.schedule-item-box-time {
    width: 70px;
    text-align: right;
}
.schedule-item-box-cont {
    width: calc(100% - 130px);
    padding-bottom: 12px;
}
.schedule-item-list._type02 .schedule-item-box-cont {
    padding-bottom: 45px;
}
.schedule-item-box:last-child .schedule-item-box-cont {
	padding-bottom: 0;
}
.schedule-item-box-cont .ttl {
    font-weight: 500;
    position: relative;
}
.schedule-item-box-cont .ttl ._note {
    font-size: 1.1rem;
    letter-spacing: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.7em;
}
.schedule-item-box-cont .txt {
    font-size: 1.4rem;
    padding-top: 4px;
}
.schedule-item-box-cont .txt._mid {
    padding-top: 8px;
}
.schedule-item-list-sub {
    width: calc(100% - 230px);
    position: absolute;
    left: 230px;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.schedule-item-list-sub ul {
    list-style-type: disc;
	list-style-position: inside;
    padding-left: 56px;
    position: relative;
}
.schedule-item-list-sub ul::before {
    content: "";
    width: 30px;
    height: 156px;
    background: url("../images/schedule-item-list-sub.png") left center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.schedule-item-list-sub li {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0;
    text-indent: -1em;
}
.schedule-block-note {
    width: 100%;
    border-top: 1px solid rgba(83,89,93,0.40);
    text-align: center;
    margin-top: 55px;
    padding-top: 30px;
    font-size: 1.6rem;
    line-height: 1.6;
}

/* sec-interview  ---------------------------------------- */
.interview-block {
    margin-top: 110px;
}
.interview-block-flex {
    display: flex;
    justify-content: space-between;
    padding-right: 5.8565%;
}
.interview-block:nth-child(2n) .interview-block-flex {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 5.8565%;
}
.interview-block-flex .thumb {
    width: 53.1104%;
    min-height: 580px;
}
.interview-block-flex .thumb::after {
    padding-top: 85%;
}
.interview-block-flex-cont {
    width: 39.1135%;
    border-top: 1px solid rgba(83,89,93,0.40);
    padding: 30px 0 16px;
}
.interview-block-flex-cont .ttl {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 24px 0;
}
.interview-block-flex-cont .ttl span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 8px;
}
.interview-block-flex-cont dl {
    margin-top: 20px;
}
.interview-block-flex-cont dl dt {
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(83,89,93,0.40);
    padding: 0 0 14px 34px;
    position: relative;
}
.interview-block-flex-cont dl dt span {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    color: #eb601a;
    position: absolute;
    left: 0;
    top: -4px;
}
.interview-block-flex-cont dl dd {
    font-size: 1.6rem;
}
.interview-block-message {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 70px;
}
.interview-block-message .thumb {
    width: 26.5339%;
}
.interview-block-message .thumb::after {
    padding-top: 75%;
}
.interview-block-message-cont {
    width: 66.8325%;
    position: relative;
    border-top: 1px solid rgba(83,89,93,0.40);
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 42px 0 0 100px;
}
.interview-block-message-cont .vertical-ttl {
    right: inherit;
    left: 0;
    top: 50px;
}
.interview-block-message-cont .vertical-ttl::after {
    bottom: inherit;
    top: 0;
    left: 40px;
}
.interview-block-message-cont .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}


/*/////////////////////////////////////////////////////////////////////////////


              // CONTACT //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-contents  ---------------------------------------- */
.sec-content {
    padding-bottom: 120px;
}

/* contact-form  ---------------------------------------- */
.contact-form {
    padding: 5px 0 0;
}

/* contact-tel-block  ---------------------------------------- */
.contact-tel-block {
	margin: 0 0 80px;
}
.contact-tel-block {
    border-top: 1px solid rgba(83,89,93,0.40);
} 
.contact-ttl {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 40px 0;
}
.contact-tel-block a {
	display: block;
    background: #f5f5f5;
	text-align: center;
	padding: 50px 0 55px;
}
.contact-tel-block .tel {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 8px 0;
}
.contact-tel-block .tel span {
	font-size: 4.2rem;
    font-weight: 700;
}
.contact-tel-block .note {
	font-size: 1.6rem;
}

/* contact-block  ---------------------------------------- */
.contact-block {
    border-top: 1px solid rgba(83,89,93,0.40);
}
.contact-block-txt {
	margin-bottom: 25px;
    font-size: 1.6rem;
}
.contact-block-txt + dl {
	border-top: 1px solid rgba(83,89,93,0.30);
}
.contact-block dl {
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid rgba(83,89,93,0.30);
}
.contact-block dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.contact-block dl dt {
	width: 32%;
	float: left;
	padding: 24px 0 0;
	line-height: 1;
    font-size: 1.6rem;
}
.contact-block dl dt .note {
	display: block;
	font-size: 1.4rem;
	margin: 20px 0 0;
}
.contact-block dl dd {
	margin: 0 0 0 32%;
    font-size: 1.6rem;
}
.contact-block dl dd .subttl {
	font-size: 1.4rem;
	margin-top: 5px;
}
.contact-block dl dd.txt-inr {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.contact-block dl .note {
	font-size: 1.2rem !important;
	line-height: 1.75 !important;
	margin-bottom: 10px;
}
.red {
	color: #cb1212;
}

/* input  ---------------------------------------- */
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	background: #f5f5f5;
    border: 1px solid #cccccc;
	padding: 20px 20px;
	width: 100%;
	border-radius: 0;
	line-height: 1;
	margin: 7px 0;
	height: 55px;
	vertical-align: central;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 500;
    border-radius: 4px;
}
input[type="text"].w240 {
	width: 240px;
}
input[type="number"].w200 {
	width: 200px;
}
select {
	box-sizing: border-box;
	position: relative;
	margin: 7px 0;
	width: 340px;
	height: 55px;
	background: #f5f5f5 url(../images/select.gif) right center no-repeat;
    background-size: auto 100%;
    border: 1px solid #cccccc;
	background-size: auto 55px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow: "";
	padding: 0 20px;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 500;
    color: #1a1a1a;
}
select.w200 {
	width: 200px;
}
select.w140 {
	width: 140px;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	padding: 25px 20px;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 1.5;
	background: #f5f5f5;
    border: 1px solid #cccccc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 500;
	margin: 7px 0;
    border-radius: 4px;
}
::placeholder {
  color: #a6a6a6;
}

/* radio, checkbox  ---------------------------------------- */
.radio_text,
.checkbox_text {
	padding: 10px 0;
	font-size: 1.6rem;
}
.wpcf7-radio,
.wpcf7-checkbox {
}
.radio_text span.wpcf7-list-item,
.checkbox_text span.wpcf7-list-item {
	display: block;
	margin: 0;
	width: 100%;
}
.radio_text .wpcf7-list-item-label,
.checkbox_text .wpcf7-list-item-label {
	cursor: pointer;
	position: relative;
	margin: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 5px 0 5px 35px;
}
.radio_text .wpcf7-list-item-label::before,
.checkbox_text .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	background-color: #f5f5f5;
}
.radio_text .wpcf7-list-item-label::before,
.checkbox_text .wpcf7-list-item-label::before{
	width: 26px;
	height: 26px;
	border-radius : 50%;
	margin-top: -13px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.radio_text .wpcf7-list-item-label::after,
.checkbox_text .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index : 3;
	opacity: 0;
}
.radio_text .wpcf7-list-item-label::after,
.checkbox_text .wpcf7-list-item-label::after{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 6px;
	margin-top: -7px;
	background-color: #292b2e;
}
.radio_text label input[type="radio"],
.checkbox_text label input[type="checkbox"] {
	display: none;
}
.radio_text label input[type="radio"]:checked + .wpcf7-list-item-label::before,
.checkbox_text label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: #FFFFFF;
}
.radio_text label input[type="radio"]:checked + .wpcf7-list-item-label::after,
.checkbox_text label input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* form-btn  ---------------------------------------- */
.form-btn {
	padding-top: 50px;
	position: relative;
	box-sizing: border-box;
    text-align: center;
    font-size: 1.6rem;
}
.form-btn .txt {
    margin-bottom: 20px;
}
.form-btn ul {
	display: flex;
	justify-content: center;
    padding-top: 30px;
}
.form-btn ul li {
	margin: 0 5px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {	
    display: block;
	width: 460px;
	height: 80px;
	padding: 0;
	margin: 0 0 10px;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #FFFFFF;
	cursor: pointer;
    background: #eb601a url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(255, 255, 255)" d="M15.4,23.3c-.2,0-.4,0-.6-.3-.3-.3-.2-.8.1-1.1l4.9-3.9-4.9-3.9c-.3-.3-.4-.7-.1-1.1.3-.3.7-.4,1.1-.1l5.6,4.5c.2.1.3.4.3.6s-.1.4-.3.6l-5.6,4.5c-.1.1-.3.2-.5.2Z"/></svg>') right 15px center no-repeat;
    background-size: 36px auto;
	font-family: "Noto Sans JP", sans-serif;
	transition: all .2s;
	font-size: 1.8rem;
    font-weight: 500;
	border-radius: 4px;
}
input[type="button"] {
	opacity: 0.4;
     background: #4aa2df;
}
input[type="submit"][disabled] {
	background: #999999;
	cursor: not-allowed;
}
@media screen and (min-width: 768px) {
	input[type="submit"]:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover {
		opacity: 0.7;
	}
	input[type="submit"][disabled]:hover {
		opacity: 1;
	}
}

/* form-btm-txt  ---------------------------------------- */
.form-btm-txt {
	display: flex;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1.75;
	margin-top: 50px;
}

/* wpcf7-response-output  ---------------------------------------- */
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	margin: 0 0 2em;
	padding: 0.5em 1em;
	line-height: 1.5;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
	color: #dc3232;
    background-color: #fcf7f7;
	border-color: #dc3232 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.8235em !important;
    font-weight: 500 !important;
}

/* complete-display  ---------------------------------------- */
.complete-display {
    border: 1px solid #999999;
    text-align: center;
    padding: 55px 20px;
    margin-top: -30px;
}
.complete_ttl {
	font-size: 3.4rem;
    font-weight: 700;
	padding-bottom: 4px;
}
.complete-display .btn {
	margin-top: 30px;
}
