@charset "UTF-8";

/* --------------------------------------------------

 Common Block

-------------------------------------------------- */

.row {
  display: flex !important;
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

/* --------------------------------------------------

 Common Block

-------------------------------------------------- */

.max-comm-blc {
  max-width: 1366px;
  margin: auto;
  width: 100%;
  padding: 0 4%;
  position: relative;
  box-sizing: border-box;
}

.comm-blc {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 0 4%;
  position: relative;
  box-sizing: border-box;
}

.min-comm-blc {
  max-width: 800px;
  margin: auto;
  width: 100%;
  padding: 0 4%;
  position: relative;
  box-sizing: border-box;
}

.margin-comm {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.padding-comm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (max-width:480px) {
  .ttl-style-blc.min-comm-blc {
    padding: 0;
  }

  .margin-comm {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .padding-comm {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}

/* --------------------------------------------------

 ttl-style2-blc

-------------------------------------------------- */

.ttl-style2-blc .ttl {
  font-size: 200%;
  color: var(--main-color);
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}

.ttl-style2-blc .txt {
  text-align: center;
  margin-top: 1rem;
  font-size: 120%;
  display: block;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .ttl-style2-blc .ttl {
    font-size: 180%;
  }
}

@media screen and (max-width:480px) {
  .ttl-style2-blc .ttl {
    font-size: 150%;
  }

  .ttl-style2-blc .txt {
    font-size: 100%;
  }
}

/* --------------------------------------------------

 contact-blc

-------------------------------------------------- */

@media screen and (min-width:1001px) {
  #contact-blc .contact-btn-blc .btn:hover::before {
    width: 100%;
  }

  #contact-blc .contact-btn-blc .btn:hover span {
    color: #ffffff;
  }

  #contact-blc .contact-btn-blc .btn:hover::after {
    opacity: 1;
    visibility: visible;
    color: #fff;
  }

  #contact-blc .contact-btn-blc .btn.btn-form:hover span::before {
    background-image: url(../img/common/contact_icon02_hover.png);
  }
}

#contact-blc .contact-btn-blc {
  display: flex;
  justify-content: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#contact-blc .contact-btn-blc .btn {
  width: calc((100% - 2rem) / 2);
  margin-right: 2rem;
  background-color: #ffffff;
  text-decoration: none;
  padding: 35px 30px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  opacity: 1;
  transition: all ease-in 0.3s;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#contact-blc .contact-btn-blc .btn:nth-child(2n+2) {
  margin-right: 0;
}

#contact-blc .contact-btn-blc .btn::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in 0.3s;
}

#contact-blc .contact-btn-blc .btn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.3s;
}

#contact-blc .contact-btn-blc .btn span {
  font-size: 200%;
  font-weight: bold;
  line-height: 0.9;
  padding-left: 35px;
  display: inline-block;
  position: relative;
  transition: all ease-in 0.3s;
  box-sizing: border-box;
}

#contact-blc .contact-btn-blc .btn.btn-form span {
  font-size: 150%;
  padding-left: 50px;
}

#contact-blc .contact-btn-blc .btn.btn-tel span::before {
  width: 26px;
  height: 37px;
  background-image: url(../img/common/contact_icon01.png);
  top: -4px;
}

#contact-blc .contact-btn-blc .btn.btn-form span::before {
  width: 43px;
  height: 30px;
  top: -3px;
  background-image: url(../img/common/contact_icon02.png);
}

#contact-blc .contact-btn-blc .btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all ease-in 0.3s;
}

@media screen and (max-width:1200px) {
  #contact-blc .contact-btn-blc .btn.btn-form span {
    font-size: 120%;
  }
}

@media screen and (max-width:1000px) {
  #contact-blc .contact-btn-blc .btn {
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
    font-size: 1.7vw;
    padding: 35px 20px;
  }

  #contact-blc .contact-btn-blc .btn.btn-form span::before {
    width: 4vw;
    height: 3vw;
    top: -0.5vw;
  }

  #contact-blc .contact-btn-blc .btn.btn-form span {
    padding-left: 5vw;
  }

  #contact-blc .contact-btn-blc .btn.btn-tel span::before {
    width: 2.5vw;
    height: 4vw;
  }

  #contact-blc .contact-btn-blc .btn span {
    padding-left: 3vw;
  }
}

