* {
  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;
  }
}
#mainVisual {
  background-image: url(../img/main_visual_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#mainVisual .container {
  padding: 220px 0;
}
#mainVisual:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  position: absolute;
  top: 0;
  left: 0;
}
#mainVisual h2 {
  color: #ffffff;
  font-size: 3.2rem;
  position: relative;
  text-align: left;
  line-height: 1.5;
  z-index: 1;
}
#mainVisual h2:after {
  display: none;
}
#mainVisual .brTB {
  display: none;
}

#outline {
  padding: 100px 0 0;
}
#outline h2 + p {
  margin-bottom: 60px;
  text-align: center;
}
#outline ul {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#outline li {
  display: flex;
  align-items: flex-start;
  gap: 30px 60px;
}
#outline li:nth-of-type(2n + 2) {
  flex-direction: row-reverse;
}
#outline img {
  width: 45%;
  max-width: 400px;
  aspect-ratio: 4/3;
}
#outline div {
  flex: 1;
}
#outline h3 {
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  background-color: #083657;
  color: #ffffff;
}
#outline .btn {
  width: 300px;
  margin-top: 30px;
}

#linkArea ul {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
#linkArea li {
  width: 620px;
  padding: 200px 70px 50px;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#linkArea li:before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  position: absolute;
  top: 0;
  left: 0;
}
#linkArea li:nth-of-type(1) {
  background-image: url(../img/linklistbg_01.webp);
}
#linkArea li:nth-of-type(2) {
  background-image: url(../img/linklistbg_02.webp);
}
#linkArea h2 {
  text-align: left;
}
#linkArea h2:after {
  left: 0;
  transform: translateX(0);
}
#linkArea p {
  margin-bottom: 40px;
}
#linkArea p, #linkArea a {
  position: relative;
  z-index: 1;
}

.top_banner_area {
  margin-bottom: 100px;
  background-color: #f5f5f5;
}
.top_banner_area ul {
  display: flex;
  justify-content: center;
  gap: 30px 50px;
}
.top_banner_area a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .top_banner_area {
    margin-bottom: 50px;
  }
  .top_banner_area ul {
    flex-direction: column;
    align-items: center;
  }
}

#about {
  background-image: url(../img/top_about_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#about h2 {
  text-align: left;
}
#about h2:after {
  left: 0;
  transform: translateX(0);
}
#about p {
  margin-bottom: 40px;
}

#recruit .container {
  display: flex;
  column-gap: 70px;
  align-items: center;
}
#recruit .pics {
  width: 640px;
}
#recruit h2 {
  text-align: left;
}
#recruit h2:after {
  left: 0;
  transform: translateX(0);
}
#recruit p {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #mainVisual .container {
    padding: 150px 0;
  }
  #mainVisual .brTB {
    display: block;
  }
  #outline li {
    padding: 10px 20px;
  }
  #linkArea ul {
    column-gap: 20px;
  }
  #linkArea li {
    width: 48%;
    padding: 100px 30px 40px;
  }
  #linkArea h2 {
    font-size: 2.8rem;
  }
  #linkArea .btn {
    max-width: 270px;
  }
  #recruit .container {
    column-gap: 30px;
  }
  #recruit .pics {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #mainVisual .container {
    padding: 100px 0;
  }
  #mainVisual h2 {
    font-size: 2.5rem;
  }
  #outline {
    padding: 50px 0 0;
  }
  #outline h2 + p {
    width: 90%;
    margin: 0 auto 30px;
  }
  #outline li {
    flex-direction: column;
    align-items: center;
  }
  #outline li:nth-of-type(2n + 2) {
    flex-direction: column;
  }
  #outline img {
    width: 100%;
  }
  #outline h3 {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 2rem;
  }
  #linkArea ul {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
  #linkArea li {
    width: 330px;
    padding: 70px 30px 40px;
  }
  #linkArea p {
    margin-bottom: 20px;
  }
  #recruit .container {
    flex-direction: column;
    row-gap: 40px;
  }
  #recruit .pics {
    max-width: 330px;
  }
  #recruit p {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */