@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "Noto Serif JP", serif;
  color: #000000;
  font-size: 20px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
#header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 9;
}
.logo {
  width: 27%;
  padding-left: 3%;
}
.logo h1 {
  color: #C5941D;
  font-size: clamp(24px, 4vw, 45px);
  font-weight: 900;
}
.h-tel {
  width: 20%;
  text-align: center;
}
.navarea {
  width: 45%;
}
.navbar-nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-item {
  text-align: center;
  border-right: 2px solid #ffffff;
}
.nav-item:last-child {
  border-right: none;
}
.nav-item a {
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding: 0 10px;
}
.main {
  line-height: 0;
  position: relative;
}
.main-ttl {
  position: absolute;
  top: 46%;
  left: 5%;
  z-index: 1;
  line-height: 1.5;
  color: #E4B543;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
}
.main-ttl span {
  font-size: clamp(20px, 3vw, 36px);
  font-weight: 300;
}
.inner {
  max-width: 1680px;
  margin: 0 auto;
  width: 98%;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left {
  width: 50%;
  line-height: 0;
}
.right {
  width: 50%;
}
.h3-ttl {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  color: #C5941D;
  line-height: 1.5;
}
.h3-ttl .ja {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
}
.detail-btn {
  max-width: 288px;
  margin: 0 auto;
}
.detail-item {
  display: block;
  text-align: center;
  max-width: 288px;
  padding: 21px 0;
  font-size: 24px;
  color: #000000;
  background: linear-gradient(to right, #C5941D, #E4B543, #F3D896);
}
.text {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  line-height: 2;
}
.news {
  margin-top: 90px;
  padding: 60px 0;
}
.news .flex {
  align-items: center;
}
.news .left {
  width: 45%;
}
.news .right {
  width: 47%;
}
.news .circle {
  width: 416px;
  height: 536px;
  border-radius: 50%;
  border: solid 3px #C5941D;
  display: flex;
  align-items: center;
  padding: 0 60px;
  margin-left: auto;
}
.news .circle .h3-ttl {
  position: relative;
}
.news .circle .h3-ttl::before {
  content: 'お知らせ';
  position: absolute;
  left: 0;
  bottom: -40px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  color: #C5941D;
}
.news-list {
  width: 60%;
}
.news-list .news-itme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 2px #000000;
  margin-top: 30px;
}
.news-list .news-itme dt {
  width: 25%;
  padding: 20px 0;
}
.news-list .news-itme dd {
  flex: 1;
  padding: 20px 0;
  line-height: 1.8;
}
.news-list .news-itme dd a {
  color: #000000;
}
.news-list .news-itme dd img {
  vertical-align: bottom;
  margin-left: 20px;
}


/* 追加（ここから）*/
.news-list dd a {
  display: inline-block;
  text-decoration: none;
}
.news-title {
  display: block;
  margin-bottom: 5px; /* 画像との余白調整 */
  line-height: 1.6;
}

/* single */
.news-single {
  margin-top: 0;
  padding: 60px 10px;
}
.news-list-single {
  width: 100%;
}
.news-list-single .news-itme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 2px #000000;
  margin-top: 30px;
}
.news-list-single .news-itme dt {
  width: 25%;
  padding: 20px 0;
}
.news-list-single .news-itme dd {
  padding: 20px 0;
  line-height: 1.8;
}
.news-list-single .news-itme dd a {
  color: #000000;
}
.news-list-single .news-itme dd img {
  vertical-align: bottom;
  margin-left: 20px;
}
.news-list-single dd a {
  display: inline-block;
  text-decoration: none;
}
.single-area {
  width: 1200px;
  margin: 0 auto;
}

