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

/*海外開拓*/
html{
	scroll-behavior: smooth;
}
a:hover{
	opacity: 0.8;
	transition: 0.5s;
}
#development{
	font-feature-settings: "palt";
	margin: 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	scroll-behavior: smooth;
}
.header-container{
	    position: fixed;
    top: 2em;
    display: flex;
    justify-content: space-between;
    padding: 0 2em;
    width: 95%;
    z-index: 999;
}
.header-container h1{
	margin: 0;
}
.contact-button{
	    padding: 1em 2em;
    background: #001496;
    height: 1.5em;
    color: white;
    border-radius: 6px;
    font-weight: 700;
}
.contact-button a{
	color: white;
    text-decoration: none;
}
.box00{
	max-width: 700px;
    margin: 0 auto;
	padding: 7em 0 5em;
}
.box00 p{
	font-weight: bold;
    font-size: 1.5rem;
    line-height: 2.5;
}
.box00 h4{
	font-weight: bold;
    font-size: 3.5rem;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 0.3rem;
    color: #001496;
}
.mainvisual .box01 p{
	    font-size: 1.3rem;
	    font-weight: 600;
	    letter-spacing: 0.1rem;
	    text-shadow: 0px 0px 10px rgba(0, 0, 0, 20.6);
	    margin-bottom: 2em;
}
.cta-button{
    padding: 1.4em 3em 0.5em;
    text-align: center;
    background: #001496;
    width: 19rem;
    display: inline-block;
    border-radius: 5rem;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
	    line-height: 1;
}
.cta-button span{
	    font-size: 1rem;
	font-weight: 100;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 1;
      width: 0.8em;
    height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
#development .mainvisual{
	background: url("./img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	background-position: center;
	position: relative;
}
#development .mainvisual{
	text-align: center;
	color: #fff;
	padding-top: 8.5vw;
}
#development .mainvisual .box01{
	
}
#development .mainvisual h2{
	font-size: 5.5rem;
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 0;
	letter-spacing: 0.5rem;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	line-height: 1.2;
}
#development .mainvisual h3{
	font-size: 7.6rem;
	line-height: 1.2;
}
#development .mainvisual h4{
	font-size: 2.3rem;
	margin-top: 28px;
	line-height: 1.6;
}
#development .seminar_button{
	margin-top: 34px;
}
#development .seminar_button img{
  width: 20vw;
}
#development .contents {
	max-width: 1000px;
	margin: 0 auto;
}
#development .box02{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	background: #F8F8F8;
	padding: 5em 10em 4em;
	margin: 80px auto 0;
	max-width: 1200px;
	overflow: hidden;
}
@media only screen and (max-width: 1200px) {
	#development .box02{padding: 5em 5em 4em;}
}
.box02 font{
	color: #fff;
    background: #0014AD;
    padding: 0 10px;
    margin: 0 7px;
    display: inline-block;
	margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2.8rem;
}
#development .box02 .wrap01{
	display: inline-block;
	width: 47%;
	vertical-align: top;
	text-align: left;
}
#development .box02 .wrap01 p{
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #333333;
}
#development .box02 .wrap01 span{
	color: #0014AD;
	font-weight: 800;
}
#development .box02 .wrap01 img{
	    margin-top: 5em;
	    width: auto;
	    height: 24rem;
}

