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

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


              // TOP //
	  

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

/* visual  ---------------------------------------- */
.visual {
	position: relative;
	width: 100%;
	box-sizing: border-box;
    color: #ffffff;
}
.visual-main {
    width: 100%;
    height: 100vh;
    position: sticky;
    left: 0;
    top: 0;
    transition: 0.4s;
}
.visual-main::before,
.visual-main::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.visual-main::before {
    background: rgba(25,25,26,0.32);
    z-index: 1;
    transition: 0.8s;
}
.on .visual-main::before {
    background: rgba(25,25,26,0.45);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.visual-main::after {
    background: #ffffff;
    transform-origin: right bottom;
    z-index: 2;
}
.motion .visual-main::after {
    transition: 0.8s cubic-bezier(0.76, 0.09, 0.215, 1);
    transform: scaleX(0);
}
.visual-main-mov {
    width: 100%;
    height: 100vh;
}
.visual-main-mov .thumb {
    width: 100%;
    height: 100%;
}
.visual-main-ttl {
    position: absolute;
    left: 4.3923%;
    bottom: 45px;
    z-index: 1;
}
.visual-main-ttl .en-ttl {
    margin-bottom: 42px;
}
.visual-main-ttl .en-ttl p {
    font-size: 12.8rem;
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.15;
    margin-bottom: -0.22em;
}
.visual-main-ttl .ttl {
    font-size: 1.4rem;
    line-height: 1.5;
}
.visual-main .subttl {
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
    position: absolute;
    right: 8.4187%;
    top: 20%;
    white-space: nowrap;
    z-index: 3;
}
.visual .subttl span {
    display: block;
    transform: translateY(50px);
    opacity: 0;
}
.motion .visual .subttl span:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    transition: 1.6s cubic-bezier(0.04, 0.8, 0.35, 1) .5s;
}
.motion .visual .subttl span:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition: 1.6s cubic-bezier(0.04, 0.8, 0.35, 1) .6s;
}
.visual-main-ttl,
.visual-main .subttl,
.visual-main .pickup-news {
    transition: .3s;
}
.on .visual-main-ttl,
.on .visual-main .subttl,
.on .visual-main .pickup-news {
    opacity: 0;
    pointer-events: none;
}

