@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
/* タイトル・フォント */
.mainvisual {
  background: url(../images/kaso_mv_pc.jpg) no-repeat center center;
  background-size: cover;
  height: 19em;
}
@media (max-width: 750px) {
  .mainvisual {
    background-image: url("../images/kaso_mv_sp.jpg");
    height: 40vw;
  }
}
.mainvisual .wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 19em;
}
@media (max-width: 750px) {
  .mainvisual .wrap {
    height: 40vw;
  }
}
.mainvisual .h1mv {
  font-size: 2.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #3B6859;
}
@media (max-width: 750px) {
  .mainvisual .h1mv {
    font-size: 1.4em;
  }
}

.h2pp {
  position: relative;
  text-align: center;
  margin-bottom: 2.5em;
}
.h2pp span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  color: #3B6859;
  text-align: center;
  z-index: 1;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}
@media (max-width: 750px) {
  .h2pp span {
    font-size: 1.9em;
  }
}
.h2pp span::before, .h2pp span::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #3B6859;
  content: "";
  display: inline-block;
  height: 1px;
}
.h2pp span::before {
  margin-right: 0.5em;
}
.h2pp span::after {
  margin-left: 0.5em;
}

.h3pp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  color: #3B6859;
}
.h3pp::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #3B6859;
  border-radius: 50%;
  margin-right: 0.5em;
}

/* コンテンツ */
#breadcrumb {
  font-size: 0.8em;
  margin-top: 1em;
}
#breadcrumb li {
  position: relative;
  display: inline;
  padding-right: 1.5em;
}
#breadcrumb li:not(:last-child):after {
  position: absolute;
  top: 0.5em;
  right: 0.6em;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
#breadcrumb a {
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
}
#breadcrumb a:hover {
  opacity: 0.8;
}