#development .contents .box03{
	background: #001496;
    text-align: center;
    margin-top: 0;
    position: relative;
    padding: 4em 0;
}
.w_initial .box04{
	background: white;
}
#development .contents .box03 h2{
	    font-size: 3rem;
    line-height: 1.2;
    padding: 80px 0 40px 0;
    color: white;
	margin: 0;
}
#development .contents .box03 span{
	color: #fff;
	background: #0014AD;
	padding: 0 10px;
	margin: 0 7px;
	display: inline-block;
	position: relative;
}
#development .contents .box03 .wrap01{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 30px;
}
#development .contents .box03 p{
	    font-size: 1rem;
	    font-weight: 600;
	    padding: 1em 2em;
	    text-align: left;
	    margin-bottom: 14px;
	    width: 48%;
	    line-height: 2;
}
.mondai{
	display: flex;
    position: relative;
    background: white;
    border-radius: 10px;
    justify-content: space-around;
	    margin-bottom: 5em;
}
.mondai font{
	    display: inline-block;
	    margin: auto;
	    font-size: larger;
	    color: #001496;
	    font-weight: 600;
	    font-size: 26px;
	    left: 21px;
	    position: relative;
}
#development .contents .box03 img{
	    width: 10%;
    position: absolute;
    left: -2em;
    top:-2em;
}
#development .w_initial{
	max-width: 100%;
}
#development .contents .box04{
	text-align: center;
    padding-top: 4em;
	    max-width: 1000px;
    margin: 0 auto;
	padding-bottom: 7em;
}
#development .contents .box04 .lead{
	text-align: left;
    line-height: 2;
    font-weight: 600;
    margin-top: 3em;
	color: #1D1D1D;
}
#development .contents .box04 h2{
	    font-size: 3rem;
    margin-bottom: 20px;
}
#development .contents .box04 span{
	display: inline;
	background-position: left -100% center;
	padding-bottom: 0.6em;
	font-weight: bold;
	background-size: 200% 0.6em;
	background-repeat: repeat-x;
	 background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 102) 50%); 
	transition: background-position 2s ease 0.1s;
	/*color: #0014AD;*/
	font-weight: 700;
}
#development .contents .box04 ul{
	display: inline-block;
	width: 100%;
	display: flex;
  	justify-content:space-between;
	    margin-top: 3rem;
	    padding: 0;
}
#development .contents .box04 ul li{
	display: inline-block;
    width: 38%;
    vertical-align: top;
    text-align: center;
    padding: 3em;
    background: #F8F8F8;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	text-align: left;
}
#development .contents .box04 ul li h3{
	    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 1rem 0 0;
    font-weight: 700;
    color: #001496;
    display: inline-flex;
}
#development .contents .box04 ul li h3 font{
	font-size: 2.8rem;
    margin-top: -0.6rem;
    margin-left: 14px;
}
#development .contents .box04 ul li p{
	font-size: 1rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.8;
    margin-top: 0;
    color: #333333;
}
.box04 img{
	    object-fit: contain;
    height: 18em;
    width: 100%;
}
#development .contents .box05{
	text-align: center;
	padding-top: 170px;
}
#development .contents .box05 h2{
	font-size: 5.4rem;
	margin-bottom: 50px;
}
#development .contents .box05 img{
	width: 80%;
}
#development .contents .box05 .kaigaigirl_button{
	width: 32vw;
	margin: 50px  auto 0;
	text-align: center;
}
#development .contents .box06{
	text-align: center;
	    padding-top: 4em;
    background: #001496;
	    padding-bottom: 5em;
}
#development .contents .box06 h2{
	    font-size: 3rem;
    margin-bottom: 50px;
    color: white;
}
.voiceBox{
	display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 90%;
    margin: 0 auto;
    justify-content: center !important;
}

#development .contents .box06 .voice{
	    background: #fff;
    padding: 2% 3%;
    position: relative;
    margin-bottom: 1rem;
    width: 25%;
}
#development .contents .box06 .voice p{
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 10px;
	display: inline-block;
}
#development .contents .box06 .voice img{
	position: absolute;
    right: 30px;
    top: -10px;
}
#development .contents .box06 .voice span{
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: right;
	display: block;
}
.leadvoice{
	    font-size: 1.5rem!important;
    color: #001496;
    margin: 1em 0 0!important;
	    line-height: 1.5!important;
	text-align: center!important;
}

#development .box07 {
	    text-align: center;
    padding: 4em 0;
    max-width: 1000px;
    margin: 0 auto;
}
#development .box07 h2{
	font-size: 3rem;
	margin-bottom: 50px;
}


#development .qa-1 {
    max-width: 500px;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

#development .qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

#development .qa-1 summary::before,
#development .qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

#development .qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

#development .qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

#development .qa-1[open] summary::after {
    transform: rotate(225deg);
}

