/* ============================================
  共通
============================================ */
h1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  color: #fff;
  font-size: 43px;
  text-align: center;
  padding-top: 75px;
  font-family: 'Poppins', sans-serif;
}
.itworks h1 {
  background-image: url(../images/itworks/main_itworks.jpg);
}
.overseas h1 {
  background-image: url(../images/overseas/main_overseas.jpg);
}
.creative h1 {
  background-image: url(../images/creative/main_creative.jpg);
}
.company h1 {
  background-image: url(../images/company/main_company.jpg);
}
.contact h1 {
  background-image: url(../images/contact/main_contact.jpg);
}
.recruit h1 {
  background-image: url(../images/recruit/main_recruit.jpg);
}
.news h1 {
  background-image: url(../images/contact/main_contact.jpg);
}
h2.main-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px;
  padding-bottom: 15px;
  line-height: 1.5;
  border-bottom: 4px solid #000;
}
h2.main-title span {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
h2.main-title br {
  display: none;
}
.main-lead {
  width: 1020px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 70px;
}
.main-lead02 {
  width: 1020px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
h3.main-title {
  font-size: 20px;
  border-bottom: 2px solid #d2d2d2;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
h3.main-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 2px solid #000;
  width: 100px;
}
h3.main-title02 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
h3.main-title02:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 3px solid #000;
  width: 90px;
}
h3.main-title03 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  margin: 40px auto 30px;
  text-align: center;
}
h3.main-title03 span {
  background: #f0ff00;
  padding: 0 5px;
  line-height: 1.8;
}
.sec-com {
  margin-bottom: 50px;
}

@media only screen and (max-width: 750px) {
h1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100px;
  padding-top: 28px;
  font-size: 28px;
}
h2.main-title {
  font-size: 20px;
}
h2.main-title br {
  display: block;
}
.main-lead {
  width: 90%;
}
.main-lead02 {
  width: 90%;
}
h3.main-title {
  font-size: 18px;
}
h3.main-title02 {
  font-size: 20px;
}
h3.main-title03 {
  font-size: 20px;
  display: inline-block;
}
}
/* ============================================
  itworks01.css
============================================ */

.itworks_01_01 ol {
  overflow: hidden;
}
.itworks_01_01 ol li {
  float: left;
  width: 227px;
  margin-right: 16px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.itworks_01_01 ol li:last-child {
  margin-right: 0;
}
.itworks_01_01 ol li h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 13px;
}
.itworks_01_01 ol li span {
  display: block;
  font-size: 26px;
}
.itworks_01_01 ol li i {
  font-size: 20px;
}
.itworks_01_01 ol li p {
  font-size: 16px;
}
.itworks_01_01 ol li div.b01 {
  background: #dcdcdc;
  padding: 20px;
}
.itworks_01_01 ol li div.b02 {
  background: #f6f6f6;
  padding: 20px;
}
.itworks_01_01 ol li .b03 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}
.itworks_01_01 .box01 {
  border: 4px solid #000;
  border-radius: 200px;
  text-align: center;
  padding: 25px 40px;
  margin-top: 50px;
}
.itworks_01_01 .b-txt01 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.itworks_01_01 .b-txt02 {
  font-size: 16px;
  font-weight: bold;
  background: #f0ff00;
  display: inline;
  padding: 0 10px;
  vertical-align: middle;
  margin: 0 auto;
}
.itworks_01_02 ol {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.itworks_01_02 ol:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  background: #000;
  z-index: 1;
}
.itworks_01_02 ol li {
  position: relative;
  float: left;
  width: 155px;
  height: 155px;
  display: table;
  margin-right: 19.1px;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: #dcdcdc;
  z-index: 2;
}
.itworks_01_02 ol li:last-child {
  margin-right: 0;
}
.itworks_01_02 ol li div {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
}
.itworks_01_02 ol li h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 13px;
}
.itworks_01_02 ol li span {
  display: block;
  font-size: 26px;
}
.itworks_01_02 ol li p {
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
.itworks_01_01 ol li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.itworks_01_01 ol li:nth-child(even) {
  margin-right: 0;
}
.itworks_01_01 ol li div.b01, .itworks_01_01 ol li div.b02 {
  padding: 20px 10px;
}
.itworks_01_01 .box01 {
  border-radius: 20px;
}
.itworks_01_02 ol li {
  width: 100%;
  margin-right: 0;
  float: none;
  margin: 0 auto 10px;
  border-radius: 10px;
  height: 120px;
}
.itworks_01_02 ol:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 1000%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000;
  z-index: 1;
}
.itworks_01_02 ol li div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.itworks_01_02 ol li:last-child {
  margin-right: auto;
  margin-bottom: 0;
}
.itworks_01_02 ol li h4 {
  font-size: 15px;
}
.itworks_01_02 ol li span {
  font-size: 28px;
}
.itworks_01_02 ol li p {
  font-size: 16px;
}
}
/* ============================================
  itworks02.css
============================================ */

