@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Montserrat:wght@200;400;700&family=Noto+Sans+JP:wght@100;400;700&family=Roboto:wght@100;400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;800&family=Noto+Sans+JP:wght@200;400;800&family=Roboto:wght@100;400;700&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
html body {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #0f1111;
  background: #ffffff;
  webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-weight: 400;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  line-height: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  position: relative;
}

.layout_width {
  width: 1280px;
  margin: 0 auto;
  transition: all ease 1s;
}

.layout_width_830 {
  width: 830px;
  margin: 0 auto;
  transition: all ease 1s;
}

.layout_width_1024 {
  width: 1024px;
  margin: 0 auto;
  transition: all ease 1s;
}

section {
  padding: 5rem 0 5rem;
  transition: 1s;
}

.bgcolor {
  background-color: #024287;
}
.bgcolor div h2 {
  color: #00b0f0;
}
.bgcolor div h2 b {
  color: #00b0f0;
}

h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column-reverse;
  font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
}
h2 p {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  margin: 0.5rem 0 0 0;
}
h2 span {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: clamp(2.6rem, 2.527rem + 0.36vw, 2.8rem);
}
h2 span b {
  color: #024287;
}

@media screen and (max-width: 1280px) {
  .layout_width {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .layout_width_830 {
    width: 100%;
    padding: 0 2rem;
  }
  .layout_width_1024 {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin: 0rem 0;
  }
  h2 {
    text-align: center;
    text-align-last: center;
  }
}
@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
.marker {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #024287;
  text-emphasis: filled #024287;
}

#header {
  width: 100%;
  position: relative;
  z-index: 99999;
  background-color: #ffffff;
}
#header .header__warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header__warp--logo {
  width: auto;
  display: block;
  transition: 1s;
  display: flex;
  align-items: center;
}
#header .header__warp--logo figure {
  display: flex;
  align-items: center;
}
#header .header__warp--logo figure img:nth-child(1) {
  width: 60px;
  transition: all ease 1s;
}
#header .header__warp--logo figure img:nth-child(2) {
  width: auto;
  height: 20px;
  margin: 0 0 0 1rem;
}
#header .header__warp--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#header .header__warp--menu--nav {
  margin: 0 1rem 0 0;
}
#header .header__warp--menu--nav nav ul {
  display: flex;
  align-items: center;
  position: relative;
}
#header .header__warp--menu--nav nav ul li a {
  display: block;
  width: fit-content;
  position: relative;
  text-align: center;
  height: 100%;
  padding: 1.5rem 0;
  margin: 0 1.5rem;
  display: flex;
  flex-flow: column;
}
#header .header__warp--menu--nav nav ul li a p {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  font-weight: bold;
}
#header .header__warp--menu--nav nav ul li a span {
  font-size: clamp(0.4rem, 0.327rem + 0.36vw, 0.6rem);
  font-weight: bold;
  text-transform: uppercase;
}
#header .header__warp--menu--nav nav ul li:nth-child(3) {
  display: none;
}
#header .header__warp--menu--nav nav ul li:nth-child(4) {
  display: none;
}
#header .header__warp--menu--nav nav ul li:nth-child(5) {
  display: none;
}
#header .header__warp--menu--contactbox {
  display: flex;
  align-items: center;
}
#header .header__warp--menu--contactbox--telbox {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin: 0 1rem 0 0;
}
#header .header__warp--menu--contactbox--telbox nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header__warp--menu--contactbox--telbox--tel {
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding: 0.25rem;
  border-bottom: solid 2px #024287;
}
#header .header__warp--menu--contactbox--telbox--tel a {
  display: flex;
  align-items: center;
  transform: 1s;
}
#header .header__warp--menu--contactbox--telbox--tel a fieldset svg {
  width: 18px;
  aspect-ratio: 1/1;
  fill: #024287;
}
#header .header__warp--menu--contactbox--telbox--tel a p {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #024287;
}
#header .header__warp--menu--contactbox--telbox--time {
  font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
}
#header .header__warp--menu--contactbox--link a {
  background-color: #024287;
  border: solid 1px #024287;
  padding: 0.75rem 3rem;
  display: flex;
  flex-flow: column;
  color: #F4F6F6;
  transition: 0.5s;
}
#header .header__warp--menu--contactbox--link a:hover {
  background-color: #ffffff;
  transition: 0.5s;
}
#header .header__warp--menu--contactbox--link a:hover span {
  color: #024287;
  transition: 0.5s;
}
#header .header__warp--menu--contactbox--link a:hover p {
  color: #024287;
  transition: 0.5s;
}
#header .header__warp--menu--contactbox--link a span {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  font-weight: bold;
}
#header .header__warp--menu--contactbox--link a p {
  text-align: center;
  text-align-last: center;
  font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
}
#header .header__warp--sp {
  width: 35px;
  height: 25px;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 2rem 1rem;
  transition: 1s;
}
#header .header__warp--sp #menu-btn {
  appearance: auto;
  display: none;
}
#header .header__warp--sp--label {
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 9999999;
}
#header .header__warp--sp--label span {
  width: 100%;
  height: 2px;
  background-color: #024287;
  position: absolute;
  transition: 0.25s;
}
#header .header__warp--sp--label span:nth-child(1) {
  top: 0;
  left: 0;
}
#header .header__warp--sp--label span:nth-child(2) {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#header .header__warp--sp--label span:nth-child(3) {
  bottom: 0;
  left: 0;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(1) {
  width: 100%;
  left: 17%;
  transform: rotate(42deg);
  transform-origin: 0 0;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(2) {
  opacity: 0;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(3) {
  width: 100%;
  left: 17%;
  transform: rotate(-42deg);
  transform-origin: 0 100%;
}
#header .header__warp--submenu {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 25%;
}
#header .header__warp--submenu li {
  width: fit-content;
  text-align: center;
  font-size: clamp(0.5rem, 0.427rem + 0.36vw, 0.7rem);
  color: #F4F6F6;
}
#header .submenu {
  background-color: #024287;
}

