/*!
Theme Name: argofoam
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: argofoam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

argofoam is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color: #121212;
  	font-family: "游ゴシック", "Yu Gothic", "游ゴシック Medium", "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
scroll-behavior: smooth;

}

body {
    -webkit-text-size-adjust: none;
	background: /*url(images/bg.png) */#ffffff; /*background-position: center*/;
	font-size: 16px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック Medium", "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #121212;
	
}
p{line-height: 180%;}
li{list-style: none;}

/*SP*/
@media screen and (max-width: 480px){
	body{font-size: 13px;font-family:sans-serif;}
	}

a{text-decoration: none; color: #0880e3;}
a:hover{transition: 0.3s; color: #229bff;}

header{width: 100%; height: 90px; margin: 0; text-align: center; display: flex; justify-content: space-between; align-items: center; background: #ffffff;}
header .logo{width: 100px; height: auto; padding-left: 10px; }
header .logo img{width: 100%; object-fit: contain;}
header .Gnavi{display: flex;align-items: center;}
header .Gnavi ul{display: flex; font-size: 22px; justify-content: space-between;}
header .Gnavi ul li{background: none; }
header .Gnavi ul li a{ font-size:  16px; display:block; color: #121212; font-weight: 600; position: relative; 
  padding-left: 10px; margin: 0 20px; transition: color .3s;}
  header .Gnavi ul li a:hover{ color: #0880e3;}
header .Gnavi ul li a::before{content: ""; width: 11px; height: 18px; align-items: center;
  background: url(images/navi-arrow.png) no-repeat; background-size: contain; position: absolute; left: -10px; top: 3px;}

header .Gnavi .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    margin: 0 auto;
    padding: 20px;
    border: none;
    background: linear-gradient(to bottom,  #098de1 0%,#0028f3 100%); 
    color: #fff;
    font-weight: 500;
    font-size: 16px;transition: .3s;
    
}
header .Gnavi .contact a{color: #fff;}
header .Gnavi .contact:hover {
    background: linear-gradient(to bottom,  #0091f2 0%,#0026ff 100%);
}

header .Gnavi .contact::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM12.0606 11.6829L5.64722 6.2377L4.35278 7.7623L12.0731 14.3171L19.6544 7.75616L18.3456 6.24384L12.0606 11.6829Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.sp-header{display: none;}

@media screen and (max-width: 1000px){
header .logo, header .Gnavi{display: none;}
header{width: 100%; height: 60px;}
.sp-header {display: block;
  height: 60px;
  background:#ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header__container {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  color: #fff;
  padding: 0 25px;
  margin-right: auto;
  margin-left: auto;
}
.header__logo img{width: 50px; height: auto; object-fit: contain; padding-top: 5px;}


input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.hamburger {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0776e5;
  transition: all 0.5s;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
input[type="checkbox"]:checked + .hamburger span {
  background-color: transparent;
}
input[type="checkbox"]:checked + .hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + .hamburger span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.nav {
  position: fixed;
  width: 60%;
  height: 100vh;
  top: 60px;
  right: -120%;
  background-color: #4b9ff4;
  color: #fff;
  padding: 0;
  transition: all 0.5s;
  text-align: left;
  z-index: 9999!important;
}
.nav__item a {
  display: block;
  font-size: 20px;
  padding: 20px 0 20px 50px;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: solid 1px #d6e9f7;
}
.nav__item a:hover {
  color: #4b9ff4;
  background-color: #fff;
}
input[type="checkbox"]:checked ~ .nav {
  right: 0;
}
}


#fv{width: 100%; height: calc(100vh - 90px ); display: block; background: url(images/fv.jpg) no-repeat; background-size: cover;background-position: center;  }

#fv .container{width: 1000px; height: calc(100vh - 90px ); margin: auto; display: block; padding: 60px 20px; position: relative;}
#fv .container h1{font-size: 50px; text-align: center; font-feature-settings: "palt";  color: #ffffff; font-weight: 600; 
text-shadow: 0 0 2px #121212; position: absolute; bottom: 20px; line-height: 140%; }
#fv .container h1 span{font-size: 72px;color: #ffffff; font-weight: 600; text-shadow: 0 0 2px #121212; display: block;}

@media screen and (max-width: 1000px){
#fv{width: 100%; height: 344px; display: block; background: url(images/fv.jpg) no-repeat; background-size: cover;background-position: center;  }

#fv .container{width: 94%; height: 344px; position: relative;}
#fv .container h1{font-size: 17px;  line-height: 160%; }
#fv .container h1 span{font-size: 30px;}
}

.business-wrap{width: 100%;  min-height: 700px; margin: 0 ; padding: 0 ; position:relative;}
.business-wrap img.bg-01{width: 400px; height: 390px; position: absolute; top: 70px; right: 0; z-index: 4; object-fit: contain;}
.business-wrap img.bg-02{width: 400px; height: 330px; position: absolute; top: 280px; left: 0; z-index: 4;object-fit: contain}
.business-wrap .rect-01{width: 200px; height: 170px; background: #d6e9f7 ; display: block; position: absolute; top: 100px; right: 238px; z-index: 3;}
.business-wrap .rect-02{width: 200px; height: 170px; background: #d6e9f7 ; display: block; position: absolute; top: 490px; left: 220px; z-index: 3;}
.business-wrap .container{width: 1000px; height: auto; position: absolute ; top: 0; left: 0; right: 0; margin: auto; padding: 70px 0; z-index: 5;}



h2{font-size: 48px; font-weight: 600;}
.h-en{font-size: 28px; font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  background: linear-gradient(90deg, #098de1 0%, #0026f3 40%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;}
.gr-line{width: 200px; height: 2px;background: linear-gradient(90deg, #098de1 0%, #0026f3 100%);}

.business-wrap .container h3{text-align: center; font-size: 28px; color: #098ce1; margin: 85px auto 0; font-weight: 600;
  line-height: 190%;text-shadow: 1px 1px 5px #ffffff;font-feature-settings: "palt"; }
.business-wrap img.sp-img{display: none;}
@media screen and (max-width: 1000px){
.business-wrap{width: 100%;  min-height:auto; margin: 0 ; padding: 0 ; position:static;}
.business-wrap img.bg-01, .business-wrap img.bg-02, .business-wrap .rect-01, .business-wrap .rect-02{display: none;}
.business-wrap .container{width: 94%; height: auto; position: static ; padding: 30px 0; z-index: 5;}

h2{font-size: 18px; font-weight: 600;}
.h-en{font-size: 15px;}
.gr-line{width: 100px; height: 2px;background: linear-gradient(90deg, #098de1 0%, #0026f3 100%);}

.business-wrap .container h3{text-align: center; font-size: 18px; color: #098ce1; margin: 25px auto 0; }
.business-wrap img.sp-img{width: 80%; height: auto; object-fit: contain; display: block; margin: 20px auto;}
}
@media screen and (max-width: 720px){
.business-wrap img.sp-img{width: 100%; height: auto; object-fit: contain; display: block;}
}

.technology-wrap{width: 100%; margin: 0 ; padding: 0 ; background: #f3faff;}
.technology-wrap .container{width: 1000px; height: auto ; padding: 70px 0; margin: 0 auto; display: block;}
.technology-wrap .container .tech-wrap{width: 100%; display: flex; justify-content: space-between; margin-top: 40px;}
.technology-wrap .container .tech-wrap .tech-box{width: 48%; height: 560px; position: relative;}
.technology-wrap .container .tech-wrap .tech-box img{width: 420px; height: 300px; object-fit: contain; position: absolute;}
.technology-wrap .container .tech-wrap .tech-box .dscr{width: 420px; height: 300px; background: #ffffff;
-webkit-box-shadow: 0 0 1px 1px #D9D9D9;
box-shadow: 0 0 1px 1px #D9D9D9; padding: 35px; position: absolute; bottom: 0; left: 40px; z-index: 999;}
.technology-wrap .container .tech-wrap .tech-box .dscr .dscr-wrap{position: relative; height: 230px; width: 90%;}
.technology-wrap .container .tech-wrap .tech-box .dscr h4{font-size: 20px; color:#0880e3; margin-bottom: 20px; font-weight: 600}
.technology-wrap .container .tech-wrap .tech-box .dscr p{font-size: 16px; text-align: left;}
.technology-wrap .container .tech-wrap .tech-box .dscr a{font-size: 16px; position: relative; position: absolute; bottom: 0; right: 0;}
.technology-wrap .container .tech-wrap .tech-box .dscr a::after{content: ""; width: 16px; height: 11px; 
  background: url(images/arrow-small.png) no-repeat; background-size: contain; position: absolute; right: -20px; top: 7px;}

@media screen and (max-width: 1000px){
.technology-wrap .container{width: 94%;padding: 30px 0;}
.technology-wrap .container .tech-wrap .tech-box{width: 48%; height: auto; position: static;}
.technology-wrap .container .tech-wrap .tech-box img{width: 100%; height: auto; object-fit: contain; position: static;z-index: 0;}
.technology-wrap .container .tech-wrap .tech-box .dscr{width: 90%; height: auto; background: #ffffff;
-webkit-box-shadow: 0 0 1px 1px #D9D9D9;
box-shadow: 0 0 1px 1px #D9D9D9; padding: 20px; position: relative; display: block; top: -20px; left: 5%; z-index: 999;}
.technology-wrap .container .tech-wrap .tech-box .dscr .dscr-wrap{position: relative; height: 230px; width: 90%;}
.technology-wrap .container .tech-wrap .tech-box .dscr h4{font-size: 18px;}
.technology-wrap .container .tech-wrap .tech-box .dscr p{font-size: 16px; text-align: left;}
.technology-wrap .container .tech-wrap .tech-box .dscr a{font-size: 14px;}
}

@media screen and (max-width: 720px){
.technology-wrap .container .tech-wrap{width: 100%; display: block;margin-top: 40px;}
.technology-wrap .container .tech-wrap .tech-box{width: 100%; height: auto; position: static;}

}

footer{width: 100%;  margin: 50px auto 0; text-align: center; padding: 0;}
footer .container{width: 1000px; height: auto; margin: 0 auto; display: block;}
footer .container .ft-wrap{display: flex; justify-content: space-between; align-items: center; padding: 0; margin-bottom: 20px;}
footer .container .ft-wrap img.logo{width: 90px; height: auto; object-fit: contain;}
footer .container .ft-wrap ul{display: flex;}
footer .container .ft-wrap ul li a{color: #121212; margin: 0 10px;}
footer .container p.copyright{text-align: center; margin-bottom: 50px;}

@media screen and (max-width: 1000px){
footer{width: 100%;  margin: 30px auto 0; text-align: center; padding: 0;}
footer .container{width: 94%; height: auto; margin: 0 auto; display: block;}
footer .container .ft-wrap{display: block; padding: 0; margin-bottom: 20px;}
footer .container .ft-wrap img.logo{width: 50px; height: auto; object-fit: contain;}
footer .container .ft-wrap ul{display: flex; flex-wrap: wrap;justify-content: center;}
footer .container .ft-wrap ul li a{color: #121212; margin: 0 20px; font-size: 12px;}
footer .container p.copyright{text-align: center; margin-bottom: 50px;}
}


/*seconf DR*/
#title{width: 100%; height: 300px; display: block; background: url(images/h1-bg.jpg) no-repeat; background-size: cover;background-position: center;  }
#title .container{width: 1000px; height: 300px; margin:0 auto; display: block;}
#title .container .h1-box{display: flex;height: 300px;
  align-items: center;}
#title .container .h1-box h1{font-size: 42px; text-align: left; font-feature-settings: "palt"; color: #ffffff; font-weight: 600; line-height: 140%; }
#title .container .h1-box h1 .en{font-size: 18px; display: block; color: #ffffff; }


@media screen and (max-width: 720px){
#title{width: 100%; height: 150px; display: block; background: url(images/sp-h1-bg.jpg) no-repeat; background-size: cover;background-position: center;  }
#title .container{width: 94%; height: 150px; margin:0 auto; display: block; }
#title .container .h1-box{height: 150px;}
#title .container .h1-box h1{font-size: 21px;}
}


.content-wrap{width: 1000px;  margin: 80px auto; padding: 0 ; display: block;}
.content-wrap img.table{width: 100%; height: auto; object-fit: contain; margin: 0 auto; display: block;}
.content-wrap img.table-sp{ display: none;}

.content-wrap .tech-info-wrap{width: 100%; background: #eef7ff; border-radius: 10px;padding: 35px; margin-bottom: 30px; display: flex; flex-wrap: wrap; }
.content-wrap .tech-info-wrap .h2-wrap{width: 35%; margin-bottom: 25px;margin-right:5%;}
.content-wrap .tech-info-wrap .h2-wrap h2{font-size: 36px; font-weight: bold;}
.content-wrap .tech-info-wrap .h2-wrap .gr-line{width: 100%;}
.content-wrap .tech-info-wrap .dscr-wrap{width: 60%;}
.content-wrap .tech-info-wrap .dscr-wrap p{font-size: 20px;margin-bottom: 25px; line-height: 135%; letter-spacing: -0.01em;}
.content-wrap .tech-info-wrap .tech-box{width: 31%; margin-right:2%;}
.content-wrap .tech-info-wrap .tech-box:last-child{margin-right: 0;}
.content-wrap .tech-info-wrap .tech-box img{width: 100%; height: auto; object-fit: contain; border-radius: 10px;}

.content-wrap ul.news{width: 100%;}
.content-wrap ul.news li{display: flex; border-bottom: solid 1px #0883e3; padding-bottom: 20px; margin-bottom: 20px;}
.content-wrap ul.news li p.date{width: 15%; color: 18px; margin-right: 5%; color: #0880e3; padding-top: 8px;}
.content-wrap ul.news li p.content{width: 80%; font-size: 20px;}


.paging-wrap{display: grid;
  place-items: center;
margin: 50px auto;}


/*----*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  
}

.pagination span:not(.dots) {
  margin: 0 12px;
  padding: 15px 24px;
  background-color: #0883e3;
  display: block;
  color: #fff;
}

.pagination a {
  margin: 0 12px;
  padding: 15px 24px;
  display: block;
  transition: all .3s linear;
  color: #0080ff;
  background: #eef7ff;
}

.pagination a:hover {
  background-color: #0883e3;
  color: #FFF;
}
/*----*/



.Pagination {
  display: flex;
  align-items: center;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 60px;
  height: 60px;
  background: #eef8ff;
  font-size: 18px;
  color: #0883e3;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagination-Item-Link span{color: #0883e3;}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  background: #0883e3;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link.isActive span{color: #ffffff;}
.Pagination-Item-Link:not(.isActive):hover {
  background: #0883e3;
  color: #fff;
}
.Pagination-Item-Link:not(.isActive):hover span{color: #ffffff;}
.Pagination > * + * {
  margin-left: 12px;
}


.content-wrap h2{font-size: 28px; font-weight: 600; margin-bottom: 20px; line-height: 100%;}
.content-wrap .h-en{font-size: 26px; font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  background: linear-gradient(90deg, #098de1 0%, #0026f3 40%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;}

table.company{ margin: 40px 0; width: 100%; font-size: 20px; }
table.company th{background: #f3faff;color: #0776e5; width: 30%;}
table.company td {background: #f3faff;
  padding: 40px;
}
table.company tr:nth-child(odd) td {
  background: #fff;
}
table.company tr:nth-child(odd) th{background: #fff;}



.name-wrap{width: 100%; display: flex; justify-content: space-between; margin: 40px auto;}
.name-wrap img{width: 50%; height: auto; object-fit: contain;}
.name-wrap .dscr{width: 48%;}
.name-wrap .dscr p{font-size: 20px; line-height: 180%; margin-bottom: 40px; letter-spacing: -0.05em;}

.map-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
    margin: 40px auto 20px;
}

.map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p.map-note{font-size: 16px;}

img.recruit-img{width: 50%; height: auto; object-fit: contain; margin: 40px auto 0; display: block;}

.recruit-voice-wrap{width: 100%; display: flex ; flex-wrap: wrap; padding: 40px; margin: 0 0 40px; background: #f3faff; justify-content: space-between;}
.recruit-voice-wrap .name-voice-wrap{width: 100%; margin-bottom: 30px; display: flex;align-items: center;}
.recruit-voice-wrap .name-voice-wrap .name{width: 110px; height: 110px; border-radius: 55px; background: #0776e5; display: grid;  align-items: center;}
.recruit-voice-wrap .name-voice-wrap .name p{color: #ffffff; font-size: 24px; text-align: center;}
.recruit-voice-wrap .name-voice-wrap .year{font-size: 20px; margin-left: 30px;}
.recruit-voice-wrap .voice-box{width:48%; border-radius: 10px; background: #ffffff; padding: 30px; margin-bottom: 4%;}
.recruit-voice-wrap .voice-box .question{font-size: 20px; color: #0776e5; margin-bottom: 16px; font-weight: 600;}
.recruit-voice-wrap .voice-box .answer{font-size: 20px;}
.recruit-voice-wrap .message-box{width: 100%;}
.recruit-voice-wrap .message-box .question{font-size: 20px; color: #0776e5; margin-bottom: 16px; font-weight: 600; text-align: center;}
.recruit-voice-wrap .message-box .answer{font-size: 20px; font-weight: bold;text-align: center}

.recruit-event-wrap{width: 100%; height: auto ; display: flex; flex-wrap: wrap; justify-content: space-between;}
.recruit-event-wrap .event-box{width: 32%; height: auto; padding: 0; margin:40px 0;}
.recruit-event-wrap .event-box img{width: 100%; height: auto; object-fit: contain; border-radius: 10px; margin-bottom: 20px;}
.recruit-event-wrap .event-box p{font-size: 20px; font-weight: 600; text-align: left;}

table.recruit{ margin: 40px 0; width: 100%; font-size: 20px; }
table.recruit th{background: #f3faff;color: #0776e5; width:20%; text-align: left; padding:30px 0 30px 30px}
table.recruit td {background: #f3faff;
  padding: 30px;
}
table.recruit tr:nth-child(odd) td {
  background: #fff;
}
table.recruit tr:nth-child(odd) th{background: #fff;}

.contact-wrap{width: 100%; height: auto; background: #f3faff; padding: 30px; margin: 0 0 40px; }
table.contact{margin:  0; width: 100%; font-size: 20px; }
table.contact th{color: #0776e5!important; width:25%; text-align: right; padding:30px 0 ; font-weight: 600;vertical-align: top;}
table.contact td {padding: 30px 0 30px 30px;}
table.contact input{width: 100%; height: 50px; background: #ffffff; padding: 3px 10px; border: none; font-size: 16px;}
table.contact .req{width: 34px; height: 17px; background: #f24400; text-align: center; padding:2px; color: #ffffff; font-size: 13px; margin-left: 20px;}
table.contact textarea{width: 100%; height: 200px; background: #ffffff; padding: 3px 10px; border: none; font-size: 16px;}
.submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin:0 auto 20px;
    padding: 1em 2em;
    border: none;
    background-color: #0776e5;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
  	font-family: "游ゴシック", "Yu Gothic", "游ゴシック Medium", "游ゴシック体", "メイリオ", "Meiryo", sans-serif;    
}

.submit:hover {
    background-color: #0080ff;
}
.contact-wrap p{text-align: center;}

.bread-crumb{width: 100%; margin: 40px 0 0; text-align: left;}
.bread-crumb p{font-size: 12px;}




@media screen and (max-width: 1000px){
.content-wrap{width: 94%;  margin: 25px auto; padding: 0 ; display: block;}

.recruit-voice-wrap .voice-box{width:100%; border-radius: 10px; background: #ffffff; padding: 30px; margin-bottom: 4%;}

table.contact{margin:  0 0 40px 0; }
table.contact th{color: #0776e5; width:100%; text-align: left; padding:30px 0 0; font-weight: 600;vertical-align: top; display: block}
table.contact td {padding: 30px 0 0;width:100%; display: block;}
table.contact input[type="text"]{width: 100%; height: 50px; background: #ffffff; padding: 3px 10px; border: none; font-size: 16px;}

}

@media screen and (max-width: 720px){
.content-wrap img.table{ display: none;}
.content-wrap img.table-sp{width: 100%; height: auto; object-fit: contain; margin: 0 auto; display: block;}

.content-wrap .tech-info-wrap{padding: 20px; }
.content-wrap .tech-info-wrap .h2-wrap{width: 100%; margin-bottom: 15px;margin-right:0;}
.content-wrap .tech-info-wrap .h2-wrap h2{font-size: 18px; font-weight: bold;}
.content-wrap .tech-info-wrap .h2-wrap .gr-line{width: 50%;}
.content-wrap .tech-info-wrap .dscr-wrap{width: 100%;}
.content-wrap .tech-info-wrap .dscr-wrap p{font-size: 16px;margin-bottom: 25px; line-height: 135%;}
.content-wrap .tech-info-wrap .tech-box{width: 48%; margin-right:4%; margin-bottom: 4%;}
.content-wrap .tech-info-wrap .tech-box:nth-child(2n){margin-right: 0;}
.content-wrap .tech-info-wrap .tech-box img{width: 100%; height: auto; object-fit: contain; border-radius: 10px;}

.content-wrap ul.news li{display: block; }
.content-wrap ul.news li p.date{width: 100%; color: 14px; margin-right: 0%;}
.content-wrap ul.news li p.content{width: 100%; font-size: 16px;}

.content-wrap h2{font-size: 18px; }
.content-wrap .h-en{font-size: 13px;}

table.company{ font-size: 13px; }
table.company th{ text-align: left;padding: 20px 20px 0 20px;}
table.company td {padding: 20px;}
table.company th, table.company td{
display: block;
    width: 100%;}


.name-wrap{width: 100%; display: block; margin: 40px auto;}
.name-wrap img{width: 100%; height: auto; object-fit: contain;}
.name-wrap .dscr{width: 100%;}
.name-wrap .dscr p{font-size: 13px; line-height: 180%; margin-bottom: 20px;}

p.map-note{font-size: 13px;}

.recruit-voice-wrap{padding: 20px; margin-bottom: 20px;}
.recruit-voice-wrap .name-voice-wrap{ margin-bottom: 20px; }
.recruit-voice-wrap .name-voice-wrap .name{width: 60px; height: 60px; border-radius: 30px; background: #0776e5; display: grid;  align-items: center;}
.recruit-voice-wrap .name-voice-wrap .name p{color: #ffffff; font-size: 15px; text-align: center;}
.recruit-voice-wrap .name-voice-wrap .year{font-size: 13px; margin-left: 30px;}
.recruit-voice-wrap .voice-box{width:100%; border-radius: 10px; background: #ffffff; padding: 15px; margin-bottom: 4%;}
.recruit-voice-wrap .voice-box .question{font-size: 13px;}
.recruit-voice-wrap .voice-box .answer{font-size: 13px;}
.recruit-voice-wrap .message-box .question{font-size: 13px; margin-bottom: 10px;}
.recruit-voice-wrap .message-box .question br, .recruit-voice-wrap .message-box .answer br{display: none;}
.recruit-voice-wrap .message-box .answer{font-size: 13px; font-weight: bold;text-align: center}

.recruit-event-wrap{width: 100%; height: auto ;margin-bottom: 40px;}
.recruit-event-wrap .event-box{width: 100%; height: auto; padding: 0; margin:20px 0 0;}
.recruit-event-wrap .event-box img{width: 100%; height: auto; object-fit: contain; border-radius: 10px; margin-bottom: 10px;}
.recruit-event-wrap .event-box p{font-size: 13px; font-weight: 600; text-align: left;}

table.recruit{font-size: 13px;}
table.recruit th{text-align: left;padding: 20px 20px 0 20px;}
table.recruit td {padding: 20px;}
table.recruit th, table.recruit td{
display: block;
    width: 100%;}

.contact-wrap{padding: 20px; margin: 0 0 40px; }
table.contact{margin:  0 0 40px 0; width: 100%; font-size: 13px; }
table.contact th{color: #0776e5; width:100%; text-align: left; padding:10px 0 0; font-weight: 600;vertical-align:auto; display: block}
table.contact td {padding: 30px 0 10px;width:100%; display: block;}
table.contact input[type="text"]{width: 100%; height: 50px; background: #ffffff; padding: 3px 10px; border: none; font-size: 16px;}
table.contact .req{width: 34px; height: 17px; background: #f24400; text-align: center; padding:2px; color: #ffffff; font-size: 13px; margin-left: 20px;}
table.contact textarea{width: 100%; height: 200px; background: #ffffff; padding: 3px 10px; border: none; font-size: 16px;}
.submit {
    width: 300px;
    font-size: 16px;  
}
.contact-wrap p{text-align: center; font-size: 13px;}
}