@media screen and (max-width:640px) {
  #contact-blc .contact-btn-blc {
    flex-wrap: wrap;
    max-width: 70%;
  }

  #contact-blc .contact-btn-blc .btn {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    font-size: 110%;
  }

  #contact-blc .contact-btn-blc .btn:first-child {
    margin-top: 0;
  }

  #contact-blc .contact-btn-blc .btn span {
    padding-left: 40px;
  }

  #contact-blc .contact-btn-blc .btn.btn-form span {
    padding-left: 50px;
  }

  #contact-blc .contact-btn-blc .btn.btn-tel span::before {
    width: 30px;
    height: 40px;
  }

  #contact-blc .contact-btn-blc .btn.btn-form span::before {
    width: 40px;
    height: 30px;
    top: -5px;
  }
}

@media screen and (max-width:480px) {
  #contact-blc .contact-btn-blc {
    max-width: 100%;
    font-size: 4vw;
  }

  #contact-blc .contact-btn-blc .btn {
    padding: 25px 10px;
  }

  #contact-blc .contact-btn-blc .btn.btn-tel span::before {
    height: 30px;
    top: -1px;
  }

  #contact-blc .contact-btn-blc .btn span{
    padding-left: 31px;
}

  #contact-blc .contact-btn-blc .btn.btn-form span::before {
    width: 31px;
    height: 25px;
  }

  #contact-blc .contact-btn-blc .btn.btn-form span {
    padding-left: 36px;
  }
}


/* --------------------------------------------------

 btn-style01

-------------------------------------------------- */

.btn-style01 {
  margin-top: 1rem;
}

.btn-style01 .btn {
  display: block;
  text-align: center;
  text-decoration: none;
  max-width: 220px;
  margin: auto auto;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  color: #fff;
  position: relative;
}

.btn-style01 .btn span {
  position: relative;
  padding-right: 30px;
  box-sizing: border-box;
}

.btn-style01 .btn span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  right: 0;
  top: 0;
}

.btn-style01 .btn.btn-main {
  background-color: var(--main-color);
}

.btn-style01 .btn.btn-secondary {
  background-color: var(--secondary-color);
}

.btn-style01 .btn.btn-prominent {
  background-color: var(--prominent-color);
}

@media screen and (max-width:480px) {
  .btn-style01 .btn {
    padding: 10px 10px;
  }
}

/* --------------------------------------------------

 ttl

-------------------------------------------------- */

.ttl-heading {
  font-size: 200%;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}

.ttl-heading.txt-yellow {
  color: var(--secondary-color);
}

.ttl-heading.txt-prominent {
  color: var(--prominent-color);
}

/* ttl-desc --------------------- */

.ttl-desc {
  text-align: center;
  font-size: 120%;
  display: block;
  font-weight: 500;
}

/* txt-desc --------------------- */

.txt-desc {
  font-size: 100%;
  display: block;
}

.txt-desc02 {
  max-width: 750px;
  text-align: left;
  margin: auto;
}

/* ttl-heading-blc --------------------- */

