@charset "UTF-8";

/* --------------------------------------------------
 Common Block
-------------------------------------------------- */

.max-comm-blc {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.large-comm-blc {
  max-width: 1366px;
  padding: 0 4%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.comm-blc {
  max-width: 1200px;
  padding: 0 4%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.min-comm-blc {
  max-width: 922px;
  padding: 0 4%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.narrow-comm-blc {
  max-width: 800px;
  padding: 0 4%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.margin-comm {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.padding-comm {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (max-width:480px) {
  .margin-comm {
    margin-top: 20vw;
    margin-bottom: 20vw;
  }

  .padding-comm {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

/* --------------------------------------------------
 kkeyvisual-blc
-------------------------------------------------- */

#keyvisual-blc {
  position: relative;
  background-color: #d9d9d9;
  height: 820px;
}

#keyvisual-blc .keyvisual-slider .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  box-sizing: border-box;
}

#keyvisual-blc .keyvisual-slider .height-box {
  position: relative;
  height: 820px;
  width: 100%;
  box-sizing: border-box;
}

#keyvisual-blc .keyvisual-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(8rem + 141px) 0 8rem;
  box-sizing: border-box;
}

#keyvisual-blc .keyvisual-text .comm-blc {
  width: 100%;
  max-width: 1000px;
}

#keyvisual-blc .keyvisual-text .ttl-page {
  color: #fff;
  font-size: 300%;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
}

#keyvisual-blc .keyvisual-text .ttl-page .ttl {
  margin-top: 10px;
  display: block;
  width: 100%;
}

#keyvisual-blc .keyvisual-text .ttl-page .ttl.ttl01 {
  margin-top: 0;
}

#keyvisual-blc .keyvisual-text .ttl-page .ttl .txt {
  display: inline-block;
  background-color: #ffffffbf;
  padding: 15px 15px;
  box-sizing: border-box;
  color: #1d1d1f;
  line-height: 1.2;
}

#keyvisual-blc .keyvisual-text .ttl-page .ttl .txt .blue-txt {
  color: #1d1d1f;
}

#keyvisual-blc .keyvisual-text .ttl-page .ttl .txt .color-blue {
  color: #196fdd;
}

/* keyvisual-page ----------------------------- */

#keyvisual-blc.keyvisual-page {
  height: auto;
  background-color: transparent;
}

#keyvisual-blc.keyvisual-page .keyvisual-single {
  position: relative;
}

#keyvisual-blc.keyvisual-page .keyvisual-single .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  box-sizing: border-box;
}

#keyvisual-blc.keyvisual-page .keyvisual-single .height-box {
  height: 370px;
}

#keyvisual-blc.keyvisual-page .keyvisual-text {
  padding: calc(2rem + 141px) 0 2rem;
}

#keyvisual-blc.keyvisual-page .keyvisual-text .ttl-page {
  text-align: center;
  font-size: 250%;
  background-color: #ffffffbf;
  display: inline-block;
  color: #1a70df;
  padding: 20px 30px;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 900;
}

#keyvisual-blc.keyvisual-page .keyvisual-text .comm-blc {
  text-align: center;
}

@media screen and (max-width:1366px) {
  #keyvisual-blc .keyvisual-slider .height-box , #keyvisual-blc {
    height: 650px;
  }

  #keyvisual-blc .keyvisual-text .ttl-page {
    font-size: 250%;
  }
}

@media screen and (max-width:1200px) {
  #keyvisual-blc .keyvisual-text .ttl-page {
    font-size: 200%;
  }
}

@media screen and (max-width:1000px) {
  #keyvisual-blc.keyvisual-page .keyvisual-text .ttl-page {
    font-size: 200%;
  }

  #keyvisual-blc.keyvisual-page .keyvisual-single .height-box {
    height: 250px;
  }

  #keyvisual-blc .keyvisual-slider .height-box , #keyvisual-blc{
    height: 550px;
  }

  #keyvisual-blc .keyvisual-text {
    padding: 0;
  }

  #keyvisual-blc.keyvisual-page .keyvisual-text {
    padding: 0;
  }
}

@media screen and (max-width:640px) {
  #keyvisual-blc .keyvisual-slider .height-box , #keyvisual-blc {
    height: 450px;
  }
}

@media screen and (max-width:480px) {
  #keyvisual-blc .keyvisual-text .ttl-page {
    font-size: 180%;
  }

  #keyvisual-blc.keyvisual-page .keyvisual-text .ttl-page {
    font-size: 180%;
  }
}

/* --------------------------------------------------
 ttl-style
-------------------------------------------------- */

.ttl-style01 {
  font-size: 200%;
  color: #1a70df;
  font-weight: bold;
  display: block;
  text-align: center;
  box-sizing: border-box;
}

.ttl-style01+.txt-desc {
  margin-top: 1rem;
}

.txt-desc {
  display: block;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width:480px) {
  .ttl-style01 {
    font-size: 180%;
  }
}

/* --------------------------------------------------
 ttl-section
-------------------------------------------------- */

.ttl-section {
  font-size: 200%;
  color: #1a70df;
  font-weight: bold;
  display: block;
  border-bottom: 5px solid #ecf4fb;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

/* --------------------------------------------------
 contact-blc
-------------------------------------------------- */

@media screen and (min-width:1001px) {
  #contact-blc .contact-flex .contact-btn .btn-style-comm .btn:hover::before {
    opacity: 1;
  }
}

#contact-blc .contact-flex {
  display: flex;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#contact-blc .contact-flex>div {
  width: 50%;
}

#contact-blc .inner {
  background-color: #fff;
  padding: 4rem 2rem;
  box-sizing: border-box;
}

