@charset "UTF-8";
:root {
  --site-max-width:1920px;
  /* --header-height-sp:111px;
  --header-height-pc:111px; */
}
html {
  scroll-behavior: smooth;
  /* scroll-padding-top: var(--header-height-sp); */
}
/* @media (min-width: 641px) {
  html {
    scroll-padding-top: var(--header-height-pc);
  }
} */
img {
  vertical-align: bottom;
}
p {
  line-height: 2;
}
address {
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: #000;
}
body,
.container{
  width: 100%;
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
}
.container-1280,
.container-1090,
.container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.container-1090 {
  max-width: 1090px;
}
.container-1280 {
  max-width: 1280px;
}
@media (min-width: 641px) {
  body,
  .header {
      min-width:1200px;
  }
}
.blue {
  color:#343C7A;
}
.light-blue {
  background-color: #F1F7FD;
}
.orange {
  color:#F0A60F;
}
.grey {
  color:#F4F5F6;
}
.red {
  color:#CF1020;
}
.bg-blue {
  color:#FFF;
  background-color:#343C7A;
}
.bg-light-blue {
  background-color: #F1F7FD;
}
.bg-orange {
  background-color:#F0A60F;
}
.bg-grey {
  background-color:#F4F5F6;
}
.bg-red {
  background-color:#CF1020;
}
.gmap {
  height: 450px;
}
/* classes */
.mt-4 {
  margin-top:4px;
}
.mt-10 {
  margin-top:10px;
}
.mt-20 {
  margin-top:20px;
}
.mt-30 {
  margin-top:30px;
}
.mt-40 {
  margin-top:40px;
}
.mt-50 {
  margin-top:50px;
}
.mt-60 {
  margin-top:60px;
}
.mt-70 {
  margin-top:70px;
}
.mt-80 {
  margin-top:80px;
}
.mt-90 {
  margin-top:90px;
}
.mt-100 {
  margin-top:100px;
}
.show-pc {
  display: none;
}
.hide-pc {
  display: initial;
}
@media (min-width: 641px) {
  .show-pc {
      display: initial;
  }
}