#development .qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

#development .qa-1[open] p {
    transform: none;
    opacity: 1;
}

#development .qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


#development .qa-7 {
	max-width: 800px;
    margin: 0 auto 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

#development .qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 2em 2em 2em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

#development .qa-7 summary::before,
#development .qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

#development .qa-7 summary::before {
    color: #0014AD;
    content: "Q";
}

#development .qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 14px;
    height: 14px;
    margin-left: 10px;
    border-bottom: 2px solid #333333b3;
    border-right: 2px solid #333333b3;
    content: '';
    transition: transform .5s;
}

#development .qa-7[open] summary::after {
    transform: rotate(225deg);
}

#development .qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
    text-align: left;
    font-weight: 400;
    color: #333;
}

#development .qa-7 font{
	    font-weight: 600;
    color: #0014AD;
}

#development .qa-7[open] p {
    transform: none;
    opacity: 1;
}

#development .qa-7 p::before {
    color: #0014AD;
    line-height: 1.2;
    content: "A";
}

#development .contents .box08 {
	text-align: center;
	padding: 0;
	background:#F8F8F8;
	border-radius: 10px;
	margin-bottom: 3em;
	padding-top: 3em;
}
#development .contents .box08 h2{
	font-size:4rem;
	margin-bottom: 20px;
	letter-spacing: 0.3rem;
}
#development .contents .box08 h2 font{
	font-size: 1.5rem;
    background: #001496;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
}
#development .contents .box08 p{
	font-size: 2rem;
	margin-bottom: 0;
	letter-spacing: 0.2rem;
	color: #666;
}
#development .contents .box08 .contact_button{
	width: 20vw;
	margin: 0 auto;
	margin-top: 30px;
}
#development .contents .box08 iframe{
	width: 640px!important;
	height: 1500px!important;
}

@media screen and (max-width: 820px) {
	.mainvisual .box01 p{
	    font-size: 1.2rem;
	    line-height: 1.8;
}
	#development{
	font-feature-settings: "palt";
}
#development .mainvisual{
	background: url("./img/bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 70vh;
	background-position: center;
}
#development .mainvisual{
	text-align: center;
	color: #fff;
	padding-top: 56vw;
}
#development .mainvisual .box01{
	padding: 0;
}
#development .mainvisual h2{
	        font-size: 2.1rem;
	        background-color: none;
	        display: inline-block;
	        margin-bottom: 0;
	        letter-spacing: 0;
	        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
#development .mainvisual h3{
	font-size: 3rem;
	line-height: 1.2;
}
#development .mainvisual h4{
	font-size: 1.6rem;
	margin-top: 28px;
	line-height: 1.6;
}
#development .seminar_button{
	margin-top: 34px;
}
#development .seminar_button img{
  width: 20vw;
}
#development .contents {
	max-width: auto;
	margin: 0 auto;
	padding: 0 5%;
}
#development .box02{
	display: block;
	justify-content:space-between;
	margin-top: 40px;
	padding: 3em 1em 1em;
}
#development .box02 .wrap01{
	display: block;
	width: auto;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
}
#development .box02 .wrap01 p{
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	margin-top: 0;
}
	.box02 font{
		font-size: 2rem;
	}