.pagenav {
  margin-top: 1em;
}
.pagenav ul {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenav li {
  margin: 0 0.25em;
}
.pagenav li a, .pagenav li span {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3em;
  height: 3em;
  font-size: 0.85em;
  text-decoration: none;
  border: 1px solid #3B6859;
}
.pagenav .link_page, .pagenav .current_page {
  text-align: center;
  line-height: 2;
  margin: 0 0.25em;
}
.pagenav .link_page {
  color: white;
  background-color: #3B6859;
}
.pagenav .link_page:hover {
  color: #3B6859;
  background-color: white;
  opacity: 1;
}
.pagenav .current_page {
  color: #3B6859;
  background-color: white;
}

.kakomi {
  background-color: whitesmoke;
  padding: 2em;
}
@media (max-width: 750px) {
  .kakomi {
    padding: 1em;
  }
}

@media (min-width: 751px) {
  .imgflex {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    /* no prefix*/
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 751px) {
  .imgflex .imgbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 46%;
            flex: 1 0 46%;
    width: 46%;
    max-width: 46%;
  }
}
@media (max-width: 750px) {
  .imgflex .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex .textbox {
    padding-left: 2em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  .imgflex.alter .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter .textbox {
    padding-right: 2em;
    padding-left: 0;
  }
}

.wp-caption-text {
  font-size: 0.8em;
  color: gray;
  line-height: 1.4 !important;
  margin-top: 0.5em;
}

.tablelist {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 750px) {
  .tablelist.block table {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .tablelist.block th, .tablelist.block td {
    display: block;
    white-space: normal;
  }
}
.tablelist table {
  width: 100%;
  border-top: 1px solid #3B6859;
  border-right: 1px solid #3B6859;
}
.tablelist table th, .tablelist table td {
  line-height: 1.6;
  border-bottom: 1px solid #3B6859;
  border-left: 1px solid #3B6859;
  vertical-align: middle;
  padding: 1em;
}
@media (max-width: 750px) {
  .tablelist table th, .tablelist table td {
    white-space: nowrap;
    padding: 0.5em 0.75em;
  }
}
.tablelist table th {
  text-align: center;
  white-space: nowrap;
}
.tablelist table thead {
  color: white;
  background-color: #3B6859;
}
.tablelist table thead th {
  border-right: 1px solid white;
}
.tablelist table tbody th {
  background-color: rgba(59, 104, 89, 0.2);
}
.tablelist table tbody td {
  background-color: white;
}

@media (min-width: 751px) {
  .dllist dl {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dllist dt, .dllist dd {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .dllist dt {
    margin-bottom: 0;
  }
}
@media (min-width: 751px) {
  .dllist dt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 751px) {
  .dllist dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    width: 80%;
    max-width: 80%;
  }
}

.cta_dl {
  background-color: whitesmoke;
  padding: 3em;
}
.cta_dl .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.snsbox {
  text-align: center;
  margin-top: 1em;
}
.snsbox a {
  width: 2em;
  height: 2em;
  margin-right: 1em;
}
.snsbox a:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .snsbox a {
    width: 5.3vw;
  }
}

.faqwrap {
  background-color: #F9F4F0;
  border-radius: 1em;
  padding: 1em;
}
.faqwrap:not(:first-of-type) {
  margin-top: 1.5em;
}
@media (min-width: 751px) {
  .faqwrap {
    padding: 2em;
  }
}
.faqwrap .question .box, .faqwrap .answer .box {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqwrap .question {
  position: relative;
  font-weight: bold;
  color: #3B6859;
}
.faqwrap .question .box {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.faqwrap .question .box p {
  font-size: 1.25em;
}
@media (max-width: 750px) {
  .faqwrap .question .box p {
    line-height: 1.4;
    padding-right: 2.5em;
  }
}
.faqwrap .question.active .open_btn {
  background-color: #3B6859;
}
.faqwrap .question.active .open_btn::before {
  content: "-";
  color: white;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.faqwrap .question_num {
  color: #3B6859;
  font-weight: bold;
  font-size: 2em;
  margin-right: 0.5em;
}
@media (max-width: 750px) {
  .faqwrap .question_num {
    font-size: 1.2em;
  }
}
.faqwrap .open_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  margin: auto;
}
.faqwrap .open_btn::before {
  content: "+";
  display: inline-block;
  font-weight: normal;
  font-size: 2em;
  color: #3B6859;
  text-align: center;
  line-height: 1;
}
.faqwrap .answer {
  margin-top: 1em;
  border-top: 1px dashed #3B6859;
}
.faqwrap .answer .box {
  padding-top: 1em;
}
.faqwrap .answer_num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #FEA25C;
  font-weight: bold;
  font-size: 1.5em;
  padding-inline: 0.5em;
}
@media (max-width: 750px) {
  .faqwrap .answer_num {
    font-size: 1.1em;
  }
}
.faqwrap#answeropen .question {
  cursor: pointer;
}
.faqwrap#answeropen .answer {
  display: none;
}

.tabwrap .tab-area {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  /* no prefix*/
  display: -webkit-box;
  display: flex;
}
.tabwrap .tab-area .tab {
  width: 100%;
  background-color: lightgray;
  font-size: 1.1em;
  text-align: center;
  padding: 0.5em;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
}
.tabwrap .tab-area .tab.active, .tabwrap .tab-area .tab:hover {
  color: white;
  background-color: #3B6859;
}
.tabwrap .tab-area .tab.active {
  cursor: auto;
}
.tabwrap .content-area .content {
  display: none;
}
.tabwrap .content-area .content.show {
  display: block;
  -webkit-animation: show 0.5s linear 0s;
          animation: show 0.5s linear 0s;
}

.contactbox {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  background-color: #F9F4F0;
  border-radius: 1em;
  padding: 2em;
}
@media (max-width: 750px) {
  .contactbox {
    max-width: 67.6vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  .contactbox .tel_fax {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contactbox .tel, .contactbox .fax {
  font-size: 1.5em;
  font-weight: bold;
}
@media (max-width: 750px) {
  .contactbox .tel, .contactbox .fax {
    text-align: center;
  }
}
.contactbox .tel a::before, .contactbox .tel span::before, .contactbox .fax a::before, .contactbox .fax span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
}
.contactbox .tel a::before {
  background: url(../images/icon_tel_gr.png) no-repeat center center;
  background-size: cover;
}
@media (min-width: 751px) {
  .contactbox .fax {
    margin-left: 2.7em;
  }
}
.contactbox .fax span::before {
  background: url(../images/icon_fax_gr.png) no-repeat center center;
  background-size: cover;
}
.contactbox .eigyo {
  line-height: 1.2;
  max-width: 15em;
  margin-right: auto;
  margin-left: auto;
}

section p {
  font-size: 1.06em;
}
@media (max-width: 750px) {
  section p {
    font-size: 1.1em;
  }
}
section.error404 .linkbox {
  width: 17em;
  margin-inline: auto;
}
section.thanks .linkbox {
  width: 10em;
  margin-inline: auto;
}