/* Scss Document */
h3 {
  font-size: 18px;
  letter-spacing: .1em; }
  @media (min-width: 601px) {
    h3 {
      font-size: 2.3vw; } }

h3.h3_type1 {
  font-size: 21px;
  line-height: 1.7em;
  font-weight: 700;
  color: #17478e; }
  @media (min-width: 601px) {
    h3.h3_type1 {
      font-size: 2.5vw; } }

a.opa:hover {
  opacity: .7; }

a.u_line {
  text-decoration: underline; }

.back,.next {
  display: block;
  background: linear-gradient(to right, #2db174 0%, #004597 100%);
  width: 100%;
  max-width: 350px;
  height: 50px;
  margin: auto;
  box-sizing: border-box;
  padding: 1px;
  border-radius: 1.8rem;
  transition: .3s; 
  max-width:170px;}


.back p,.next p {
    width: 100%;
    background-color: white;
    border-radius: calc(1.8rem - 2px);
    text-align: center;
    color: #17478e;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 48px;
    transition: .3s;
    background-image: url("../img/common/arrow_1.svg");
    background-repeat: no-repeat;
    background-position: right 25px center; }

    .next p.right {
      background-image: url("../img/common/arrow_2.svg");
      background-position: right 15px center; }
    .back p.left {
      background-image: url("../img/common/arrow_3.svg");
      background-position: left 15px center; }

  .back:hover,.next:hover {
    opacity: 1;
    background: #17478e; }
    .back:hover p.left,.next:hover p.right {
      color: white;
      background-color: #17478e; }

      .next:hover p.right {
        background-image: url("../img/common/arrow_2_w.svg"); }
      .back:hover p.left {
        background-image: url("../img/common/arrow_3_w.svg"); }

p.left a {
    padding: 12px 58px;}

p.right a{
    padding: 12px 58px;}


a.btn_type1 {
  display: block;
  background: linear-gradient(to right, #2db174 0%, #004597 100%);
  width: 100%;
  max-width: 350px;
  height: 50px;
  margin: auto;
  box-sizing: border-box;
  padding: 1px;
  border-radius: 1.8rem;
  transition: .3s; }

  a.btn_type1 p {
    width: 100%;
    background-color: white;
    border-radius: calc(1.8rem - 2px);
    text-align: center;
    color: #17478e;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 48px;
    transition: .3s;
    background-image: url("../img/common/arrow_1.svg");
    background-repeat: no-repeat;
    background-position: right 25px center; }
    a.btn_type1 p.right {
      background-image: url("../img/common/arrow_2.svg");
      background-position: right 15px center; }
    a.btn_type1 p.left {
      background-image: url("../img/common/arrow_3.svg");
      background-position: left 15px center; }
  a.btn_type1:hover {
    opacity: 1;
    background: #17478e; }
    a.btn_type1:hover p {
      color: white;
      background-color: #17478e; }
      a.btn_type1:hover p.right {
        background-image: url("../img/common/arrow_2_w.svg"); }
      a.btn_type1:hover p.left {
        background-image: url("../img/common/arrow_3_w.svg"); }

a.btn_type2 {
  color: #17478e;
  text-align: right;
  font-weight: 500;
  padding-right: 37px;
  background-image: url("../img/common/arrow_2.svg");
  background-repeat: no-repeat;
  background-position: right 5px center; }
  a.btn_type2:hover {
    background-position: right 0px center; }

ul.news_type1 > li:nth-of-type(n+2) {
  margin-top: 35px; }
ul.news_type1 figure {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid white;
  margin-bottom: 10px; }
ul.news_type1 h4 {
  text-align: left;
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 10px; }
ul.news_type1 .date {
  font-size: 10px; }
@media (min-width: 601px) {
  ul.news_type1.list {
    display: flex;
    flex-wrap: wrap; }
    ul.news_type1.list > li {
      /*margin-top: auto;*/
      margin-top:0px;
      margin-bottom: 45px;
      width: 25%;
      box-sizing: border-box;
      padding: 0 15px; } }

ul.news_type2 li {
  display: flex;
  justify-content: space-between;
  align-items: center; }
ul.news_type2 > li:nth-of-type(n+2) {
  margin-top: 20px; }
ul.news_type2 figure {
  width: 42%;
  box-sizing: border-box;
  border: 1px solid white; }
ul.news_type2 div {
  width: 55%; }
  ul.news_type2 div h4 {
    text-align: left;
    font-size: 15px;
    line-height: 1.5em; }
  ul.news_type2 div .date {
    margin-top: .5rem;
    font-size: 10px; }

ul.icon {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  ul.icon li {
    margin-right: 3px; }
    ul.icon li a {
      display: block;
      font-size: 12px;
      width: 7em;
      text-align: center;
      background: #bbd75f;
      background: linear-gradient(92deg, #92c777 0%, #008ecb 100%);
      color: white;
      line-height: 1.5em;
      padding-bottom: .1em; }

.icon a, .btn.pctab a {
    text-decoration: none;
}

  ul.page-numbers {
  display: flex;
  justify-content: center;
  margin: auto;
  font-size: 15px;
  font-weight: 700; }
  
  span.page-numbers.current {
  background-color: #17478e;
  color: white;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  box-sizing: border-box;
  display: block;
  border-radius: 50%;}
  
  a.page-numbers{
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  box-sizing: border-box;
  display: block;
  border-radius: 50%;}

  ul.page-numbers li {
    margin: 5px;}

  ul.page-numbers a {
  border: 1px solid #e6e6e6;
  }
  
  ul.page-numbers a:hover {
  border: none;
  background-color: rgba(23, 71, 142, 0.7);
  color: white; }

/*
ul.pagenav {
  display: flex;
  justify-content: center;
  margin: auto;
  font-size: 15px;
  font-weight: 700; }

  ul.pagenav li {
    margin: 5px; }

  ul.pagenav .current, ul.pagenav a {
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    box-sizing: border-box;
    display: block;
    border-radius: 50%; }

  ul.pagenav .current {
    background-color: #17478e;
    color: white; }
  ul.pagenav a {
    border: 1px solid #e6e6e6; }

    ul.pagenav a:hover {
      border: none;
      background-color: rgba(23, 71, 142, 0.7);
      color: white; }
*/

table.tbl_type1 {
  background-color: white;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  margin-top:50px;
  border: 1px solid #b3b3b4; }
  table.tbl_type1 th, table.tbl_type1 td {
    box-sizing: border-box;
    padding: .5em 1.5em;
    border-bottom: 1px solid #b3b3b4;
    font-weight: 400;
    line-height: 1.6em; }
  table.tbl_type1 th {
    background-color: #f7f7f7; }

form {
  width: 100%; }
  form dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    line-height: 1.6em; }
    form dl dt {
      width: 18rem;
      box-sizing: border-box;
      padding: 2rem 0 2rem 1.5rem; }
      form dl dt span {
        color: #ef877c;
        padding: .2rem .3rem .2rem .5rem;
        letter-spacing: .2rem; }
    form dl dd {
      width: calc(100% - 18rem);
      box-sizing: border-box;
      padding: 1.5rem 2rem 1.5rem 0; }
    @media (max-width: 600px) {
      form dl dt {
        width: 100%;
        padding: 0 0 .5rem; }
      form dl dd {
        width: 100%;
        padding: 0 0 1rem; } }
  form input, form textarea, form select {
    background: white;
    box-sizing: border-box;
    border: 1px solid #cacaca;
    border-radius: 10px;
    padding: .5rem 1rem;
    text-align: left; }
  form input {
    width: 100%; }
  form textarea {
    width: 100%;
    height: 220px; }
  form select {
    padding-right: 4rem;
    background: url("../img/arrow_select.svg") no-repeat right 1rem center;
    background-color: white; }
  form .btn_submit {
    display: block;
    background: linear-gradient(to right, #2db174 0%, #004597 100%);
    width: 100%;
    max-width: 350px;
    height: 50px;
    margin: auto;
    box-sizing: border-box;
    padding: 1px;
    border-radius: 1.8rem;
    transition: .3s; }
  form input[type="submit"] {
    width: 100%;
    background-color: white;
    padding: 0;
    border: none;
    border-radius: calc(1.8rem - 2px);
    text-align: center;
    color: #17478e;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 48px;
    transition: .3s;
    background-image: url("../img/common/arrow_1.svg");
    background-repeat: no-repeat;
    background-position: right 25px center; }
    form input[type="submit"]:hover {
      color: white;
      background-color: transparent;
      background-image: url("../img/common/arrow_1_w.svg"); }
  form input[type="checkbox"] + label {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding-right: 10px; }
    @media (max-width: 600px) {
      form input[type="checkbox"] + label {
        padding-left: 30px; } }
  form input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin-top: -0.9rem;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color: #b3b3b3;
    background-color: #FFF; }
    @media (max-width: 600px) {
      form input[type="checkbox"] + label::before {
        width: 20px;
        height: 20px; } }
  form input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 22px;
    height: 12px;
    margin-top: -10px;
    top: 50%;
    left: 4px;
    transform: rotate(-45deg);
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: #b3b3b3; }
    @media (max-width: 600px) {
      form input[type="checkbox"]:checked + label::after {
        width: 18px;
        height: 9px; } }

main.kaso {
  padding-top: 80px; }
  @media (max-width: 600px) {
    main.kaso {
      padding-top: 49px; } }

section.kaso_sec00 {
  width: 100%;
  aspect-ratio: 375 / 320;
  position: relative; }
  section.kaso_sec00.about {
    background: url("../img/about/title_bg.jpg") no-repeat center center;
    background-size: cover; }
  section.kaso_sec00.news {
    background: url("../img/news/title_bg.jpg") no-repeat center center;
    background-size: cover; }
  section.kaso_sec00.recruit {
    background: url("../img/recruit/title_bg.jpg") no-repeat center center;
    background-size: cover; }
  section.kaso_sec00.contact {
    background: url("../img/contact/title_bg.jpg") no-repeat center center;
    background-size: cover; }
  section.kaso_sec00.works {
    background: url("../img/works/title_bg.jpg") no-repeat center center;
    background-size: cover; }
  section.kaso_sec00.service {
    background: url("../img/service/title_bg.jpg") no-repeat center center;
    background-size: cover; }
  section.kaso_sec00::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bbd75f;
    background: linear-gradient(92deg, #92c777 0%, #008ecb 100%);
    mix-blend-mode: multiply;
    opacity: .8;
    z-index: 1; }
  section.kaso_sec00 h2 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
  @media (min-width: 601px) {
    section.kaso_sec00 {
      aspect-ratio: 3 / 1; }
      section.kaso_sec00.about {
        background: url("../img/about/title_bg_pc.jpg") no-repeat center center;
        background-size: cover; }
      section.kaso_sec00.news {
        background: url("../img/news/title_bg_pc.jpg") no-repeat center center;
        background-size: cover; }
      section.kaso_sec00.recruit {
        background: url("../img/recruit/title_bg_pc.jpg") no-repeat center center;
        background-size: cover; }
      section.kaso_sec00.contact {
        background: url("../img/contact/title_bg_pc.jpg") no-repeat center center;
        background-size: cover; }
      section.kaso_sec00.works {
        background: url("../img/works/title_bg_pc.jpg") no-repeat center center;
        background-size: cover; }
      section.kaso_sec00.service {
        background: url("../img/service/title_bg_pc.jpg") no-repeat center center;
        background-size: cover; } }

section.go_recruit {
  margin-top: 70px;
  padding-bottom: 30px; }
  section.go_recruit figure {
    text-align: left; }
    section.go_recruit figure img {
      width: 85%;
      border-bottom-right-radius: 74px;
      border-top-right-radius: 74px; }
  section.go_recruit .btn {
    width: 80%;
    margin: auto;
    margin-top: 1rem;
    text-align: right; }
  section.go_recruit.top {
    margin-top: -122px; }
  @media (min-width: 601px) {
    section.go_recruit {
      position: relative;
      margin-top: 150px;
      padding-bottom: 54px;
      display: flex;
      align-items: flex-end; }
      section.go_recruit figure {
        width: 60%; }
        section.go_recruit figure img {
          width: 100%;
          height: auto; }
      section.go_recruit .btn {
        margin: 0;
        width: 40%;
        text-align: left;
        box-sizing: border-box;
        padding-left: 24px;
        padding-bottom: 56px; }
      section.go_recruit::after {
        content: "";
        display: block;
        width: 262px;
        height: 161px;
        background: url("../img/common/deco_1.svg") no-repeat;
        background-size: cover;
        position: absolute;
        top: -25px;
        right: 5%;
        z-index: -1; } }

.gotop {
  display: none;
  cursor: pointer;
  bottom: 400px;
  position: fixed;
  right: 0px;
  padding: 0 20px 0 0;
  transition: .3s; }
  .gotop:hover {
    transform: translateY(-10%); }
  @media (max-width: 600px) {
    .gotop {
      right: -50px; } }

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: 100%;
}

h4 {
    text-align: left;
    line-height: 2em;
}

.naiyou {
    height: 200px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    padding: 0px;
    background-color: #fff;
    margin-bottom:40px;
}
}