#contact-blc .inner .ttl {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

#contact-blc .inner .ttl+.contact-flex {
  margin-top: 2rem;
}

#contact-blc .contact-flex .contact-txt .txt {
  margin-top: 10px;
  text-align: center;
  line-height: 1.2;
}

#contact-blc .contact-flex .contact-txt .btn-blc {
  text-align: center;
}

#contact-blc .contact-flex .contact-txt .btn-blc .tel {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 250%;
  font-weight: 900;
  line-height: 1;
}

#contact-blc .contact-flex .contact-txt .btn-blc .tel span {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}

#contact-blc .contact-flex .contact-txt .btn-blc .tel span::before {
  content: "";
  background-image: url(../img/common/tel_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 10px;
  width: 31px;
  height: 47px;
}

#contact-blc .contact-flex .contact-btn .btn-style-comm .btn {
  text-align: center;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  position: relative;
}

#contact-blc .contact-flex .contact-btn .btn-style-comm .btn::before {
  opacity: 0;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 20px;
  margin: auto;
  transition: all ease-in 0.3s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
}

#contact-blc .contact-flex .contact-btn .btn-style-comm .btn span {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}

#contact-blc .contact-flex .contact-btn .btn-style-comm .btn span::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../img/common/email_icon_contact.png);
  width: 29px;
  height: 20px;
}

@media screen and (max-width:767px) {
  #contact-blc .contact-flex {
    flex-wrap: wrap;
  }

  #contact-blc .contact-flex>div {
    width: 100%;
    margin-top: 2rem;
  }

  #contact-blc .contact-flex>div:first-child {
    margin-top: 0;
  }

  #contact-blc .contact-flex .contact-txt .btn-blc .tel {
    font-size: 300%;
  }

  #contact-blc .contact-flex .contact-btn .btn-style-comm .btn {
    max-width: 350px;
    margin: auto;
  }

  #contact-blc .contact-flex .contact-btn .btn-style-comm {
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  #contact-blc .inner {
    padding: 4rem 4%;
  }

  #contact-blc .contact-flex .contact-txt .btn-blc .tel {
    font-size: 200%;
  }

  #contact-blc .contact-flex .contact-txt .btn-blc .tel span::before {
    width: 25px;
    height: 35px;
    top: 4px;
  }

  #contact-blc .contact-flex .contact-txt .btn-blc .tel span {
    padding-left: 30px;
  }
}

/* --------------------------------------------------
 btn-style-comm
-------------------------------------------------- */

@media screen and (min-width:1001px) {
  .btn-style-comm .btn.btn-comm:hover::before {
    opacity: 1;
  }

  .btn-style-comm .btn-form:hover::before {
    opacity: 1;
  }
}

.btn-style-comm .btn {
  position: relative;
  background: rgb(34, 108, 199);
  background: linear-gradient(180deg, rgba(34, 108, 199, 1) 0%, rgba(36, 66, 197, 1) 100%);
  padding: 20px 30px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 120%;
  text-decoration: none;
  color: #fff;
  max-width: 300px;
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: all ease-in 0.3s;
}

.btn-style-comm .btn.btn-comm {
  text-align: center;
  position: relative;
}

.btn-style-comm .btn.btn-comm::before {
  opacity: 0;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 20px;
  margin: auto;
  transition: all ease-in 0.3s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
}

.btn-style-comm .btn-form {
  max-width: 300px;
  width: 100%;
  margin: auto;
  position: relative;
}

.btn-style-comm .btn-form::before {
  opacity: 0;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 20px;
  margin: auto;
  transition: all ease-in 0.3s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}

.btn-style-flex {
  display: flex;
  justify-content: center;
  max-width: calc(600px + 10px);
  margin: auto;
}

.btn-style-flex .btn-form {
  margin-right: 10px;
  max-width: 100%;
}

.btn-style-flex .btn-form:last-child {
  margin-right: 0;
}

/* --------------------------------------------------
 tbl-comm
-------------------------------------------------- */

.tbl-comm tr th {
  font-weight: bold;
  width: 25%;
}

.tbl-comm tr td {
  width: 75%;
}

.tbl-comm tr th,
.tbl-comm tr td {
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 20px;
  box-sizing: border-box;
}

.tbl-comm tr:first-child th,
.tbl-comm tr:first-child td {
  padding-top: 0;
}

@media screen and (max-width:640px) {

  .tbl-comm tr th,
  .tbl-comm tr td {
    width: 100%;
    display: block;
    padding: 20px 10px;
  }

  .tbl-comm tr th {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .tbl-comm tr td {
    padding-top: 10px;
  }
}

/* --------------------------------------------------
 OTHER
-------------------------------------------------- */

.bg-white {
  padding: 4rem 4rem;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width:640px) {
  .bg-white {
    padding: 4rem 2rem;
  }
}

@media screen and (max-width:480px) {
  .bg-white {
    padding: 4rem 4%;
  }
}

/* align --------------------------------*/

.text-align-center {
  text-align: center !important;
}

.text-align-right {
  text-align: right !important;
}

/* margin --------------------------------*/

.mt-4rem {
  margin-top: 4rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mt-1rem {
  margin-top: 1rem;
}

/* padding --------------------------------*/

.p-4rem {
  padding: 4rem;
  box-sizing: border-box;
}

@media screen and (max-width:480px) {
  .mt-3rem {
    margin-top: 2rem;
  }
}

@media screen and (min-width:481px) {
  .br-sp480 {
    display: none;
  }
}

/* --------------------------------------------------
 Hide
-------------------------------------------------- */

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.disnon {
  display: none;
}

.hide {
  opacity: 0;
}