/*
Theme Name: GIA-new
Author: ryo
*/
body {
  position: relative;
  width: 100%;
  background: #fff;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}

a {
  color: #061a2c;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all ease 0.3s;
}

main {
  width: 100%;
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  border-spacing: 0;
}

p {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 2px;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style: none;
}

.l-header {
  width: 100%;
  position: relative;
}
.l-header-top {
  padding: 5px;
  border-bottom: 1px solid #aaa;
}
.l-header-top-inner {
  max-width: 1038px;
  width: 100%;
  margin: 0 auto;
}
.l-header-top-inner p {
  font-size: 12px;
}
.l-header-content {
  padding: 10px 0 20px;
  border-bottom: 5px solid #997300;
  margin-bottom: 10px;
}
.l-header-content-inner {
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header-content-inner .l-header-logo {
  height: 71px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.l-header-content-inner .l-header-logo img {
  height: 100%;
  margin-right: 20px;
}
.l-header-content-inner .l-header-logo h1 {
  font-size: 32px;
  color: #999;
  font-weight: 600;
}
.l-header-content-inner .l-header-tel {
  width: 300px;
  margin-right: 20px;
}
.l-header-content-inner .l-header-tel .text-p {
  font-size: 14px;
  padding-bottom: 5px;
  color: #333;
}
.l-header-inner {
  width: 100%;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd966), color-stop(0.5, #ffcd33), color-stop(0.51, #ffc000), color-stop(1, #ff8000));
}
.l-header-inner-menu {
  margin: 0 auto;
  width: 100%;
  padding: 0 5px;
  max-width: 1038px;
}
.l-header-inner-menu-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-header-inner-menu-nav-list {
  text-align: center;
  border-right: 1px solid #aaaaaa;
}
.l-header-inner-menu-nav-list:nth-of-type(1) {
  border-left: 1px solid #aaaaaa;
}
.l-header-inner-menu-nav-list a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #002694;
  display: inline-block;
  transition: all ease 0.3s;
  padding: 15px 20px;
}
.l-header-inner-menu-nav-list a:hover {
  opacity: 0.8;
}
.l-header-inner-hamburger {
  display: none;
  margin: 0 auto;
  width: 100%;
  padding: 0 5px;
  max-width: 1038px;
  text-align: center;
}
.l-header-inner-hamburger p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #002694;
}

.u-navi__container {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.u-navi__container .u-navi__menu {
  width: 100%;
  border-top: 1px solid #cccccc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd966), color-stop(0.5, #ffcd33), color-stop(0.51, #ffc000), color-stop(1, #ff8000));
}
.u-navi__container .u-navi__menu li {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.u-navi__container .u-navi__menu li a {
  font-size: 18px;
  color: #002694;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  transition: all ease 0.3s;
  padding: 20px 15px;
  width: 100%;
}
.u-navi__container .u-navi__menu li a:hover {
  opacity: 0.8;
}

.is-active.u-navi__container {
  display: block;
}

@media (max-width: 960px) {
  .l-header-content {
    padding: 10px 0 10px;
  }
  .l-header-content-inner {
    padding: 0 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-header-content-inner .l-header-logo {
    height: 80px;
    padding-right: 0;
    justify-content: center;
    margin-bottom: 20px;
  }
  .l-header-content-inner .l-header-logo img {
    height: 100%;
    margin-right: 0;
  }
  .l-header-content-inner .l-header-logo h1 {
    display: none;
  }
  .l-header-content-inner .l-header-tel {
    width: 300px;
    margin: 0 auto;
  }
  .l-header-content-inner .l-header-tel .text-p {
    font-size: 14px;
    text-align: center;
    padding-bottom: 2px;
  }
  .l-header-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-header-inner-menu {
    display: none;
  }
  .l-header-inner-hamburger {
    width: 100%;
    display: block;
    padding: 0 5px;
    text-align: center;
  }
  .l-header-inner-hamburger p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 0;
    letter-spacing: 0px;
    color: #002694;
  }
}
.l-footer {
  width: 100%;
  background-color: #171515;
  padding: 10px 0 10px;
}
.l-footer-inner {
  text-align: center;
}
.l-footer-inner p {
  font-size: 12px;
  color: #fff;
}

.gia-tel {
  width: 100%;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd966), color-stop(1, #ffc000));
  padding: 8px 12px 4px;
  display: block;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 5px #eee;
}
.gia-tel-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gia-tel-inner-icon {
  width: 48px;
  margin-right: 7px;
}
.gia-tel-inner-icon img {
  width: 100%;
}
.gia-tel-inner-number {
  padding-bottom: 5px;
}
.gia-tel-inner-number .tel-number {
  color: #003FFF;
  font-size: 28px !important;
  font-weight: 600;
}

@media (max-width: 560px) {
  .gia-tel.company-btn {
    padding: 6px 8px 4px;
  }
  .gia-tel.company-btn .gia-tel-inner-number .tel-number {
    font-size: 24px !important;
  }
}
.contact-submit {
  display: block;
  border: 1px solid #333;
  padding: 4px 12px;
  font-weight: 500;
  background-color: #eee;
  margin-bottom: 30px;
  width: 120px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 3px 3px 5px #ccc;
}

/*GIA*/
.p-top-section {
  width: 100%;
  max-width: 1038px;
  margin: 10px auto 0px;
}
.p-top-section img {
  width: 100%;
}

.p-content-section {
  width: 100%;
  max-width: 1038px;
  margin: 10px auto 20px;
  padding: 30px;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.p-content-section-head {
  width: 100%;
  border-bottom: solid 4px #ff8000;
  padding: 5px 0 10px 30px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #cc6700;
  position: relative;
}
.p-content-section-head::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 5px;
  height: 70%;
  background-color: #ffc000;
}
.p-content-section-lead {
  margin-left: 15px;
  border-left: solid 3px #ffc000;
  padding-left: 10px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #994d00;
}
.p-content-section-lead-b {
  margin-left: 15px;
  font-size: 20px;
  padding: 15px 0;
  color: #994d00;
}
.p-content-section-image {
  width: 40%;
  margin-bottom: 15px;
}
.p-content-section-image img {
  width: 100%;
}
.p-content-section-text {
  font-size: 16px;
  padding: 0 10px;
  line-height: 1.6;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.p-content-section-text .txt-num {
  font-size: 1.2em;
  padding-left: 20px;
}
.p-content-section-text .txt-lead {
  font-size: 1.1em;
  color: #994d00;
}
.p-content-section-text .num-space {
  padding-left: 20px;
}
.p-content-section-company {
  margin-top: 60px;
  border: solid 5px #ff8000;
  border-radius: 6px;
  padding: 20px;
}
.p-content-section-company-name {
  color: #cc6700;
  font-size: 28px;
  letter-spacing: 1px;
  width: 100%;
  border-bottom: 1px dashed #333;
  margin-bottom: 20px;
}
.p-content-section-company-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-content-section-company-box-text {
  width: 40%;
}
.p-content-section-company-box-text-lead {
  padding: 0 0 0 20px;
  border-left: solid 3px #ffc000;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-content-section-company-box-text-txt {
  font-size: 14px;
  padding-bottom: 10px;
}
.p-content-section-company-box-text .gia-tel {
  max-width: 300px;
}
.p-content-section-company-box-text-detail {
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #333;
  font-size: 16px;
  padding-top: 10px;
}
.p-content-section-company-box-map {
  width: 50%;
  padding-left: 30px;
}
.p-content-section-company-box-map iframe {
  width: 100%;
  height: 300px;
}
.p-content-section-table {
  border: 1px solid #eedfc7;
  margin-bottom: 20px;
}
.p-content-section-table tr th {
  padding: 10px;
  background-color: #c4b497;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #eedfc7;
  border-right: 1px solid #eedfc7;
}
.p-content-section-table tr td {
  padding: 10px;
  border-bottom: 1px solid #eedfc7;
}
.p-content-section-table tr .bottom-td {
  border-bottom: none;
}
.p-content-section-contact {
  border: 1px solid #eedfc7;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-content-section-contact-liner {
  width: 100%;
}
.p-content-section-contact-box {
  width: 100%;
  height: 300px;
}
.p-content-section-contact tr th {
  padding: 10px;
  background-color: #c4b497;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #eedfc7;
  border-right: 1px solid #eedfc7;
  width: 20%;
}
.p-content-section-contact tr td {
  padding: 10px;
  width: 50%;
  border-bottom: 1px solid #eedfc7;
}
.p-content-section-contact tr .bottom-td {
  border-bottom: none;
}

@media (max-width: 560px) {
  .p-content-section {
    width: 95%;
    padding: 20px;
  }
  .p-content-section-head {
    border-bottom: solid 3px #ff8000;
    padding: 5px 0 10px 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .p-content-section-head::before {
    left: 5px;
    width: 3px;
  }
  .p-content-section-lead {
    margin-left: 5px;
    border-left: solid 3px #ffc000;
    padding-left: 10px;
    font-size: 17px;
    margin-bottom: 20px;
  }
  .p-content-section-lead-b {
    margin-left: 5px;
    font-size: 17px;
    padding: 10px 0;
  }
  .p-content-section-text {
    font-size: 14px;
    padding: 5px 5px 10px;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .p-content-section-company {
    margin-top: 40px;
    padding: 15px;
  }
  .p-content-section-company-name {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .p-content-section-company-box {
    flex-wrap: wrap;
  }
  .p-content-section-company-box-text {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-content-section-company-box-text-lead {
    padding: 0 0 0 20px;
    border-left: solid 3px #ffc000;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-content-section-company-box-text-txt {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .p-content-section-company-box-text-detail {
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #333;
    font-size: 16px;
    padding-top: 10px;
  }
  .p-content-section-company-box-map {
    width: 100%;
    padding-left: 0px;
  }
  .p-content-section-company-box-map iframe {
    width: 100%;
    height: 200px;
  }
}
.wpcf7-spinner{
	display: none;
}
.p-content-section-text-head{
	border-bottom: 1px solid #994d00;
	padding-bottom: 4px;
	color: #994d00;
	display: inline-block;
	width: fit-content;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.p-content-section-text-head.top{
	margin-top: 0px;
}
/*# sourceMappingURL=style.css.map */