* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #1A1A1A;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h2 {
  margin-bottom: 50px;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}
h2:after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #083657;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#titleArea {
  background-image: url(../img/main_visual_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#titleArea:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  position: absolute;
  top: 0;
  left: 0;
}
#titleArea .container {
  padding: 220px 0;
}
#titleArea h2 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: left;
}
#titleArea h2:after {
  display: none;
}

.pics img {
  width: 100%;
  height: auto;
}

.container {
  width: 1280px;
  padding: 100px 0;
  margin: 0 auto;
}
.container_short {
  width: 1000px;
}

.btnBox {
  text-align: center;
}

.btn {
  border: 2px solid #F7B207;
  border-radius: 36px;
  padding: 12px;
  background-color: #F7B207;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn:hover {
  background-color: #ffffff;
  color: #F7B207;
}

.btnWhite {
  width: 400px;
  border: 2px solid #ffffff;
  padding: 20px;
  border-radius: 36px;
  background-color: transparent;
}
.btnWhite:hover {
  color: #083657;
}

.btnBlue {
  width: 400px;
  border: 2px solid #083657;
  padding: 20px;
  background-color: transparent;
  color: #083657;
}
.btnBlue:hover {
  background-color: #083657;
  color: #ffffff;
}

.telnum {
  padding: 15px 30px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
.telnum p,
.telnum span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}
.telnum p {
  margin-bottom: 5px;
}

#flow h2 + p {
  text-align: center;
  margin-bottom: 60px;
}
#flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 5px;
}
#flow li {
  width: 220px;
  height: 220px;
  padding: 25px 0;
  border: 1px solid #083657;
  border-radius: 50%;
  position: relative;
  text-align: center;
}
#flow span {
  color: #ffffff;
  background-color: #083657;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 10px;
  border-radius: 50%;
  padding: 6px 10px;
}
#flow li:nth-of-type(4) {
  width: 35px;
  border: none;
  border-radius: 8px;
  padding: 28px 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  background-color: #F7B207;
  font-weight: bold;
}
#flow .pics {
  width: 126px;
  margin: 0 auto;
}
#flow p {
  margin-top: 10px;
}
#flow .arrowSP {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .container {
    width: 90%;
  }
  #titleArea .container {
    padding: 150px 0;
  }
  .telnum {
    padding: 20px;
    font-size: 2.5rem;
  }
  .btnWhite {
    max-width: 270px;
  }
  .btnBlue {
    max-width: 270px;
  }
  #flow li {
    width: 170px;
    height: 170px;
    padding: 20px 0;
  }
  #flow span {
    left: 5px;
  }
  #flow .pics {
    width: 80px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }
  .container {
    width: 90%;
    padding: 50px 0;
  }
  .telnum {
    padding: 10px;
    font-size: 2.5rem;
  }
  .telnum span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .btnWhite {
    max-width: 250px;
    padding: 13px;
  }
  .btnBlue {
    max-width: 250px;
    padding: 13px;
  }
  #titleArea .container {
    padding: 100px 0;
  }
  #flow ul {
    width: 320px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 10px 2px;
  }
  #flow li {
    width: 135px;
    height: 135px;
  }
  #flow span {
    left: 5px;
  }
  #flow .pics {
    width: 50px;
    margin: 0 auto;
  }
  #flow .arrowPC {
    display: none;
  }
  #flow .arrowSP {
    display: block;
    padding-top: 100px;
  }
  #flow li:nth-of-type(4) {
    width: 135px;
    height: auto;
    padding: 5px;
    writing-mode: horizontal-tb;
  }
  #flow p {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .telnum {
    pointer-events: none;
  }
  .brSP {
    display: none;
  }
}
header .container {
  padding: 0;
}
header .topMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .topMenu ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
header .hannan {
  font-size: 3rem;
}
header .mado img {
  width: 70px;
}
header .btn {
  width: 270px;
  padding: 12px;
}
header .telnum {
  color: #ffffff;
  background-color: #083657;
}
header .burgerBtn {
  display: none;
  width: 60px;
  height: 60px;
  padding: 15px 18px;
  color: #ffffff;
  background-color: #083657;
  font-size: 3rem;
}
header .burgerBtn .fa-xmark {
  display: none;
}
header .opened .fa-bars {
  display: none;
}
header .opened .fa-xmark {
  display: block;
}
header .bottomMenu ul {
  padding: 8px 0;
  display: grid;
  grid-template-columns: repeat(8, auto);
}
header .bottomMenu li {
  border-right: 1px solid #707070;
  text-align: center;
}
header .bottomMenu li a {
  width: 100%;
  height: 100%;
  padding: 0 48px;
}
header .bottomMenu li:nth-of-type(1) {
  border-left: 1px solid #707070;
}
header .bottomMenu a:hover {
  color: #083657;
}
header .bottomMenu i {
  margin-left: 5px;
  font-size: 1.2rem;
}
header .bottomMenu .clickItem {
  position: relative;
}
header .bottomMenu .submenu {
  display: none;
  width: 100%;
  padding: 20px 10px;
  background-color: #ffffff;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  font-size: 1.4rem;
}
header .bottomMenu .submenu ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .bottomMenu .submenu li {
  border: none;
}
header .bottomMenu .submenu a {
  padding: 0;
}