/* pickup-news  ---------------------------------------- */
.pickup-news {
    width: 27.8184%;
    position: absolute;
    right: 4.3923%;
    bottom: 50px;
    z-index: 1;
}
.pickup-news a {
    display: block;
    position: relative;
    padding: 16px 0 0;
    color: #ffffff;
}
.pickup-news a::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.pickup-news .en-ttl {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 45px;
}
.pickup-news-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pickup-news .date {
    width: 96px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.pickup-news .ttl {
    width: calc(100% - 96px);
    font-size: 1.4rem;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
/* hover */
@media screen and (min-width: 768px) {
    .pickup-news a:hover {
        opacity: 1;
    }
    .pickup-news a:hover::before {
        animation: btn-line .6s ease;
    }
}
@keyframes btn-line {
  0% {
	  transform-origin: right top;
  }
  50% {
	  transform-origin: right top;
	  transform: scaleX(0);
  }
  51% {
	  transform-origin: left top;
	  transform: scaleX(0);
  }
  100% {
	  transform-origin: left top;
	  transform: scaleX(1);
  }
}

/* t-sec-company  ---------------------------------------- */
.t-sec-company {
    padding: 40vh 0 210px;
    position: relative;
    z-index: 1;
}
.t-sec-company-ttl {
    font-size: 6.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-top: 36px;
}
.t-sec-company-col2 {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}
.t-sec-company-side {
    width: 46%;
    text-align: center;
}
.t-sec-company-side img {
    max-width: 585px;
}
.t-sec-company-cont {
    width: 42.5361%;
    padding-top: 10px;
}
.t-sec-company-list {
    margin-top: 55px;
}
.t-sec-company-list .en-ttl {
    font-size: 1.4rem;
    position: relative;
    padding: 20px 0;
}
.t-sec-company-list .en-ttl::before {
    content: "";
    width: 340px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 0;
}
.t-sec-company-list li {
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
.t-sec-company-list li a {
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    color: #ffffff;
    padding: 15px 0;
    position: relative;
}
.t-sec-company-list li a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: rgba(255,255,255,0.60);
    transform: scaleX(0);
    transform-origin: left center;
    transition: .3s;
}
.t-sec-company-list li a::after {
    display: block;
    content: "";
    width: 18px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    box-sizing: border-box;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="26" viewBox="0 0 36 26"><path fill="rgb(255, 255, 255)" d="M18.9,0l-1.4,1.5c.4.4,6.7,7,12.7,10.5H0v2.1h30.1c-5.9,3.5-12.3,10.1-12.7,10.5l1.4,1.5c3.2-3.3,12.4-12,17.1-12v-2.1c-4.8,0-14-8.6-17.1-12Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
}
.t-sec-company-list li a .numb {
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffffff;
    padding-right: 35px;
}

/* hover */
@media screen and (min-width: 768px) {
	.t-sec-company-list li a:hover {
		opacity: 1;
	}
    .t-sec-company-list li a:hover::before {
		transform: scaleX(1);
	}
	.t-sec-company-list li a:hover::after {
		right: 10px;
	}
}

/* t-sec-img  ---------------------------------------- */
.t-sec-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-top: -70px;
    position: relative;
}
.t-sec-img-fig01 {
    width: 39.8975%;
}
.t-sec-img-fig01 .thumb::after {
    padding-top: 70%;
}
.t-sec-img-fig02 {
    width: 29.2825%;
    padding-left: 6.5885%;
    margin-top: 195px;
}
.t-sec-img-fig02 .thumb::after {
    padding-top: 125%;
}
.t-sec-img-fig03 {
    width: 26.3543%;
    padding-right: 24.8901%;
    margin-top: -160px;
}
.t-sec-img-fig03 .thumb::after {
    padding-top: 75%;
}
.t-sec-img-fig04 {
    width: 11.7130%;
    position: absolute;
    right: 5.1244%;
    bottom: 34%;
}
.t-sec-img-fig04 .thumb::after {
    padding-top: 100%;
}

/* t-sec-business  ---------------------------------------- */
.t-sec-business {
    padding: 90px 0 140px;
    position: relative;
}
.logo-slider {
    padding-bottom: 80px;
}
.logo-slider li {
    margin: 0 1.8vw;
}
.logo-slider li img {
    width: auto;
    height: 7vw;
}
.t-sec-business-list {
    margin-top: 8px;
    position: relative;
}
.t-sec-business-list .block {
    background: #ffffff;
    position: sticky;
    left: 0;
    top: 2px;
    padding: 60px 0 100px;
    transition: .8s;
}
body.onh .t-sec-business-list .block {
    background: #2b2b2b;
}
.t-sec-business-list .block-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid #cccccc;
}
.business-cate {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    border: 1px solid #cccccc;
    padding: 3px 12px 1px;
    border-radius: 4px;
}
.t-sec-business-list .block-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.t-sec-business-list .block-col2 .thumb-wrap {
    width: calc(52.1669% + 150px);
    display: flex;
    justify-content: space-between;
}
.t-sec-business-list .block-col2 .thumb {
    width: calc(100% - 150px);
}
.t-sec-business-list .block-col2 .thumb::after {
    padding-top: 75%;
}
.t-sec-business-list .block-col2 .thumb-ttl {
    writing-mode: vertical-rl;
}
.t-sec-business-list .block-col2 .thumb-ttl .numb {
    font-size: 1.2rem;
    padding-left: 8px;
}
.t-sec-business-list .block-col2 .thumb-ttl .ttl {
    font-size: 2.6rem;
}
.t-sec-business-list .block-col2 .block-cont {
    width: 27%;
}
.t-sec-business-list .block-col2 .block-cont .ttl {
    font-size: 2.6rem;
    font-weight: 600;
    padding: 42px 0 16px;
    position: relative;
}
.t-sec-business-list .block-col2 .block-cont .ttl::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 0;
}
.t-sec-business-list .block-col2 .block-cont .btn-txt {
    margin-top: 30px;
}
.t-sec-business-list .block-logo {
    width: 45vw;
    display: flex;
    justify-content: flex-end;
    padding-top: 56px;
    float: right;
}
.t-sec-business-list .block-logo li {
    margin-left: 2.8vw;
}
.t-sec-business-list .block-logo li img {
    width: auto;
    height: 5.8vw;
}
.t-sec-business-list .block-logo._small li {
    margin-left: 2vw;
}
.t-sec-business-list .block-logo._small li img {
    height: 5vw;
}

