@charset "utf-8";
/*
 * smp.css
 *
 *  version --- 1.0
 *  updated --- 2024/10/24
 */


@media only screen and (max-width: 767px){
	html {
		font-size: 62.5%;
	}
	
	body {
		font-size: 1.4rem;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: inherit;
	}
	
	.is-pc {
		display: none;
	}
	
	.is-sp {
		display: block;
	}
	
	/* !header
	---------------------------------------------------------- */
	#header {
		padding: 1.6rem;
	}
	
	.header-logo a {
		width: 14.3rem;
	}
	
	.header-links a {
		display: none;
	}
	
	.btn-menu {
		display: flex;
	}
	
	/* !global navigation
	---------------------------------------------------------- */
	#g-navi {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s ease;
		pointer-events: none;
		-webkit-overflow-scrolling: touch;
		overflow: hidden;
		padding-left: 6.2rem;
	}
	
	#g-navi.is-open {
		opacity: 1;
		transition: .5s ease;
		pointer-events: initial;
	}
	
	#g-navi .g-navi__inner {
		padding: 5.2rem 2rem;
		display: block;
		background: #FCF6EF;
		width: 100%;
		height: 100%;
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
		transition: .5s ease;
		overflow-y: auto;
	}
	
	#g-navi.is-open .g-navi__inner {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
		transition: .5s ease;
	}
	
	#g-navi ul {
		display: block;
		margin-right: 0;
		text-align: center;
	}
	
	#g-navi ul li+li {
		margin-top: 25px;
	}
	
	#g-navi ul a {
		font-size: 1.8rem;
		padding: 0;
	}
	
	.home #g-navi ul a {
		color: #2B2312;
	}
	
	.g-navi__links {
		display: block;
	}
	
	.g-navi__overlay {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		background: #000;
		opacity: .8;
		width: 100%;
		height: 100%;
	}
	
	/* !breadcrumb
	---------------------------------------------------------- */
	#breadcrumb {
		margin-bottom: 2.8rem;
		margin-top: 8rem;
	}
	
	/* !teaser
	---------------------------------------------------------- */
	#teaser {
		margin-bottom: 4rem;
	}
	
	#teaser::before {
		top: -4rem;
		background: url('../img/common/teaser_wave01.svg') no-repeat;
		background-size: 100% 100%;
	}
	
	#teaser::after {
		top: 6rem;
		height: 15rem;
		background: url('../img/common/teaser_wave02_sp.svg') no-repeat center;
		background-size: cover;
	}
	
	/* !section heading
	---------------------------------------------------------- */
	.section-heading .eng {
		font-size: 2.8rem;
	}
	
	.section-heading .jap {
		font-size: 2.4rem;
	}
	
	.section-heading small {
		font-size: 1.2rem;
		margin-top: 0.9rem;
	}
	
	/* !commen text
	---------------------------------------------------------- */
	.common-text {
		font-size: 1.5rem;
	}
	
	/* !footer
	---------------------------------------------------------- */
	.common-contact {
		margin-top: 8rem;
		padding: 4rem 0 2rem;
	}
	
	.common-contact h2 {
		font-size: 6rem;
		margin-bottom: 0;
	}
	
	.common-contact__section {
		display: block;
	}
	
	.common-contact__cont {
		padding: 3.2rem 0;
		border-left: none;
		border-bottom: 0.1rem solid #16483C;
	}
	
	.common-contact__cont:last-child {
		border: none;
	}
	
	.common-contact__title {
		font-size: 1.8rem;
		margin-bottom: 2.5rem;
	}
	
	.common-contact__text {
		margin-bottom: 1.6rem;
		font-size: 1.4rem;
		line-height: 2;
	}
	
	#footer {
		padding: 4rem 0 2.4rem;
	}
	
	/* !main Visual
	---------------------------------------------------------- */
	.main-visual__info {
		text-align: center;
		justify-content: flex-end;
		padding: 2.4rem;
	}
	
	.main-visual__info .eng {
		font-size: 3.4rem;
	}
	
	.main-visual__info .jap {
		margin-top: 1.6rem;
		font-size: 1.7rem;
	}
	
	/* !Top
	---------------------------------------------------------- */
	.top-section {
		margin-top: 8rem;
	}
	
	.top-message {
		position: relative;
		margin-top: 4rem;
	}
	
	.top-message::before {
		top: 5.5rem;
		height: 9.2rem;
		background: url('../img/top/icon_wave_sp.png') no-repeat;
		background-size: 100% 100%;
	}
	
	.top-message__item {
		display: block;
	}
	
	.top-section .section-heading {
		width: 100%;
	}
	
	.top-section__info {
		width: 100%;
		margin-left: 0;
		padding-top: 4rem;
	}
	
	.top-message__btn {
		margin-top: 2.5rem;
	}
	
	.top-message__image {
		left: -2rem;
		margin-top: 4rem;
	}
	
	.top-message__image .image-item01 {
		width: 32.8rem;
	}
	
	.top-message__image .image-item02 {
		width: 28.1rem;
		margin-top: -3rem;
		margin-left: 12rem;
	}
	
	.top-case__item {
		display: block;
	}
	
	.top-case__item .top-section__info {
        padding-top: 2.5rem;
    }
	
	.top-cases__swiper {
		margin-top: 2.5rem;
	}
	
	.top-cases__swiper .swiper {
		overflow: visible;
		width: calc(100% - 8.8rem);
	}
	
	.top-case__btn {
		text-align: center;
		margin-top: 4rem;
	}
	
	.top-project {
		position: relative;
		z-index: 3;
		margin-top: -5.5rem;
		padding-right: 2rem;
	}
	
	.top-project__item {
	    display: block;
	}
	
	.top-project__item .top-section__info {
		padding-top: 1.3rem;
	}
	
	.top-project__section {
		padding-top: 4rem;
	}
	
	.top-project__list {
		margin-top: 4rem;
		padding-right: 0;
	}
	
	.top-project__cont {
		display: block;
		padding-left: 2rem;
	}
	
	.top-project__cont .top-project__image {
		max-width: calc(100% - 14rem);
		width: 100%;
		margin-right: 0;
		margin-bottom: 2.4rem;
	}
	
	.top-project__cont .top-project__info {
		width: 100%;
		position: relative;
	}
	
	.top-project__eng {
		font-size: 1.6rem;
		margin-bottom: 0;
		position: absolute;
		right: 0;
		top: -2.4rem;
		z-index: 2;
		transform: translateY(-100%);
		letter-spacing: -0.02em;
	}
	
	.top-project__title {
		font-size: 2.2rem;
	}
	
	.top-project__link {
		margin-top: 1.7rem;
	}
	
	.top-company::before {
		top: -8rem;
		height: 15rem;
		background: url('../img/top/icon_wave02_sp.png')  no-repeat;
		background-size: 100% 100%;
	}
	
	.top-company__item {
		display: block;
		position: relative;
	}
	
	.top-company__list {
		width: 100%;
	}
	
	.top-company__item dl {
		display: block;
		padding: 2.4rem 0;
	}
	
	.top-company__item dt {
		width: 100%;
		padding-right: 0;
	}
	
	.top-company__item dd {
		width: 100%;
	}
	
	.top-company__item dt,
	.top-company__item dd {
		font-size: 1.5rem;
	}
	
	.top-company__btn {
		position: relative;
		max-width: 16.2rem;
		transform: translateY(0);
		margin: 2.4rem auto 0;	
	}
	
	/* !Message
	---------------------------------------------------------- */
	.message-section {
		display: block;
	}
	
	.message-section__info {
		width: 100%;
		padding-top: 8rem;
	}
	
	.message-section__info  .section-heading {
		margin-bottom: 4rem;
	}
	
	.message-section__cont {
		max-width: 60rem;
		width: 100%;
		margin: 4rem auto 0;
	}
	
	.message-section__cont dl {
		margin-top: 1.6rem;
	}
	
	.message-section__cont dt {
		font-size: 1.5rem;
		line-height: 1;
		padding-right: 0;
	}
	
	.message-section__cont dd {
		margin-top: 1rem;
	}

	.message-section__cont dd img {
		width: 12rem;
	}
	
	.message-profile {
		margin-top: 6rem;
		display: block;
	}
	
	.message-profile__list {
		width: 100%;
		margin-top: 4rem;
	}
	
	.message-profile .section-heading {
		width: 100%;
	}
	
	.message-profile__list dl {
		display: block;
		padding: 1.6rem 0;
	}
	
	.message-profile__list dt {
		width: 100%;
		font-size: 1.6rem;
	}
	
	.message-profile__list dd {
		width: 100%;
	}
	
	/* !Company
	---------------------------------------------------------- */
	.company-section {
		margin-top: 6rem;
	}
	
	.company-section__heading {
		margin-bottom: 2.4rem;
	}
	
	.company-section__heading .eng {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	
	.company-section__heading .jap {
		font-size: 2rem;
		line-height: 2;	
	}
	
	.company-mission {
		padding: 3.6rem 0;
	}
	
	.company-mission__item+.company-mission__item {
		margin-top: 2.6rem;
	}
	
	.company-mission__eng {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	
	.company-mission__title {
		font-size: 1.8rem;
		margin-bottom: 1.2rem;
	}
	
	.company-map {
		padding-top: 56%;
	}
	
	.history-swiper .swiper {
		width: calc(100% + 2rem);
	}
	
	.history-swiper .swiper-arrow+.swiper-arrow {
		margin-left: 2rem;
	}
	
	.history-swiper .swiper-slide {
		width: 100%;
	}
	
	.history-year {
		font-size: 2.8rem;
	}
	
	.history-swiper__item dl+dl {
		margin-top: 2rem;
	}
	
	/* !Cases
	---------------------------------------------------------- */
	.case-list ul {
		display: block;
	}
	
	.case-list li {
		margin-top: 2rem;
	}
	
	.wp-pagenavi {
		margin-top: 4rem;
		padding: 4rem 0;
	}
	
	.wp-pagenavi .current,
	.wp-pagenavi .page {
		padding: 0 1rem;
	}
	
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		width: 8rem;
	}
	
	/* !Social (object regeneration)
	---------------------------------------------------------- */
	.social-list__item {
		margin-bottom: 4rem;
		padding: 3.6rem 2rem;
	}
	
	.social-list__title {
		margin-bottom: 4rem;
		font-size: 1.8rem;
	}
	
	.social-list__ul li {
		font-size: 1.6rem;
		padding-left: 4rem;
	}
	
	.social-list__ul li+li {
		margin-top: 4rem;
	}
	
	.social-list__ul li::before {
		width: 3.8rem;
		height: 3rem;
	}
	
	.social-section {
		margin-top: 4rem;
	}
	
	.social-cont {
		display: block;
	}
	
	.social-cont:nth-child(odd) {
		margin-left: 0;
	}
	
	.social-cont:nth-child(even) {
		margin-right: 0;
	}
	
	.social-cont+.social-cont  {
		margin-top: 4rem;
	}
	
	.social-cont:nth-child(even) {
		flex-direction: row-reverse;
	}
	
	.social-cont__image {
		max-width: 58rem;
		width: 100%;
		margin: 0 auto;
	}
	
	.social-cont:nth-child(odd) .social-cont__image {
		margin: 0 auto;
	}
	
	.social-cont:nth-child(even) .social-cont__image {
		margin: 0 auto;
	}
	
	.social-cont__info {
		width: 100%;
		margin-top: 2rem;
	}
	
	.social-cont__title {
		font-size: 2rem;
		margin-bottom: 1.6rem;
	}
	
}