.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 3;
}
.overlay ul {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.overlay a {
  width: 100%;
  height: 100%;
  position: relative;
}
.overlay a img {
  position: absolute;
  top: 0;
  right: 0;
}
.overlay a:hover {
  opacity: 0.7;
}
.overlay .telnum {
  width: 100%;
  height: auto;
  padding: 25px 0;
  color: #ffffff;
  background-color: #083657;
}
.overlay .clickItem {
  position: relative;
}
.overlay .submenu {
  display: none;
}
.overlay .submenu ul {
  padding: 20px 10px;
  row-gap: 20px;
}

@media screen and (min-width: 890px) and (max-width: 1300px) {
  header .container {
    width: 95%;
  }
  header .topMenu ul {
    column-gap: 15px;
  }
  header .btn {
    width: 230px;
  }
  header .bottomMenu ul {
    grid-template-columns: repeat(4, auto);
    row-gap: 5px;
  }
  header .bottomMenu li:nth-of-type(5) {
    border-left: 1px solid #707070;
  }
}
@media screen and (max-width: 889px) {
  header .container {
    width: 100%;
  }
  header .topMenu ul {
    column-gap: 5px;
  }
  header .hannan {
    margin-left: 5px;
    font-size: 1.5rem;
  }
  header .mado {
    width: 30px;
  }
  header .btn {
    width: 110px;
    padding: 3px 0;
    font-size: 0.8rem;
  }
  header .telnum {
    display: none;
  }
  header .burgerBtn {
    display: block;
  }
  header .bottomMenu {
    display: none;
  }
}
#contactLink {
  background-image: url(../img/contact_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
}
#contactLink:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  position: absolute;
  top: 0;
  left: 0;
}
#contactLink .contentArea {
  position: relative;
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 1;
}
#contactLink h2 {
  margin-bottom: 15px;
}
#contactLink h2:after {
  display: none;
}
#contactLink ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  column-gap: 70px;
  align-items: center;
}
#contactLink .telnum {
  font-size: 4.8rem;
}
#contactLink .telnum i {
  color: #083657;
}
#contactLink .btn {
  width: 380px;
  padding: 20px 0;
  font-weight: bold;
}