/* t-sec-news  ---------------------------------------- */
.t-sec-news {
    margin: 160px 0 0;
    position: relative;
}
.t-sec-news .section-wrap {
    padding-bottom: 160px;
}
.news-list-col3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 90px 0;
}
.sec-pagelink .news-list-col3 {
    padding-bottom: 0;
}
.news-list-col3::after {
    content: "";
    display: block;
    width: 29.6950%;
}
.news-list-col3 .item {
    width: 29.6950%;
}
.news-list-col3 .item a {
    display: block;
    position: relative;
}
.news-list-col3 .item a .thumb::after {
    padding-top: 66.6666%;
}
.news-list-col3 .item-inner {
    margin: 18px 0 0;
}
.cate-block {
    display: flex;
    justify-content: flex-start;
    font-size: 1.4rem;
}
.cate-block .date {
    padding: 0 16px 0 0;
    margin-top: -2px;
}
.cate-block .cate {
    font-size: 1.3rem;
    font-weight: 500;
}
.news-list-col3 .item .ttl {
    margin-top: 8px;
}
.news-list-col3 .item .cate-block .cate {
    font-weight: 400;
}
.t-sec-news-fig .thumb::after {
    padding-top: 50%;
}

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

/* t-sec-recruit  ---------------------------------------- */
.t-sec-recruit {
    padding: 110px 0 120px;
}
.t-sec-recruit-cont {
    padding: 45px 4.5941% 110px 29.3261%;
    position: relative;
}
.t-sec-recruit-cont .ttl {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
.t-sec-recruit-cont .en-ttl {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    writing-mode: vertical-rl;
    position: absolute;
    right: 4.5941%;
    top: -55px;
}
.recruit-slider li {
    width: 26.3543vw;
    margin-right: 2.1961vw;
}
.recruit-slider li.thumb::after {
    padding-top: 100%;
}


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


              // COMPANY //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-company-index {}
.company-index-col2,
.company-index-col3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.company-index-col2 {
    margin-bottom: 90px;
}
.company-index-col2::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #cccccc;
    position: absolute;
    left: 50%;
    top: 0;
}
.company-index-col2 .block {
    width: 45%;
}
.company-index-col3 .block {
    width: 30.6581%;
}
.company-index-col2 .block a,
.company-index-col3 .block a {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 16px;
}
.company-index-col2 .block a .en-ttl,
.company-index-col3 .block a .en-ttl {
    width: 30px;
    font-size: 1.4rem;
    line-height: 1.5;
    writing-mode: vertical-lr;
}
.company-index-col2 .block a .block-inner,
.company-index-col3 .block a .block-inner {
    width: calc(100% - 30px);
}
.company-index-col2 .block a .thumb::after {
    padding-top: 66.6666%;
}
.company-index-col3 .block a .thumb::after {
    padding-top: 75%;
}
.company-index-col2 .block a .ttl {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 24px 0 12px;
}
.company-index-col3 .block a .ttl {
    font-size: 2.0rem;
    font-weight: 600;
    margin: 20px 0 12px;
}
.company-index-col2 .block a .txt,
.company-index-col3 .block a .txt {
    font-size: 1.4rem;
}

/* message  ---------------------------------------- */
.sec-message-ttl {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 90px;
}
.sec-message-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    position: relative;
    padding: 0 0 0 9.3097%;
}
.sec-message-col2 .en-ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 0;
    writing-mode: vertical-rl;
}
.sec-message-col2-fig {
    width: 35.3982%;
}
.sec-message-col2-fig .thumb::after {
    padding-top: 125%;
}
.sec-message-col2-cont {
    width: 54.8672%;
}
.sec-message-col2-cont .name {
    text-align: right;
    font-weight: 500;
    padding-top: 40px;
}
.sec-message-col2-cont .name span {
    font-size: 2.2rem;
    margin-left: 20px;
}