.itworks_02_01 ol {
  overflow: hidden;
  padding-top: 20px;
}
.itworks_02_01 ol li {
  float: left;
  width: 389px;
  margin-right: 16px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: #f6f6f6;
}
.itworks_02_01 ol li:last-child {
  margin-right: 0;
}
.itworks_02_01 ol li h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 13px;
}
.itworks_02_01 ol li span {
  display: block;
  font-size: 26px;
}
.itworks_02_01 ol li p {
  font-size: 16px;
}
.itworks_02_01 ol li div.b01 {
  padding: 20px 20px 50px 20px;
}
.itworks_02_01 ol li .b03 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}
.itworks_02_01 .box01 {
  border: 4px solid #000;
  border-radius: 200px;
  text-align: center;
  padding: 25px 40px;
  margin-top: 50px;
}
.itworks_02_01 .b-txt01 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.itworks_02_01 .b-txt02 {
  font-size: 16px;
  font-weight: bold;
  background: #f0ff00;
  display: inline;
  padding: 0 10px;
  vertical-align: middle;
  margin: 0 auto;
}
.itworks_02_02 {
  overflow: hidden;
}
.itworks_02_02 img {
  margin-top: 20px;
}
.itworks_02_02 ol {
  overflow: hidden;
  position: relative;
  width: 657px;
  float: left;
  margin-right: 7px;
}
.itworks_02_02 ol:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 90%;
  top: 5px;
  left: 29px;
  background: #000;
  z-index: 1;
}
.itworks_02_02 ol h5 {
  font-weight: bold;
  margin-top: 5px;
  font-size: 16px;
}
.itworks_02_02 ol li {
  position: relative;
  margin-right: 19.1px;
  margin-bottom: 10px;
  min-height: 75px;
}
.itworks_02_02 ol li:last-child {
  margin-right: 0;
}
.itworks_02_02 ol li div {
  position: relative;
  float: left;
  vertical-align: bottom;
  padding-top: 10px;
  margin-right: 20px;
  box-sizing: border-box;
  width: 61px;
  height: 61px;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: #dcdcdc;
  z-index: 2;
}
.itworks_02_02 ol li h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 13px;
}
.itworks_02_02 ol li span {
  display: block;
  font-size: 26px;
}
.itworks_02_02 ol li p {
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
.itworks_02_01 ol li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.itworks_02_01 ol li:last-child {
  width: 100%;
  margin-right: 0;
}
.itworks_02_01 ol li:nth-child(even) {
  margin-right: 0;
}
.itworks_02_01 ol li div.b01, .itworks_02_01 ol li div.b02 {
  padding: 20px 10px;
}
.itworks_02_02 {
  width: 100%;
  float: none;
}
.itworks_02_02 img {
  width: 100%;
}
.itworks_02_02 ol {
  width: 100%;
  float: none;
  margin-right: 0;
}
.itworks_02_02 ol li:last-child {
  margin-right: auto;
  margin-bottom: 0;
}
.itworks_02_02 ol li h4 {
  font-size: 15px;
}
.itworks_02_02 ol li span {
  font-size: 28px;
}
.itworks_02_02 ol li p {
  font-size: 14px;
}
}
/* ============================================
  itworks03.css
============================================ */
.itworks_03_01 {
  margin-bottom: 70px;
}
.itworks_03_01 ol {
  overflow: hidden;
  padding-top: 20px;
}
.itworks_03_01 ol li {
  float: left;
  width: 389px;
  margin-right: 16px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: #f6f6f6;
}
.itworks_03_01 ol li:last-child {
  margin-right: 0;
}
.itworks_03_01 ol li h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 13px;
}
.itworks_03_01 ol li h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.itworks_03_01 ol li span {
  display: block;
  font-size: 26px;
}
.itworks_03_01 ol li p {
  font-size: 15px;
  font-weight: normal;
}
.itworks_03_01 ol li div.b01 {
  padding: 20px 20px 50px 20px;
}
.itworks_03_01 ol li .b03 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}
.itworks_03_01 .box01 {
  border: 4px solid #000;
  border-radius: 200px;
  text-align: center;
  padding: 25px 40px;
  margin-top: 50px;
}
.itworks_03_01 .b-txt01 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.itworks_03_01 .b-txt02 {
  font-size: 16px;
  font-weight: bold;
  background: #f0ff00;
  display: inline;
  padding: 0 10px;
  vertical-align: middle;
  margin: 0 auto;
}
.itworks_03_02 {
  overflow: hidden;
}
.itworks_03_02 h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.itworks_03_02 h4 a {
  text-decoration: none;
  color: #bd0000;
  font-size: 14px;
  font-weight: normal;
}
.itworks_03_02 img {
  margin-top: 20px;
}
.itworks_03_02 ol {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.itworks_03_02 ol h5 {
  font-weight: bold;
  margin-top: 5px;
  font-size: 16px;
}
.itworks_03_02 ol li {
  display: table;
  position: relative;
  width: 569px;
  float: left;
  background: #f6f6f6;
  padding: 30px;
}
.itworks_03_02 i {
  float: left;
  padding: 20px;
  padding-top: 70px;
  font-weight: bold;
  font-size: 20px;
}
.itworks_03_02 ol li:last-child {
  margin-right: 0;
}
.itworks_03_02 ol li h4 {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 16px;
  display: table-cell;
  width: 155px;
  vertical-align: middle;
  padding-right: 10px;
}
.itworks_03_02 ol li p {
  font-size: 15px;
  line-height: 1.8;
  display: table-cell;
  vertical-align: middle;
}
.itworks_03_03 {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
.itworks_03_01 ol li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.itworks_03_01 ol li:last-child {
  width: 100%;
  margin-right: 0;
}
.itworks_03_01 ol li:nth-child(even) {
  margin-right: 0;
}
.itworks_03_01 ol li div.b01, .itworks_03_01 ol li div.b02 {
  padding: 20px 10px;
}
.itworks_03_02 {
  width: 100%;
  float: none;
}
.itworks_03_02 img {
  width: 33.33333%;
}
.itworks_03_02 h4 a {
  display: block;
}
.itworks_03_02 ol {
  width: 100%;
  float: none;
  margin-right: 0;
}
.itworks_03_02 ol li {
  width: 100%;
  float: none;
}
.itworks_03_02 i {
  transform: rotateZ( 90deg );
  float: none;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.itworks_03_02 ol li:last-child {
  margin-right: auto;
  margin-bottom: 0;
}
.itworks_03_02 ol li h4 {
  display: block;
  width: 100%;
  text-align: center;
}
.itworks_03_02 ol li p {
  display: block;
  width: 100%;
}
.itworks_03_03 {
  width: 100%;
}
}
/* ============================================
  itworks04.css
============================================ */
.itworks_04_01 {
  margin-bottom: 70px;
}
.itworks_04_01 ol {
  overflow: hidden;
  padding: 15px;
  background: #dcdcdc;
  border-radius: 10px;
}
.itworks_04_01 ol li {
  float: left;
  margin-right: 13px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: #fff;
}
.itworks_04_01 ol li:last-child {
  margin-right: 0;
}
.itworks_04_01 ol li h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 13px;
}
.itworks_04_01 ol li h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.itworks_04_01 ol li span {
  display: block;
  font-size: 26px;
}
.itworks_04_01 ol li p {
  font-size: 15px;
  font-weight: normal;
}
.itworks_04_01 ol li div.b01 {
  padding: 10px;
}
.itworks_04_01 ol li .b03 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}
.itworks_04_01 .box01 {
  border: 4px solid #000;
  border-radius: 200px;
  text-align: center;
  padding: 25px 40px;
  margin-top: 50px;
}
.itworks_04_01 .b-txt01 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.itworks_04_01 .b-txt02 {
  font-size: 16px;
  font-weight: bold;
  background: #f0ff00;
  display: inline;
  padding: 0 10px;
  vertical-align: middle;
  margin: 0 auto;
}
.itworks_04_02 {
  overflow: hidden;
}
.itworks_04_02 ol {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.itworks_04_02 ol li {
  position: relative;
  width: 587px;
  float: left;
  margin-right: 26px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 10px;
}
.itworks_04_02 li h3 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  background: #000;
  margin-bottom: 20px;
  border-radius: 10px 10px 0 0;
}
.itworks_04_02 ol li:last-child {
  margin-right: 0;
}
.itworks_04_02 ol li h4 {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
}
.itworks_04_02 ol li p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0 30px 30px 30px;
}
.itworks_04_03 {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
.itworks_04_01 ol {
  padding: 2%;
}
.itworks_04_01 ol li {
  width: 100%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.itworks_04_01 ol li img {
  max-width: 100%;
}
.itworks_04_01 ol li:nth-child(2) img {
  max-width: 60%;
}
.itworks_04_01 ol li:last-child {
  width: 100%;
  margin-right: 0;
}
.itworks_04_01 ol li:nth-child(even) {
  margin-right: 0;
}
.itworks_04_01 ol li div.b01, .itworks_04_01 ol li div.b02 {
  padding: 1%;
}
.itworks_04_02 {
  width: 100%;
  float: none;
}
.itworks_04_02 img {
  width: 100%;
}
.itworks_04_02 h4 a {
  display: block;
}
.itworks_04_02 ol {
  width: 100%;
  float: none;
  margin-right: 0;
}
.itworks_04_02 ol li {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.itworks_04_02 ol li:last-child {
  margin-right: auto;
  margin-bottom: 0;
}
.itworks_04_02 ol li h4 {
  display: block;
  width: 100%;
  text-align: center;
}
.itworks_04_02 ol li p {
  display: block;
  width: 100%;
}
.itworks_04_03 {
  width: 100%;
}
}

/* ============================================
  itworks05.css
============================================ */
.itworks_05_01,.itworks_05_02{
  width: 1020px;
  margin: 0 auto;
}
.itworks_05_01 .main-lead02{
  letter-spacing:-0.5pt;
}
.itworks_05_01 ol {
  overflow: hidden;
  padding-top: 20px;
}
.itworks_05_01 ol li {
  float: left;
  width: 500px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: #f6f6f6;
}
.itworks_05_01 ol li:nth-child(2n+2) {
  margin-right: 0;
}
.itworks_05_01 ol li img{
  margin:0 0 20px 0;
}
.itworks_05_01 ol li div.b01 {
  padding-bottom:20px;
}
.itworks_05_01 ol li h4 {
  line-height: 1.2;
  font-size: 13px;
  background:#000;
  color:#fff;
  padding:18px 0 10px;
}
.itworks_05_01 ol li span {
  display: block;
  font-size: 34px;
  margin-top:5px;
}
.itworks_05_01 ol li h5 {
  font-size: 18px;
  margin-bottom: 1rem;
  padding:0 20px;
}
.itworks_05_01.sec03 ol li h5 {
  font-size: 30px;
}
.itworks_05_01 ol li p {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
  padding:0 20px;
}
.itworks_05_02{
  background:#f6f6f6;
  padding: 20px;
  margin:30px auto 50px;
}
.itworks_05_02 ul{
  overflow:hidden;
}
.itworks_05_02 ul li{
  width:480px;
  float:left;
}
.itworks_05_02 ul li:last-child{
  float:right;
}
.itworks_05_02 .btn_style{
  width:100%;
  margin-top:20px;
}
@media screen and (max-width: 750px) {
.itworks_05_01,.itworks_05_02{
  width: 100%;
}  
.itworks_05_01 ol li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5%;
}
.itworks_05_01 ol li img{
  margin:0 0 20px 0;
  width:100%;
}
.itworks_05_01.sec06 ol li {
  width: 100%;
  margin-right: 0;
}
.itworks_05_01 ol li:last-child {
  margin-right: 0;
}
.itworks_05_01 ol li:nth-child(3n+3) {
  margin-right: 2%;
}
.itworks_05_01 ol li:nth-child(even) {
  margin-right: 0;
}
.itworks_05_01 ol li div.b01{
}
.itworks_05_01 ol li h5 {
  padding:0 20px !important;
}
.itworks_05_02 img{
  width:100%;
}
.itworks_05_02 ul li{
  width:100%;
  float:none;
}
.itworks_05_02 ul li:last-child{
  float:none;
}
.itworks_05_02 .btn_style{
  margin-top:20px;
}
}
/* ============================================
  overseas01.css
============================================ */

.overseas_01_01 ol {
  overflow: hidden;
  padding-top: 20px;
}
.overseas_01_01 ol li {
  float: left;
  width: 389px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: #f6f6f6;
}
.overseas_01_01 ol li:nth-child(3n+3) {
  margin-right: 0;
}
.overseas_01_01 ol li h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 13px;
}
.overseas_01_01 ol li span {
  display: block;
  font-size: 26px;
}
.overseas_01_01 ol li p {
  font-size: 16px;
}
.overseas_01_01 ol li div.b01 {
  padding: 20px 20px 30px 20px;
}
.overseas_01_02 {
  overflow: hidden;
}
.overseas_01_02 ol {
  overflow: hidden;
  position: relative;
}
.overseas_01_02 ol h3 {
  font-weight: bold;
  margin: 20px 0;
  padding-bottom: 10px;
  padding-top: 1rem;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.overseas_01_02 ol li:first-child h3 {
  padding-top: 0;
}
.overseas_01_02 ol h3:after {
  content: "";
  height: 2px;
  background: #000;
  width: 55px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.overseas_01_02 ol li {
  position: relative;
  margin-right: 27px;
  float: left;
  width: 382px;
}
.overseas_01_02 ol li:last-child {
  margin-right: 0;
}
.overseas_01_02 ol li p {
  font-size: 15px;
  line-height: 1.8;
  overflow: hidden;
  padding: 0 15px 0 30px;
}

@media screen and (max-width: 750px) {
.overseas_01_01 ol li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.overseas_01_01 ol li:last-child {
  margin-right: 0;
}
.overseas_01_01 ol li:nth-child(3n+3) {
  margin-right: 2%;
}
.overseas_01_01 ol li:nth-child(even) {
  margin-right: 0;
}
.overseas_01_01 ol li div.b01, .overseas_01_01 ol li div.b02 {
  padding: 20px 10px;
}
.overseas_01_02 {
  width: 100%;
  float: none;
}
.overseas_01_02 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.overseas_01_02 ol {
}
.overseas_01_02 ol li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}
.overseas_01_02 ol li:last-child {
  margin-bottom: 0;
}
.overseas_01_02 ol h3 {
  padding-top: 0;
}
.overseas_01_02 ol li p {
  padding: 0 15px 0 15px;
}
}
/* ============================================
  overseas02.css
============================================ */
.overseas02_img {
  text-align: center;
  margin: -20px 0 60px;
}
.overseas02_img02 {
  text-align: center;
  margin: 40px 0 60px;
}
.overseas_02_01 {
  width: 1020px;
  margin: 0 auto;
}
.overseas_02_01 h3 {
  margin-top: 40px;
}
.overseas_02_01 p {
  font-size: 15px;
  line-height: 1.8;
}
p.main-title02 {
  text-align: center;
  margin-bottom: 30px;
}
.overseas_02_02 ol {
  overflow: hidden;
  padding-top: 20px;
}
.overseas_02_02 ol li {
  float: left;
  width: 389px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: #f6f6f6;
}
.overseas_02_02 ol li:nth-child(3n+3) {
  margin-right: 0;
}
.overseas_02_02 ol li div.b01 {
  padding: 20px 20px 30px 20px;
}
.overseas_02_02 ol li h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 13px;
}
.overseas_02_02 ol li span {
  display: block;
  font-size: 26px;
}
.overseas_02_02 ol li h5 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.overseas_02_02.sec03 ol li h5 {
  font-size: 30px;
}
.overseas_02_02 ol li p {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
}
.overseas_02_02 ol li .b03 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}
.overseas_02_02.sec06 ol li {
  width: 588px;
}
.overseas_02_02.sec06 ol li:last-child {
  margin-right: 0;
}
.overseas_02_dl01 {
  background: #f6f6f6;
  overflow: hidden;
  padding: 20px 50px;
  margin-bottom: 20px;
}
.overseas_02_dl01 dt {
  font-weight: bold;
  float: left;
  margin-right: 1rem;
}
.overseas_02_dl01 dd {
  overflow: hidden;
}
.overseas_02_box01 {
  overflow: hidden;
  width: 1020px;
  margin: 50px auto;
}
.overseas_02_box02 {
  overflow: hidden;
  margin: 30px 0 60px;
}
.overseas_02_box03 {
  width: 638px;
  float: left;
}
.overseas_02_dl02 {
  float: left;
  margin-left: 2rem;
  width: 350px;
}
.overseas_02_dl02 dt {
  font-weight: bold;
}
.overseas_02_dl02 dd {
  line-height: 1.8;
  font-size: 15px;
}
.overseas_02_txt {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
.overseas02_img img {
  width: 100%;
}
.overseas02_img02 img {
  width: 33.33333%;
}
.overseas03_img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.overseas_02_01 {
  width: 100%;
}
.overseas_02_02 ol li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2%;
}
.overseas_02_02.sec06 ol li {
  width: 100%;
  margin-right: 0;
}
.overseas_02_02 ol li:last-child {
  margin-right: 0;
}
.overseas_02_02 ol li:nth-child(3n+3) {
  margin-right: 2%;
}
.overseas_02_02 ol li:nth-child(even) {
  margin-right: 0;
}
.overseas_02_02 ol li div.b01, .overseas_01_01 ol li div.b02 {
  padding: 20px 10px;
}
.overseas_02_box01 {
  width: 100%;
}
.overseas_02_box03 {
  width: 100%;
  float: none;
}
.overseas_02_box03 img {
  width: 50%;
}
.overseas_02_dl02 {
  float: none;
  margin-left: 0;
  margin-top: 20px;
  width: 100%;
}
}
/* ============================================
  creative01.css
============================================ */
.creative_01_img {
  margin-bottom: 40px;
}
.creative_01_01 h3.main-title03 {
  font-size: 16px;
  text-align: center;
  background: none;
  line-height: 2.5;
}
.creative_01_01 h3.main-title03 span {
  background: #f0ff00;
}
.creative_01_01.itworks_01_01 .box01 {
  width: 1020px;
  margin: 50px auto 50px;
}
.creative_01_01.itworks_01_01 .b-txt01 {
  font-size: 15px;
}
.creative_01_01.itworks_01_01 .b-txt02 {
  font-size: 26px;
}
.creative_01_01.itworks_01_01 ol li {
  width: 32%;
}
.creative_01_01.itworks_01_01 ol li img{
  width:100%;
}
.creative_01_01.itworks_01_01 ol li p{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.creative_01_01.itworks_01_01 ol li:last-child {
  margin-right: 0;
}
.btn_style {
  position: relative;
  border-radius: 200px;
  width: 588px;
  box-sizing: border-box;
  display: block;
  margin: 50px auto 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 30px 50px;
  background: #c90010; /* Old browsers */
  background: -moz-linear-gradient(top, #c90010 1%, #c90010 50%, #96000c 50%, #96000c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c90010 1%, #c90010 50%, #96000c 50%, #96000c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c90010 1%, #c90010 50%, #96000c 50%, #96000c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90010', endColorstr='#96000c', GradientType=0 ); /* IE6-9 */
}
.btn_style:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f061";
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
.creative_01_01 h3.main-title02 br {
  display: none;
}
.creative_01_01 h3.main-title03 span br {
  display: none;
}
.creative_01_img img {
  width: 100%;
}
.creative_01_01.itworks_01_01 .box01 {
  width: 100%
}
.creative_01_01.itworks_01_01 ol li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.creative_01_01.itworks_01_01 ol li:nth-child(even) {
  margin-right: 0;
}
.btn_style {
  width: 90%;
  padding:15px 50px;
}
.btn_style:before {
  left: 4%;
}
}

/* ============================================
  creative02.css
============================================ */
.creative_02_img {
  width: 1020px;
  margin: -30px auto 50px;
  overflow: hidden;
}
.creative_02_img_01 {
  float: left;
  margin-right: 19px;
}
.creative_02_img_02 {
  margin-bottom: 19px;
}
.creative_02_01 h3.main-title02 {
  font-size: 20px;
}
.creative_02_01 h3.main-title02:after {
  display: none;
}
.creative_02_01 .btn_style:before {
  content: "\f1c1";
}

@media screen and (max-width: 750px) {
.creative_02_img {
  width: 100%;
}
.creative_02_img_01 {
  float: noen;
  margin-bottom: 2%;
  margin-right: 0;
  width: 100%;
}
.creative_02_img_02 {
  margin-right: 2%;
  float: left;
  width: 49%;
}
.creative_02_img_03 {
  float: left;
  width: 49%;
}

/* ============================================
  creative01.css
============================================ */

.creative_01_01.itworks_01_01 ol li {
  width:100%;
  margin-bottom: 30px;
}
.creative_01_01.itworks_01_01 ol li img{
  width:100%;
}
.creative_01_01.itworks_01_01 ol li p{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.creative_01_01.itworks_01_01 ol li:last-child {
  margin-right: 0;
}


}
/* ============================================
  company.css
============================================ */
.company_catch {
  display: block;
  font-size: 72px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.company_catch span.point {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 6pt;
}
.company_catch span.sub {
  display: block;
  font-size: 22px;
}
.company_box {
  overflow: hidden;
  margin-bottom: 50px;
  width: 1020px;
  margin: 0 auto;
}
.company_box img {
  float: left;
  margin-right: 34px;
}
.company_box p {
  overflow: hidden;
  margin-bottom: 50px;
  line-height: 1.8;
}
.company_dl {
  width: 1020px;
  margin: 0 auto;
  display: table;
}
.company_dl dt {
  font-size: 31px;
  font-weight: bold;
  border-right: 2px solid #000;
  width: 166px;
  display: table-cell;
  box-sizing: border-box;
  padding-right: 20px;
  vertical-align: middle;
}
.company_dl dt .class {
  font-size: 17px;
  display: block;
}
.company_dl dt .name {
  font-size: 12px;
  display: block;
}
.company_dl dd {
  font-size: 15px;
  display: table-cell;
  line-height: 1.8;
  box-sizing: border-box;
  padding: 30px;
  vertical-align: middle;
}
.company_03 table {
  width: 100%;
  border-collapse: collapse;
  max-width:1020px;
  margin: 0 auto;
}
.company_03 table th, .company_03 table td {
  vertical-align: top;
  padding: 20px 30px;
  border: 1px solid #fff;
  box-sizing: border-box;
  line-height: 1.8;
  text-align: left;
}
.company_03 table th {
  background: #e5e5e5;
  width: 236px;
  font-weight: bold;
}
.company_03 table td {
  background: #f6f6f6;
}

@media screen and (max-width: 750px) {
.company_catch {
  font-size: 9vw;
}
.company_box {
  width: 100%;
}
.company_box img {
  float: none;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
.company_dl {
  width: 100%;
  display: block;
}
.company_dl dt {
  border-right: none;
  border-bottom: 2px solid #000;
  width: 100%;
  display: block;
  padding-right: 0;
  padding-bottom: 20px;
  text-align: center;
}
.company_dl dd {
  display: block;
  padding: 30px 0;
}
.company_03 table th, .company_03 table td {
  display: block;
  width: 100%;
  padding: 20px 20px;
}
}
/* ============================================
  recruit.css
============================================ */
.recruit_01 {
  padding-top: 30px;
  margin-bottom: 80px;
}
.recruit_01_ul01 {
  overflow: hidden;
  width: 920px;
  margin: -20px auto 80px;
}
.recruit_01_ul01 li {
  float: left;
  margin: 0 20px;
}
.recruit_01_ul02 {
  overflow: hidden;
  position: relative;
}
.recruit_01_ul02 li {
  position: relative;
  margin-right: 27px;
  float: left;
  width: 382px;
}
.recruit_01_ul02 li:last-child {
  margin-right: 0;
}
.recruit_01_ul02 li p {
  font-size: 15px;
  line-height: 1.8;
  overflow: hidden;
  padding: 20px 15px 0 30px;
}
.recruit_02 ol {
  overflow: hidden;
  padding-top: 20px;
}
.recruit_02 ol li {
  float: left;
  width: 389px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: #f6f6f6;
}
.recruit_02 ol li:nth-child(3n+3) {
  margin-right: 0;
}
.recruit_02 ol li div.b01 {
  padding: 20px 20px 30px 20px;
}
.recruit_02 ol li h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 13px;
}
.recruit_02 ol li span {
  display: block;
  font-size: 26px;
}
.recruit_02 ol li h5 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.recruit_02.sec03 ol li h5 {
  font-size: 30px;
}
.recruit_02 ol li p {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
}
.recruit_03 ul {
  overflow: hidden;
  padding-top: 20px;
}
.recruit_03 ul li {
  overflow: hidden;
  width: 390px;
  float: left;
  margin-right: 15px;
}
.recruit_03 ul li:last-child {
  margin-right: 0;
}
.recruit_03 ul li img {
  float: left;
}
.recruit_03 ul li div {
  overflow: hidden;
  float: left;
  width: 180px;
  margin-left: 20px;
}
.recruit_03 ul li h4 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.recruit_03 ul li h4:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
}
.recruit_04 h3 {
  width: 1020px;
  margin: 0 auto 20px;
}
.recruit_04 table {
  width: 1020px;
  margin: 0 auto 60px;
  border-collapse: collapse;
}
.recruit_04 table th, .recruit_04 table td {
  vertical-align: top;
  padding: 20px 30px;
  border: 1px solid #fff;
  box-sizing: border-box;
  line-height: 1.8;
  text-align: left;
}
.recruit_04 table th {
  background: #e5e5e5;
  width: 236px;
  font-weight: bold;
}
.recruit_04 table td {
  background: #f6f6f6;
}

@media screen and (max-width: 750px) {
.recruit_01_ul01 {
  width: 100%;
}
.recruit_01_ul01 li {
  float: left;
  margin: 0 1% 2%;
  width: 48%;
}
.recruit_01_ul01 li img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.recruit_01_ul02 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.recruit_01_ul02 li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}
.recruit_01_ul02 li:last-child {
  margin-bottom: 0;
}
.recruit_01_ul02 li p {
  padding: 20px 15px 0 15px;
}
.recruit_02 ol li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2%;
}
.recruit_02 ol li:last-child {
  margin-right: 0;
}
.recruit_02 ol li:nth-child(3n+3) {
  margin-right: 2%;
}
.recruit_02 ol li:nth-child(even) {
  margin-right: 0;
}
.recruit_03 ul li {
  overflow: hidden;
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}
.recruit_03 ul li img {
  width: 40%;
  max-width: 176px;
}
.recruit_03 ul li div {
  width: 56%;
  margin-left: 4%;
  box-sizing: border-box;
}
.recruit_04 h3 {
  width: 100%;
}
.recruit_04 table {
  width: 100%;
}
.recruit_04 table th, .recruit_04 table td {
  display: block;
  width: 100%;
  padding: 20px 20px;
}
}
/* ============================================
  news
============================================ */