/* single 詳細ナビ */
.news-detail__content-flex {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.news-detail__content-flex > *:not(:first-child) {
  margin-left: 60px;
}
.news-detail__content-flex > * {
  color: inherit;
}

/* ページネーション */
.pagination {
  margin-top: 40px;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 8px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #000;
}
.pagination .current {
  background: #C5941D;
  color: #fff;
  border-color: #C5941D;
}

/* ブログ */
.news-archive {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.news-archive-title {
  font-size: 2em;
  margin-bottom: 30px;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
}

.news-archive-item {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.news-archive-item-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 5px;
}

.news-archive-item-date {
  font-size: 16px;
  margin-bottom: 15px;
}

.news-archive-item-content {
  font-size: 20px;
  line-height: 1.6;
  color: #444;
}

.news-archive-empty {
  font-size: 1em;
  color: #999;
  text-align: center;
  margin-top: 40px;
}

.news-archive-pagination {
  text-align: center;
  margin-top: 40px;
}

.news-archive-pagination a,
.news-archive-pagination span {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
}

.news-archive-pagination .current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
/* 追加（ここまで） */


.about {
  margin-top: 100px;
}
.about .h3-ttl {
  display: flex;
  align-items: baseline;
}
.about .h3-ttl .ja {
  margin-left: 30px;
}
.about .right {
  background-image: url("../img/circle-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 847px;
}
.about .circle-inner {
  width: 90%;
  margin: 15% auto 0;
}
.about .circle-inner .txt01 {
  font-size: 24px;
  font-weight: 500;
  width: 300px;
  margin: 0 auto 30px;
}
.about .circle-inner .txt02 {
  font-size: 36px;
  font-weight: 700;
  width: 290px;
  margin: 0 auto 50px;
  color: #C5941D;
}
.about .detail-btn {
  margin-top: 100px;
}
.service {
  margin-top: 160px;
}
.service .left {
  text-align: center;
  line-height: normal;
}
.service .left img {
  margin: 40px auto;
}
.service .right {
  text-align: right;
}
.service .left .detail-btn {
  margin-top: 100px;
}
.recruit {
  margin-top: 160px;
}
.recruit .h3-ttl {
  margin-bottom: 60px;
}
.recruit .right {
  width: 45%;
  text-align: center;
}
.recruit .detail-btn {
  margin-top: 100px;
}
#footer {
  margin-top: 125px;
}
.contact {
  text-align: center;
  background-image: url("../img/contact-bg.png");
  background-repeat: no-repeat;
  height: 359px;
  padding: 20px 0 100px;
  margin-bottom: 160px;
}
.contact .flex {
  max-width: 1030px;
  width: 95%;
  margin: 60px auto;
}
#footer .box {
  width: 50%;
  position: relative;
}
#footer .box .item {
  position: absolute;
  top: 70px;
  left: 50px;
}
#footer .box .txt01 {
  font-size: clamp(32px, 3vw, 64px);
  font-weight: 900;
  color: #ffffff;
}
#footer .box .txt01 span {
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 900;
}
#footer .box .item2 {
  text-align: center;
  width: 90%;
  position: absolute;
  top: 50px;
  left: 5%;
  color: #ffffff;
}
#footer .box .txt02 {
  display: block;
  margin-bottom: 30px;
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 900;
  text-shadow: 0px 4px 35px rgba(6, 123, 194, 1.00);
}
.address {
  text-align: center;
  margin: 160px 0 30px;
  padding: 30px 0;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
}
.address h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #C5941D;
}
.address .navarea {
  width: 100%;
  margin-bottom: 60px;
}
.address .navbar-nav {
  justify-content: center;
  flex-wrap: wrap;
}
.address .nav-item a {
  color: #C5941D;
  font-weight: 400;
  padding: 0 20px;
}
.address .nav-item {
  border-right: 2px solid #C5941D;
}
.address .nav-item:last-child {
  border-right: none;
}
.address .flex {
  margin-top: 20px;
  justify-content: center;
}
.address .flex p {
  margin-right: 30px;
}
.address .flex p:last-child {
  margin-right: 0;
}
.copyright {
  text-align: center;
  font-size: 13px;
  margin: 30px 0;
}
.sp {
  display: none;
}
.header-sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
.sub #header {
  position: relative;
  height: 125px;
}
.sub .nav-item a {
  color: #C5941D;
}
.sub .nav-item {
  border-right: 2px solid #C5941D;
}
.sub .nav-item:last-child {
  border-right: none;
}
.mv {
  position: relative;
  background-repeat: no-repeat;
  height: 430px;
}
.mv-service {
  background-image: url("../img/sub/mv-service.jpg");
}
.mv-about {
  background-image: url("../img/sub/mv-about.jpg");
}
.mv-recruit {
  background-image: url("../img/sub/mv-recruit.jpg");
}
.mv-ttl {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.6;
}
.mv-ttl .en {
  font-size: 48px;
}
.root {
  width: 90%;
  margin: 20px auto 0;
  display: flex;
  align-items: baseline;
}
.root a {
  color: #000000;
}
.root img {
  vertical-align: bottom;
  margin-right: 15px;
}
.root li {
  margin-right: 15px;
}
.sub-inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.top-service {
  margin: 120px 0 140px;
  overflow: hidden;
}
.top-service .sub-inner {
  position: relative;
  z-index: 2;
}
.top-service .sub-inner::before {
  content: url("../img/sub/service01.jpg");
  position: absolute;
  top: 11%;
  right: 0;
  z-index: -1;
}
.top-service .circle {
  position: relative;
  width: 446px;
  height: 320px;
  border-radius: 50%;
  border: solid 3px #C5941D;
  text-align: center;
  padding: 186px 30px 0;
  line-height: 1.6;
  background-color: rgba(255, 255, 255, 0.8);
  color: #C5941D;
}
.top-service .circle .txt01 {
  font-size: clamp(26px, 3.8vw, 40px);
  font-weight: 900;
  margin-bottom: 30px;
}
.worry-txt {
  text-align: center;
  font-size: clamp(24px, 2.4vw, 40px);
  margin-bottom: 40px;
}
.worry-txt span {
  color: #C5941D;
}
.worry {
  background-image: url("../img/sub/service-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 584px;
  display: flex;
  align-items: center;
}
.worry .flex {
  justify-content: center;
}
.worry-item {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  color: #C5941D;
  background-color: #ffffff;
  padding: 50px 0;
  font-size: 32px;
  font-weight: 700;
  width: 39%;
  margin: 30px;
  box-shadow: 10px 10px 20px 0px rgba(166, 121, 11, 0.8);
}
.detail {
  overflow: hidden;
  margin-top: 140px;
}
.sub-ttl {
  color: #C5941D;
  text-align: center;
  position: relative;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 900;
  margin-bottom: 160px;
}
.sub-ttl .en {
  font-size: clamp(18px, 3vw, 30px);
  margin-bottom: 10px;
}
.sub-ttl::before {
  content: url("../img/sub/mark.png");
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, 50%);
}
.detail-box {
  position: relative;
  height: 630px;
  padding: 0 40px;
  margin-top: 60px;
  display: flex;
  align-items: flex-end;
  line-height: 1.6;
}
.detail-box01::before {
  content: url("../img/sub/service02.jpg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.detail-box02::before {
  content: url("../img/sub/service03.jpg");
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.detail-box03::before {
  content: url("../img/sub/service04.jpg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.detail-box .item {
  width: 380px;
  padding: 60px 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: solid 10px #C5941D;
}
.detail-box02 .item {
  margin-left: auto;
}
.detail-box .ttl {
  text-align: center;
  color: #C5941D;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 100px;
  letter-spacing: -3px
}
.detail-box .ttl span {
  font-size: clamp(40px, 8vw, 90px);
  font-weight: 400;
  vertical-align: sub;
  margin-right: 20px;
}
.flow {
  margin-top: 150px;
}
.flow .flex {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.flow .flex::before {
  content: '';
  width: 80%;
  height: 20px;
  background-color: #C5941D;
  position: absolute;
  top: 38%;
  left: 10%;
  z-index: -1;
}
.flow-item {
  font-family: 'Noto Sans JP', sans-serif;
  color: #C5941D;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.greeting {
  margin-top: 80px;
}
.greeting .txt01 {
  font-size: 30px;
  text-align: center;
  margin: 80px 0;
  line-height: 2;
}
.greeting .txt01 span {
  font-size: 35px;
  font-weight: 700;
  color: #C5941D;
}
.greeting .txt02 {
  width: 55%;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
}
.greeting .img {
  width: 40%;
}
.philosophy {
  margin-top: 140px;
}
.philosophy .bg-txt {
  text-align: center;
  background-image: url("../img/sub/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
  height: 260px;
  line-height: 2;
  color: #ffffff;
}
.philosophy .bg-txt .ttl {
  font-size: 30px;
  font-weight: 700;
}
.philosophy .bg-txt .txt01 {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  max-width: 640px;
  width: 90%;
  margin: 50px auto 0;
}
.sub-about {
  margin: 140px 0;
}
.company-list {
  font-family: 'Noto Sans JP', sans-serif;
}
.company-list .company-itme {
  display: flex;
  border-bottom: 3px solid #F3D896;
}
.company-list .company-itme dt {
  width: 20%;
  padding: 30px 0 30px 5%;
}
.company-list .company-itme dd {
  flex: 1;
  padding: 30px;
}
.map {
  height: 640px;
}
.top-recruit {
  text-align: center;
  margin-top: 100px;
}
.top-recruit .txt01 {
  font-size: 40px;
  margin-bottom: 60px;
}
.top-recruit .txt01 span {
  font-size: 45px;
  font-weight: 700;
  color: #C5941D;
}
.top-recruit .kind {
  max-width: 960px;
  margin: 50px auto;
}
.top-recruit .kind-ttl {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #C5941D;
  margin-bottom: 40px;
}
.kind-ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 3px solid #C5941D;
}
.kind-ttl > span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
}
.kind .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kind .list li {
  color: #ffffff;
  background-color: #C5941D;
  padding: 20px 80px;
  font-size: 30px;
  font-weight: 700;
}
.kind .txt02 {
  margin-top: 40px;
  text-align: left;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
}
.kind .txt02 span {
  color: #C5941D;
  font-weight: 700;
}
.outline {
  margin-top: 140px;
}
.outline .table {
  width: 100%;
  border-collapse: collapse;
  line-height: 2;
  border: solid 1px #F3D896;
  font-family: 'Noto Sans JP', sans-serif;
}
.outline .table th {
  width: 20%;
  padding: 1em;
  background-color: #C5941D;
  color: #ffffff;
  border-bottom: solid 1px #F3D896;
  font-size: 24px;
  font-weight: 700;
}
.outline .table td {
  padding: 1em 3em;
  background-color: #ffffff;
  border-bottom: solid 1px #F3D896;
  text-align: left;
}
.outline .table td span {
  color: #C5941D;
  font-weight: 700;
}
.top-contact {
  background-image: url("../img/sub/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
  padding: 80px 0;
  height: 211px;
}
.top-contact .flex {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.top-contact .item {
  width: 45%;
}
.mailform {
  margin-top: 140px;
}
.mailform form {
  width: 100%;
}
.mailform form table {
  width: 100%;
}
.mailform form table tr {
  position: relative;
}
.mailform form table tr th {
  font-weight: 400;
  padding-left: 10%;
  position: relative;
  text-align: left;
}
.mailform form table tr th::before {
  content: '必須';
  border: solid 2px #C5941D;
  padding: 10px 20px;
  color: #C5941D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10%, -50%);
}
.mailform form table tr .blank::before {
  content: none;
}
.mailform form table tr td {
  width: 70%;
  text-align: left;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mailform form table tr select {
  border: 1px solid #97ae88;
}
.mailform form table tr label input {
  cursor: pointer;
  vertical-align: middle;
}
.mailform form table tr select, .mailform form table tr input, .mailform form table tr textarea {
  width: 100%;
  height: 4em;
  padding: 1em;
  border: none;
  font-size: 18px;
  background-color: #EEEEEE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mailform form table tr .radio02-input {
  width: 10%;
  height: 1.6em;
}
.mailform form table tr textarea {
  height: 10em;
}
.btn {
  margin-top: 100px;
  text-align: center;
}
.btn input {
  display: inline-block;
  background: #C5941D;
  padding: 1em 4em;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 20px;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1536px) {
  .news-list {
    width: 80%;
  }
  .about .detail-btn {
    margin-top: 40px;
  }
  .about .right {
    background-size: cover;
  }
  #footer .box .txt02 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .logo {
    width: 100%;
  }
  .navarea {
    width: 78%;
  }
  .news .left {
    width: 100%;
  }
  .news .circle {
    margin: 0 auto;
    padding: 0 10%;
    height: inherit;
    border-radius: 0;
    border: none;
    position: relative;
  }
  .news .circle::before {
    content: '';
    width: 150px;
    height: 150px;
    border: solid 3px #C5941D;
    border-radius: 50%;
    position: absolute;
    right: 10%;
    top: -25%;
    z-index: -1;
  }
  .news .circle .h3-ttl {
    background-color: #ffffff;
  }
  .news .right {
    width: 100%;
  }
  .news-list {
    width: 55%;
    margin: 100px auto 0;
  }
  .service .left {
    padding: 0 1%;
    width: 48%;
  }
  .kind .list {
    justify-content: center;
  }
  .kind .list li {
    margin: 10px;
  }
  .mailform form table tr th {
    padding-left: 15%;
  }
  .top-contact {
    height: auto;
  }
}
@media (max-width: 820px) {
  #header {
    display: none;
  }
  .header-sp {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  .header-sp h1 {
    font-size: 36px;
    font-weight: 900;
    color: #C5941D;
    margin-left: 20px;
  }
  #nav-toggle {
    position: fixed;
    top: 30px;
    right: 25px;
    height: 20px;
    width: 30px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 30px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #C5941D;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 9px;
  }
  #nav-toggle span:nth-child(3) {
    top: 18px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
  #gloval-nav {
    background-color: #C5941D;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    transform: translateX(-100%);
    transition: opacity .6s ease, visibility .6s ease;
  }
  #gloval-nav .nav-logo {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 60px;
  }
  #gloval-nav a {
    display: block;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    padding: 20px 0;
    transition: color .6s ease;
  }
  .menu-accordion ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    overflow-y: hidden !important;
  }
  .menu-accordion li {
    width: 46%;
    background: #FFFFFF;
    border: 1px solid #5A4E3F;
  }
  #nav-toggle::before {
    content: "";
    width: 55px;
    height: 55px;
    background: #ffffff;
    border: solid 2px #C5941D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(-200px);
    transition: transform .6s ease, opacity .2s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: .15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: .3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: .45s;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    transform: translateX(0);
    transition: transform .6s;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease;
  }
  #nav-toggle {
    z-index: 100;
  }
  #gloval-nav {
    z-index: 10;
  }
  #gloval-nav ul {
    overflow-y: scroll;
  }
  .news .circle::before {
    right: 20%;
    top: -70%;
  }
  .news-list {
    width: 80%;
  }
  .inner {
    width: 90%;
  }
  .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .right {
    width: 100%;
  }
  .service .left {
    padding: 0;
    width: 100%;
  }
  .recruit .right {
    width: 100%;
  }
  .contact .flex {
    justify-content: center;
    margin: 35px auto;
  }
  .contact .flex p {
    margin-right: 20px;
  }
  #footer .box {
    width: 100%;
    margin-bottom: 50px;
  }
  .address .nav-item a {
    font-size: 18px;
  }
  #footer .box .txt01 {
    font-size: clamp(32px, 6vw, 64px);
  }
  #footer .box .txt01 span {
    font-size: clamp(18px, 3vw, 32px);
  }
  #footer .box .txt02 {
    font-size: clamp(20px, 4vw, 40px);
  }
  .top-service .circle {
    margin: 0 auto 50px;
    ;
  }
  .worry-item {
    font-size: 20px;
  }
  .flow-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .flow .flex::before {
    content: none;
  }
  .top-service {
    margin: 100px 0;
  }
  .top-service .circle {
    border-radius: inherit;
    border: none;
  }
  .top-service .sub-inner::before {
    width: 110%;
  }
  .greeting .txt02 {
    width: 100%;
    margin-bottom: 50px;
  }
  .greeting .img {
    width: 100%;
    text-align: center;
  }
  .mailform form table tr th {
    text-align: center;
    width: 100%;
    display: flex;
    background: #303435;
    padding: 1em 6em;
    color: #fff;
    box-sizing: border-box;
  }
  .mailform form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header-sp h1 {
    font-size: 24px;
    margin-top: 20px;
  }
  .main-ttl {
    top: 40%;
  }
  .mv-ttl {
    font-size: 36px;
  }
  .news-list .news-itme dt {
    width: 100%;
    padding: 0;
  }
  .about .inner {
    width: 100%;
  }
  .about .h3-ttl {
    justify-content: center;
    margin-bottom: 20px;
  }
  .floating {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 99;
    line-height: 0;
  }
  .floating .tel {
    margin-right: 15px;
  }
  .h3-ttl {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .h3-ttl .ja {
    margin-left: 30px;
  }
  .news .circle {
    width: auto;
  }
  .news .circle::before {
    right: 10%;
  }
  .recruit {
    margin-top: 0;
  }
  .contact {
    margin-bottom: 60px;
  }
  .contact .flex .tel {
    margin-bottom: 20px;
  }
  .contact .flex p {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  #footer {
    margin-bottom: 100px;
  }
  #footer .inner {
    width: 100%;
  }
  #footer .box .item {
    top: 25px;
    left: 20px;
  }
  #footer .box .item2 {
    top: 17px;
  }
  .address {
    width: 90%;
    margin: 0 auto;
  }
  .address .nav-item {
    margin-bottom: 20px;
  }
  .address .navarea {
    margin-bottom: 30px;
  }
  .address .flex p {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-service .circle {
    width: 90%;
    height: auto;
    padding: 0;
  }
  .top-service .sub-inner::before {
    content: none;
  }
  .top-service .sub-inner::after {
    content: '';
    background-image: url(../img/sub/service01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 400px;
  }
  .worry {
    height: auto;
  }
  .worry-item {
    width: 100%;
  }
  .worry-txt {
    text-align: left;
    padding: 0 5%;
  }
  .detail-box {
    padding: 0 20px;
  }
  .detail-box01::before {
    content: '';
    background-image: url("../img/sub/service02.jpg");
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 400px;
  }
  .detail-box02::before {
    content: '';
    background-image: url("../img/sub/service03.jpg");
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 400px;
  }
  .detail-box03::before {
    content: '';
    background-image: url("../img/sub/service04.jpg");
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 400px;
  }
  .company-list .company-itme {
    margin-bottom: 20px;
  }
  .company-itme dt {
    font-weight: bold;
  }
  .greeting .txt01 {
    font-size: 22px;
  }
  .greeting .txt01 span {
    font-size: 28px;
  }
  .philosophy .bg-txt {
    height: auto;
  }
  .philosophy .bg-txt .ttl {
    font-size: 26px;
  }
  .map {
    height: 500px;
  }
  .outline .table th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
  }
  .outline .table td {
    display: block;
    padding: 1em;
  }
  .top-recruit .txt01 {
    font-size: 28px;
  }
  .top-recruit .txt01 span {
    font-size: 34px;
  }
  .kind .list li {
    padding: 20px;
    font-size: 24px;
  }
  .outline .table th {
    font-size: 20px;
  }
  .top-contact .flex {
    justify-content: center;
  }
  .top-contact .item {
    width: 80%;
    margin-bottom: 30px;
  }
  .mailform form table tr select, .mailform form table tr input, .mailform form table tr textarea {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .news-list {
    width: 90%;
  }
  #footer .box .txt01 {
    font-size: 24px;
  }
  #footer .box .txt02 {
    margin-bottom: 15px;
  }
}
@media (max-width: 320px) {
  .news-list {
    width: 80%;
  }
  #footer .box .txt02 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact .flex {
    width: 90%;
  }
  .detail-box {
    padding: 0;
  }
}