/* contents-col2  ---------------------------------------- */
.contents-col2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.contents-col2-side,
.contents-col2-main {
    position: relative;
    padding: 72px 0 100px;
}
.contents-col2:last-child .contents-col2-main {
    padding-bottom: 0;
}
.contents-col2-side::before,
.contents-col2-main::before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}
.contents-col2-side::before {
    width: 40px;
    background: #17509e;
}
.contents-col2-main::before {
    width: 160px;
    background: #999999;
}
.contents-col2-side {
    width: 27.7688%;
}
.contents-col2-side ._sticky{
    position: sticky;
    top: 40px;
    left: 0;
}
.contents-col2-side .ttl {
    font-size: 2.0rem;
    padding-top: 4px;
}
.contents-col2-side .en-ttl {
    font-size: 1.4rem;
    padding-top: 2px;
}
.contents-col2-main {
    width: 67.4157%;
}
.contents-col2-main .main-ttl {
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* philosophy  ---------------------------------------- */
.philosophy-txt {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.6;
}
.philosophy-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.philosophy-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.philosophy-list li .numb {
    display: block;
    width: 90px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.philosophy-list li p {
    width: calc(100% - 90px);
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.6;
}
.philosophy-law li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.philosophy-law li:last-child {
    margin-bottom: 0;
}
.philosophy-law li .numb {
    width: 90px;
    writing-mode: vertical-lr;
    font-size: 2.0rem;
    font-weight: 500;
    padding-top: 8px;
}
.philosophy-law li .numb span {
    text-combine-upright: all;
}
.philosophy-law li dl {
    width: calc(100%  - 90px);
}
.philosophy-law li dl .ttl {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* overview  ---------------------------------------- */
.group-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.group-list li {
    width: 46.4285%;
    margin-bottom: 40px;
}
.group-list li .thumb::after {
    padding-top: 66.6666%;
}
.group-list li dl {
    padding: 16px 0 0;
}
.group-list li dl dt {
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 8px;
}
.group-list li dl dd {
    font-size: 1.4rem;
    line-height: 1.9;
    word-wrap: break-word;
}

/* history  ---------------------------------------- */
.history-list {
    margin-top: 20px;
}
.history-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 32px;
}
.history-block:last-child {
	padding-bottom: 0;
}
.history-block::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #17509e;
    border-radius: 50%;
    position: absolute;
    left: 125px;
    top: 8px;
}
.history-block::after {
    content: "";
    width: 1px;
    height: calc(100% + 20px);
    background: #cccccc;
    position: absolute;
    left: 131px;
    bottom: -40px;
    z-index: -1;
}
.history-block-year {
    width: 138px;
    position: relative;
}
.history-block-year .numb {
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 0.9;
    color: #17509e;
}
.history-block-cont {
    width: calc(100% - 180px);
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
}
.history-block:last-child .history-block-cont {
    border-bottom: none;
    padding-bottom: 0;
}

/* access  ---------------------------------------- */
.anchor-txt {
    margin-top: 32px;
}
.anchor-txt li {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 6px;
}
.access-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    border-top: 1px solid #cccccc;
    padding: 40px 0 48px;
}
.access-block:last-child {
    padding-bottom: 0;
}
.access-block._main {
    display: block;
    border-top: none;
    padding-top: 0;
}
.access-block._col1 {
    display: block;
}
.access-block .thumb {
    width: 38%;
    background: #cccccc;
}
.access-block .thumb::after {
    padding-top: 75%;
}
.access-block._main .thumb {
    width: 100%;
    margin-bottom: 16px;
}
.access-block._main .thumb::after {
    padding-top: 44%;
}
.access-block .access-block-inner {
    width: 60%;
}
.access-block._main .access-block-inner {
    width: 100%;
}
.access-block .business-cate {
    font-size: 1.4rem;
    padding: 6px 12px 3px;
}
.access-block .access-block-inner .ttl {
    font-size: 2.0rem;
    font-weight: 600;
    margin: 20px 0 12px;
}
.access-block .access-block-inner .ttl span {
    font-size: 1.4rem;
}
.access-block .txt {
    margin: 0 0 26px;
}
.access-block-col2 {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.access-block-col2-inner {
    width: 47%;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
}
.access-block-col2-inner:nth-child(2n) {
    border-right: none;
}
.access-block-col2-inner .ttl {
    font-weight: 600;
    margin-bottom: 8px;
}

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


              // BUSINESS  //
	  

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

/* sec-business-index  ---------------------------------------- */
.sec-business-index {
    margin-bottom: -60px;
}
.business-index-col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.business-index-col2 .block {
    width: 47.1910%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 60px 0;
}
.business-index-col2 .block::before,
.business-index-col2 .block::after {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
}
.business-index-col2 .block::before {
    width: 25px;
    background: #17509e;
    left: 0;
}
.business-index-col2 .block::after {
    width: calc(100%  - 30px);
    background: #cccccc;
    right: 0;
}
.business-index-col2 .block .block-side {
    width: 122px;
    writing-mode: vertical-rl;
}
.business-index-col2 .block .block-side .ttl {
    font-size: 2.1rem;
    padding: 0 18px 0 8px
}
.business-index-col2 .block .block-side .numb {
    font-size: 1.2rem;
    line-height: 1.5
}
.business-index-col2 .block a {
    display: block;
    width: calc(100% - 122px);
}
.business-index-col2 .block a .thumb::after {
    padding-top: 66.6666%;
}
.business-index-col2 .block .block-cont-inner {
    position: relative;
    margin-top: 30px;
}
.business-index-col2 .block .business-cate {
    position: absolute;
    right: 0;
    top: 0;
}
.business-index-col2 .block a .ttl {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 12px;
    padding-top: 26px;
}
.business-index-col2 .block a .ttl::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 0;
}
.business-index-col2 .block a .txt {
    font-size: 1.4rem;
}