.news_list li {
  vertical-align: middle;
  border-bottom: 1px dashed #ccc;
}
.news_list li a {
  display: block;
  overflow: hidden;
  padding: 20px 5px;
}
.news_list li a:hover .text {
  text-decoration: underline;
}
.news_list li span, .news_list li p {
  float: left;
  display: inline-block;
}
.news_list li .cat, .news_list li .date {
  text-align: center;
}
.news_list li .cat {
  width: 85px;
  color: #fff;
}
.news_list li .cat.info {
  background: #f04d4d;
}
.news_list li .cat.release {
  background: #4d92f0;
}
.news_list li .date {
  width: 105px;
  color: #666;
}
.news_list li .text {
  overflow: hidden;
  width: 600px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  float: left;
}
/*------- pager ------- */
.pager {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 14px;
}
.pager a, .pager .current {
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.pager .current {
  color: #fff;
  background: #000;
}
.pager a:hover {
  background: #eee;
}
/* ============================================
  news 詳細
============================================ */

.article {
  margin-bottom: 100px;
}
.article_ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #e7e7e7;
  padding: 10px 0;
}
.article_ttl .cat {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  width: 85px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 5px;
}
.article_ttl .cat.info {
  background: #f04d4d;
}
.article_ttl .cat.release {
  background: #4d92f0;
}
.article .date {
  text-align: right;
  color: #666;
  margin: 5px 0 10px;
}
.articleContents p {
  margin: 20px 0;
  line-height: 2.4;
}
.articleContents img {
  max-width: 100%;
}