#development .box02 .wrap01 span{
	color: #0014AD;
	font-weight: 800;
}
#development .box02 h2{
	font-size: 3.6rem;
	letter-spacing: 0.3rem;
	margin-bottom: 20px;
}
#development .contents .box03{
	background: #001496;
        text-align: center;
        position: relative;
        padding: 1em 0;
}
#development .contents .box03 h2{
	font-size: 2rem;
	line-height: 1.2;
	padding: 40px 0 40px 0;
}
#development .contents .box03 span{
	color: #fff;
	background: #0014AD;
	padding: 0 10px;
	margin: 0 7px;
	display: inline-block;
	position: relative;
}
#development .contents .box03 .wrap01{
	width: 90%;
        margin: 0 auto;
        padding: 0;
        padding-bottom: 10px;
}
#development .contents .box03 p{
	font-size: 14px;
	font-weight: 600;
	padding: 0 2.4em 2.4em;
	text-align: left;
	margin-bottom: 14px;
	width: auto;
}
#development .contents .box03 img{
	width: 15%;
        left: -13px;
        top: -25px;
}
#development .w_initial{
	width: auto;
	padding: 0;
}
#development .contents .box04{
	text-align: center;
	padding-top: 1em;
	padding-bottom: 2em;
}
#development .contents .box04 h2{
	font-size: 2rem;
	/* letter-spacing: 0.5rem; */
	margin-bottom: 20px;
}
#development .contents .box04 ul{
	display: inline-block;
	width: auto;
        display: block;
        margin-top: 2em;
	        padding: 0 1em;
}
#development .contents .box04 ul li{
	display: block;
	width: auto;
	vertical-align: top;
	text-align: center;
	margin-bottom: 40px;
	padding: 1em;
}
#development .contents .box04 ul li h3{
	        font-size: 1.5rem;
        font-weight: 600;
	line-height: 1.6;
	margin-bottom: 20px;
}
#development .contents .box04 ul li p{
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	line-height: 1.8;
	margin-top: 0px;
}
#development .contents .box05{
	text-align: center;
	padding-top: 30px;
}
#development .contents .box05 h2{
	font-size: 2rem;
	margin-bottom: 20px;
}
#development .contents .box05 img{
	width: 80%;
}
#development .contents .box05 .kaigaigirl_button{
	width: 80vw;
	margin: 30px  auto 0;
	text-align: center;
}
#development .contents .box06{
	text-align: center;
        padding: 1em 0;
}
#development .contents .box06 h2{
	font-size: 2rem;
	margin-bottom: 50px;
}
#development .contents .box06 .voice{
	background: #fff;
	padding: 8% 8%;
	position: relative;
	margin-bottom: 3rem;
	width: 100%;
}
#development .contents .box06 .voice p{
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.7;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 20px;
	display: inline-block;
}
#development .contents .box06 .voice img{
	position: absolute;
	right: 30px;
        top: -10px;
        width: 55px;
}
	.leadvoice {
		font-size: 1.5rem !important;}
	.voiceBox {
		gap: 0rem;}
#development .contents .box06 .voice span{
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: right;
	display: block;
}


#development .box07 {
	padding: 1em;
}
#development .box07 h2{
	font-size: 2rem;
	margin-bottom: 20px;
}


#development .qa-1 {
    max-width: 500px;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

#development .qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

#development .qa-1 summary::before,
#development .qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

#development .qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

#development .qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

#development .qa-1[open] summary::after {
    transform: rotate(225deg);
}

#development .qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

#development .qa-1[open] p {
    transform: none;
    opacity: 1;
}

#development .qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


#development .qa-7 {
    max-width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

#development .qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

#development .qa-7 summary::before,
#development .qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

#development .qa-7 summary::before {
    color: #0014AD;
    content: "Q";
}

#development .qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 15px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 2px solid #333333b3;
    border-right: 2px solid #333333b3;
    content: '';
    transition: transform .5s;
}

#development .qa-7[open] summary::after {
    transform: rotate(225deg);
}

#development .qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
    text-align: left;
    font-weight: 400;
    color: #333;
}

#development .qa-7[open] p {
    transform: none;
    opacity: 1;
}

#development .qa-7 p::before {
    color: #0014AD;
    line-height: 1.2;
    content: "A";
}
	#development .contents .box08 {
	text-align: center;
        padding: 1em 0em 2em;
        border-radius: 10px;
        margin-bottom: 60px;
        margin-top: 1rem;
}
#development .contents .box08 h2{
	font-size: 2rem;
	margin-bottom: 20px;
	letter-spacing: 0.3rem;
}
#development .contents .box08 p{
	font-size: 1.4rem;
	margin-bottom: 0;
	letter-spacing: 0.2rem;
	color: #333;
}
#development .contents .box08 .contact_button{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
	
	
}