/* sec-business  ---------------------------------------- */
.sec-business {
    position: relative;
    padding-left: 4.3923%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec-business-side {
    width: 22%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 110px 0 0;
}
.sec-business-side ul li {
    margin-bottom: 20px;
}
.sec-business-side ul li a {
    display: block;
    position: relative;
    padding-left: 35px;
    font-weight: 500;
}
.sec-business-side ul li a::before {
    content: "";
    width: 14px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="22" viewBox="0 0 14 22"><path fill="rgb(26, 26, 26)" d="M13.3,11.8c-.2.2-3.9,3.8-5.8,7.1V0h-1v18.9c-1.8-3.3-5.6-6.9-5.8-7.1l-.7.7c1.8,1.7,6.5,6.8,6.5,9.5h1c0-2.7,4.7-7.7,6.5-9.5l-.7-.7Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
}
.sec-business-side ul li a.current {
    color: #17509e;
}
.sec-business-side ul li a.current::before {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="22" viewBox="0 0 14 22"><path fill="rgb(23, 80, 158)" d="M13.3,11.8c-.2.2-3.9,3.8-5.8,7.1V0h-1v18.9c-1.8-3.3-5.6-6.9-5.8-7.1l-.7.7c1.8,1.7,6.5,6.8,6.5,9.5h1c0-2.7,4.7-7.7,6.5-9.5l-.7-.7Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
}
.sec-business-main {
    width: 76.5696%;
}
.sec-business-block {
    padding-top: 110px;
}
.sec-business-block-inner {
    padding-right: 6%;
}
.business-ttl {
    position: relative;
    padding: 40px 0 60px;
}
.business-ttl::before,
.business-ttl::after {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
}
.business-ttl::before {
    width: 25px;
    background: #17509e;
    left: 0;
}
.business-ttl::after {
    width: calc(100% - 30px);
    background: #cccccc;
    right: 0;
}
.business-ttl .ttl {
    font-size: 1.8rem;
}

/* business-concept  ---- */
.business-concept .ttl {
    font-size: 3.8rem;
    margin-bottom: 32px;
}
.business-concept-slider-wrap {
    display: flex;
    justify-content: flex-end;
}
.business-concept-slider {
    width: 96.3396vw;
    margin-top: 110px;
}
.business-concept-slider .thumb {
    width: 33.8213vw;
    margin-right: 1.4641vw;
}
.business-concept-slider .thumb::after {
    padding-top: 66.6666%;
}

/* business-strengths  ---- */
.business-strengths .block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
.business-strengths .block:last-child {
    margin-bottom: 0;
}
.business-strengths .block .thumb {
    width: 28.7234%;
}
.business-strengths .block .thumb::after {
    padding-top: 100%;
}
.business-strengths .block-inner {
    width: 64.2553%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0 0;
}
.business-strengths .block .numb {
    width: 42px;
    font-size: 1.2rem;
    padding-top: 10px;
}
.business-strengths .block-cont {
    width: calc(100% - 42px);
}
.business-strengths .block-cont .ttl {
    font-size: 2.8rem;
    margin-bottom: 16px;
}

/* business-role  ---- */
.business-role .thumb::after {
    padding-top: 43%;
}
.business-role-inner {
    margin-top: 40px;
}
.business-role .ttl {
    font-size: 3.4rem;
    margin-bottom: 12px;
}
.business-role-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 16px 0 24px;
}
.business-role-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: #17509e;
    padding: 10px 30px 6px 52px;
    border: 1px solid #17509e;
    border-radius: 4px;
    margin-right: 12px;
    position: relative;
}
.business-role-list li:last-child {
    margin-right: 0;
}
.business-role-list li::before {
    content: "";
    width: 10px;
    height: 16px;
    border-bottom: 2px solid #17509e;
    border-right: 2px solid #17509e;
    position: absolute;
    left: 22px;
    top: 50%;
    transform-origin: center center;
    transform: translateY(-60%) rotate(45deg);
}