@media only screen and (max-width: 750px) {
/* ============================================
    news 一覧
  ============================================ */
.news_list {
  width: 100%;
}
.news_list li .cat {
  font-size: 12px;
}
.news_list li .text {
  width: 100%;
  margin-top: 5px;
  -webkit-line-clamp: 2;
}
.pager {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* ============================================
    news 詳細
  ============================================ */
.article {
  width: 100%;
  margin-bottom: 40px;
}
.article_ttl {
  line-height: 1.6;
}
.article_ttl .cat {
  display: block;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 5px;
}
}
/* header
------------------------------------------------ */

.header .logo_bl {
  display: none;
}
.header .logo_wh {
  display: inline-block;
}
.header .nav {
}
.header .nav > ul > li {
/* border-left: 1px solid rgba(255, 255, 255, 0.2);*/
}
/* mainContents
------------------------------------------------ */
.mainContents {
  padding-top: 90px;
}
.mainContents .btn {
  color: #f04d4d;
  font-size: 14px;
  border: 1px solid #f04d4d;
  border-radius: 50px;
  width: 260px;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.mainContents .btn.arw-r::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icn_circle_red_arw_wh.png) no-repeat center center / 100%;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -9px;
}
.mainContents .btn:hover {
  color: #fff;
  background: #f04d4d;
}
.main_inner {
  margin: 0 80px;
}