@media (min-width: 641px) {
  .hide-pc {
      display: none;
  }
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.flex-start-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
}
.flex-start-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.flex-start-stretch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
.flex-center-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.flex-sb-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.flex-sb-end-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.flex-sb-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.flex-end-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
}
.flex-end-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.flex-center-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.flex-center-stretch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.col-pc-auto,
.col-pc-7,
.col-pc-6,
.col-pc-5 {
  position: relative;
  width: 100%;
}
@media (min-width: 641px) {
    .col-pc-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-pc-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-pc-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-pc-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-pc-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-pc-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-pc-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-pc-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-pc-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-pc-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-pc-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-pc-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-pc-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.pl-10 {
  padding-left:10px;
}
.pr-10 {
  padding-right:10px;
}
.pt-10 {
  padding-top:10px;
}
.pt-20 {
  padding-top:20px;
}
.pt-30 {
  padding-top:30px;
}
.pt-40 {
  padding-top:40px;
}
.pt-50 {
  padding-top:50px;
}
.pt-60 {
  padding-top:60px;
}
.pt-70 {
  padding-top:70px;
}
.pt-80 {
  padding-top:80px;
}
.pt-90 {
  padding-top:90px;
}
.pt-100 {
  padding-top:100px;
}
.pb-40 {
  padding-bottom:40px;
}
.pb-50 {
  padding-bottom:50px;
}
.pb-60 {
  padding-bottom:60px;
}
.pb-70 {
  padding-bottom:70px;
}
.pb-80 {
  padding-bottom:80px;
}
.pb-90 {
  padding-bottom:90px;
}
.pb-100 {
  padding-bottom:100px;
}
.p-30-0 {
  padding:30px 0;
}
.p-40-0 {
  padding:40px 0;
}
.gap-10 {
  gap:10px;
}
.gap-20 {
  gap:20px;
}
.gap-30 {
  gap:30px;
}
.gap-40 {
  gap:40px;
}
.gap-50 {
  gap:50px;
}
.gap-60 {
  gap:60px;
}
.gap-70 {
  gap:70px;
}
.gap-80 {
  gap:80px;
}
.gap-90 {
  gap:90px;
}
.gap-100 {
  gap:100px;
}
/* classes end */
.header {
  padding:10px;
}
@media (min-width: 641px) {
  .header {
    padding:30px 10px;
  }  
}
.header-logo {
  width: 141px;
}
.header-title {
  gap:10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 641px) {
  .header-title {
    justify-content: flex-start;
  }  
}
.header-nav {
  font-size:17px;
}
.header-nav a {
  color:#000;
  text-decoration: none;
  font-weight: 500;
}
.header-menu {
  gap:10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
}
.header-menu li {
  width: 50%;
  text-align: center;
  position: relative;
}
.header-menu li::after{
  content:"";
  display:block;
  width:0;
  height:3px;
  border-bottom: solid 1px #F0A60F;
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-10px;
  transition: all 0.5s;
}
.header-menu li:hover::after{
  width:100%;
}
@media (min-width: 641px) {
  .header-menu {
    gap:40px;
    display: -ms-flexbox;
    justify-content: flex-start;
  }
  .header-menu li {
    width: auto;
  }  
}
.header-right {
  padding-top:20px;
  gap:20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 641px) {
  .header-right {
    padding-top:0;
    gap:40px;
    justify-content: flex-end;
  }  
}
.site-title {
  font-size: 17px;
  font-weight: bold;
  color:#343C7A;
}
.header-contact {
  background-color:#F0A60F;
  color:#FFF;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 246px;
  height: 42px;
  padding:4px;
  border-radius: 7px;
  text-decoration: none;
  position: relative;
}
.header-contact::after {
  content:'';
  position: absolute;
  right: 10px;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-image: url(../img/arrow-right.png);
  transition: all .5s;
}
.header-contact:hover::after {
  transform: translateX(4px);
}
.main-visual {
  position: relative;
  overflow: hidden;
}
.main-visual img {
  object-fit: cover;
  /*height: 400px;*/
}
.message {
  color:#FFF;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding:0 10px 10px 10px;
  background-color: rgb(0 0 0 / 0.5);
  box-shadow: 0 0px 16px 16px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  text-align: center;
}
.message-01 {
  font-size:20px;
  font-weight: bold;
}
.message-02 {
  font-size:19px;
  font-weight: 500;
}
@media (min-width: 641px) {
  .main-visual img {
    object-fit: unset;
    height: auto;
  }
  .message {
    padding:0 10px 20px 10px;
    box-shadow: 0 0 24px 32px rgb(0 0 0 / 0.5);
    text-align: center;
  }
  .message-01 {
    font-size:46px;
  }
  .message-02 {
    font-size:38px;
  }  
}
.heading-01 {
  font-size: 36px;
  font-weight: 500;
  position: relative;
  margin-top:10px;
}
.heading-01::before {
  content:'';
  position: absolute;
  width: 37px;
  height: 16px;
  top:-10px;
  left:0;
  background-image: url(../img/circles.png);
}
@media (min-width: 641px) {
  .heading-01 {
    font-size: 46px;
  }  
}
.heading-02 {
  font-size: 18px;
}
.heading-03 {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 641px) {
  .heading-03 {
    font-size: 18px;
  }  
}
.bg-business {
  position: relative;
}
.bg-business::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #F1F7FD;
  z-index: -1;
}
@media (min-width: 641px) {
  .bg-business::before {
    height: 500px;
  }  
}
.business-list {
  list-style: decimal inside;
}
.business-list li {
  padding-left:1em;
  text-indent: -1em;
}
/* #business */
.flex-01 {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.flex-01-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 641px) {
  .flex-01-col {
    width: calc((100% - 40px) / 3);
  }  
}
.business-img {
  position: relative;
  overflow: hidden;
}
.business-text {
  position: absolute;
  content:'';
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size:22px;
  font-weight: bold;
  bottom:0;
  left:0;
  padding-bottom:20px;
  text-align: center;
  color:#FFF;
  box-shadow: 0 0px 16px 16px rgba(0, 0, 0, 0.5);
  background-color: rgb(0 0 0 / 0.5);
}
.button-01 {
  border-radius: 7px;
  width: 188px;
  height: 31px;
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: none;
  color:#FFF;
  background-color: #343C7A;
  padding-top:3px;
}
.button-01::after {
  content:'';
  position: absolute;
  top:10px;
  right: 14px;
  width: 6px;
  height: 13px;
  background-size: 6px 13px;
  background-image: url(../img/arrow-right4.png); 
  transition: all .5s;
}
.button-01:hover::after {
  transform: translateX(4px);
}

/* #business end */

.translate-heading {
  transform: translateY(-10px);
}