footer{
	text-align: center;
}
footer img{
	    width: 24em;
    margin-bottom: 2rem;
}
footer p{
	background: #001496;
    padding: 1em;
    color: white;
	margin: 0;
}
.price{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    padding: 3em 0;
    max-width: 800px;
    margin: 3em auto 10em;
}
.company .price{
	box-shadow: none;
}
/* table01 */
.table01{
	margin: 0 auto;
    font-size: 1.3rem;
}
.table01 tr {
  border-bottom: 1px solid #E8E8E8!important;
    border-top: 1px solid #E8E8E8!important;
}

.table01 th,
.table01 td {
  padding: 24px 0;
	 border-top: 1px solid #E8E8E8!important;
}

.table01 th {
  width: 85%;
	text-align: left;
}
.table01 td {
  text-align: right;
}
.table01 tr:last-child th,
.table01 tr:last-child td{
	  border-bottom: 1px solid #E8E8E8!important;
}
.company .table01 tr:last-child th,
.company .table01 tr:last-child td{
	  border-bottom: none!important;
}
.pricenote{
	    color: #666666;
    text-align: left;
    margin: 2em 9em;
}
.sp{
		display: none;
	}
	.pc{
		display: block;
	}

.company .table01{
	  font-size: 1rem;
	  margin: 0 auto;
}
.company .table01 th {
    width: 21%;
}
.company .price{
	max-width: none;
	    margin-bottom: 3rem;
	    margin-top: 0;
	padding-top: 0;
}
.company .table01 td{
		text-align: left;
	}
.imgbox{
	    background: white;
    display: flex;
    padding: 0 3em 6em;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.imgbox img{
    height: 14.2em;
    margin: 1em;
}

#content {
    background-color:white;
    line-height:1.5;
    max-width:540px;
    padding:20px;
    margin:50px auto 2em;
}
#content h2{
    margin-top: 30px;
    margin-bottom: 10px;
}

/* sp */
@media only screen and (max-width: 820px) {
	.table01 {
    margin: 0 auto;
    font-size: 1rem;
    width: 90%;
}
  .table01 th,
  .table01 td {
    width: fit-content;
  }

  .table01 th {
    width: 65%;
  }

  .table01 td {
  }
	
	.box00 p {
    font-size: 1rem;
}
.box00 h4 {
    font-size: 1.8rem;
	letter-spacing: 0.1rem;}

	.box00 {
    padding: 2em 1em 3em;
		background: white;
}
	
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.mondai{
		display: block;
		margin-bottom: 2rem;
	}

	#development .box02 .wrap01 img{
		margin-top: 0;
		width: 100%;
		        height: auto;
	}
	.price {
    padding: 1em 0;
		margin-bottom: 5rem;
	
}
.pricenote {
    margin: 1em;
}
	
	#development .contents .box08 iframe {
		width: 340px !important;}
	
	footer img {
		width: 16em;}
	
	.mondai font{
		font-size: 1.4rem;
		margin-top: 1.4em;
		left: 0;
		position: relative;
	}
	#development .contents .box04 .lead{
		padding: 0 1em;
		margin-top: 1em;
	}
	
	#development .contents .box04 ul li h3 font {
    font-size: 2rem;
    margin-top: -0.4rem;
    margin-left: 8px;
}
	.cta-button {
    padding: 1em 3em 0.5em;
		width: 12rem;}
	
	.header-container {
    top: 1em;
    padding: 0 1em;
	width: -webkit-fill-available;
	}
	.header-container img{
		    width: 8rem;
	}
	.contact-button {
    width: 3em;
        height: 3em;
        padding: 0;
        text-align: center;
	}
	
	.contact-button img{
		width: 2rem;
		margin: 0.8rem auto 0;
	}
	.company .table01{
		margin: 0 auto;
	}
	.company .table01 td {
    text-align: left;
    width: 100%;
    display: block;
		border-top: none!important;
		padding-top: 0!important;
}
	.company .table01 th {
    width: 100%;
    display: block;
}
	.imgbox{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 0.5rem;
    justify-content: center;
}
.imgbox img{
        height: 8.2em;
    margin: 0;
}

	
}

/*海外開拓 end*/