/* business-shop  ---- */
.business-shop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.business-shop .block {
    width: 46.8085%;
    margin-bottom: 60px;
}
.business-shop .block .thumb-wrap {
    position: relative;
    margin-bottom: 22px;
}
.business-shop .block .thumb::after {
    padding-top: 66.6666%;
}
.business-shop .block .thumb-wrap .business-shop-logo {
    width: 150px;
    padding: 6px 0 0 10px;
    position: absolute;
    right: 0;
    bottom: -30px;
    background: #ffffff;
}
.business-shop .block-inner {
    position: relative;
    z-index: 1;
}
.business-shop .block .ttl {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.business-shop .block .ttl span {
    font-size: 1.4rem;
}
.business-shop .block .txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.business-shop .block .txt span {
    font-weight: 700;
}
.business-shop .block .btn-txt {
    margin-top: 24px;
}
.business-shop-col1 .thumb {
    margin-bottom: 35px;
}
.business-shop-col1 .thumb::after {
    padding-top: 42.5%;
}
.business-shop-col1 .block {
    width: 47.8723%;
    border-right: 1px solid #cccccc;
    margin-bottom: 30px;
}
.business-shop-col1 .block:nth-child(2n) {
    border-right: none;
}

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


              // NEWS //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-news-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec-news-side {
    width: 17.6565%;
}
.cate-list {
    padding: 0 0 32px;
    margin-bottom: 48px;
    position: relative;
}
.cate-list::before {
    content: "";
    width: 60px;
    height: 1px;
    background: #17509e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cate-list li {
    margin: 0 0 8px;
}
.cate-list li a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    border: 1px solid #cccccc;
    padding: 12px 16px 10px;
    border-radius: 4px;
}
.cate-list li.current-cat a {
    border: 1px solid #17509e;
    background: #17509e;
    color: #ffffff;
}
.cate-list-sp {
    display: none;
}
.sec-news-side select {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 15px;
    margin: 5px 0;
    background: #ffffff url(../images/select_wht.gif) right center no-repeat;
    background-size: auto 100%;
    border: 1px solid #cccccc;
}
.sec-news-main {
    width: 72%;
    padding: 0;
}
.news-item {
    position: relative;
    padding: 32px 0;
}
.news-item::before,
.news-item::after {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
}
.news-item::before {
    width: 25px;
    background: #17509e;
    left: 0;
}
.news-item::after {
    width: calc(100% - 30px);
    background: #cccccc;
    right: 0;
}
.news-item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news-item .thumb {
    width: 28.7234%;
}
.news-item .thumb::after {
    padding-top: 66.6666%;
}
.news-item-block {
    width: 64.8936%;
    padding: 16px 0 0;
}
.news-item-block .ttl {
    padding: 16px 0 0;
    font-size: 1.8rem;
}
.news-item-block .ttl span {
    position: relative;
    background-image: linear-gradient(90deg, #1a1a1a, #1a1a1a);
    background-repeat: no-repeat;
    background-position: left bottom 2px;
    background-size: 100% 1px;
    transition: background-size 0.6s;
}

/* hover */
@media screen and (min-width: 768px) {
    .news-item a:hover {
        opacity: 1;
    }
    .news-item a:hover .ttl span {
        animation: line .6s 1 ease;
    }
}

/* wp-pagenavi  ---------------------------------------- */
.wp-pagenavi {
	margin: 80px auto 20px;
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
}
.wp-pagenavi a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 12px 10px 0;
	line-height: 60px;
	background: #ffffff;
    border: 1px solid #babdbe;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.wp-pagenavi span.current {
	display:inline-block;
	color: #ffffff;
	width: 60px;
	height: 60px;
	margin: 0 12px 10px 0;
	line-height: 60px;
	background: #17509e;
    border: 1px solid #17509e;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.wp-pagenavi span.extend {
    display: inline-block;
	line-height: 60px;
    margin: 0 12px 10px 0;
}

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


              // NEWS DETAIL //
	  

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

