@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
html {
  scroll-padding-top: 120px; /* ヘッダーの高さ */
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 18px;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
#header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 101px;
  z-index: 99;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
}
.h-logo {
  width: 25%;
}
.h-logo img {
  height: 101px;
}
.inquiry {
  line-height: 0;
}
.h-tel {
  text-align: right;
  margin: 0 35px 10px 0;
}
.navarea {
  display: block;
  width: 64%;
}
.navbar-nav {
  display: flex;
  justify-content: flex-end;
}
.nav-item {
  width: 12%;
  text-align: center;
}
.nav-item a {
  color: #ffffff;
  display: block;
}
.navbar-nav li a span {
  display: block;
  font-size: 16px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.main {
  line-height: 0;
  position: relative;
}
.main-ttl {
  position: absolute;
  bottom: 5%;
  left: 15%;
  z-index: 2;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
}
.main-ttl .ja {
  font-size: 60px;
}
.main-ttl .en {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 5px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h3-ttl {
  font-size: 70px;
  text-align: center;
  position: relative;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 5px;
}
.h3-ttl span {
  display: block;
  font-size: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.news {
  max-width: 1600px;
  width: 100%;
  background-color: #00569c;
  margin: 80px 0 150px auto;
  color: #ffffff;
}
.news-inner {
  padding: 100px 80px;
}
.news-left {
  position: relative;
  width: 15%;
}
.news-left::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  bottom: 10%;
  left: 20%;
}
.news-right {
  padding-right: 150px;
  width: 70%;
  height: 200px;
  overflow: auto;
  overflow-y: scroll;
}
.news-list .news-itme {
  border-bottom: 2px dotted #ccc;
}
.news-right::-webkit-scrollbar {
  background: #00569c;
  width: 8px;
}
.news-right::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
.about {
  margin: 0 auto 200px 0;
}
.about-left {
  width: 50%;
}
.about-right {
  width: 48%;
  padding-top: 85px;
  position: relative;
}
.about-right::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  top: 3%;
  left: 0;
}
.about-right .h3-ttl {
  text-align: left;
  color: #d3d3d3;
  margin-left: 45px;
}
.about-right .lead {
  font-size: 40px;
  font-weight: bold;
  color: #00569c;
  margin: 30px 0;
}
.business {
  position: relative;
  padding: 60px 70px 80px;
  background-color: #00569c;
  color: #ffffff;
  margin-bottom: 200px;
}
.business::before {
  content: url("../img/stripe.png");
  position: absolute;
  right: 0;
  top: -10%;
}
.business-box {
  position: relative;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 80px;
}
.business-box::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  top: 15%;
  left: -7%;
}
.business-box p {
  margin-left: 100px;
}
.business .h3-ttl {
  width: 40%;
  text-align: center;
}
.business .h3-ttl span {
  text-align: right;
}
.business-veiw a {
  width: 24%;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
}
.business-veiw .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.business-veiw .btn {
  width: 85px;
  margin: 15px auto 0;
  display: block;
  position: relative;
  font-size: 14px;
  padding: 2px 0px 2px 5px;
  background-color: #005b9d;
}
.business-veiw .btn::before, .business-veiw .btn::after {
  position: absolute;
  right: -5px;
  width: 50%;
  height: 50%;
  background: #005b9d;
  content: '';
  z-index: -1;
}
.business-veiw .btn::before {
  top: 0;
  transform: skew(45deg);
}
.business-veiw .btn::after {
  top: 50%;
  transform: skew(-45deg);
}
.features {
  position: relative;
  background-image: url("../img/features.jpg");
  background-repeat: no-repeat;
  height: 542px;
  background-size: cover;
  margin-bottom: 200px;
  padding: 40px 0 80px;
  color: #ffffff;
}
.features::before {
  content: url("../img/stripe02.png");
  position: absolute;
  left: 0;
  top: -10%;
}
.features-inner {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.features .h3-ttl {
  width: 30%;
  text-align: left;
  margin-left: auto;
  position: relative;
}
.features .h3-ttl::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  top: 0;
  left: -30%;
}
.features .h3-ttl span {
  text-align: right;
}
.features-text {
  position: relative;
  margin: 50px 0 20px;
}
.features-item {
  position: relative;
  background-color: #ffffff;
  width: 15%;
}
.features-item .lead {
  padding: 25px 0;
  text-align: center;
  background-color: #3a9ad9;
  position: relative;
  font-size: 24px;
}
.features-item .lead-last {
  padding: 25px 0;
  text-align: center;
  background-color: #3a9ad9;
  font-size: 24px;
}
.features-item .lead::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}
.features-item .text {
  color: #333333;
  padding: 15px;
}
.btn-more {
  position: relative;
  width: 230px;
  margin: 90px auto 0;
  text-align: center;
}
.btn-more::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.btn-more a {
  display: block;
  padding: 13px 0;
  background-color: #005b9d;
  border-radius: 28px;
  color: #ffffff;
}
.company {
  margin-bottom: 200px;
}
.company-inner {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.company-left {
  position: relative;
  width: 40%;
  margin-right: 5%;
}
.company-left::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  top: -10%;
  left: 12%;
}
.company-left .h3-ttl {
  color: #d3d3d3;
}
.company-left .h3-ttl span {
  text-align: right;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  margin-right: 50px;
}
.company-list .company-itme {
  border-bottom: 1px solid #aea9a3;
}
.company-right {
  width: 55%;
  text-align: right;
}
.recruit {
  background-color: #3a9ad9;
  padding: 90px 0;
  height: 480px;
  position: relative;
  margin-bottom: 150px;
}
.recruit::before {
  content: url("../img/stripe02.png");
  position: absolute;
  right: 0;
  bottom: -13%;
}
.recruit-left {
  position: relative;
  width: 48%;
  margin-top: -6%;
}
.recruit-right {
  position: relative;
  width: 50%;
}
.recruit-right::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  top: -10%;
  left: 6%;
}
.recruit-right .h3-ttl {
  color: #d3d3d3;
  width: 70%;
}
.recruit-right .h3-ttl span {
  text-align: right;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  margin-right: 50px;
}
.recruit-right .text {
  font-size: 30px;
  margin: 30px 0;
}
.recruit-right .btn-more {
  margin-left: 25%;
}
.contact {
  background-image: url("../img/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 375px;
  padding: 60px 0 110px;
  color: #ffffff;
  text-align: center;
}
.contact-btn {
  max-width: 840px;
  width: 95%;
  margin: 120px auto 0;
}
.map {
  height: 420px;
}
.f-flex {
  max-width: 1600px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-left {
  width: 30%;
  text-align: center;
}
.f-left .tel {
  margin-top: 20px;
}
.f-right {
  width: 70%;
}
.f-right .nav-item a {
  color: #333333;
}
.f-right .navbar-nav {
  justify-content: flex-start;
}
#page_top {
  position: fixed;
  right: 35px;
  bottom: 65px;
  z-index: 9;
}
#page_top a {
  position: relative;
  display: block;
}
.copyright {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding: 35px 0;
  background-color: #3a9ad9;
}
.sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
.main-head {
  background-image: url("../img/sub/heading.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 65vh;
}
.page-ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
.page-ttl .ja {
  font-size: 60px;
}
.page-ttl .en {
  font-size: 30px;
}
.sub-business {
  margin: 75px 0 200px;
}
.sub-business .title {
  background-color: #3a9ad9;
  padding: 60px 0;
  height: 320px;
}
.sub-business .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.sub-business .inner p {
  font-size: 24px;
  margin-top: 100px;
}
.sub-business .h3-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 40px;
}
.sub-business .h3-ttl::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  top: 0;
  left: -12%;
}
.sub-business .h3-ttl span {
  margin-left: 30px;
}
.sub-business_inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.sub-business_inner .flex {
  margin-top: 150px;
}
.sub-business_inner .flex:nth-child(even) {
  flex-direction: row-reverse;
}
.sub-business_left {
  width: 50%;
}
.sub-business_right {
  width: 46%;
  padding-top: 20px;
}
.sub-business_right p {
  line-height: 2;
}
.h4-ttl {
  font-size: 30px;
  color: #00569c;
  position: relative;
  margin-bottom: 30px;
}
.h4-ttl::before {
  content: '';
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  border-top: 5px solid #d0e5f6;
}
.h4-ttl::after {
  content: '';
  position: absolute;
  width: 10%;
  top: 48%;
  left: auto;
  border-top: 5px solid #00569c;
}
.h4-ttl > span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  background-color: #fff;
  z-index: 2;
}
.company-sub {
  margin: 75px 0 200px;
}
.company-sub .title {
  padding: 60px 0;
  height: 320px;
}
.company-sub .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.company-sub .inner p {
  font-size: 24px;
  margin-top: 100px;
}
.company-sub .h3-ttl {
  color: #d3d3d3;
  width: 45%;
  text-align: left;
}
.company-sub .h3-ttl::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  top: -25%;
  transform: translate(-50%, -50%);
}
.sub-flex {
  align-items: center;
}
.sub-title {
  font-size: 30px;
  position: relative;
  width: 55%;
  text-align: left;
}
.sub-title::before {
  content: '';
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  border-top: 5px solid #d0e5f6;
}
.sub-title::after {
  content: '';
  position: absolute;
  width: 10%;
  top: 48%;
  left: auto;
  right: 0;
  border-top: 5px solid #00569c;
}
.sub-title > span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  background-color: #fff;
  z-index: 2;
}
.greeting {
  width: 90%;
  margin-right: auto;
  margin-bottom: 200px;
}
.greeting .flex {
  justify-content: center;
}
.greeting-left {
  width: 55%;
}
.greeting-right {
  width: 40%;
  margin-left: 5%;
}
.greeting .h3-ttl {
  display: flex;
  align-items: center;
  color: #d3d3d3;
}
.greeting .h3-ttl::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  top: -45%;
  transform: translate(-50%, -50%);
}
.greeting .h3-ttl span {
  color: #333333;
  margin-left: 20px;
}
.greeting-right .lead {
  font-size: 30px;
  margin: 50px 0 30px;
}
.greeting-right .text {
  line-height: 2;
}
.greeting-right .name {
  margin-top: 50px;
  font-size: 24px;
  text-align: right;
}
.company-sub02 {
  position: relative;
}
.company-sub02::before {
  content: url("../img/sub/stripe.png");
  position: absolute;
  left: 0;
}
.company-sub02 .flex {
  margin-top: 100px;
}
.company-sub02 .h3-ttl {
  width: 40%;
}
.company-sub02 .sub-title {
  width: 60%;
  z-index: -1;
}
.company-sub_left {
  text-align: left;
  width: 50%;
}
.company-sub_right {
  width: 45%;
}
.company-sub_right img {
  margin-top: 20px;
}
.history {
  margin-bottom: 200px;
  position: relative;
}
.history::before {
  content: url("../img/sub/stripe.png");
  position: absolute;
  right: 0;
}
.history .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.history .h3-ttl {
  display: flex;
  align-items: center;
  width: 35%;
  color: #d3d3d3;
}
.history .h3-ttl::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  top: -25%;
  transform: translate(-50%, -50%);
}
.history .h3-ttl span {
  margin-left: 20px;
  color: #333333;
}
.history .company-list {
  width: 65%;
  margin: 100px auto 0;
}
.history .company-itme {
  border-color: #3a9ad9;
}
.recruit-sub {
  margin: 130px 0 280px;
  color: #ffffff;
}
.recruit-sub .text2 {
  line-height: 2;
}
.flow {
  background: #d0e5f6;
  height: 500px;
}
.flow .h3-ttl {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #333333;
}
.flow .features-text {
  color: #333333;
  font-weight: bold;
}
.point {
  margin-bottom: 200px;
}
.point .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.point-box {
  margin-bottom: 240px;
}
.h5-ttl {
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  padding: 1rem 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00569c), to(#d0e5f6));
  background-image: -webkit-linear-gradient(left, #00569c 0%, #d0e5f6 100%);
  background-image: linear-gradient(to right, #00569c 0%, #d0e5f6 100%);
}
.recruit-tbl {
  max-width: 970px;
  width: 95%;
  margin: 70px auto 0;
  border-collapse: collapse;
  border: solid 1px #333333;
}
.recruit-tbl th {
  background: #e7f4ff;
  border: solid 1px #333333;
  color: #333;
  padding: 30px;
  width: 30%;
}
.recruit-tbl td {
  border: solid 1px #333333;
  padding: 30px 50px;
  width: 70%;
}
.feature-sub {
  margin: 150px 0;
}
.feature-sub .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.feature-box {
  margin-bottom: 100px;
}
.feature-box .h3-ttl {
  width: 40%;
  text-align: right;
}
.feature-box .h3-ttl::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  left: 0;
}
.feature-box .flex3 {
  margin: 100px 0 50px;
}
.feature-box .flex3 img {
  width: 32%;
}
.feature-box .txt-area {
  width: 90%;
  padding: 60px 0;
  margin: 0 auto;
  background-color: #e1f6ff;
}
.feature-box .txt-area ul {
  margin: 0 auto;
  list-style: disc;
}
.feature-box .txt-area p {
  text-align: center;
  margin-top: 50px;
}
.feature-box2 .h3-ttl {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.feature-box2 .h3-ttl span {
  margin-left: 20px;
}
.feature-box2 .sub-title {
  width: 35%;
}
.feature-box2 .txt-area {
  margin-top: 100px;
}
.feature-box2 .txt-area ul {
  list-style: none;
}
.feature-box2 li + li {
  margin-top: 20px;
}
.feature-box2 li {
  position: relative;
  padding-left: 25px;
}
.feature-box2 li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 7px;
  top: .5em;
  left: 7px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #00569c;
  border-bottom: 2px solid #00569c;
}
.feature-box2 li:after {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #00569c;
  border-radius: 2px;
}
.charm .flex {
  margin-top: 100px;
}
.charm-left {
  width: 45%;
}
.charm-right {
  width: 50%;
  line-height: 2;
}
.contact-sub {
  margin: 150px 0;
  text-align: center;
}
.contact-sub .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.contact-sub .h3-ttl {
  width: 63%;
  text-align: right;
}
.contact-sub .h3-ttl::before {
  content: url("../img/kcl-logo.png");
  position: absolute;
  left: 0;
}
.contact-sub .sub-title {
  width: 33%;
}
.contact-sub .lead {
  font-size: 30px;
  margin: 30px 0 50px;
}
.contact-sub span {
  color: #ff0000;
}
.contact-sub .sub-tel {
  display: block;
  margin-top: 50px;
}
.contact-sub .text-b {
  font-size: 60px;
  margin-top: 100px;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1024px) {
  #header {
    height: 80px;
  }
  .h-logo {
    width: auto;
  }
  .h-logo img {
    height: 80px;
  }
  .h-tel {
    display: none;
  }
  .inquiry {
    display: none;
  }
  .nav-item {
    width: 20%;
  }
  .main-ttl .ja {
    font-size: 30px;
  }
  .main-ttl .en {
    font-size: 20px;
  }
  .news-left {
    width: 100%;
  }
  .news-left::before {
    bottom: 0;
    left: 42%;
    top: -45%;
  }
  .news-right {
    width: 100%;
    margin-top: 30px;
  }
  .business {
    padding: 100px 20px 80px;
  }
  .business::before {
    right: 0;
    top: -7%;
    left: 30%;
    overflow: hidden;
  }
  .business-box::before {
    top: -35%;
    left: 0;
  }
  .business-veiw a {
    font-size: 16px;
  }
  .features {
    padding-top: 80px;
  }
  .features::before {
    left: auto;
    top: -6%;
    right: 30%;
    overflow: hidden;
  }
  .features .h3-ttl {
    width: 50%;
    margin-left: 0;
    text-align: center;
  }
  .features .h3-ttl::before {
    top: -60%;
    left: 0;
  }
  .features-item .lead {
    font-size: 16px;
  }
  .features-item .lead-last {
    font-size: 16px;
  }
  .recruit::before {
    bottom: auto;
    left: 30%;
    overflow: hidden;
  }
  .company-sub .h3-ttl {
    width: 80%;
    text-align: center;
  }
  .company-sub .sub-title {
    width: 20%;
  }
  .company-sub .h3-ttl::before {
    left: 10%;
  }
  .greeting .h3-ttl {
    flex-wrap: wrap;
  }
  .greeting .h3-ttl span {
    margin-left: auto;
  }
  .greeting-left {
    width: 50%;
  }
  .greeting-right {
    width: 45%;
  }
  .company-sub02 .h3-ttl {
    width: 60%;
  }
  .company-sub02 .sub-title {
    width: 40%;
  }
  .company-sub02::before {
    left: auto;
    right: 30%;
    overflow: hidden;
  }
  .history::before {
    right: 0;
    left: 30%;
    overflow: hidden;
  }
  .history .h3-ttl {
    width: 50%;
  }
  .history .sub-title {
    width: 45%;
  }
  .sub-business .h3-ttl::before {
    top: -70px;
    left: -5%;
  }
  .feature-box .h3-ttl::before {
    top: -60px;
  }
  .feature-box2 .sub-title {
    width: 25%;
  }
  .feature-box2 .h3-ttl {
    width: 75%;
  }
  .contact-sub .h3-ttl {
    width: 100%;
    text-align: center;
  }
  .contact-sub .sub-title {
    display: none;
  }
  .contact-sub .h3-ttl::before {
    top: -60px;
  }
}
@media (max-width: 820px) {
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
    padding: 85px 20px 0;
  }
  .about-right::before {
    left: 3%;
  }
  .business .h3-ttl {
    width: 60%;
    text-align: center;
  }
  .business-veiw a {
    width: 48%;
  }
  .business-box p {
    margin-left: 0;
    margin-top: 30px;
  }
  .features .h3-ttl {
    width: 65%;
  }
  .features {
    height: auto;
  }
  .features-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .features-item .lead {
    text-align: left;
    padding: 15px;
  }
  .features-item .lead-last {
    text-align: left;
    padding: 15px;
  }
  .features-item .lead::before {
    content: none;
  }
  .features-item .text {
    position: relative;
    padding: 15px 15px 50px;
  }
  .features-item .text::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #00569c;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: -50%;
    margin: auto;
    z-index: 2;
    transform: rotate(90deg);
  }
  .company {
    margin-bottom: 100px;
  }
  .company-left {
    width: 100%;
  }
  .company-list {
    margin-top: 30px;
  }
  .company-right {
    margin-top: 50px;
    width: 100%;
  }
  .recruit {
    height: auto;
  }
  .recruit-left {
    width: 100%;
    margin-top: -16%;
  }
  .recruit-right {
    width: 100%;
    margin-top: 80px;
    padding: 0 20px;
  }
  .recruit-right .h3-ttl span {
    margin-right: 0;
  }
  .recruit-right .btn-more {
    margin-left: auto;
  }
  .f-flex {
    flex-wrap: wrap;
  }
  .f-left {
    width: 100%;
  }
  .f-right {
    width: 100%;
    margin-top: 50px;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .recruit-tbl {
    width: 95%;
  }
  .recruit-tbl th, .recruit-tbl td {
    border-bottom: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .company-sub {
    margin-bottom: 100px;
  }
  .greeting {
    margin-left: auto;
  }
  .greeting-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .greeting-right {
    width: 100%;
    margin-left: 0;
  }
  .greeting .h3-ttl span {
    margin-left: 20px;
  }
  .greeting .h3-ttl {
    justify-content: flex-end;
  }
  .greeting .h3-ttl::before {
    transform: none;
    top: 0;
    left: 0;
  }
  .company-sub_left {
    width: 100%;
    margin-bottom: 50px;
  }
  .company-sub_right {
    width: 100%;
  }
  .history .h3-ttl {
    width: 70%;
  }
  .history .sub-title {
    width: 25%;
  }
  .history .company-list {
    width: 100%;
  }
  .sub-business_left {
    width: 100%;
    text-align: center;
  }
  .sub-business_right {
    width: 100%;
  }
  .feature-box2 .h3-ttl {
    width: 100%;
  }
  .feature-box2 .sub-title {
    display: none;
  }
  .feature-box2 .txt-area ul {
    margin-left: 10%;
  }
}
@media (min-width: 768px) {
  .news-list .news-itme {
    display: flex;
    align-items: center;
  }
  .news-list .news-itme dt {
    width: 10%;
    padding: 20px 0;
  }
  .news-list .news-itme dd {
    flex: 1;
    padding: 20px;
  }
  .company-list .company-itme {
    display: flex;
    align-items: center;
  }
  .company-list .company-itme dt {
    width: 25%;
    padding: 20px 0;
  }
  .company-list .company-itme dd {
    flex: 1;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .logo {
    line-height: 0;
  }
  .logo img {
    height: 66px;
  }
  .header {
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: #3a9ad9;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
  .hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: #00569c;
    position: absolute;
    top: 66px;
    width: 100%;
    z-index: 9999;
  }
  .navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation__list-item {
    border-bottom: solid 1px #474747;
  }
  .navigation__list-item:first-child {
    border-top: solid 1px #474747;
  }
  .navigation__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
  }
  .main {
    margin-top: 66px;
  }
  .main-ttl {
    left: 5%;
  }
  .main-ttl .en {
    letter-spacing: 1px;
  }
  .news-inner {
    padding: 100px 20px;
  }
  .h3-ttl {
    font-size: 50px;
  }
  .news-left::before {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .news-right {
    padding-right: 20px;
  }
  .news-list .news-itme {
    padding: 30px 0;
  }
  .business .h3-ttl {
    width: 100%;
  }
  .business .h3-ttl span {
    text-align: center;
  }
  .business {
    margin-bottom: 150px;
  }
  .features .h3-ttl {
    width: 100%;
  }
  .features .h3-ttl span {
    text-align: center;
  }
  .company-left {
    margin-right: 0;
  }
  .company-left .h3-ttl span {
    text-align: center;
    margin-right: 0;
  }
  .company-left::before {
    left: 0;
  }
  .company-list .company-itme {
    margin-bottom: 20px;
  }
  .company-itme dt {
    font-weight: bold;
  }
  .recruit-right .h3-ttl {
    width: 100%;
  }
  .recruit-right .h3-ttl span {
    text-align: center;
  }
  .contact-btn {
    justify-content: center;
    margin-top: 50px;
  }
  .contact-tel {
    margin-bottom: 30px;
  }
  .f-right {
    width: 80%;
  }
  .navbar-nav {
    display: block;
  }
  .nav-item {
    width: 50%;
    text-align: left;
  }
  #page_top {
    right: 15px;
  }
  .page-ttl .ja {
    font-size: 50px;
  }
  .sub-business .h3-ttl {
    margin-left: 0;
  }
  .sub-business .h3-ttl span {
    margin-left: auto;
  }
  .sub-business .h3-ttl::before {
    top: -45px;
  }
  .h4-ttl {
    font-size: 20px;
  }
  .company-sub .title {
    padding-bottom: 0;
  }
  .company-sub .sub-title {
    width: 100%;
  }
  .company-sub .h3-ttl::before {
    left: 0;
    top: -60px;
    transform: none;
  }
  .company-sub .inner p {
    font-size: 20px;
    margin-top: 50px;
    text-align: left;
  }
  .greeting {
    margin-bottom: 100px;
  }
  .greeting-left {
    margin-bottom: 100px;
  }
  .greeting .h3-ttl::before {
    top: -50px;
  }
  .company-sub02 .flex {
    margin-top: 50px;
  }
  .history .sub-title {
    display: none;
  }
  .history .h3-ttl {
    width: 100%;
  }
  .history .h3-ttl::before {
    transform: none;
    top: -60px;
  }
  .feature-box .sub-title {
    width: 100%;
  }
  .feature-box .flex3 img {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature-box .txt-area ul {
    margin-left: 17%;
  }
  .feature-box2 .h3-ttl {
    flex-wrap: wrap;
  }
  .charm-left {
    width: 100%;
  }
  .charm-right {
    width: 100%;
    margin-top: 30px;
  }
  .feature-box2 .txt-area ul {
    margin-left: 10%;
  }
}
@media (max-width: 375px) {
  .business-veiw a {
    width: 100%;
  }
  .company-sub .phi-txt {
    font-size: 36px;
  }
  .history .h3-ttl {
    flex-wrap: wrap;
  }
  .history .h3-ttl span {
    margin-left: auto;
  }
}
@media (max-width: 320px) {
  .main-ttl .ja {
    font-size: 26px;
  }
  .main-ttl .en {
    font-size: 18px;
  }
  .feature-box2 .txt-area ul {
    margin-left: 5%;
  }
}

/* 250408 form*/
/* フォーム全体 */
.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

/* テーブル構造 */
.form-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.form-table th,
.form-table td {
  border-bottom: 1px solid #00a3dd;
  padding: 15px 10px;
  vertical-align: middle;
  text-align: left;
}

.form-table th {
  width: 35%;
  font-weight: bold;
  white-space: nowrap;
}

.required {
  color: red;
  margin-left: 5px;
  font-size: 14px;
}

/* 入力欄共通 */
.form-table td input,
.form-table td textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f8f8f8;
  box-sizing: border-box;
}

/* ✅ ラジオボタン表示崩れ対策 */
.radio-options {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: nowrap;
}

.radio-options label {
  display: flex;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
}

/* ✅ ラジオボタン本体 */
.radio-options input[type="radio"] {
  appearance: auto;      /* ← これでデフォルトの○が表示される */
  -webkit-appearance: radio;
  margin-right: 6px;
  vertical-align: middle;
  width: auto;
  height: auto;
}

/* 送信ボタン */
.submit-btn {
  text-align: center;
  margin-top: 30px;
}

.submit-btn button {
  padding: 15px 40px;
  background-color: #2ca9e1;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn button:hover {
  background-color: #007bbd;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .form-table,
  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
  }

  .form-table th {
    margin-top: 20px;
    font-size: 14px;
  }

  .radio-options {
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
  }

  .submit-btn button {
    width: 100%;
  }
}