@media screen and (max-width: 1280px) {
  #header .header__warp--menu--contactbox--telbox--tel {
    border-bottom: none;
  }
  #header .header__warp--menu--contactbox--telbox--tel a {
    display: flex;
    align-items: center;
    background-color: #024287;
    padding: 1rem;
    border-radius: 50%;
    transform: 1s;
    opacity: 0.8;
  }
  #header .header__warp--menu--contactbox--telbox--tel a figure svg {
    width: 25px;
    aspect-ratio: 1/1;
    fill: #ffffff;
  }
  #header .header__warp--menu--contactbox--telbox--tel a p {
    display: none;
    transition: 1s;
  }
  #header .header__warp--menu--contactbox--telbox--time {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #header .header__warp--menu {
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    padding: 0 0 70px 0;
    background-color: #ffffff;
    transition: 1s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #header .header__warp--menu--nav {
    margin: 0 1rem 0 0;
  }
  #header .header__warp--menu--nav nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  #header .header__warp--menu--nav nav ul li a {
    display: block;
    width: fit-content;
    position: relative;
    text-align: center;
    height: 100%;
    padding: 0rem 0;
    margin: 0.5rem 1rem;
    display: flex;
    flex-flow: column;
  }
  #header .header__warp--menu--nav nav ul li a p {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
    font-weight: bold;
  }
  #header .header__warp--menu--nav nav ul li a span {
    font-size: clamp(0.4rem, 0.327rem + 0.36vw, 0.6rem);
    font-weight: bold;
    text-transform: uppercase;
  }
  #header .header__warp--menu--nav nav ul li:nth-child(3) {
    display: block;
  }
  #header .header__warp--menu--nav nav ul li:nth-child(4) {
    display: block;
  }
  #header .header__warp--menu--nav nav ul li:nth-child(5) {
    display: block;
  }
  #header .header__warp--menu--contactbox {
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  #header .header__warp--menu--contactbox--telbox {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin: 0 1rem 0 0;
  }
  #header .header__warp--menu--contactbox--telbox nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .header__warp--menu--contactbox--telbox--tel {
    display: flex !important;
    align-items: center !important;
    font-size: 1rem !important;
    letter-spacing: 0.05rem !important;
    padding: 0.25rem !important;
    border-bottom: solid 2px #024287 !important;
  }
  #header .header__warp--menu--contactbox--telbox--tel a {
    display: flex !important;
    align-items: center !important;
    transform: 1s;
    background-color: #ffffff !important;
    padding: 1rem 1rem 0.5rem 1rem;
  }
  #header .header__warp--menu--contactbox--telbox--tel a fieldset svg {
    width: 18px;
    aspect-ratio: 1/1;
    fill: #024287;
  }
  #header .header__warp--menu--contactbox--telbox--tel a p {
    display: block !important;
    font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem) !important;
    font-weight: bold !important;
    font-family: "Roboto", sans-serif !important;
    color: #024287 !important;
  }
  #header .header__warp--menu--contactbox--telbox--time {
    display: block;
    font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
    margin: 1rem 0 0 0;
  }
  #header .header__warp--menu--contactbox--link a {
    background-color: #024287;
    border: solid 1px #024287;
    padding: 0.75rem 3rem;
    display: flex;
    flex-flow: column;
    color: #F4F6F6;
    transition: 0.5s;
    margin: 2rem 2rem 1rem 2rem;
  }
  #header .header__warp--menu--contactbox--link a:hover {
    background-color: #ffffff;
    transition: 0.5s;
  }
  #header .header__warp--menu--contactbox--link a:hover span {
    color: #024287;
    transition: 0.5s;
  }
  #header .header__warp--menu--contactbox--link a:hover p {
    color: #024287;
    transition: 0.5s;
  }
  #header .header__warp--menu--contactbox--link a span {
    font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
    font-weight: bold;
  }
  #header .header__warp--menu--contactbox--link a p {
    text-align: center;
    text-align-last: center;
    font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
  }
  #header .header__warp--sp {
    display: flex;
  }
  #header .header__warp--submenu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    position: relative;
    z-index: 99999;
    background-color: #ffffff;
  }
  #header .header__warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
  }
  #header .header__warp--logo {
    width: 100px;
    display: block;
    transition: 1s;
  }
  #header .header__warp--logo a figure img:nth-child(1) {
    width: 40px;
  }
  #header .header__warp--menu--contactbox--telbox--tel a figure svg {
    fill: #024287;
  }
  #header .header__warp--sp {
    margin: 1rem 0 1rem 1rem;
    transition: 1s;
  }
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999999999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#heading {
  width: 100%;
  height: 20vw;
  display: flex;
  align-items: center;
  margin: 0 0 0rem 0;
  position: relative;
  overflow: hidden;
}
#heading .heading__warp h1 {
  display: flex;
  color: #024287;
  position: relative;
  z-index: 1;
}
#heading .heading__warp h1 p {
  font-size: clamp(2.4rem, 2.327rem + 0.36vw, 2.6rem);
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
#heading .heading__warp h1 span {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin: 0 1rem 0 2rem;
}