@media only screen and (max-width: 750px) {
/* mainContents
  ------------------------------------------------ */
.mainContents {
  padding-top: 10px;
}
}
/* ============================================
  contact.css
============================================ */
.contact .main-lead{
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}

.contact .caution_text{
  display: block;
  color: #c00;
}

.contact .send_status_text{
  margin: auto auto 15px;
  text-align: center;
  color: #c00;
  border: 1px solid #c00;
  border-radius: 10px;
  padding: 10px;
  width: 1020px;
}

.contact .dl_table{
  display: table;
  width: 1020px;
  margin: auto;
  border-collapse: collapse;
}

.contact .dl_table dl{
  display: table-row;
  border: 1px solid #fff;
}

.contact .dl_table dt,
.contact .dl_table dd{
  display: table-cell;
  font-size: 15px;
  vertical-align: middle;
}

.contact .dl_table dt{
  width: 235px;
  padding: 10px 10px 10px 25px;
  background-color: #e5e5e5;
}

.contact .dl_table dl:last-child dt{
  vertical-align: top;
}

.contact .dl_table dd{
  padding: 14px 18px;
  background-color: #f6f6f6;
}

.contact input,
.contact textarea{
  width: 100%;
  padding: 9px;
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  background-color: #fff;
  -webkit-appearance: none;
}
.contact .submit_block{
  position:relative;
  width:588px;
  margin:50px auto 50px;
  font-weight:bold;
  color:#fff;
  font-size:20px;
}
.contact .submit_block:hover{
  opacity:0.8;
}
.contact .submit_block input{
  cursor:pointer;
  border-radius:200px;
  box-sizing:border-box;
  display:block;
  text-align:center;
  font-weight:bold;
  font-size:20px;
  color:#fff;
  padding:30px 50px;
  background: #c90010; /* Old browsers */
background: -moz-linear-gradient(top, #c90010 1%, #c90010 50%, #96000c 50%, #96000c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #c90010 1%,#c90010 50%,#96000c 50%,#96000c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #c90010 1%,#c90010 50%,#96000c 50%,#96000c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90010', endColorstr='#96000c',GradientType=0 ); /* IE6-9 */
   font-family: "Poppins" ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
}
.contact .submit_block:before{
  font-family:Font Awesome\ 5 Free;
  content:"\f1d8";
  position: absolute;
  left:10%;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

@media only screen and (max-width: 750px) {
  .contact .dl_table,
  .contact .dl_table dl,
  .contact .dl_table dt,
  .contact .dl_table dd{
    display: block;
    width: 100%;
  }
  .contact .send_status_text{
  width: 90%;
}

  .contact .submit_block{
    width: 80%;
    margin: 30px auto 15px;
  }

  .contact .submit_block input{
    padding: 15px 30px;
  }
}