/* ========home page style======== */
.section-padding {
    padding: 70px 0px;
}

.section__title {
    margin: 0 auto;
}

.section__title h2 {
    font-size: 72px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    background-image: url(../image/section-line.png);
    background-size: 253px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

.section__title.cl-white h2 {
    color: #fff;
}

.section__title p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.btn-site {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
    font-weight: bold;
    padding: 13px 28px;
    border-radius: 22px;
    border: 1px solid transparent;
    color: #000000;
}

.btn-site.--no-hover-effect:hover {
    background-color: #fff;
    color: #000000;
    border-color: #fff;
    opacity: 0.7;
}

.btn-site.--no-hover-effect:hover svg {
    stroke: #000;
}

.btn-site.--border {
    border-color: #eeeeee;
} 

.btn-site:hover {
    opacity: 1;
    background-color: #eb6100;
    color: #fff;
    border-color: #eb6100;
}

.btn-site:hover svg  {
    stroke: #fff;
}

.btn-site svg  {
    transition: 0.2s;
}

.btn-site.--bg-orange {
    background-color: #eb6100;
    color: #fff;
}

.btn-site.--bg-orange:hover {
    background-color: #fff;
    border-color: #000000;
    color: #000000;
}

.btn-site.--bg-orange:hover svg {
    stroke: #000;
}

.home__hero {
    background-image: url(../image/hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home__hero-img {
    padding: 30px 0px 34px 0px;
}

.home__hero-img img {
    width: auto;
    margin: 0 auto;
}

.about-section {
    background-color: #f5dfbf;
}

.about__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.about__img img {
    width: auto;
}

.about__content > p {
    margin-top: 55px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
				line-height: 3;
}

.service-desc {
    display: flex;
    gap: 40px;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px;
				line-height: 3;
}

.service-desc p {
    font-size: 14px;
    font-weight: bold;
}

.service-center h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}

.wrap-service__menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.service-menu__block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-menu__block:last-child ul {
    padding-left: 70px;
}

.service-menu__block h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 28px;
}

.service-menu__block  ul li:last-child  {
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
}

.service-menu__block  ul li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

.service-menu__block  ul li a {
    display: block;
}

.service-center {
    max-width: 920px;
    margin: 70px auto 0px;
}

.service-center__box {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background-color: #eeeeee;
    padding: 2px 12px;
    position: relative;
    border-radius: 12px;
    margin-bottom: 10px;
    position: relative;
}

.service-center__box::after {
    position: absolute;
    content: "";
    left: 1px;
    top: 0px;
    clip-path: polygon(100% 68%, 0 100%, 100% 100%);
    transform: translateX(-100%);
    width: 22px;
    height: 22px;
    background-color: #eeeeee;
}

.service-center__box  img {
    position: absolute;
    max-width: 105px;
    left: -120px;
    top: -43px;
}

.service-box {
    margin-top: 55px;
    border: 5px solid #eeeeee;
    border-radius: 10px;
    padding: 40px 36px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    row-gap: 30px;
}

.service-box .__content p.senzoku {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 20px;
}

.service-box .__content {
    flex: 1;
}

.service-box .__content h3 {
    font-size: 48px;
    letter-spacing: -0.5px;
    font-weight: bold;
    line-height: 1.2;
				margin-top: 12px;
				margin-bottom: -26px;
}

.service-box .__content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

.service-box .__content h3 span {
    color: #eb6100;
}

.service-box .__content h3 span.s {
	font-size: 24px;
	color: #000;
}

.service-box .__content p.l2 {
	font-weight: bold;	
	font-size: 24px;
}

.service-box .__content p.l2 span:nth-child(1) {
	color: #eb6100;
	font-size: 36px;
	margin-right: 6px;
}

.service-box .__content p.l2 span:nth-child(2) {
	margin: 0 10px;
}

.service-box .__content p.l2 span:nth-child(3) {
	color: #eb6100;
	font-size: 72px;
	margin-right: 4px;
}

.service-box .__content div {
	color: #eb6100;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	top: -34px;
	left: 480px;
}

.service-box .__link {
    width: 324px;
    padding-left: 0;
    position: relative;
				top: -50px;
}

.service-box .__link img {
    position: absolute;
    left: 40px;
    bottom: 10px;
}

.service-box .__link  a {
    position: relative;
}

span.text-bg {
    background-color: #eeeeee;
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 500;
}

span.text-bg-orange {
    padding: 2px 10px;
    background-color: #eb6100;
    color: #fff;
}

span.line {
    background: linear-gradient(transparent 86%, #eb6100 86%);
    padding: 2px 0;
}

section.works {
    padding-top: 40px;
}

section.contact {
    background-color: #eb6100;
    color: #fff;
}

.work__list {
    margin-top: 55px;
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    row-gap: 30px;
}

.work__item {
    width: calc(100%/3 - 6.67px);
    margin-right: 10px;
}

.work__item:nth-child(3n + 3) {
    margin-right: 0px;
}

.work__item .thumb {
    background-color: #eeeeee;
    border-radius: 10px;
    margin-bottom: 12px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
				padding: 0 10px;
}

.work__item .thumb a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.work__item .thumb a img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.work__item .title a {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.work__item .title a:hover {
    color: #eb6100;
    opacity: 1;
}

.work__item .title {
	font-size: 14px;
	padding: 0 10px;
	line-height: 1.7;
}

.work-link-to {
    margin-top: 45px;
}

.contact-st__content {
    margin-top: 40px;
}

.contact-st__content > p {
    text-align: center;
    margin-bottom: 30px;
}

.contact-st__content .__inner {
    justify-content: center;
    gap: 60px;
    row-gap: 30px;
}

.contact__phone a {
    font-size: 18px;
    font-weight: bold;
}

.contact__phone a span {
    font-size: 36px;
    padding-left: 6px;
}

.contact__phone  p {
    font-size: 14px;
    text-align: center;
				font-weight: bold;
}

.contact-st__link {
    max-width: 300px;
    flex: 1;
}

.eyecatch-page {
    background-color: #f5dfbf;
    padding: 66.5px 0px;
}

.page-title {
    font-size: 72px;
    font-weight: bold;
    text-align: center;
}

.page-desc {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
}

p.greeting__desc {
    margin: 60px auto;
    font-size: 14px;
    line-height: 3;
    max-width: 574px;
}

.greeting__img h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.greeting__img-inner {
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
}

.greeting__img-inner .__name {
    padding-bottom: 20px;
}

.greeting__img-inner .__name p {
    font-size: 14px;
}

.greeting__img-inner .__name h4 {
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
}

.greeting__img-inner .__name:first-child  {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.greeting__img-inner .__name h4 span {
    display: block;
    font-size: 14px;
}

.greeting__box {
    margin-top: 22px;
    gap: 60px;
    align-items: stretch;
    justify-content: center;
}

.greeting__box .__item {
    background-color: #f5dfbf;
    padding: 30px 26px;
    border-radius: 10px;
    position: relative;
    max-width: 460px;
    font-size: 14px;
    line-height: 2.4;
}

.greeting__box .__item::after {
    position: absolute;
    content: "";
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 30px;
    bottom: 100%;
    transform: translateY(3px);
}

.greeting__box .__item:first-child::after {
    background-image: url(../image/company-img-03.png);
    right: 110px;
}

.greeting__box .__item:last-child::after {
    background-image: url(../image/company-img-02.png);
    left: 110px;
}

section.philosophy {
    background-color: #eb6100;
}

.philosophy p.desc {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-top: 45px;
}

.outline__inner {
    margin: 50px auto 0px;
    max-width: 980px;
}

.outline__inner .__item {
    padding: 14px 20px;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
}

.outline__inner .__item:last-child {
    border-bottom: 1px solid #eeeeee;
}

.outline__inner .__item  h5 {
    font-size: 14px;
    font-weight: 300;
    width: 250px;
}

.outline__inner .__item  p {
    flex: 1;
}

section.client {
    background-color: #eeeeee;
}

section.client p.desc {
    font-size: 14px;
    margin: 30px auto 30px;
    max-width: 940px;
				line-height: 3;
}

section.character {
    background-image: url(../image/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.character__inner {
    margin-top: 30px;
    align-items: flex-start;
    justify-content: center;
    gap: 66px;
}

.character__inner img {
    width: auto;
    max-width: 440px;
}

.character__inner p {
    flex: 1;
    padding-top: 40px;
    font-size: 14px;
    line-height: 3;
    max-width: 510px;
}

.page-contact {
    padding: 80px 0px;
}

.page-contact p.info {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
}

.page-contact p.desc {
    margin: 40px auto 40px;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}

.form-row {
    max-width: 500px;
    margin: 0px auto 20px; 
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 6px;
}

.form-row label {
    width: 160px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 5px;
}

.form-row label span {
    padding: 2px 4px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background-color: #ff0000;
}

.form-control {
    padding: 5px 10px;
    border: 2px solid #000;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    flex: 1;
    outline: unset;
    width: 340px;
}

.form-control2 {
    padding: 5px 10px;
    border: 2px solid #000;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    flex: 1;
    outline: unset;
    width: 190px;
}

select.form-control {
    appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../image/icon-select.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 6px;
    background-color: transparent;
    padding-right: 30px;
    width: 140px;
    flex: unset;
}

textarea.form-control {
    height: 100px;
}

.form-row__inner {
    gap: 10px;
    max-width: 100%;
}

.form-group__right {
    flex: 1;
}

.form-inner__text {
    flex: 1;
    font-size: 14px;
    padding: 4px 10px;
    border: 2px solid #000;
    background-color: transparent;
    max-height: 30px;
    text-align: center;
}

.form-alert__mess {
    text-align: center;
    margin: 40px 0px;
}

.form-alert__mess h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-alert__mess p {
    font-size: 14px;
    line-height: 1.8;
}

.form__info-box {
    padding-right: 4px;
    padding-top: 4px;
    width: 660px;
    height: 156px;
    border: 2px solid #a6a6a7;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.form__info-box::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0px;
    right: 16px;
    background-color: #a6a6a7;
}

.form__info-box .__inner {
    width: 100%;
    height: 136px;
    overflow-y: auto;
    padding: 10px 18px;
   
}

.form__info-box .__inner::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
    background-color: transparent;
}

.form__info-box .__inner::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #a6a6a7;
}

.form__info-box p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.form-check {
    margin: 30px auto;
    text-align: center;
}

.form-check label {
    font-size: 14px;
}

.mw_wp_form .error {
width: 100%;
background-color: #FFEEEE;
padding: 2px;
}

.form-check .error {
width: 660px;
margin: 0 auto;
}

/*input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    display: inline-block;
    width: 16px!important;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"] + label {
    background: url(../image/radio.png) no-repeat 0 0;
}

input[type="radio"]:checked + label {
    background:url(../image/radio.png) -24px top no-repeat;
}
*/

.bt-submit {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 40px;
    border: 1px solid #000000;
    position: relative;
    text-align: center;

    margin: 0 8px;
    min-width: 300px;
    min-height: 60px;
    cursor: pointer;
    transition: 0.2s;
    background: url(../image/arrow-01.png) no-repeat 96% center;
}

.bt-submit:hover {
    color: #fff;
    border-color: #eb6100;
    background: url(../image/arrow-02.png) no-repeat #eb6100 96% center;
}

.bt-submit:hover svg {
    stroke: #fff;
}

.bt-submit svg {
    position: absolute;
    transition: 0.2s;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.bt-back {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 40px;
    border: 1px solid #000000;
    position: relative;
    text-align: center;

    margin: 0 8px;
    min-width: 300px;
    min-height: 60px;
    cursor: pointer;
    transition: 0.2s;
    background: url(../image/arrow-03.png) #EEE no-repeat 4% center;
}

.btnWrap {
    text-align: center;
}
    

.menu-sp {
    display: none;
}