footer .container {
  width: 1000px;
  padding: 80px 0 20px;
}
footer .logo {
  font-size: 2.5rem;
}
footer .footerMenu {
  margin-bottom: 30px;
  display: flex;
  column-gap: 80px;
}
footer .menu:nth-of-type(2) ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
footer .menu:nth-of-type(1) {
  width: 300px;
}
footer .menu li {
  font-size: 1.8rem;
}
footer .menu .address {
  margin-top: 10px;
}
footer .menu .address li {
  font-size: 1.4rem;
}
footer .menu .address a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
}
footer .menu h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: normal;
}
footer .menu h3 + ul li {
  font-size: 1.4rem;
}
footer .bottomMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bottomMenu ul {
  display: flex;
  column-gap: 20px;
  font-size: 1.4rem;
}
footer .copyright {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contactLink .contentArea {
    position: relative;
    padding: 60px 30px;
  }
  #contactLink ul {
    column-gap: 20px;
  }
  #contactLink .telnum {
    font-size: 3.5rem;
  }
  #contactLink .btn {
    width: 280px;
  }
  footer .container {
    width: 90%;
  }
  footer .footerMenu {
    margin-bottom: 40px;
  }
  footer .menu li {
    font-size: 1.6rem;
  }
  footer .menu h3 {
    font-size: 1.6rem;
  }
  footer .menu:nth-of-type(2) ul {
    width: 400px;
  }
  footer .bottomMenu {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #contactLink .contentArea {
    position: relative;
    padding: 30px 20px;
  }
  #contactLink ul {
    flex-direction: column;
    row-gap: 10px;
  }
  #contactLink .telnum {
    font-size: 3.2rem;
  }
  #contactLink .btn {
    width: 250px;
    padding: 20px 0;
  }
  footer .container {
    width: 90%;
    padding: 30px 0 10px;
  }
  footer .logo {
    width: 200px;
  }
  footer .footerMenu {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  footer .menu ul {
    row-gap: 5px;
  }
  footer .menu li {
    font-size: 1.6rem;
  }
  footer .menu h3 {
    font-size: 1.6rem;
  }
  footer .menu:nth-of-type(2) ul {
    row-gap: 5px;
  }
  footer .bottomMenu {
    margin-bottom: 15px;
  }
}
main h2 {
  text-align: left;
}
main h2:after {
  width: 100%;
}

#message .messageArea {
  display: flex;
  column-gap: 80px;
}
#message .textArea {
  width: 800px;
}
#message h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
#message .btn {
  width: 400px;
  padding: 20px;
  margin-top: 30px;
}
#message .pics {
  width: 400px;
}

#itemList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
#itemList li {
  width: 400px;
  border: 1px solid #083657;
  background-color: #EBF7FF;
  display: flex;
  flex-direction: column;
}
#itemList h3 {
  padding: 15px;
  color: #ffffff;
  background-color: #083657;
  font-size: 2rem;
  text-align: center;
}
#itemList .detail {
  height: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}
#itemList .detail p {
  flex: 1;
  margin-bottom: 30px;
}
#itemList .detail dl {
  font-size: 1.4rem;
}
#itemList .detail dt {
  font-weight: normal;
}
#itemList .detail a {
  text-decoration: underline;
  color: #083657;
}

#makerList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
#makerList li {
  width: 400px;
  border: 1px solid #083657;
  background-color: #EBF7FF;
  transition: all 0.3s ease;
}
#makerList li:hover {
  background-color: #A8DCFF;
}
#makerList a {
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
}

#achievement .tableArea {
  width: 100%;
}
#achievement table {
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
}
#achievement th {
  background-color: #EDF8FF;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
#achievement td {
  padding: 20px;
  text-align: center;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
#achievement th:nth-of-type(1),
#achievement td:nth-of-type(1),
#achievement th:nth-of-type(2),
#achievement td:nth-of-type(2) {
  width: 15%;
}
#achievement th:nth-of-type(3),
#achievement td:nth-of-type(3) {
  width: 20%;
}
#achievement th:nth-of-type(4),
#achievement td:nth-of-type(4) {
  width: 65%;
}
#achievement td:nth-of-type(4) {
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #message .messageArea {
    column-gap: 40px;
  }
  #itemList ul {
    justify-content: center;
  }
  #makerList ul {
    justify-content: center;
  }
  #achievement th {
    padding: 10px;
  }
  #achievement td {
    padding: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #message .messageArea {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #message .textArea {
    width: 100%;
  }
  #message h3 {
    font-size: 1.8rem;
  }
  #message .btn {
    width: 300px;
  }
  #message .pics {
    width: 350px;
  }
  #itemList ul {
    justify-content: center;
  }
  #makerList ul {
    justify-content: center;
  }
  #makerList li {
    width: 350px;
  }
  #achievement .tableArea {
    width: 800px;
    overflow-x: scroll;
  }
  #achievement th {
    padding: 10px;
    font-size: 1.4rem;
  }
  #achievement td {
    padding: 10px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=item.css.map */