.heading_contact .heading__warp h1 {
  color: #0f1111 !important;
}

#spiders {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1280px) {
  #heading {
    height: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #heading {
    height: 35vw;
  }
  #heading .heading__warp h1 {
    flex-flow: column;
  }
  #heading .heading__warp h1 span {
    margin: 1rem 1rem 0 0rem;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 35vw;
  }
  #heading .heading__warp h1 {
    flex-flow: column;
  }
  #heading .heading__warp h1 p {
    font-size: clamp(2rem, 1.927rem + 0.36vw, 2.2rem);
  }
  #heading .heading__warp h1 span {
    margin: 1rem 1rem 0 0rem;
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 40vw;
    background-size: cover;
  }
  #heading #spiders {
    display: none;
  }
  #heading .heading__warp h1 {
    font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
    text-transform: uppercase;
    font-weight: bold;
    flex-flow: column;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  }
  #heading .heading__warp h1 span {
    width: 100%;
    font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
    margin: 1rem 0 0;
  }
}
.heading_about {
  background-image: url("../../img/common/heading/heading_about.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.heading_about h1 p {
  color: #F4F6F6;
}
.heading_about h1 span {
  color: #F4F6F6;
}

.heading_top-management {
  background-image: url("../../img/common/heading/heading_top-management.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.heading_top-management h1 p {
  color: #F4F6F6;
}
.heading_top-management h1 span {
  color: #F4F6F6;
}

.heading_top-communications {
  background-image: url("../../img/common/heading/heading_top-communications.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_top-agent {
  background-image: url("../../img/common/heading/heading_top-agent.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_recruit_contact {
  background-image: url("../../img/common/heading/heading_recruit_contact.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_thanks {
  background-image: url("../../img/common/heading/heading_thanks.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_err {
  background-image: url("../../img/common/heading/heading_err.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_news {
  background-image: url("../../img/common/heading/heading_news.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#greeting .greeting__warp--images {
  width: 100%;
  margin: 2rem 0 0 0;
}
#greeting .greeting__warp--images figure {
  width: 100%;
}
#greeting .greeting__warp--images figure img {
  width: 100%;
}
#greeting .greeting__warp--images--pc {
  display: block;
}
#greeting .greeting__warp--images--sp {
  display: none;
}
#greeting .greeting__warp--text {
  margin: 4rem 0 0 0;
}
#greeting .greeting__warp--text p {
  margin: 1rem 0 0 0;
  line-height: clamp(1.5rem, 1.427rem + 0.36vw, 1.7rem);
  text-align: justify;
  text-align-last: left;
}
#greeting .greeting__warp--signature {
  width: 100%;
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: right;
}
#greeting .greeting__warp--signature figure {
  width: 200px;
}
#greeting .greeting__warp--signature figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #greeting .greeting__warp--images--pc {
    display: none;
  }
  #greeting .greeting__warp--images--sp {
    display: block;
  }
}
#strengths .strengths__warp--text {
  margin: 4rem 0 0 0;
}
#strengths .strengths__warp--text p {
  margin: 1rem 0 0 0;
  line-height: clamp(1.5rem, 1.427rem + 0.36vw, 1.7rem);
  text-align: justify;
  text-align-last: left;
}
#strengths .strengths__warp--about {
  margin: 2rem 0 0 0;
}
#strengths .strengths__warp--about table {
  width: 100%;
}
#strengths .strengths__warp--about table tr th {
  width: 250px;
  padding: 1rem 1rem;
  background-color: #024287;
  color: #F4F6F6;
  border-bottom: solid 1px #024287;
  vertical-align: middle;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  font-weight: normal;
  text-align: center;
  text-align-last: center;
}
#strengths .strengths__warp--about table tr td {
  width: calc(100% - 250px);
  padding: 1rem 1rem;
  border-bottom: dashed 1px #024287;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#strengths .strengths__warp--about table tr td ul {
  width: 100%;
}
#strengths .strengths__warp--about table tr td ul li {
  margin: 0 0 0.5rem 0;
}
#strengths .strengths__warp--about table tr td ul li:last-child {
  margin: 0;
}
#strengths .strengths__warp--about table tr td p {
  width: 100%;
  text-align: right;
  text-align-last: right;
}