.ttl-heading-blc {
  background-color: var(--main-color);
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.ttl-heading-blc h2 {
  font-size: 200%;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .ttl-heading-blc h2 {
    font-size: 180%;
  }
  .ttl-heading {
    font-size: 180%;
  }
  .txt-desc {
    font-size: 100%;
  }
}

@media screen and (max-width:640px) {
  .ttl-heading {
    font-size: 150%;
  }
  .ttl-heading-blc {
    padding: 1.5rem 1rem;
  }
}

.ttl-style-01 {
  position: relative;
  text-align: center;
  padding: 0 2%;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.ttl-style-01 > .inner {
  text-align: left;
  display: inline-block;
  max-width: 900px;
  margin: 0 auto;
}

.ttl-style-01 > .inner > .ttl {
  font-size: 140%;
  font-weight: 800;
}

.ttl-style-01 > .inner > .ttl.size-01 {
  font-size: 150%;
}

.ttl-style-01 > .inner > .ttl.size-02 {
  font-size: 160%;
}

@media screen and (max-width:767px) {
  .ttl-style-01 > .inner > .ttl > br {
    display: none;
  }
}

.ttl-style-02 {
  position: relative;
  text-align: center;
  font-size: 140%;
  font-weight: 800;
  padding: 0 2%;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.ttl-style-03 {
  position: relative;
  text-align: center;
  font-size: 160%;
  font-weight: 800;
  padding: 0 2%;
  margin-bottom: 40px;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .ttl-style-03 {
    margin-bottom: 20px;
  }
}

.ttl-style-04 {
  position: relative;
  text-align: center;
  padding: 0 2%;
  margin-bottom: 40px;
}

.ttl-style-04 > .ttl {
  position: relative;
  font-size: 140%;
  font-weight: 800;
  margin-bottom: 20px;
}

.ttl-style-04 > .sub {
  position: relative;
  font-size: 100%;
}

.ttl-style-04 > .sub.left {
  text-align: left;
}

/* --------------------------------------------------

 box-style

-------------------------------------------------- */

.box-style-01 {
  position: relative;
  margin-bottom: 60px;
}

.box-style-01 > .ttl {
  margin-bottom: 40px;
}

.box-style-01.style-01 > .ttl {
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.box-style-01.style-01 > .txt {
  margin-bottom: 30px;
}

.box-style-01 > .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.box-style-01 > .inner > .txt-blc,
.box-style-01 > .inner > .img-blc {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 48%;
  margin-bottom: 30px;
}

.box-style-01 > .inner > .txt-blc > .box {
  margin-bottom: 20px;
}

.box-style-01 > .inner > .txt-blc > .box:nth-last-child(1) {
  margin-bottom: 0;
}

.box-style-01 > .inner > .txt-blc > .ttl {
  position: relative;
  font-size: 120%;
  font-weight: 800;
  margin-bottom: 20px;
}

.box-style-01 > .inner > .txt-blc > .txt {
  position: relative;
  font-size: 100%;
}

.box-style-01.style-02 > .inner > .txt-blc {
  width: 66%;
}

.box-style-01 > .inner > .img-blc > .txt {
  position: relative;
  margin-top: 15px;
}

.box-style-01.style-02 > .inner > .img-blc {
  width: 30%;
}

.box-style-01 > .inner > .txt-blc:nth-last-child(-n+2),
.box-style-01 > .inner > .img-blc:nth-last-child(-n+2) {
  margin-bottom: 0px;
}

@media screen and (max-width:480px) {
  .box-style-01 > .ttl {
    margin-bottom: 20px;
  }  
  .box-style-01 > .inner > .txt-blc,
  .box-style-01 > .inner > .img-blc {
    width: 100%;
  }
  .box-style-01 > .inner > .txt-blc:nth-last-child(-n+2),
  .box-style-01 > .inner > .img-blc:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .box-style-01 > .inner > .txt-blc:nth-last-child(1),
  .box-style-01 > .inner > .img-blc:nth-last-child(1) {
    margin-bottom: 0px;
  }
}

.box-style-02 {
  position: relative;
  margin-bottom: 60px;
}

.box-style-02 > .ttl,
.box-style-02 > .txt {
  text-align: center;
  padding: 10px 2%;
}

.box-style-02 > .ttl {
  font-size: 120%;
  color: #fff;
  background-color: #17181c;
}

.box-style-02 > .txt {
  font-size: 100%;
  margin-bottom: 5px;
}

.box-style-03 {
  position: relative;
  margin-bottom: 60px;
}

.box-style-03 > .img-blc,
.box-style-03 > .txt-blc,
.box-style-03 > .ttl {
  width: 100%;
}

.box-style-03 > .ttl,
.box-style-03 > .img-blc {
  margin-bottom: 20px;
}

.box-style-03 > .ttl {
  text-align: center;
  font-size: 160%;
  font-weight: 800;
}

.box-style-03 > .img-blc {
 text-align: center;
}

@media screen and (max-width: 1000px) {
  .box-style-03 > .ttl,
  .box-style-03 > .img-blc {
    margin-bottom: 10px;
  }
}

.box-style-04 {
  position: relative;
}

.box-style-04 > .ttl {
  position: relative;
  font-size: 120%;
  font-weight: 800;
  border: 1px solid #e7e7e7;
  padding: 15px 20px;
  box-sizing: border-box;
}

.box-style-04 > .cont {
  position: relative;
  box-sizing: border-box;
}

.box-style-04 > .cont > .inner {
  position: relative;
  background-color: #f5f6f7;
  padding: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .box-style-04 > .ttl {
    padding: 15px 10px;
  }
  .box-style-04 > .cont > .inner {
    padding: 10px;
  }
}

.box-style-05 {
  position: relative;
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.box-style-05 > .ttl {
  font-size: 120%;
  font-weight: 800;
  border-bottom: 1px solid #e7e7e7;
  padding: 8px 0;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.box-style-05 > .txt {
  padding-bottom: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .box-style-05 {
    padding: 6px 10px;
    margin-bottom: 10px;
  }
  
}

/* --------------------------------------------------

 list-style-blc

-------------------------------------------------- */

.list-style-01 {
  position: relative;
}

.list-style-01 > dt {
  font-size: 120%;
  font-weight: 800;
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0;
}

.list-style-01.style-01 > dt {
  color: #0e57c3;
  margin-bottom: 8px;
}

.list-style-01 > dd {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.list-style-01.style-01 > dd {
  padding: 5px 0;
}

.list-style-01 > :nth-last-child(1) {
  margin-bottom: 0;
}

.list-style-02 {
  position: relative;
  counter-reset: section;
}

.list-style-02 > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}

.list-style-02 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '＊';
  display: block;
  width: 20px;
  font-weight: 800;
}

.list-style-02.number > li::before {
  counter-increment: section;
  content: counter(section);
}

/* --------------------------------------------------

 table-style-blc

-------------------------------------------------- */

.tbl-style-01 {
  position: relative;
  width: 100%;
}

.tbl-style-01 > tbody > tr {
  border-bottom: 1px solid #e7e7e7;
}

.tbl-style-01 > tbody > tr > th,
.tbl-style-01 > tbody > tr > td {
  width: calc(99% / 2);
  padding: 10px 5px;
}

/* --------------------------------------------------

 btn-style-blc

-------------------------------------------------- */

.btn-style-blc .btn.btn-primary {
  max-width: 300px;
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 120%;
  line-height: 1;
  position: relative;
}

.btn-style-blc .btn.btn-primary span {
  display: block;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.btn-style-blc .btn.btn-primary::after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  height: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  align-content: center;
  transition: allease-in 0.3s;
}

.btn-style-blc .btn.btn-primary:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--main-color);
}

/* --------------------------------------------------

 OTHER

-------------------------------------------------- */

.col-blue {
  color: #0e57c3;
}

.bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.justify-content-center {
  justify-content: center !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-center {
  text-align: center !important;
}

/* padding --------------------------------*/

.display-1 {
  font-size: 220% !important;
  line-height: 1.5 !important;
}

.display-2 {
  font-size: 200% !important;
  line-height: 1.5 !important;
}

.display-3 {
  font-size: 180% !important;
  line-height: 1.5 !important;
}

.display-4 {
  font-size: 150% !important;
  line-height: 1.5 !important;
}

.display-5 {
  font-size: 120% !important;
  line-height: 1.5 !important;
}

/* padding --------------------------------*/

.pt-4rem {
  padding-top: 4rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* margin --------------------------------*/

.mt-4rem {
  margin-top: 4rem !important;
}

.mt-3rem {
  margin-top: 3rem !important;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.mt-1rem {
  margin-top: 1rem !important;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.mb-05rem {
  margin-bottom: 0.5rem !important;
}


.radio-label {
  margin-right: 10px;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input, textarea {
  box-sizing: border-box;
}

select {
  padding: 5px;
  font-size: 90%;
  box-sizing: border-box;
}

input.narrow-size {
  width: 18%;
}

input.middle-size {
  width: 50%;
}

input.small-size {
  width: 35%;
}

input.wide-size {
  width: 80%;
}

.full-size {
  width: 100%;
}

input[type=tel] {
  width: 20%;
}

select[name=add1] {
  margin-bottom: 10px;
}

textarea {
  width: 100%;
  height: 200px;
}

label.label-for {
  margin-right: 10px;
  display: inline-block;
}

input[readonly] {
  background-color: #eee;
}
input,
textarea {
  box-sizing: border-box;
}

@media screen and (max-width:480px) {
  input.middle-size {
    width: 100%;
  }
  input.wide-size {
    width: 100%;
  }
}

.error-txt {
  line-height: 1;
  font-size: 80%;
  color: #ff0000;
  margin-top: 1rem;
  box-sizing: border-box;
}

.error-txt:empty {
  display: none;
}

.error-txt::before {
  font-family: "Font Awesome 5 Free";
  content: '\f06a';
  font-size: 18px;
  font-weight: 900;
  margin-right: 7px;
}

@media screen and (max-width: 1000px) {
  .error-txt {
    margin-top: .5rem;
  }
}

/* padding --------------------------------*/

.p-4rem {
  padding: 4rem !important;
  box-sizing: border-box;
}

@media screen and (min-width:481px) {
  .br-sp480 {
    display: none;
  }
}

/* --------------------------------------------------

 Hide
 
-------------------------------------------------- */

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.disnon {
  display: none;
}

.hide {
  opacity: 0;
}