/* news-ttl  ---------------------------------------- */
.news-ttl {
    padding: 40px 0 80px;
}
.news-ttl .ttl {
    font-size: 3.8rem;
    font-weight: 600;
    padding: 24px 0 16px;
}

.sec-news-detail {
    padding: 72px 0 80px;
    position: relative;
}
.sec-news-detail::before,
.sec-news-detail::after {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
}
.sec-news-detail::before {
    width: 25px;
    background: #17509e;
    left: 0;
}
.sec-news-detail::after {
    width: calc(100% - 30px);
    background: #cccccc;
    right: 0;
}
/* entry  ---------------------------------------- */
.entry {
	word-wrap: break-word;
    position: relative;
}
.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 40px;
	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: 10px;
    height: 10px;
    background: #8e9294;
    position: absolute;
    left: 0;
    top: 10px;
    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,
.entry h3,
.entry h4,
.entry h5 {
	font-weight: 600;
	font-style: normal;
    line-height: 1.6;
}
.entry h2 {
	font-size: 3.0rem;
    margin: 1.5em 0 1.2em
}
.entry h3 {
	font-size: 2.2rem;
	margin: 1.0em 0 0.6em;
    padding: 13px 32px 7px 36px;
    position: relative;
    background: #f5f5f5;
}
.entry blockquote h3 {
    background: #ffffff;
}
.entry h3::before {
    content: "";
    width: 3px;
    height: calc(100% - 32px);
    background: #17509e;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-46%);
    border-radius: calc(infinity * 1px);
}
.entry h4 {
	font-size: 2.0rem;
    margin: 1em 0 0.5em;
}
.entry h5 {
	font-size: 1.7rem;
    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-share  ---------------------------------------- */
.sns-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 70px 0 0;
}
.sns-share .en-ttl {
    position: relative;
    padding-right: 92px;
    margin-right: 20px;
}
.sns-share .en-ttl::after {
    content: "";
    width: 60px;
    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: 24px;
	height: 24px;
}
.sns-share li a svg {
	display: block;
	width: auto;
	height: 100%;
}

/* detail-nav  ---------------------------------------- */
.detail-nav {
	border-top: 1px solid #cccccc;
	padding: 70px 0 0;
	box-sizing: border-box;
}
.detail-nav ul {
	width: 100%;
	height: 47px;
	position: relative;
	margin: 0 auto;
}
.detail-nav ul li {
	position: absolute;
	top: 0;
}
.detail-nav ul li.btn-back {
	left: 0;
}
.detail-nav ul li.btn-prev {
	right: 180px;
}
.detail-nav ul li.btn-next {
	right: 0;
}
.detail-nav ul li a {
	display: block;
	width: 100%;
    height: 47px;
	line-height: 47px;
    font-weight: 500;
	box-sizing: border-box;
	position: relative;
}
.detail-nav ul li.btn-back a {
	padding-left: 66px;
}
.detail-nav ul li.btn-prev a {
	padding-left: 66px;
}
.detail-nav ul li.btn-next a {
	padding-right: 66px;
}
.detail-nav ul li a::before {
	content: "";
	width: 47px;
	height: 47px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 0;
	transition: .2s;
}
.detail-nav ul li.btn-back a::before {
	left: 0;
	background: #1a1a1a url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="21" height="24" viewBox="0 0 21 24"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M19.9,13.6c0,5.1-4.2,9.3-9.4,9.3s-9.4-4.2-9.4-9.3c0-5.1,4.2-9.3,9.4-9.3v3.3l6.6-3.8L10.5,0v3.3 C4.7,3.3,0,7.9,0,13.6C0,19.4,4.7,24,10.5,24S21,19.4,21,13.6H19.9z"/></svg>') no-repeat center center;
	background-size: 19px auto;
}
.detail-nav ul li.btn-prev a::before,
.detail-nav ul li.btn-next a::before {
    background: #1a1a1a url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="26" viewBox="0 0 36 26"><path fill="rgb(255, 255, 255)" d="M18.9,0l-1.4,1.5c.4.4,6.7,7,12.7,10.5H0v2.1h30.1c-5.9,3.5-12.3,10.1-12.7,10.5l1.4,1.5c3.2-3.3,12.4-12,17.1-12v-2.1c-4.8,0-14-8.6-17.1-12Z"/></svg>') center center no-repeat;
    background-size: 18px auto;
}
.detail-nav ul li.btn-prev a::before {
    left: 0;
    transform: rotate(180deg);
}
.detail-nav ul li.btn-next a::before {
	right: 0;
}

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


              // RECTUIT //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-recruit-index {}