@media screen and (max-width: 768px) {
  #strengths .strengths__warp--about {
    margin: 2rem 0 0 0;
  }
  #strengths .strengths__warp--about table {
    width: 100%;
  }
  #strengths .strengths__warp--about table tr th {
    width: 150px;
  }
  #strengths .strengths__warp--about table tr td {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 480px) {
  #strengths .strengths__warp--about {
    margin: 2rem 0 0 0;
  }
  #strengths .strengths__warp--about table {
    width: 100%;
    display: block;
  }
  #strengths .strengths__warp--about table tbody {
    width: 100%;
    display: block;
  }
  #strengths .strengths__warp--about table tbody tr {
    display: block;
  }
  #strengths .strengths__warp--about table tbody tr th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  #strengths .strengths__warp--about table tbody tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
#business .business__warp--list {
  width: 100%;
  margin: 4rem 0 0 0;
}
#business .business__warp--list--box {
  width: 100%;
  position: relative;
}
#business .business__warp--list--box h3 {
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  font-weight: bold;
}
#business .business__warp--list--box::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 70%;
  background-image: url("../../img/about/bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#business .business__warp--list--box--warp {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#business .business__warp--list--box--warp--imagebox {
  width: 250px;
  overflow: hidden;
}
#business .business__warp--list--box--warp--imagebox figure {
  width: 100%;
  height: 100%;
}
#business .business__warp--list--box--warp--imagebox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#business .business__warp--list--box--warp--contents {
  width: calc(100% - 250px - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#business .business__warp--list--box--warp--contents h3 {
  width: 100%;
  font-weight: bold;
  border-bottom: solid 2px #024287;
  padding: 0 0 1rem 0;
}
#business .business__warp--list--box--warp--contents p {
  width: 100%;
  margin: 1rem 0;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#business .business__warp--list--box--warp--contents table {
  width: 100%;
  height: auto;
}
#business .business__warp--list--box--warp--contents table tr th {
  width: 180px;
  padding: 1rem 1rem;
  vertical-align: middle;
  text-align: center;
  text-align-last: center;
  background-color: #024287;
  color: #F4F6F6;
  font-weight: normal;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#business .business__warp--list--box--warp--contents table tr td {
  width: calc(100% - 180px);
  padding: 1rem 1rem;
  vertical-align: middle;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#business .business__warp--list--box--warp--contents table tr td h4 {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  font-weight: bold;
}
#business .business__warp--list--box--warp--contents table tr td ul {
  margin: 0 0 1rem 0rem;
}
#business .business__warp--list--box--warp--contents table tr td ul li {
  margin: 0 0 0 0rem;
}
#business .business__warp--list--box--warp--contents table tr td ul li h5 {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  font-weight: bold;
}
#business .business__warp--list--box--warp--contents table tr td ul li p {
  margin: 0;
}
#business .business__warp--list--box--warp--contents table tr td ul .address_info {
  margin: 0 0 0.5rem;
}
#business .business__warp--list--box--warp--contents table tr td ul .address_info h5 {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  font-weight: bold;
}
#business .business__warp--list--box--warp--contents table tr td ul .address_info p {
  margin: 0 0 0 1rem;
}
#business .business__warp--list--box--warp--contents table tr td span {
  font-size: clamp(0.5rem, 0.427rem + 0.36vw, 0.7rem);
}
#business .business__warp--list--box--warp--contents table tr td .business {
  margin: 0 0 1rem 1rem;
}
#business .business__warp--list--box--warp--contents a {
  display: inline-block;
  border: solid 2px #024287;
  padding: 0.5rem 2rem;
  border-radius: 50px;
  background-color: #024287;
  color: #F4F6F6;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  margin: 2rem 0;
  transition: all ease 0.5s;
}
#business .business__warp--list--box--warp--contents a:hover {
  background-color: #F4F6F6;
  color: #024287;
}
#business .business__warp--list--box:nth-child(even) {
  margin: 4rem 0;
}
#business .business__warp--list--box:nth-child(even) .business__warp--list--box--warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
}
#business .business__warp--list--box:nth-child(even) .business__warp--list--box--warp--imagebox {
  width: 250px;
}
#business .business__warp--list--box:nth-child(even) .business__warp--list--box--warp--contents {
  width: calc(100% - 250px - 40px);
}
#business .business__warp--list--box:nth-child(even)::after {
  left: 0;
  right: unset;
  transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {
  #business .business__warp--list--box--warp--imagebox {
    width: calc(100% - 330px);
  }
  #business .business__warp--list--box--warp--imagebox figure {
    position: relative;
  }
  #business .business__warp--list--box--warp--imagebox figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, transparent 0 30%, #FFF 70% 100%);
  }
  #business .business__warp--list--box--warp--contents {
    width: 330px;
  }
  #business .business__warp--list--box--warp--contents table {
    width: 100%;
    height: auto;
  }
  #business .business__warp--list--box--warp--contents table tbody {
    display: block;
    width: 100%;
  }
  #business .business__warp--list--box--warp--contents table tbody tr {
    display: block;
    width: 100%;
  }
  #business .business__warp--list--box--warp--contents table tbody tr th {
    display: block;
    width: 100%;
  }
  #business .business__warp--list--box--warp--contents table tbody tr td {
    display: block;
    width: 100%;
  }
  #business .business__warp--list--box:nth-child(even) {
    margin: 4rem 0;
  }
  #business .business__warp--list--box:nth-child(even) .business__warp--list--box--warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: reverse;
  }
  #business .business__warp--list--box:nth-child(even) .business__warp--list--box--warp--imagebox {
    width: calc(100% - 330px);
    overflow: hidden;
  }
  #business .business__warp--list--box:nth-child(even) .business__warp--list--box--warp--imagebox figure {
    width: 100%;
    height: 100%;
  }
  #business .business__warp--list--box:nth-child(even) .business__warp--list--box--warp--imagebox figure img {
    width: auto;
    height: 100%;
    max-height: 800px;
  }
  #business .business__warp--list--box:nth-child(even) .business__warp--list--box--warp--imagebox figure::after {
    background-image: linear-gradient(270deg, transparent 0 10%, #FFF 90% 100%);
  }
  #business .business__warp--list--box:nth-child(even) .business__warp--list--box--warp--contents {
    width: 330px;
  }
  #business .business__warp--list--box:last-child {
    margin: 4rem 0;
  }
  #business .business__warp--list--box:last-child .business__warp--list--box--warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: reverse;
  }
  #business .business__warp--list--box:last-child .business__warp--list--box--warp--imagebox {
    width: calc(100% - 330px);
    overflow: hidden;
  }
  #business .business__warp--list--box:last-child .business__warp--list--box--warp--imagebox figure {
    position: relative;
  }
  #business .business__warp--list--box:last-child .business__warp--list--box--warp--imagebox figure img {
    width: auto;
    height: 100%;
    max-height: 400px;
  }
  #business .business__warp--list--box:last-child .business__warp--list--box--warp--contents {
    width: 330px;
  }
}
@media screen and (max-width: 480px) {
  #business {
    padding: 5rem 0 0;
  }
  #business .business__warp--list--box--warp--imagebox {
    display: none;
  }
  #business .business__warp--list--box--warp--contents {
    width: 100%;
  }
  #business .business__warp--list--box:nth-child(even) {
    margin: 4rem 0;
  }
  #business .business__warp--list--box:nth-child(even) .business__warp--list--box--warp--contents {
    width: 100%;
  }
  #business .business__warp--list--box:last-child {
    margin: 4rem 0;
  }
  #business .business__warp--list--box:last-child .business__warp--list--box--warp--contents {
    width: 100%;
  }
}
#footer {
  position: relative;
  margin: 4rem 0 0 0;
}
#footer .footer__warp--contact_warp {
  background-color: #222;
  padding: 5rem 0;
}
#footer .footer__warp--contact_warp--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer__warp--contact_warp--box--title {
  width: 300px;
}
#footer .footer__warp--contact_warp--box--title h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column-reverse;
  font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
}
#footer .footer__warp--contact_warp--box--title h2 p {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  margin: 0.5rem 0 0 0;
  color: #F4F6F6;
}
#footer .footer__warp--contact_warp--box--title h2 span {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: clamp(2.6rem, 2.527rem + 0.36vw, 2.8rem);
  color: #F4F6F6;
}
#footer .footer__warp--contact_warp--box--contents {
  width: calc(100% - 300px);
  color: #F4F6F6;
}
#footer .footer__warp--contact_warp--box--contents--telbox {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer__warp--contact_warp--box--contents--telbox--tel {
  display: flex;
  align-items: center;
}
#footer .footer__warp--contact_warp--box--contents--telbox--tel svg {
  width: clamp(1.3rem, 1.227rem + 0.36vw, 1.5rem);
  aspect-ratio: 1/1;
  fill: #ffffff;
}
#footer .footer__warp--contact_warp--box--contents--telbox--tel p {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: bold;
}
#footer .footer__warp--contact_warp--box--contents--telbox--fax {
  display: flex;
  align-items: center;
}
#footer .footer__warp--contact_warp--box--contents--telbox--fax svg {
  width: clamp(1.3rem, 1.227rem + 0.36vw, 1.5rem);
  aspect-ratio: 1/1;
  fill: #ffffff;
}
#footer .footer__warp--contact_warp--box--contents--telbox--fax p {
  margin: 0 0 0 0.5rem;
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: bold;
}
#footer .footer__warp--contact_warp--box--contents--contactlink a {
  width: 100%;
  display: inline-block;
  background-color: #024287;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
