@charset "utf-8";
*,*::before,*::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    color: #2d2d2d;
}
ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
img{
    width: 100%;
}
a{
    color: inherit;
}
a:hover{
    color: inherit;
    text-decoration: none !important;
    opacity: 0.7;
}
h1,h2,h3{
    font-weight: bold;
    margin-bottom: 0;
}
figure,p{
    margin-bottom: 0;
}

.yugo{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.wrap{
    overflow: hidden;
}
.bg-tie{
    background-color: #e1e1e1;
}
.color{
    color: #0b41b6;
}



/* NAVI */

.drawer--right .drawer-nav{
    right: 0;
    width: 100%;
    height: auto;
    z-index: 3;
}
.drawer-menu{
    display: flex;
    justify-content: center;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;

    background: rgb(255,255,254);
    background: -moz-linear-gradient(top, rgba(255,255,254,1) 0%, rgba(217,217,217,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,254,1) 0%,rgba(217,217,217,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,254,1) 0%,rgba(217,217,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffe', endColorstr='#d9d9d9',GradientType=0 );
}
.drawer-menu li{
    width: 33.333333333333%;
    max-width: 228px;
    border-left: 1px solid #b2b2b2;
}
.drawer-menu li:last-child{
    border-right: 1px solid #b2b2b2;
}
.drawer-menu-item{
    text-align: center;
    line-height: 1.15;
    font-size: 12px;
    padding: 15px 10px;
}
@media screen and (min-width: 576px){
    .drawer-menu-item{
        font-size: 16px;
        padding: 15px;
    }
}




/* TOP */
.header-area{
    position: relative;
    text-align: center;
    background-image: url("../images/lp-page/header-img01.png");
    background-repeat: no-repeat;
    background-position: 80% top;
    background-size:  200px;
    padding: 100px 0 0;
}
.header-area.narrow {
	padding: 50px 0 0;
}

.header-img.left{
    left: 0;
    bottom: 50%;
    max-width: 240px;
    z-index: -1;
}
.header-img.right{
    right: 0;
    bottom: 35%;
    max-width: 250px;
    z-index: -1;
}

.header-area.narrow .header-img.right,
.header-area.narrow .header-img.left {
	z-index: -1;
}

.header-title{
    position: relative;
    text-align: center;
}
.header-title h1 img{
    max-width: 578px;
}
.header-area.narrow .header-title h1 {
	padding-bottom: 50px;
}
.header-area.narrow .header-title h1 img {
	max-width: 400px;
}
.header-title h2{
    display: inline-block;
    background-color: #0b41b5;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 20px;
    margin-bottom: 50px;
}

.header-area.narrow .header-title h2 {
	margin-bottom: 25px;
}
.header-title-area{
    margin-bottom: 30px;
}
.header-tie{
    padding: 30px 15px 0;
}
.header-tie > *{
    margin-bottom: 0;
}
.header-tie *{
    color: #3e3f3e;
}
.header-tie.left h3{
    font-size: 16px;
    line-height: 1.4;
}
.header-tie.left .color{
    font-size: 24px;
    color: #103585;
}
.header-tie.left .color2{
    color: #ffec00;
    font-size: 30px;
    text-shadow:
        2px 2px 0 #103585, -2px -2px 0 #103585,
              -2px 2px 0 #103585, 2px -2px 0 #103585,
              0px 2px 0 #103585,  0-2px 0 #103585,
              -2px 0 0 #103585, 2px 0 0 #103585;
}
.header-tie.left .big{
    font-size: 20px;
}
.header-tie .contact-mail{
    max-width: 240px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto 10px;
    border: 2px solid #3e3f3e;
    border-radius: 10px;
}
.header-tie .contact-mail a{
    display: block;
    padding: 15px 20px;
}
.header-tie .contact-mail:hover{
    background: #3e3f3e;
    color: #fff;
}
.header-tie .contact-mail img{
    max-width: 26px;
    padding-right: 10px;
}
.header-tie .contact-mail:hover a{
    color: #fff;
}
.header-tie .contact-mail:hover a:hover{
    opacity: 1;
}
.header-tie .contact-mail:hover img{
    filter: brightness(100);
}
.header-tie .contact-tel-fax{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 30px;
}
.header-tie .contact-tel-fax span{
    margin-bottom: 5px;
}
.header-tie .contact-tel-fax img{
    max-width: 32px;
    padding-right: 10px;
}
.header-area{
    margin-top: 45px;
}
@media screen and (min-width: 576px){
    .header-area{
        margin-top: 50px;
    }
}
@media screen and (min-width: 768px){
    .header-area{
        background-size: auto;
    }
    .header-title h2{
        font-size: 28px;
    }
}
@media screen and (min-width: 992px){
    .header-title h1 img{
        max-width: 410px;
    }
    .header-area{
        padding-bottom: 110px;
    }
    .header-title-area{
        margin-bottom: 0;
    }
    .header-img.left{
        left: 0;
        bottom: -28px;
        max-width: 272px;
        z-index: 1;
    }
    .header-img.right{
        right: 0;
        bottom: -40px;
        max-width: 300px;
        z-index: 1;
    }
    .header-tie{
        position: absolute;
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
        z-index: 2;
    }
    .header-tie > *{
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
    }
    .header-tie.left{
        top: -30px;
        left: -35px;
        max-width: 355px;
        padding: 30px 15px 30px 50px;
    }
    .header-tie.right{
        top: 70px;
        right: -35px;
        padding: 30px 55px 30px 30px;
    }
	.header-area.narrow .header-tie.right{
		top: 30px;
	}	

    .header-tie .contact-tel-fax{
        padding-bottom: 0;
    }
    
}
@media screen and (min-width: 1200px){
    .header-title h1 img{
        max-width: 578px;
    }
    .header-tie.left{
        padding-left: 60px;
    }
    .header-tie.right{
        padding-right: 80px;
    }
}


/* POINT */
.content01{
    background-color: #f9fafa;
    padding: 70px 0 70px;
}
.content01-list{
    max-width: 1040px;
    margin: auto;
}
.content01-item{
    align-items: center;
    text-align: center;
    font-weight: bold;
    background: #fff;
    box-shadow: 2px 2px 5px 0 #999;
    padding: 20px;
    margin-bottom: 30px;
}
.content01-item .number{
    color: #0b41b5;
    font-size: 48px;
    margin-right: 20px;
}
.content01-item .text{
    font-size: 18px;
    text-align: left;
}
.content01 h2{
    font-size: 24px;
    color: #4f504f;
    line-height: 1.5;
    margin-top: 60px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px){
    .content01-item .number{
        font-size: 52px;
    }
    .content01-item .text{
        font-size: 25px;
    }
    .content01 h2{
        font-size: 35px;
    }
}
@media screen and (min-width: 992px){
    .content01{
        padding-top: 90px;
    }
    .content01-item .number{
        margin: 0 50px 0 30px;
    }
}

/* 実績・加工能力 */
.content02{
    background-color: #ebebeb;
    padding: 50px 0 30px;
}
.content02-title,
.content03-title{
    max-width: 500px;
    font-size: 40px;
    color: #2d2d2d;
    margin: 0 auto 40px;
}
.content02-title .sub,
.content03-title .sub{
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 5px;
}

.content02 li {
    margin-bottom: 40px;
}
.content02 li div {
	position: relative;
	width:100%;
	height: 100%;
}
.content02 li div:before {	
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.content02 li div figure{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background-size: cover;
	background-position: center center;
}
.content02 li div figcaption{
    position: absolute;
    bottom: 0;
    width: 100%;
    background:  rgba(255,255,255,0.9);
    text-align: center;
    font-size: 14px;
    padding: 10px;
	border: 1px solid #ccc;
}

.content03{
    background: #f9fafa;
    padding: 70px 0;
}
.content03 li{
    margin-bottom: 30px;
}
.content03 .content-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    font-family:  'Noto Sans JP', sans-serif;
    background-color: #fff;
    border: 1px solid #2d2d2d;
    padding: 30px 20px 20px;
}
.content03 h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.content03 p{
    font-size: 16px;
}
.content03 .content-box figure{
    margin-bottom: 30px;
}
.content03 .other{
    margin-top: 40px;
}
.content03 .other .content-box{
    font-size: 20px;
    padding: 25px;
    margin-right: 10px;
}
.content03 .other .color{
    font-size: 20px;
    border-bottom: 3px solid #0b41b6;
    padding: 0 3px 2px;
    margin: 0 3px;
}


@media screen and (min-width: 768px){
   .content02-title,
    .content03-title{
        font-size: 70px;
    }
    .content02-title .sub,
    .content03-title .sub{
        font-size: 28px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .content02 li figcaption{
        font-size: 16px;
    }
    .content03 ul{
        margin-bottom: 30px;
    }
    .content03 li{
        margin-bottom: 0;
    }
    .content03 h2{
        font-size: 25px;
    }
    .content03 p{
        font-size: 18px;
    }
    .content03 .other .content-box{
        font-size: 25px;
        padding: 25px 50px;
    }
    .content03 .other .color{
        font-size: 25px;
    }
}


/* お問い合わせ */
.contact{
    background-color: #ebebeb;
    padding: 50px 0 60px;
}
.contact h1{
    font-size: 26px;
    line-height: 1.5;
    border-bottom: 3px solid #2d2d2d;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.contact-list{
    align-items: center;
    justify-content: center;
}
.contact .contact-tel-fax{
    text-align: center;
}
.contact .contact-tel-fax img{
    padding-right: 10px;
}
.contact .contact-tel-fax span{
    margin-bottom: 5px;
}
.contact .contact-tel-fax a{
    color: #2d2d2d;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 30px;
}
.contact .contact-mail{
    display: block;
    background: #0b41b6;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
}
.contact .contact-mail img{
    max-width: 32px;
    padding-right: 10px;
}
.contact .caution {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
}
.contact .caution .text-red {
    font-size: 1.2em;
    color: red;
}
@media screen and (min-width: 768px){
    .contact h1{
        font-size: 34px;
    }
    .contact .contact-mail{
        margin-top: 0;
    }
}
@media screen and (min-width: 992px){
    .contact h1{
        font-size: 40px;
        padding-bottom: 20px;
    }
}



/* 選ばれる理由 */
.content04{
    padding: 70px 0 10px;
}
.content04 .title-area{
    margin-bottom: 60px;
}
.content04 .title-area h2{
    font-size: 20px;
    margin-bottom: 10px;
}
.content04 .title-area h2 span:last-child{
    font-size: 30px;
    text-shadow: 4px 4px 3px #cdcdcd;
}
.content04 h1{
    color: #4f504f;
    font-size: 50px;
}
.content04 .title-box{
    background-color: #4f504f;
    color: #fff;
    font-size: 40px;
    padding: 0 18px 5px;
}
.content04 li{
    position: relative;
    margin-bottom: 60px;
}
.content04 .number{
    position: absolute;
    top: -35px;
    left: -15px;
    z-index: 1;
    width: 70px;
    background-color: #fff388;
    text-align: center;
    font-size: 40px;
}
.content04 .content-box{
    border: 1px solid #9c9d9c;
    padding: 30px 20px 50px;
}
.content04 .content-box h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.content04 .content-box p:not(.number){
    line-height: 1.8;
    font-size: 14px;
}
.content04 .content-box figure{
    box-shadow: 3px 3px 3px 0 #8a8a8a;
    margin-bottom: 20px;
}
.content04 .fig-box{
    margin-top: 30px;
}
.content04 .fig-box figure{
    box-shadow: 3px 5px 1px 2px #8a8a8a;
}
.content04 .fig-box p{
    margin: 30px 0;
}







/* コンタクト */
.contact-press-set .form-area {
    width: 100%;
    max-width: 800px;
    margin: 0px auto 0;
}
.contact-press-set .contact-icon {
    display: block;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 600;
}
.contact-press-set .contact-icon.fax {
    margin-bottom: 40px;
}
.contact-press-set .contact-icon::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.contact-press-set .contact-icon.tel::before {
    content: '';
    background: url("../images/lp-page/contact-tel.png") no-repeat;
    background-size: contain;
}
.contact-press-set .contact-icon.fax::before {
    content: '';
    background: url("../images/lp-page/contact-fax.png") no-repeat;
    background-size: contain;
}
.contact-press-set .contact-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #01386e;
}
.contact-press-set .text {    
    margin-bottom: 10px;
}
.contact-press-set table {
    width: 100%;
    max-width: 800px;
    margin-bottom: 40px;
    border: solid 1px #aaa;
}
.contact-press-set  th {
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: #fbfbfb;
    border-bottom: solid 1px #aaa;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
}
.contact-press-set td {
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: solid 1px #aaa;
    background-color: #fff;
}
.contact-press-set .req {
    display: inline-block;
    margin-right: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #f00;
    border: solid 1px #f00;
}
.contact-press-set .any {
    display: inline-block;
    margin-right: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #0097e0;
    border: solid 1px #0097e0;
}
.contact-press-set  td input[type='text'] {
    height: 40px;
}
.contact-press-set  td input[type='text'], 
.contact-press-set  td input[type='tel'], 
.contact-press-set  td input[type='email'], 
.contact-press-set  td textarea {
    width: 100%;
    padding: 5px;
}
.contact-press-set  td .short { 
    width: 50%!important; 
}
.contact-press-set .com {
    margin-top: 10px;
    font-size: 11px!important;
    line-height: 1.2!important;
}
.contact-press-set span.wpcf7-list-item {
    margin: 0 1em 0 0;
}
.contact-press-set  label input {
    width: auto;
    height: auto;
    margin-right: 5px;
}
.contact-press-set .button-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact-press-set .wpcf7-submit, 
.contact-press-set .wpcf7-confirm, 
.contact-press-set .wpcf7-back {
    margin: 15px;
    padding: 10px 50px;
    box-sizing: border-box;
    background-color: #1167b2;
    border: none;
    text-decoration: none;
    font-size: 16px;
    color: #fff !important;
    letter-spacing: 0.5em;
    text-indent: 0.2em;
}
.contact-press-set .wpcf7-back {
    background-color: #aaa;
}
.contact-press-set .wpcf7c-conf {
    appearance: menulist-button;
    background-color: rgb(232, 240, 254)!important;
    background-image: none!important;
    color: -internal-light-dark(black, white)!important;
}
/* thanks */
.service-thanks-main {
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 362px);
}
.service-thanks-main .service-thanks {
    flex: 1;
}
.service-thanks {
    background-color: #ebebeb;
    padding: 50px 0 30px;
}
.service-thanks .thanks-title {
    text-align: center;
}
.service-thanks .text {
    margin: 40px 0;
    text-align: center;
}
.service-thanks .button {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 1em 4em;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #0b41b5;
}
/* thanks */
@media all and (min-width: 576px) {
    .contact-press-set .contact-title::before {
        display: inline-block;
        width: 30px;
        height: 4px;
        margin-right: 5px;
        content: '';
        background-color: #01386e;
        vertical-align: middle; 
    }
}
@media all and (min-width: 768px) {
    .contact-press-set .contact-title  {
        font-size: 30px;
    }
     .contact-press-set table th {
        display: table-cell;
        width: 20%;
        min-width: 200px;
        font-size: 16px;
     }
     .contact-press-set table td {
        display: table-cell;
        width: 80%;
        min-width: 300px;
        font-size: 16px;
    }   
}

/* コンタクト */


@media screen and (min-width: 576px){
    .content04 h1{
        font-size: 60px;
    }
    .content04 .title-box{
        font-size: 50px;
    }
    .content04 .content-box figure{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px){
    .content04 .title-area h2{
        font-size: 28px;
    }
    .content04 .title-area h2 span:last-child{
        font-size: 40px;
    }
    .content04 h1{
        font-size: 70px;
    }
    .content04 .title-box{
        font-size: 60px;
        padding: 0 22px 5px;
    }
    .content04 .number{
        top: -20px;
        left: -20px;
        width: 100px;
        font-size: 70px;
    }
    .content04 li{
        padding: 20px;
    }
    .content04 .content-box{
        padding: 30px 50px 50px;
    }
    .content04 .content-box h2{
        font-size: 30px;
        margin-left: 20px;
        letter-spacing: -1.5px;
        margin-bottom: 30px;
    }
    .content04 .content-box p:not(.number){
        font-size: 16px;
        line-height: 2.2;
    }
}
@media screen and (min-width: 992px){
    .content04 .title-area h2{
        margin-bottom: 15px;
    }
    .content04 h1{
        font-size: 90px;
    }
    .content04 .title-box{
        font-size: 80px;
        padding: 0 24px 5px;
    }
}


/* FAQ */
.content05{
    background-color: #f5f5f5;
    padding: 70px 0 30px;
}
.content05 h1{
    font-size: 40px;
    text-align: center;
    color: #0e2d70;
    margin-bottom: 40px;
}
.content05-box{
    max-width: 765px;
    margin: auto;
}
.toggle_wrap {
    margin-bottom: 40px;
    font-family: 'Noto Sans JP', sans-serif;
}
.toggle_switch p::before{
    display: inline-block;
    content: '▶';
    color: #01386e;
    margin-right: 15px;
}
.toggle_switch.open p::before{
    transform: rotate(90deg);
}
.toggle_switch .faq-q,
.toggle_contents .faq-a{
    
}
.toggle_switch p{
    font-size: 18px;
    font-weight: bold;
    color: #4f504f;
    cursor: pointer;
}
.toggle_contents{
    display: none;
    margin-top: 20px;
}
.toggle_contents p{
    font-size: 16px;
}
.toggle_contents .faq-a{
    font-weight: bold;
    color: #9f000d;
    font-size: 18px;
}
@media screen and (min-width: 768px){
    .content05 h1{
        font-size: 50px;
    }
    .toggle_switch p{
        font-size: 20px;
    }
    .toggle_contents .faq-a{
        font-size: 20px;
    }
    .toggle_contents p{
        margin-left: 35px;
    }
}



/* FOOTER */
footer h1{
    padding: 20px 15px;
}
.copy{
    background-color: #dde7f1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    padding: 5px 15px;
}



/* pageList
------------------------------------------------- */
.pageList {
	text-align: center;
	padding: 1.15em 0 3.2em;
}
.pageList p,
.pageList ul,
.pageList ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
}
.pageList p {
	padding: 0 8px;
}
.pageList a {
	display: block;
	font-weight: bold;
	color: #9f000d;
}

.pageList ul li a {
	width: 2.14em;
	line-height: 2em;
	text-align: center;
	box-sizing: border-box;
	border: #0b41b6 1px solid;
	color: #0b41b6;
}
.pageList ul li a.on {
	color: #fff;
	background: #0b41b6;
}
.pageList ul li a.first,
.pageList ul li a.last {
	width: auto;
	border: 0;
	margin: 0 1em;
}

nav.more {
	text-align: center;
}
nav.more a {
    display: inline-block;
    background: #0b41b6;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 25px;
    margin: 25px auto;

}


.single-service-img div {
	position: relative;
	width:100%;
	height: 100%;
}
.single-service-img div:before {	
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.single-service-img div figure{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background-size: cover;
	background-position: center center;
}

table.spec {
	table-layout: auto;
}

table.spec th,
table.spec td {
	padding: .5em;
	border-bottom: 1px solid #999;
}
table.spec th {
	width: 10em;
}