.page-lead {
    text-align: center;
    margin: -20px 0 60px;
}
.page-lead .ttl {
    font-size: 3.8rem;
    margin-bottom: 16px;
}
.recruit-index-col3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.recruit-index-col3::after {
    content: "";
    display: block;
    width: 30.4975%;
}
.recruit-index-col3 .block {
    width: 30.4975%;
    margin-bottom: 60px;
}
.recruit-index-col3 .block a {
    display: block;
}
.recruit-index-col3 .block .thumb::after {
    padding-top: 66.6666%;
}
.recruit-index-col3 .block-inner {
    margin-top: 16px;
}
.recruit-index-col3 .block .ttl {
    font-size: 1.8rem;
    padding: 14px 0 10px;
}
.recruit-index-col3 .block .ttl span {
    position: relative;
    background-image: linear-gradient(90deg, #1a1a1a, #1a1a1a);
    background-repeat: no-repeat;
    background-position: left bottom 2px;
    background-size: 100% 1px;
}
.recruit-box {
    max-width: 1080px;
    padding: 50px 20px;
    margin: 0 auto;
    border: 1px solid #cccccc;
    text-align: center;
    box-sizing: border-box;
}
/* hover */
@media screen and (min-width: 768px) {
    .recruit-index-col3 .block a:hover .ttl span {
        animation: line .5s 1 ease;
    }
}
@keyframes line {
  0% {
	  background-position: right bottom 2px;
  }
  50% {
      background-position: right bottom 2px;
	  background-size: 0 1px;
  }
  51% {
	  background-position: left bottom 2px;
	  background-size: 0 1px;
  }
  100% {
	  transform-origin: left top;
	  background-size: 100% 1px;
  }
}

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


              // CONTACT //
	  

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

/* sec-contact-col2  ---------------------------------------- */
.sec-contact-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* sec-contact-side  ---------------------------------------- */
.sec-contact-side {
    width: 28%;
    position: relative;
}
.sec-contact-main {
    width: 65.8908%;
    padding: 0 0 0 6.4205%;
    border-left: 1px solid #d9d9d9;
    position: relative;
    box-sizing: border-box;
}

/* contact-block  ---------------------------------------- */
.contact-block-txt {
	margin-bottom: 25px;
}
.contact-block dl {
	padding: 10px 0;
	position: relative;
}
.contact-block dl dt {
    font-weight: 500;
    line-height: 1.9;
}
.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;
	background: #f2f2f2;
    border: 1px solid #f2f2f2;
	padding: 20px 20px;
	width: 100%;
	line-height: 1;
	margin: 7px 0;
	height: 58px;
	vertical-align: central;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 400;
    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: 480px;
	height: 58px;
	background: #f2f2f2 url(../images/select.gif) right center no-repeat;
    background-size: auto 100%;
    border: 1px solid #f2f2f2;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow: "";
	padding: 0 20px;
	cursor: pointer;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 400;
    color: #1a1a1a;
}
select.w200 {
	width: 200px;
}
select.w140 {
	width: 140px;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	height: 280px;
	padding: 25px 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 1.5;
	background: #f2f2f2;
    border: 1px solid #f2f2f2;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 400;
	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: 30px;
	position: relative;
	box-sizing: border-box;
    font-size: 1.6rem;
    text-align: center;
}
.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"],
button[type="submit"] {	
    display: block;
	width: 420px;
	height: 80px;
	padding: 0;
	margin: 0 0 10px;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #FFFFFF;
	cursor: pointer;
    background: #1a1a1a;
	font-family: "IBM Plex Sans JP", sans-serif;
	transition: all .2s;
	font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
	border-radius: calc(infinity * 1px);
}
input[type="button"] {
	opacity: 0.4;
     background: #4aa2df;
}
input[type="submit"][disabled] {
	background: #999999;
	cursor: not-allowed;
}
button[type="submit"] {
    margin: 30px auto;
}
@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 #d6d7d8;
    text-align: center;
    padding: 60px 20px 65px;
}
.complete_ttl {
	font-size: 3.4rem;
    font-weight: 500;
}