#footer .footer__warp--contact_warp--box--contents--contactlink a figure {
  width: 24px;
  margin: 0 0.5rem 0 0;
}
#footer .footer__warp--contact_warp--box--contents--contactlink a figure svg {
  width: 100%;
  height: auto;
}
#footer .footer__warp--contact_warp--box--contents--contactlink a p {
  color: #F4F6F6;
}
#footer .footer__warp--aboutbox_warp {
  padding: 0rem 0;
}
#footer .footer__warp--aboutbox_warp--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer__warp--aboutbox_warp--box--logo {
  width: 400px;
  aspect-ratio: 1/0.75;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#footer .footer__warp--aboutbox_warp--box--logo a {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#footer .footer__warp--aboutbox_warp--box--logo a figure {
  width: 30%;
}
#footer .footer__warp--aboutbox_warp--box--logo a figure img {
  width: 100%;
}
#footer .footer__warp--aboutbox_warp--box--logo--address {
  width: 100%;
}
#footer .footer__warp--aboutbox_warp--box--logo--address h2 {
  margin: 1rem 0 0 0;
}
#footer .footer__warp--aboutbox_warp--box--logo--address h2 img {
  width: 50%;
}
#footer .footer__warp--aboutbox_warp--box--logo--address p {
  width: 100%;
  margin: 2rem 0 0 0;
}
#footer .footer__warp--aboutbox_warp--box--nav {
  width: calc(100% - 400px - 40px);
}
#footer .footer__warp--aboutbox_warp--box--nav nav {
  width: 100%;
}
#footer .footer__warp--aboutbox_warp--box--nav nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer__warp--aboutbox_warp--box--nav nav ul li {
  width: auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px #0f1111;
}
#footer .footer__warp--aboutbox_warp--box--nav nav ul li a {
  width: 100%;
}
#footer .footer__warp--aboutbox_warp--box--nav nav ul li a p {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#footer .footer__warp--aboutbox_warp--box--nav nav ul li a span {
  display: none;
}
#footer .footer__warp--aboutbox_warp--box--nav nav ul li:first-child {
  display: none;
}
#footer .footer__warp--aboutbox_warp--box--nav nav ul li:nth-child(2) {
  border-left: none;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  color: #F4F6F6;
  background-color: #024287;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#footer .footer__sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  #footer .footer__warp--aboutbox_warp {
    padding: 0rem 0;
  }
  #footer .footer__warp--aboutbox_warp--box {
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #footer .footer__warp--aboutbox_warp--box--nav {
    width: 80%;
    margin: 0 10% 2rem;
  }
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    color: #F4F6F6;
    background-color: #024287;
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer__warp--aboutbox_warp {
    padding: 0rem 0;
  }
  #footer .footer__warp--aboutbox_warp--box--nav nav {
    width: 100%;
  }
  #footer .footer__warp--aboutbox_warp--box--nav nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
  }
  #footer .footer__warp--aboutbox_warp--box--nav nav ul li {
    width: 33.3333333333%;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
    margin: 0 0 0.5rem;
  }
  #footer .footer__warp--aboutbox_warp--box--nav nav ul li::before {
    content: "●";
    margin: 0 5px 0 0;
    background: linear-gradient(45deg, #4158D0, #024287 30%, #00b0f0);
    background: -webkit-linear-gradient(45deg, #4158D0, #024287 30%, #00b0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 940px) {
  #footer .footer__warp--aboutbox_warp--box--nav nav ul li {
    width: 50%;
  }
}
@media screen and (max-width: 880px) {
  #footer {
    position: relative;
    margin: 4rem 0 0 0;
  }
  #footer .footer__warp--contact_warp {
    background-color: #222;
    padding: 5rem 0;
  }
  #footer .footer__warp--contact_warp--box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .footer__warp--contact_warp--box--contents p {
    text-align: center;
  }
  #footer .footer__warp--contact_warp--box--contents--telbox {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #footer .footer__warp--contact_warp--box--contents--telbox--tel {
    display: flex;
    align-items: center;
  }
  #footer .footer__warp--contact_warp--box--contents--telbox--tel svg {
    width: clamp(1.3rem, 1.227rem + 0.36vw, 1.5rem);
    aspect-ratio: 1/1;
    fill: #ffffff;
  }
  #footer .footer__warp--contact_warp--box--contents--telbox--tel p {
    font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
    font-weight: bold;
  }
  #footer .footer__warp--contact_warp--box--contents--telbox--fax {
    display: flex;
    align-items: center;
    margin: 1rem 0 0 0;
  }
  #footer .footer__warp--contact_warp--box--contents--telbox--fax svg {
    width: clamp(1.3rem, 1.227rem + 0.36vw, 1.5rem);
    aspect-ratio: 1/1;
    fill: #ffffff;
  }
  #footer .footer__warp--contact_warp--box--contents--telbox--fax p {
    margin: 0 0 0 0.5rem;
    font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
    font-weight: bold;
  }
  #footer .footer__warp--contact_warp--box--contents--contactlink a {
    width: 100%;
    display: inline-block;
    background-color: #024287;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
  }
  #footer .footer__warp--contact_warp--box--contents--contactlink a figure {
    width: 24px;
    margin: 0 0.5rem 0 0;
  }
  #footer .footer__warp--contact_warp--box--contents--contactlink a figure svg {
    width: 100%;
    height: auto;
  }
  #footer .footer__warp--contact_warp--box--contents--contactlink a p {
    color: #F4F6F6;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    position: relative;
  }
  #footer .footer__warp--contact_warp--box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 0 2rem;
  }
  #footer .footer__warp--contact_warp--box--contents {
    width: 100%;
    min-width: 300px;
    color: #F4F6F6;
    margin: 2rem 0 0 0;
  }
  #footer .footer__warp--contact_warp--box--contents--telbox {
    padding: 1rem 0;
  }
  #footer .footer__warp--contact_warp--box--contents--telbox--tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 0 0;
  }
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    color: #F4F6F6;
    background-color: #024287;
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  }
}
@media screen and (max-width: 660px) {
  #footer .footer__warp--aboutbox_warp--box--logo {
    width: 80%;
    aspect-ratio: unset;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #footer .footer__warp--aboutbox_warp--box--logo a {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #footer .footer__warp--aboutbox_warp--box--logo a figure {
    width: 30%;
  }
  #footer .footer__warp--aboutbox_warp--box--logo a figure img {
    width: 100%;
  }
  #footer .footer__warp--aboutbox_warp--box--logo--address {
    width: 100%;
  }
  #footer .footer__warp--aboutbox_warp--box--logo--address h2 {
    margin: 1rem 0 0 0;
  }
  #footer .footer__warp--aboutbox_warp--box--logo--address h2 img {
    width: 50%;
  }
  #footer .footer__warp--aboutbox_warp--box--logo--address p {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  #footer .footer__warp--aboutbox_warp--box--nav nav ul li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer__sp {
    width: 100%;
    display: block;
    position: fixed;
    bottom: -80px;
    left: 0;
    z-index: 999;
    transition: 1s;
    z-index: 9999999;
  }
  #footer .footer__sp ul {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  #footer .footer__sp ul li {
    width: calc((100% - 200px) / 2);
    background-color: #024287;
    border-right: solid 1px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #footer .footer__sp ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 1rem 0;
    text-align: center;
    color: #F4F6F6;
  }
  #footer .footer__sp ul li a svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    vertical-align: middle;
  }
  #footer .footer__sp ul li a span {
    font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
  }
  #footer .footer__sp ul li:nth-child(3) {
    width: 200px;
  }
  #footer .footer__sp ul li:nth-child(3) a {
    flex-flow: row;
  }
  #footer .footer__sp ul li:nth-child(3) a svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
  }
  #footer .footer__sp ul li:nth-child(3) a span {
    display: block;
    font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
    line-height: 0;
    margin: 0 0 0 0.5rem;
  }
}
.sp_fixed {
  position: fixed !important;
  bottom: -70px;
  left: 0;
  z-index: 999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}/*# sourceMappingURL=style.css.map */