/* #company */
.bg-company {
  background-image: url(../img/bg-company.jpg);
  padding-top:60px;
  padding-bottom:100px;
  background-repeat: no-repeat;
  background-size:cover;
}
@media (min-width: 641px) {
  .bg-company {
    padding-top:160px;
    padding-bottom:100px;
  }  
}
.company-box {
  background-color: #FFF;
  padding:20px 10px;
  width: 100%;
}
@media (min-width: 641px) {
  .company-box {
    padding:20px 30px;
    width: auto;
  }  
}
.company-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.company-table td,
.company-table th {
  padding:10px 4px;
}
.company-table th {
  width: 7em;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 641px) {
  .company-table {
    width: auto;
  }  
  .company-table td,
  .company-table th {
    padding:10px;
  }
  .company-table th {
    width: 10em;
  }  
}
.company-name {
  font-size: 16px;
  font-weight: normal;
}

.company-bb {
  border-bottom:1px solid #BCBCBC;
}
/* #company end */

/* contact */
.contact-label {
  font-weight: bold;
}
.required {
  position: relative;
}
.required::after {
  position: absolute;
  top:5px;
  left:100%;
  display: inline-block;
  background-color: #CF1020;
  text-align: center;
  font-size:11px;
  border-radius: 4px;
  color:#FFF;
  margin-left:10px;
  content:'必須';
  font-weight: normal;
  width: 43px;
  height: 17px;
}
.contact-textarea,
.contact-text {
  background-color: #F4F5F6;
  border:none;
  width: 100%;
  padding:6px 10px;
  border-radius: 5px;
}
.contact-textarea {
  height: 18em;
}
@media (min-width: 641px) {
  .contact-textarea {
    height: 10em;
  }  
}
.contact-checkbox {
  gap: 20px;
  background-color: #F4F5F6;
  border:none;
  width: 100%;
  padding:6px 10px;
  border-radius: 5px;
}
@media (min-width: 641px) {
  .contact-checkbox {
    gap: 30px;
  }  
}
.contact-checkbox input[type=checkbox] {
  margin-right: 4px;
}
.contact-select {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.contact-select::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #2D2D2D;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.contact-select select {
  background-color: #F4F5F6;
  appearance: none;
  border:none;
  width: 100%;
  padding:6px 10px;
  border-radius: 5px;
  padding-right:40px;
  border-radius: 3px;
  cursor: pointer;
}
.contact-button {
  position: relative;
  line-height: 1;
  width: 100%;
  padding:10px;
  max-width: 680px;
  background-color: #CF1020;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 6px #76000A;
  line-height: 1.2;
}
.contact-button::after {
  content:'';
  position: absolute;
  top:18px;
  right: 20px;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-image: url(../img/arrow-right2.png); 
  transition: all .5s;
}
.contact-button:hover::after {
  transform: translateX(4px);
}
@media (min-width: 641px) {
  .contact-button {
    font-size: 18px;
  }  
}
/* contact-label */

.gmap {
  width: 100%;
}
.footer-logo {
  width:155px;
  height: auto;
}
.footer-address {
  font-size:14px;
}
.footer-menu-01 {
  padding:20px 0 10px 0;
  gap:10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
}
.footer-menu-01 li {
  width: 100%;
  position: relative;
}
.footer-menu-01 li::after{
  content:"";
  display:block;
  width:0;
  height:1px;
  border-bottom: solid 1px #FFF;
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-1px;
  transition: all 0.5s;
}
.footer-menu-01 li:hover::after{
  width:100%;
}

@media (min-width: 641px) {
  .footer-menu-01 {
    padding:0;
    gap:30px;
  }
  .footer-menu-01 li {
    width: auto;
  }
}
.footer-menu-01 a {
  color:#FFF;
  text-decoration: none;
}
.footer-menu-02 {
  gap:30px;
  font-size: 14px;
}
.footer-menu-02 a {
  color:#FFF;
  text-decoration: none;
  position: relative;
  padding-left:10px;
}
.footer-menu-02 a::before {
  content:'';
  position: absolute;
  right: 100%;
  top:6px;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-image: url(../img/arrow-right3.png);
  transition: all .5s;
}
.footer-menu-02 a:hover::before {
  transform: translateX(4px);
}
.footer-bb {
  border-bottom:1px solid #FFF;
  padding-bottom:4px;
  margin-bottom:4px;
}
.footer-list {
  font-size:14px;
}
.footer-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap:30px;
  padding-top:20px;
}
.footer-banner a {
  transition: all .5s;
}
.footer-banner a:hover {
  transform: scale(1.1);
}
@media (min-width: 641px) {
  .footer-banner {
    justify-content: flex-end;
  }
}
.copyright {
  padding:20px;
  text-align: center;
  font-size: 14px;
}
.g-recaptcha {
  display: flex;
  justify-content: center;
}
.contact-link {
  font-weight: bold;
  color:#000;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}