@charset "utf-8";
/*
Theme Name: mh-tec SmartPack_type03
Theme URI: https://mh-tec.co.jp/
Author: Mental Health Technologies Co.Ltd.
Author URI: https://mh-tec.co.jp/
Version: 2.0
*/

:root {
  --main-color: #0092ca;
  --sub-color: #ff5757;
  --sub-color2: #daf0f7;
}

/*--------------------------------------------------------------
html
--------------------------------------------------------------*/

  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #f7f7f7;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/*--------------------------------------------------------------
body
--------------------------------------------------------------*/

  body {
      font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 15px;
      line-height: 165%;
      color: #222;
      margin: 0;
      letter-spacing: 0.5px;
      font-weight: 400;
      background: #fff;
    }
    body.home {
      max-width: 1366px;
      margin: 0 auto;
      padding-top: 145px;
    }
  /* responsive */
        @media (max-width: 480px) { /* xs */
          body {
            font-size: 14px;
          }
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
          body {
            font-size: 14px;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          body {
            font-size: 14px;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          body {
            font-size: 14px;
          }
          body.home {
            padding-top: 102px;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
common
--------------------------------------------------------------*/

  * {box-sizing:border-box;}
  article,aside,footer,header,nav,section {
    display: block;
  }
  figcaption,figure,main,section {
    display: block;
  }
  hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #333;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    word-break: break-all;
  }
  a[href^="tel:"] {
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
  }
  a:active,a:hover {
    outline-width: 0;
    color: var(--main-color);
  }
  b,strong {
    font-weight: inherit;
    font-weight: 600;
  }
  small {
    font-size: 80%;
  }
  audio,video {
    display: inline-block;
  }
  img {
    border-style: none;
    max-width: 100%;
    height: auto;
  }
  button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,input {
    overflow: visible;
  }
  button,select {
    text-transform: none;
  }
  textarea {
    overflow: auto;
  }
  .main-color {
    color: var(--main-color);
  }
  .sub-color {
    color: var(--sub-color);
  }

/*--------------------------------------------------------------
column
--------------------------------------------------------------*/

  .row {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
  }

/*--------------------------------------------------------------
kv
--------------------------------------------------------------*/
.kv {
  background-image: url(./img/kv-img.png),url(./img/bg-hospital01.jpg);
  background-size: auto 95%, cover;
  background-repeat: no-repeat;
  background-position: right 5% bottom, left bottom;
  padding: 60px 0;
  padding-left: 7%;
}
.kv picture {
  position: relative;
  width: 64%;
  display: block;
  margin-bottom: 25px;
}
.kv-text {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  text-shadow: 0 0 3px #fff;
  padding-left: 4%;
}
.kv-text span {
  font-size: 110%;
  font-weight: 900;
}

  /* responsive */
        @media (max-width: 480px) { /* xs */
          .kv { 
            padding: 60px 30px 0;
            padding-bottom: 290px;
            background-size: auto 280px, cover;
            background-position: right bottom, left bottom;
            text-align: center;
          }
          .kv picture {
            width: 100%;
            margin: 0 auto 5px;
          }
          .kv-text {
            text-align: left;
            font-size: 13px;
            line-height: 155%;
          }
          .kv-text br {
            display: none;
          }
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
          .kv { 
            padding: 90px 30px 0;
            padding-bottom: 340px;
            background-size: auto 330px, cover;
            background-position: right bottom, left bottom;
            text-align: center;
          }
          .kv picture {
            width: 90%;
            margin: 0 auto 5px;
          }
          .kv-text {
            text-align: left;
            font-size: 13px;
            line-height: 155%;
          }
          .kv-text br {
            display: none;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .kv { 
            padding: 90px 30px 0;
            padding-bottom: 340px;
            background-size: auto 330px, cover;
            background-position: right bottom, left bottom;
            text-align: center;
          }
          .kv picture {
            width: 90%;
            margin: 0 auto 5px;
          }
          .kv-text {
            text-align: left;
            font-size: 15px;
            line-height: 155%;
          }
          .kv-text br {
            display: none;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          .kv { 
            padding: 60px 30px 60px;
            background-size: 35% auto, cover;
            background-position: right bottom, left bottom;
            text-align: left;
          }
          .kv picture {
            width: 60%;
            margin: 0 0 15px;
          }
          .kv-text {
            text-align: left;
            font-size: 15px;
            line-height: 155%;
            width: 65%;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          .kv-text {
            text-align: left;
            font-size: 16px;
            line-height: 155%;
            width: 65%;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
header
--------------------------------------------------------------*/

header {
  padding: 0px;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffffdd;
}

.header-top,
.index_nav {
  max-width: 1200px;
  margin: 0 auto;
}
.index_nav .menu {
  display: flex;
  justify-content: space-between;
}
.index_nav .menu a {
  background-color: var(--main-color);
  width: 230px;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
  font-weight: 600;
  border: 2px solid var(--main-color);
}
.index_nav .menu a:hover {
  text-decoration: none;
  color: var(--main-color);
  background-color: #fff;
}
.index_nav .menu li:last-child a {
  color: #fff !important;
  border: none;
  padding: 10px;
  position: relative;
  background-image: linear-gradient(151deg, rgba(191, 148, 94, 1), rgba(231, 186, 79, 1) 30%, rgba(191, 148, 79, 1) 74%, rgba(231, 214, 121, 1));
}
.index_nav .menu li:last-child a:hover {
  opacity: 0.5;
}
.index_nav .menu li:last-child a:after {
  position: absolute;
  display: block;
  content: "";
  top: 3px;
  right: 3px;
  background: #ffffff;
  height: 8px;
  width: 8px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4px;
}
.header-logo {
  text-align: left;
  padding-top: 18px;
}
.header-logo img {
  width: 440px;
}
.header-logo-txt {
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0;
}
.header-contact {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.header-contact-tel {
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
}
.header-contact-tel a {
  text-decoration: none!important;
  color: #222!important;
  font-weight: 600!important;
}
.header-contact-tel a:hover {
  color: var(--main-color)!important;
}
.header-contact-info {
  background-color: var(--sub-color);
  padding: 20px 12px 10px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-size: 110%;
  font-size: 16px;
}
.header-contact-info-top {
  margin-bottom: 10px;
}
.header-contact-info-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.contact-btn {
  width: 96px;
  position: relative;
  display: block;
  background-color: #fff;
  padding: 10px 0;
  font-weight: 600;
}
.contact-btn:after {
  position: absolute;
  display: block;
  content: "";
  top: 3px;
  right: 3px;
  background: var(--sub-color);
  height: 8px;
  width: 8px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.contact-btn:hover {
  text-decoration: none;
  opacity: 0.5;
}

  /* responsive */
        @media (max-width: 480px) { /* xs */
          header {
            border-top: 5px solid var(--main-color);
          }
          .header-top {
            display: block;
          }
          .header-logo {
            padding: 15px 15px 0;
          }
          .header-logo img {
            width: calc(100% - 70px);
          }
          .header-logo-txt {
            font-size: 11px;
            line-height: 135%;
            width: calc(100% - 60px);
          }
          .header-contact {
            padding: 0px 15px;
            gap: 5px;
          }
          .header-contact-tel {
            text-align: center;
            background-color: var(--sub-color2);
            padding: 10px;
            min-height: 74px;
          }
          .header-contact-tel a {
            font-size: 10px;
            display: block;
            letter-spacing: 0;
            white-space: nowrap;
            line-height: 100%;
          }
          .header-contact-tel a:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f2a0";
            color: var(--main-color);
            font-size: 30px;
            display: block;
            margin-bottom: 10px;
            padding: 10px;
          }
          .header-contact-tel a:before:hover {
            opacity: 0.7;
          }
          .header-contact-info {
            font-size: 12px;
            width: 100%;
            padding: 10px;
          }
          .contact-btn {
            width: 100%;
          }
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
          header {
            border-top: 5px solid var(--main-color);
          }
          .header-top {
            display: block;
          }
          .header-logo {
            padding: 15px 15px 0;
          }
          .header-logo img {
            width: calc(100% - 70px);
          }
          .header-logo-txt {
            font-size: 11px;
            line-height: 135%;
            width: calc(100% - 60px);
          }
          .header-contact {
            padding: 0px 15px;
            gap: 5px;
          }
          .header-contact-tel {
            text-align: center;
            background-color: var(--sub-color2);
            padding: 10px;
            min-height: 74px;
          }
          .header-contact-tel a {
            font-size: 10px;
            display: block;
            letter-spacing: 0;
            white-space: nowrap;
            line-height: 100%;
          }
          .header-contact-tel a:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f2a0";
            color: var(--main-color);
            font-size: 30px;
            display: block;
            margin-bottom: 10px;
            padding: 10px;
          }
          .header-contact-tel a:before:hover {
            opacity: 0.7;
          }
          .header-contact-info {
            font-size: 12px;
            width: 100%;
            padding: 10px;
          }
          .contact-btn {
            width: 100%;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          header {
            border-top: 5px solid var(--main-color);
          }
          .header-top {
            display: block;
          }
          .header-logo {
            padding: 15px 15px 0;
          }
          .header-logo img {
            width: calc(100% - 70px);
          }
          .header-logo-txt {
            font-size: 11px;
            line-height: 135%;
            width: calc(100% - 60px);
          }
          .header-contact {
            padding: 0px 15px;
            gap: 5px;
          }
          .header-contact-tel {
            text-align: center;
            background-color: var(--sub-color2);
            padding: 10px;
            min-height: 74px;
          }
          .header-contact-tel a {
            font-size: 10px;
            display: block;
            letter-spacing: 0;
            white-space: nowrap;
            line-height: 100%;
          }
          .header-contact-tel a:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f2a0";
            color: var(--main-color);
            font-size: 30px;
            display: block;
            margin-bottom: 10px;
            padding: 10px;
          }
          .header-contact-tel a:before:hover {
            opacity: 0.7;
          }
          .header-contact-info {
            font-size: 12px;
            width: 100%;
            padding: 10px;
          }
          .contact-btn {
            width: 100%;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          .header-top {
            width: calc(100% - 55px);
            margin-left: 0;
            padding: 15px 15px 0px;
          }
          .header-logo {
            padding: 0;
            padding-right: 10px;
          }
          .header-logo-txt {
            letter-spacing: 0;
            line-height: 145%;
            font-size: 12px;
          }
          .header-contact-info-row {
            gap: 7px;
          }
          .header-contact {
            gap: 10px;
          }
          .header-contact-tel {
            text-align: center;
            background-color: var(--sub-color2);
            padding: 10px;
            min-height: 76px;
          }
          .header-contact-tel a {
            font-size: 10px;
            display: block;
            letter-spacing: 0;
            white-space: nowrap;
            line-height: 100%;
          }
          .header-contact-tel a:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f2a0";
            color: var(--main-color);
            font-size: 30px;
            display: block;
            margin-bottom: 10px;
            padding: 10px;
          }
          .header-contact-tel a:before:hover {
            opacity: 0.7;
          }
          .header-contact-info {
            font-size: 13px;
            width: 100%;
            padding: 10px;
          }
          .contact-btn {
            width: 100%;
            white-space: nowrap;
            padding: 10px;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          .header-logo {
            padding: 15px 0px 0px 15px;
          }
          .header-logo-txt {
            letter-spacing: 0;
            line-height: 145%;
            font-size: 11px;
          }
          .header-contact-tel a {
            font-size: 25px;
            white-space: nowrap;
          }
          .header-contact-info {
            font-size: 15px;
            width: 100%;
            padding: 10px;
          }
          .header-contact {
            padding: 10px;
          }
          .contact-btn {
            width: 100%;
            white-space: nowrap;
            padding: 10px;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
        }




/* ------------------------------------------------------------------------------------
  btn_type
------------------------------------------------------------------------------------ */

  a.btn_type01 {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 10px 15px;
    background: linear-gradient(to right, var(--main-color), var(--sub-color));
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff!important;
    text-align: center;
    min-width: 250px;
    max-width: 100%;
    font-weight: 600;
    text-decoration: none!important;
  }
  a.btn_type01::after {
      font-family: 'Material Icons';
      font-weight: 300;
      content: "\e5cc";
      color: #fff;
      float: right;
  }

  a.btn_type01:hover {
    opacity: 0.5;
    text-decoration: none!important;
  }

  a.btn_red {
    background-color: #da0439;
    background: linear-gradient(to left, #ee7e77, #da0439);
  }

  a.btn_green {
    background-color: #00997f;
    background: linear-gradient(to left, #94d0c4, #00997f);
  }

  a.btn_blue {
    background-color: #00767f;
    background: linear-gradient(to left, #3eafcd, #00767f);
  }

  a.btn_purple {
    background-color: #731485;
    background: linear-gradient(to left, #b87fb5, #731485);
  }

  a.btn_pink {
    background-color: #ed4a89;
    background: linear-gradient(to left, #f789b3, #ed4a89);
  }

  a.btn_orange {
    background-color: #d56014;
    background: linear-gradient(to left, #f29847, #d56014);
  }

    /*btn_type responsive*/
        @media (max-width: 543px) { /* xs */
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/*--------------------------------------------------------------
information Zone
--------------------------------------------------------------*/


#information p {
  margin-bottom: 20px;
  box-sizing:border-box;
}
#information a.btn_type01 {
  float: right;
  font-size: 10px;
}
ul.info-list {margin-bottom: 20px;}
body.home ul.info-list .info_day {
  line-height: 100%;
}
ul.info-list .info_day {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}
ul.info-list li {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}
#under-content ul.info-list li {
    text-shadow: none;

}

#under-content ul.info-list li a,
#under-content ul.info-list .info_day {
    color: #333!important;
}

ul.info-list li a {color: #333!important;font-weight: 500;}
ul.next_post_link {margin-bottom: 60px;padding-top: 15px;margin-top: 30px;border-top: 1px solid #999;}
ul.next_post_link li {display: inline-block;width: 49%;}
ul.next_post_link li.left {text-align: left;}
ul.next_post_link li.right {text-align: right;}
ul.next_post_link li a {color: var(--main-color);display: inline-block;width: auto;padding: 3px 10px;line-height: 100%;font-size: 13px;}
.none-info {text-align: center;width: 100%;font-size: 20px;font-weight: 500;border-bottom: 2px dashed #fff;border-top: 2px dashed #fff;display: block;width: 100%;padding: 10px;}
img.attachment-index_thumbnail {padding: 15px;margin: 0 auto;}
    /*#information responsive*/
        @media (max-width: 543px) { /* xs */
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
footer Zone
--------------------------------------------------------------*/

  footer#footer {
    position: relative;
    background: var(--main-color);
    text-align: center;
    color: #333;
  }
  footer#footer .footer-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  footer#footer .footer-logo a {
    display: inline-block;
    margin: 0 auto;
  }
  footer#footer .footer-logo img {
    width: 280px;
  }
  footer#footer .container {
    padding: 60px 15px;
    font-size: 14px;
    line-height: 190%;
    color: #333;
  }
  footer#footer ul.ul_link-list {
    display: block;
    width:650px;
    margin: 0 auto;
    color: #fff;
  }
  footer#footer ul.ul_link-list li {
    position: relative;
    color: #fff;
    display: inline-block;
    width: 40%;
    text-align: left;
    padding: 2px 1em 2px 2px;
    vertical-align: top;
  }
  footer#footer ul.ul_link-list li:nth-child(odd) {
    margin-right: 8%;
  }
  footer#footer ul.ul_link-list li:before {
    position: absolute;
    right: 0;
    top: 0px;
    content: ">";
    transform   : scale(0.6, 1);
  }
  footer#footer ul.ul_link-list li a {
    text-decoration: underline;
    font-size: 13px;
    line-height: 145%;
    display: inline-block;
  }

  footer#footer .container a {
    color: #fff
  }
  footer#footer .copyright {
    background-color: #fff;
    color: var(--main-color);
    text-align: center;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 13px;
    padding: 10px;
  }


      /*wrapper responsive*/
          @media (max-width: 543px) { /* xs */
            footer#footer {
              background-size: 250% auto;
            }
            footer#footer .container {padding: 5vh 15px 3vh;}
            footer#footer .textwidget {
              margin-bottom: 20px;
            }
            footer#footer ul.ul_link-list li:nth-child(odd) {
              margin-right: 5%;
            }
            footer#footer ul.ul_link-list li {
              padding: 2px 0.65em 2px 2px;
            }
          }
          @media screen and (min-width:544px) and (max-width:767px) { /* sm */
            footer#footer {
              background-size: 200% auto;
            }
            footer#footer .container {padding: 4vh 15px;}
          }
          @media screen and (min-width:768px) and (max-width:991px) { /* md */
            footer#footer .container {padding: 6vh 30px;}
          }
          @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
            footer#footer .container {padding: 6vh 30px;width: 980px;}
            footer#footer .container a br {display: none;}
          }
          @media screen and (min-width:1200px) { /* xl */
            footer#footer .container {width: 980px;}
            footer#footer .container a br {display: none;}
          }

/*--------------------------------------------------------------
side Zone
--------------------------------------------------------------*/


.pure-drawer ul {background: #fff!important;}
.pure-drawer #global-menu {float: none;display: block;}
.pure-drawer {width: 80%!important;max-width: 300px;}
.pure-drawer a {
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid var(--main-color);
  display: block;
  color: #473832;
  text-align: left;
  font-size: 16px;
}
.pure-drawer a br {display: none;}
.pure-drawer h2 {
  width: 100%;
  padding: 15px;
  font-size: 30px;
  line-height: 45px;
  background-color: var(--main-color);
  color: #fff;
}
.pure-drawer li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    font-weight: 600;
    content: "\e5cf";
    margin-left: 5px;
}
.pure-drawer ul li a:hover {text-decoration: none!important;opacity:0.7}
.pure-drawer li.menu-item-has-children > a {border-bottom: none;pointer-events: none;}
.pure-drawer .sub-menu {border-bottom: 1px solid var(--main-color);}
.pure-drawer .sub-menu li {margin-left: 25px;}
.pure-drawer .sub-menu li:first-child a {padding-top: 5px;}
.pure-drawer .sub-menu li a {border-bottom: 1px dotted var(--main-color);}
.pure-drawer .sub-menu li:last-child a {border-bottom:none}

.pure-drawer ul#menu-gnav li {display: block;width: 100%;padding: 5px 15px;}
.pure-drawer ul#menu-gnav li a:after {
    content: "";
}

.pure-drawer ul#menu-gnav a {padding-right: 0;}
.pure-drawer ul#menu-gnav {margin-top: 0;margin-right: 10px;}
.pure-drawer li.gray-out > a {
  opacity: 0.6;
  pointer-events: none;
}
.pure-drawer li.update {
  position: relative;
}
.pure-drawer li.update > a:before {
  display: inline-block;
  content: "New";
  background-color: red;
  line-height: 100%;
  padding: 3px 5px;
  color: #fff!important;
  font-size: 9px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: auto;
  text-align: center;
}
.pure-drawer li.btn_gold > a {
  margin-top: -1px;
  position: relative;
  color: #fff;
  border: 1px solid #ad732e;
  background-image: linear-gradient(151deg, rgba(191, 148, 94, 1), rgba(231, 186, 79, 1) 30%, rgba(191, 148, 79, 1) 74%, rgba(231, 214, 121, 1));
}
.pure-drawer li.btn_gold a::after {
  position: absolute;
  display: block;
  content: "";
  top: 3px;
  right: 3px;
  background: #ffffff;
  height: 8px;
  width: 8px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.pure-drawer img.sp-menu-ttl {
  display: block;
  background-color: var(--main-color);
  width: 100%;
  line-height: 100%;
  padding: 30px;
  padding-right: 100px;
  margin-bottom: 0;
}

    /*navi responsive*/
        @media (max-width: 543px) { /* xs */
          .nav #menu {display: none;}
          .index_nav {height: auto!important;}
          .pure-drawer ul#menu-gnav {margin-right: 5px;margin-left: 30px;}
          .pure-drawer ul#menu-gnav li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .nav #menu {display: none;}
          .pure-drawer ul#menu-gnav li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:768px) and (max-width:990px) { /* md */
          .nav #menu {display: none;}
          .pure-drawer ul#menu-gnav li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:991px) and (max-width:1199px) { /* lg */
          li.top_sp {display: none!important;}
          ul#menu-gnav > li ul a {
            min-width: 180px;
            padding: 10px 5px;
          }
          ul#menu-gnav a {font-size: 14px;}
          ul#menu-gnav > li {
            width: calc(100% / 5);
            border-right: 2px solid #fff;
          }
          ul#menu-gnav > li:last-child {
            border: none;
          }
          .index_nav .menu a {
            width: auto;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          li.top_sp {display: none!important;}
          ul#menu-gnav > li {width: 19%;}
        }


/* ------------------------------------------------------------------------------------
  .pure-toggle-label
------------------------------------------------------------------------------------ */

  .pure-toggle-label {
    border-color: var(--main-color)!important;
  }

  .pure-toggle-label .pure-toggle-icon,
  .pure-toggle-label .pure-toggle-icon::before,
  .pure-toggle-label .pure-toggle-icon::after {
    border-radius: 0px!important;
    background: var(--main-color)!important;
  }
  .pure-toggle[data-toggle="left"]:checked ~ .pure-toggle-label[data-toggle-label="left"] .pure-toggle-icon,
  .pure-toggle[data-toggle="right"]:checked ~ .pure-toggle-label[data-toggle-label="right"] .pure-toggle-icon,
  .pure-toggle[data-toggle="top"]:checked ~ .pure-toggle-label[data-toggle-label="top"] .pure-toggle-icon {
    background: transparent!important;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          .pure-toggle-label {
            top: 20px!important;
            right: 4%!important;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          .pure-toggle-label {
            top: 16px!important;
            right: 1.5%!important;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          .pure-toggle-label {
            top: 35px!important;
            right: 5%!important;
          }
        }



/*--------------------------------------------------------------
Page-top Zone
--------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 77%;
    margin-bottom: 0!important
}
#page-top a {
    text-decoration: none!important;
    color: #fff!important;
    padding: 6px 6px;
    text-align: center;
    display: block;
    font-weight: 400;
    background: var(--main-color);
    text-shadow: none!important;
    

}
#page-top a i {display: block;font-size: 15px;}
#page-top a:hover {
    opacity: 0.6;
}
/*--------------------------------------------------------------
Responsive Free Zone
--------------------------------------------------------------*/
.content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0px 5px;
}
}
@media (min-width: 992px) {
  .content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0px 5px;
}
}
@media (min-width: 1200px) {
  .content-area {
    padding: 10px;
}
}


/*--------------------------------------------------------------
#under-content
--------------------------------------------------------------*/

  #under-content {
    position: relative;
    padding: 5vh 15px 5vh;
    margin-bottom: 0px;
    box-sizing: border-box;

    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    z-index: 1;
  }

  #under-content:after {
    content: "";
    background: repeating-linear-gradient(-30deg, #f1f1f1, #f1f1f1 3px, #fff 0, #fff 7px);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
#under-content .container
--------------------------------------------------------------*/

  #under-content .container {
    max-width: 950px;
    background-color: #fff;
    padding: 30px;

    position: relative;
    z-index: 3;
  }

  #under-content .container:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, var(--main-color), var(--sub-color));
  }


    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #under-content .container {
            max-width: 90%;
            padding: 20px;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          #under-content .container {
            max-width: 85%;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          #under-content .container {
            min-height: 300px;
          }
        }

/*--------------------------------------------------------------
#under-content .so-panel
--------------------------------------------------------------*/

  #under-content .so-panel .textwidget > *:last-child {
    margin-bottom: 0;
  }


/* ------------------------------------------------------------------------------------
#under-content .so-panel section
------------------------------------------------------------------------------------ */

  #under-content .so-panel section {
    margin-bottom: 45px;
  }
  #under-content .so-panel > div > *:last-child {
    margin-bottom: 0;
  }
  #under-content .so-panel article {
    margin-bottom: 30px;
  }
  #under-content .so-panel section > *:last-child,
  #under-content .so-panel article > *:last-child {
    margin-bottom: 0;
  }

/* ------------------------------------------------------------------------------------
#under-content paragraph
------------------------------------------------------------------------------------ */

  #under-content .so-panel p {
    margin-bottom: 15px;
  }
  #under-content .so-panel p:empty {
    display: none;
  }
  #under-content .so-panel p a {
    text-decoration: underline;
    color: var(--main-color);
  }

/*--------------------------------------------------------------
#under-content h
--------------------------------------------------------------*/

#under-content h1 {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 28px;
  line-height: 135%;
  letter-spacing: 1px;
  text-align: center;
  color: var(--main-color);
  margin-bottom: 45px;
  padding: 0px 30px 10px;
}
#under-content h1:after {
  content: "";
  background: #666;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -15px;
  border-radius: 3px;
}
#under-content h1 span.day {
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
}

#under-content h2 {
  font-size: 20px;
  position: relative;
  padding: 10px 15px;
  background: linear-gradient(to right, var(--main-color), var(--sub-color));
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
#under-content h2::before {
    content: "";
    top: 2px;
    left: 2px;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    position: absolute;
    z-index: 100;
}

#under-content h3 {
    position: relative;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    padding: 4px 15px 8px 16px;
    margin-bottom: 15px;
    line-height: 100%;
    letter-spacing: 1px;
    display: block;
    text-align: left;
    box-sizing: border-box;
    font-weight: 600;
}
#under-content h3:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  background: linear-gradient(to bottom, var(--main-color), var(--sub-color));

}
#under-content h4 {
  font-weight: 600;
  font-size: 17px;
  background-color: #f7f7f7;
  padding: 5px 15px;
  margin-bottom: 15px;
  line-height: 130%;
  position: relative;
  border-radius: 3px;
}

#under-content h4 i {
  color: var(--main-color);
}

#under-content h5 {
  font-weight: 600;
  font-size: 17px;
  margin-left: 0;
  padding: 0;
  margin-bottom: 15px;
  text-indent: -1em;
  padding-left: .5em;
}
#under-content h5:before {content: "【";margin-right: 0.5em;}
#under-content h5:after {content: "】";margin-left: 0.5em;}
#under-content h5:before,#under-content h5:after {
  color: var(--main-color);
}

#under-content h6 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
#under-content h6:before {content: "●";font-size: 10pt;margin-right: 0.5em;color: var(--main-color);}

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #under-content h1 {
            font-size: 21px;
            padding-bottom: 5px;
            margin-bottom: 30px;
          }
          #under-content h1:after {
            padding-bottom: -15px;
          }
          #under-content h2 {font-size: 18px;}
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/* ------------------------------------------------------------------------------------
　下層 リスト
------------------------------------------------------------------------------------ */

  /*ul　通常*/

  #under-content ul.dot {
    padding:0 0 0 0em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.dot > li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  } 
  #under-content ul.dot > li:before { 
    content: "・";
    color: #5b528b;
    margin-right: 0.5em;
  }

  /*ul　アスタリスク*/

  #under-content ul.asterisk_list {
    padding:0 0 0 0.5em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.asterisk_list > li {text-indent: -1em;padding-left: 1em;} 
  #under-content ul.asterisk_list > li:before { content: "※";}


  /*ul　矢印*/

  #under-content ul.ul_arrow {
    padding:0 0 0 1.5em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.ul_arrow > li {text-indent: -1.5em;padding-left: 1em;margin-bottom: 15px;} 
  #under-content ul.ul_arrow > li:before {
      font-family: 'Material Icons';
      font-weight: 300;
      content: "\e5cc";
      color: #2c3970;
      margin-right: 0.5em;
  }


  /*OL*/

  #under-content ol {
    padding:0 0 0 2.5em;
    margin:0 0 20px;
  }
   
  #under-content ol > li{
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt2;
    text-indent: -1.7em;
    margin-bottom: 10px;
  }

  #under-content ol > li:before{
    display: marker;
    content: counter(cnt2) "．";
  }


/*--------------------------------------------------------------
#under-content other
--------------------------------------------------------------*/

  #under-content section {margin-bottom: 50px;}
  #under-content article {margin-bottom: 35px;}
  #under-content p {margin-bottom: 1.5em;line-height: 180%;text-align: left;text-align: justify;text-justify: inter-ideograph;/*ジャスティファイ*/}
  #under-content p a {text-decoration: underline;}
  #under-content .asterisk { display: inline-block;padding-left: 1em;text-indent: -1em; }
  #under-content .asterisk:before { content: "※"; }
  #under-content .red {color: #c6000b;}
  #under-content .wp-caption-text {text-align: center;}
  #under-content img {max-width: 100%;width: auto;}
  #under-content span.marker {background: linear-gradient(transparent 40%, #e7ff64 40%);padding: 0 5px;}
  #under-content .attention {
    box-sizing: border-box;
    padding:  25px;
    border: 1px dotted #ff0000;
    text-align: center;
    border-radius: 5px;
  }
  #under-content .attention table {
    width: auto;
    display: inline-block;
  }
  #under-content .attention table td {
    font-size: 18px;
    font-weight: 600;
  }
  #under-content ol {
    padding:0 0 0 2em;
    margin:0;
  }
  
  #under-content p a {
    color: var(--main-color);
    text-decoration: underline;
  }

  #under-content p a.blank:after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e89e";
    margin: 0px 5px;
  }

  #under-content sup,
  #under-content sub {
    font-size: 60%;
  }
  #under-content sub {
    top: 0.6em;
  }
  #under-content sup {
    bottom: 0.6em;
  }

  #under-content hr {
    border: none;
    height: 1px;
    white-space: 100%;
    background-color: #ddd;
    padding: 0;
    margin: 15px 0;
  }

  #under-content .red {
    color: red;
  }
  #under-content del {
  background-image: linear-gradient(#fe3464, #fe3464);
  background-position: 0 50%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  text-decoration: none;
  }

  .wp-caption {text-align: center;margin: 0 auto;}

    /*wrapper responsive*/
        @media (max-width: 543px) { /* xs */
          #under-content {padding: 3vh 0px;}
          #under-content .attention {padding: 15px;}
          #under-content .attention table td {font-size: 14px;}
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          #under-content {padding: 5vh 15px;}
          #under-content .attention table td {font-size: 16px;}
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
 mailform
------------------------------------------------------------------------------------ */

/*#section#mailform*/
  section#mailform {max-width: 980px;margin: 0 15px;}
  section#mailform dl {}
  section#mailform dt label {padding: 2px 10px;width: 100%;display: inline-block;border-left: 4px solid var(--main-color);font-weight: normal;border-bottom: 1px solid #ddd;margin-bottom: 15px;font-weight: 600;font-size: 16px;}
  section#mailform dt {padding: 5px 10px ;vertical-align: top;}
  section#mailform dd {padding: 0px 10px 20px;vertical-align: top;}
  section#mailform dd.privacy_policy {padding: 10px;}
  section#mailform dd.privacy_policy p {
    padding: 15px;
    border: 1px solid rgb(171, 171, 171);
    box-sizing:border-box;
    height: 100px;
    overflow-y: scroll;
    overflow-x: none;
    background-color: #fff;
  }

  span.xs {color: #ff0000;font-size: 12px;display: inline-block;margin-left: 10px;}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid rgb(171, 171, 171);
  border-radius: 0px;
  padding: 7px 10px;
  width: 100%;
  background-color: #fff;
}

input[type="submit"], button.btn-check, button.btn-send, button.btn-back {
  color: #ffffff;
  /* text-shadow: 0px 0px 4px #fff; */
  font-weight: 600;
  letter-spacing: 0.2em;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: none!important;
  cursor: pointer;
  margin-bottom: 15px;
}

input[type="submit"]:hover {
  color: var(--main-color); 
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #222;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: .2em;
  border: 2px solid #222;
}

input::-webkit-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input[type="checkbox"] {
  float: left;
  display: inline-block;
  width: 25px;
}

input[type="radio"] {
  width: 20px;
}

ul#menu-gnav p {
    font-weight: 500;
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 120%;
    position: relative;
    vertical-align: middle;
}

.events_none { pointer-events: none; } /* aタグ無効 */

/*--------------------------------------------------------------
table 
--------------------------------------------------------------*/

table.tablepress {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
table.tablepress tr:nth-child(even) { background-color: #f1f1f1;/* 偶数番目の指定*/}


table.tablepress td {
  border-top: 1px solid #999;
  padding: 5px 10px;
}
table.tablepress th:nth-child(1), table.tablepress td:nth-child(1) {border-left: none;}
table.tablepress th {
  padding: 5px 10px;
  font-size:14px;
  background-color: #888!important;
  text-align: center;
  font-weight: 500!important;
  color: #fff;
  vertical-align: top;
  min-width: 4em;
}
table.tablepress td {font-size:14px;}
table.tablepress tbody strong {font-weight: 500;display: block;text-align: right;min-width: 4em;}
table.tablepress tbody strong:after {content: ":";}
table.tablepress .time {font-size:12px;text-align: center;vertical-align: middle;white-space: nowrap; }
table.tablepress .fa-chevron-right {font-size: 10px;}
table.tablepress .fa-file-pdf-o {margin-right: 5px;}
table.tablepress a {color: #afa02e;font-size: 95%;}


/*--------------------------------------------------------------
page link
--------------------------------------------------------------*/

#under-content ul.page_link {
  width: 100%;
  margin: 0 auto 0px;
  padding: 0;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  border-top: 3px solid #e9fbff;
  border-bottom: 3px solid #e9fbff;
}
#under-content ul.page_link > li {
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 7px 15px 7px 7px;
  border-right: 1px dotted;
  line-height: 130%;
  font-size: 14.5px;
  vertical-align: middle;
  margin-bottom: 10px;
  min-height: 41px;
  text-indent: 0;
  position: relative;
  letter-spacing: 0;

}
#under-content ul.page_link > li a {
    text-decoration: none;
}
#under-content ul.page_link > li::before {
    display: none;
}
#under-content ul.page_link > li::after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e5cf";
    
    position: absolute;
    right: 8px;
    /*top: 0;*/
    top: 50%; /* ADD */
    /*bottom: 0;*/
    margin: auto;
    transform: translateY(-50%); /* ADD */

}

    /*page_link responsive*/
        @media (max-width: 543px) { /* xs */
            #under-content ul.page_link > li {
                width: 49%;
            }          
            #under-content ul.page_link > li:nth-child(2n) {
                border-right: none;
            }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
            #under-content ul.page_link > li {
                width: 49%;
            }
            #under-content ul.page_link > li:nth-child(2n) {
                border-right: none;
            }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
            #under-content ul.page_link > li {
                width: 32%;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
            #under-content ul.page_link > li {
                width: 32%;
                min-height: 35px;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }
        @media screen and (min-width:1200px) { /* xl */
            #under-content ul.page_link > li {
                width: 32%;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }


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

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

/* common */
body.home h2 {
  color: var(--main-color);
  font-size: 39px;
  line-height: 55px;
  font-weight: 900;
  margin-bottom: 20px;
}
body.home h2 span {
  color: var(--sub-color);
  display: inline-block;
  border: 2px solid;
  padding: 4px 8px;
  line-height: 1;
  margin: 0 8px;
}
body.home .image-row2 h2 span,
body.home .image-row3 h2 span,
body.home .image-row4 h2 span {
  margin-left: 0;
}

body.home h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}
body.home h3 span {
  color: var(--main-color);
  font-size: 111%;
  line-height: 90%;
}
body.home p {
  margin-bottom: 1em;
}

  /* responsive */
        @media (max-width: 480px) { /* xs */
          body.home h2 {
            font-size: 23px;
            line-height: 145%;
            margin-bottom: 15px;
          }
          body.home h3 {
            font-size: 17px;
            line-height: 135%;
            margin-bottom: 15px;
          }
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
          body.home h2 {
            font-size: 28px;
            line-height: 145%;
            margin-bottom: 15px;
          }
          body.home h3 {
            font-size: 19px;
            line-height: 135%;
            margin-bottom: 15px;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          body.home h2 {
            font-size: 32px;
            line-height: 145%;
            margin-bottom: 20px;
          }
          body.home h3 {
            font-size: 20px;
            line-height: 135%;
            margin-bottom: 20px;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          body.home h2 {
            font-size: 32px;
            line-height: 145%;
            margin-bottom: 20px;
          }
          body.home h3 {
            font-size: 20px;
            line-height: 135%;
            margin-bottom: 20px;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* cta */
.cta {
  background-color: #D9F0F6;
  padding: 20px 0 30px;
}
.cta-row {
  width: 1200px;
  margin: 0 auto;
  max-width: 95%;
  padding: 80px 0;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 48px;
}
.cta-row:before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  margin: auto;
  background-color: #b7e1f0;
  top: 50%;
  transform: translateY(-50%) rotate(-3deg);
}
.cta-row:after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  top: 50%;
  transform: translateY(-50%) rotate(1deg);
  position: absolute;
  margin: auto;
  background-color: #fff;
}
.cta-box {
  position: relative;
  z-index: 1;
  width: 300px;
}
.cta-box1 {
  padding: 4px;
  background-image: linear-gradient(151deg, rgba(191, 148, 94, 1), rgba(231, 186, 79, 1) 30%, rgba(191, 148, 79, 1) 74%, rgba(231, 214, 121, 1));
  transition: 0.5s;
}
.cta-box1 p {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 25px 0;
  margin: 0 !important;
}
.cta-box1 p:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 4px;
  background: #ffffff;
  height: 24px;
  width: 24px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.cta-box1:hover {
  opacity: 0.5;
}
.cta-box1 a:hover {
  text-decoration: none !important;
}
.cta-box2 {
  background-color: var(--sub-color);
  padding: 30px 25px 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.cta-box2 a {
  display: block;
  background-color: #fff;
  position: relative;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 60px;
}
.cta-box2 a:after {
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  right: 5px;
  background: var(--sub-color);
  height: 24px;
  width: 24px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.cta-box2 a:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #222;
}
.cta-box3 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid var(--main-color);
}
.cta-tel-top {
  background-color: var(--main-color);
  padding: 20px 0 10px;
}
.cta-tel-bottom {
  background-color: #fff;
  color: #222;
  text-align: left;
  padding: 20px 0 0 15px;
  font-size: 27px;
  line-height: 135%;
  letter-spacing: 0;
}
.cta-tel-bottom span {
  color: var(--main-color);
  font-size: 18px;
}
  /* responsive */
        @media (max-width: 480px) { /* xs */
          .cta {
            padding: 60px 30px;
          }
          .cta-row::before,
          .cta-row::after {
            height: 105%;
          }
          .cta-row {
            padding: 0;
            text-align: center;
            display: block;
          }
          .cta-box {
            margin: 0 auto 15px;
            width: 280px;
          }
          .cta-box1 p {
            font-size: 25px;
            padding: 15px;
          }
          body.home .cta-box2 p {
            margin-bottom: 10px;
          }
          .cta-box2 {
            padding: 15px;
          }
          .cta-box2 a {
            font-size: 25px;
            line-height: 100%;
            padding: 15px;
          }
          .cta-tel-top {
            padding: 10px;
            line-height: 155%;
          }
          .cta-tel-bottom {
            padding: 10px 10px 10px 30px;
            line-height: 130%;
          }
          .cta-tel-bottom span {
            display: block;
            width: 100%;
            text-indent: -20px;
          }
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
          .cta {
            padding: 60px 30px;
          }
          .cta-row::before,
          .cta-row::after {
            height: 105%;
          }
          .cta-row {
            padding: 0;
            text-align: center;
            display: block;
          }
          .cta-box {
            margin: 0 auto 15px;
            width: 280px;
          }
          .cta-box1 p {
            font-size: 25px;
            padding: 15px;
          }
          body.home .cta-box2 p {
            margin-bottom: 10px;
          }
          .cta-box2 {
            padding: 15px;
          }
          .cta-box2 a {
            font-size: 25px;
            line-height: 100%;
            padding: 15px;
          }
          .cta-tel-top {
            padding: 10px;
            line-height: 155%;
          }
          .cta-tel-bottom {
            padding: 10px 10px 10px 30px;
            line-height: 130%;
          }
          .cta-tel-bottom span {
            display: block;
            width: 100%;
            text-indent: -20px;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .cta-row {
            gap: 15px;
          }
          .cta-box1 p {
            font-size: 20px;
          }
          .cta-box2 a {
            font-size: 20px;
          }
          .cta-tel-top {
            font-size: 15px;
            padding: 10px;
            line-height: 155%;
            text-align: left;
          }
          .cta-tel-top br {
            display: none;
          }
          .cta-tel-bottom {
            padding: 10px;
            line-height: 130%;
          }
          .cta-tel-bottom span {
            font-size: 15px;
          }
          .cta-tel-bottom {
            font-size: 20px;
          }
          .cta-box1 img {
            height: 150px;
            object-fit: cover;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          .cta-row {
            padding: 0 15px;
            gap: 15px;
          }
          .cta-box1 p {
            font-size: 20px;
          }
          .cta-box2 a {
            font-size: 20px;
          }
          .cta-tel-top {
            font-size: 15px;
            padding: 10px;
            line-height: 155%;
            text-align: left;
          }
          .cta-tel-top br {
            display: none;
          }
          .cta-tel-bottom {
            padding: 10px;
            line-height: 130%;
          }
          .cta-tel-bottom span {
            font-size: 15px;
          }
          .cta-tel-bottom {
            font-size: 20px;
          }
          .cta-box1 img {
            height: 150px;
            object-fit: cover;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          .cta-row {
            padding: 0 15px;
            gap: 15px;
          }
          .cta-box1 p {
            font-size: 20px;
          }
          .cta-box2 a {
            font-size: 20px;
          }
          .cta-tel-top {
            font-size: 15px;
            padding: 10px;
            line-height: 155%;
            text-align: left;
          }
          .cta-tel-top br {
            display: none;
          }
          .cta-tel-bottom {
            padding: 10px;
            line-height: 130%;
          }
          .cta-tel-bottom span {
            font-size: 15px;
          }
          .cta-tel-bottom {
            font-size: 20px;
          }
          .cta-box1 img {
            height: 150px;
            object-fit: cover;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
        }



/* section1 */
.section1,
.section3 {
  padding: 80px 0 0;
  background-image: url(./img/frame-type01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 45% auto;
}

.image-row {
  padding: 0 13% 0 35%;
  background-image: url(./img/img-01.jpg);
  background-size: 31% auto;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}
.image-row p {
  background-color: rgba(255, 255, 255, 0.6);
}
.image-row.image-row2 {
  padding: 0 47% 0 13%;
  background-image: url(./img/img-02.jpg);
  background-size: 41% auto;
  background-position: right center;
}
.image-row.image-row3 {
  background-image: url(./img/img-04.jpg);
}
.image-row.image-row4 {
  background-image: url(./img/img-05.jpg);
}

/* responsive */
      @media (max-width: 480px) { /* xs */
        .section1, .section3 {
          padding: 60px 0 0;
          background-size: 65% auto;
        }
        .image-row {
          padding: 0 30px 250px 30px;
          background-size: auto 300px;
          background-position: right bottom;
          margin-bottom: 60px;
        }
        .image-row.image-row2 {
          padding: 0 30px 100px 30px;
          background-size: auto 150px;
          background-position: right bottom;
        }
      }
      @media screen and (min-width:481px) and (max-width:543px) { /* sm */
        .section1, .section3 {
          padding: 60px 0 0;
          background-size: 65% auto;
        }
        .image-row {
          padding: 0 30px 250px 30px;
          background-size: auto 300px;
          background-position: right bottom;
          margin-bottom: 100px;
        }
        .image-row.image-row2 {
          padding: 0 30px 100px 30px;
          background-size: auto 150px;
          background-position: right bottom;
        }
      }
      @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        .section1, .section3 {
          padding: 60px 0 0;
          background-size: 65% auto;
        }
        .image-row {
          padding: 0 30px 250px 30px;
          background-size: auto 300px;
          background-position: right bottom;
          margin-bottom: 100px;
        }
        .image-row.image-row2 {
          padding: 0 30px 100px 30px;
          background-size: auto 150px;
          background-position: right bottom;
        }
      }
      @media screen and (min-width:768px) and (max-width:991px) { /* md */
      }
      @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
      }
      @media screen and (min-width:1200px) { /* xl */
      }



/* section3 */
.section3,
.section3 h2,
.section3 h3 {
  text-align: center;
}
.section3 p {
  text-align: left;
}
.section3-contents {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.section3-contents iframe {
  margin: 40px auto 100px;
  max-width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 950px){
.section3-contents iframe {
  height: 54vw;
}
}

/* section5 */
.section5 {
  background-image: url(https://taskforce.jp/lp-trainer/wp/wp-content/uploads/2025/08/img-fist_pump.png),url(./img/bg-field.jpg);
  padding: 100px 480px 100px 180px;
  background-repeat: no-repeat;
  background-position: right 70px bottom 60px, left bottom;
  background-size: 340px auto, cover;
}
.section5-box {
  padding: 30px 40px;
  background-color: #fff;
}

  /* responsive */
        @media (max-width: 480px) { /* xs */
          .section5 {
            padding: 30px 30px 300px;
            background-size: auto 200px,cover;
          }
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
          .section5 {
            padding: 60px 30px 300px;
            background-size: auto 200px,cover;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .section5 {
            padding: 60px 30px 300px;
            background-size: auto 200px,cover;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          .section5 {
            padding: 60px 400px 60px 30px;
            background-size: auto 350px,cover;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          .section5 {
            padding: 60px 480px 60px 30px;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/* section6 */
.section6 {
  padding: 80px 0 100px;
  text-align: center;
}
.section6-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.section6-box {
  width: 300px;
}

  /* responsive */
        @media (max-width: 480px) { /* xs */
          .section6 {
            padding: 60px 30px;
          }
          .section6 > h3 {
            text-align: left;
          }
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
          .section6 {
            padding: 60px 30px;
          }
          .section6 > h3 {
            text-align: left;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .section6 {
            padding: 60px 30px;
          }
          .section6 > h3 {
            text-align: left;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }



/* section7 */

body.home .section7 h2 {
  margin-bottom: 60px;
}

.section7 {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.section7:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 320px;
  background: #D9F0F6;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.section7-container {
  position: relative;
  text-align: center;
}
.section7-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
  gap: 50px 0;
}
.section7-box {
  position: relative;
  width: 285px;
  text-align: center;
}
.section7-box:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f061";
  color: var(--main-color);
  position: absolute;
  right: -1em;
  font-size: 50px;
  /*top: 0;*/
  top: 50%; /* ADD */
  /*bottom: 0;*/
  margin: auto;
  transform: translateY(-50%); /* ADD */
}
.section7-box:last-child:before {
  display: none;
}
.section7-box-top {
  text-align: left;
  color: var(--main-color);
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
}
.section7-box-middle {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 135%;
  padding: 44px 0;
  margin-top: -3px;
}
.section7-box:nth-child(1) .section7-box-middle {
  background-image: url(./img/icon-phone.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
  background-size: 43.5px 46px;
}
.section7-box:nth-child(2) .section7-box-middle {
  background-image: url(./img/icon-mail.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
  background-size: 35px 35px;
  padding: 33px 0;
}
.section7-box:nth-child(4) .section7-box-middle {
  background-image: url(./img/icon-search.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
  background-size: 40px 40px;
}
.section7-box:nth-child(3) .section7-box-middle,
.section7-box:nth-child(4) .section7-box-middle {
  padding: 55px 0;
}
.section7-box-bottom {
  border: 1px solid var(--main-color);
  padding: 20px 28px;
  box-sizing: border-box;
  font-size: 15.5px;
  font-weight: 500;
  background-color: #fff;
  min-height: 175px;
}
.section7-box-bottom p {
  text-align: left;
  line-height: 145%;
  margin-bottom: 10px!important;
}
.section7-box-bottom table {
  text-align: left;
}
.section7-box-bottom table {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.section7-box-bottom table th {
  color: var(--main-color);
}
.section7-box-bottom table td {
  font-size: 20px;
  letter-spacing: 1px;
}
.section7-box-bottom img.icon-dialogue {
  margin-top: 30px;
  max-width: 105px;
}
.section7-box-bottom img.icon-hospital {
  margin-top: 10px;
  max-width: 180px;
}

  /* responsive */
        @media (max-width: 480px) { /* xs */
          .section7 {
            padding: 60px 30px;
          }
          .section7-row {
            width: 100%;
            display: block;
          }
          .section7-box {
            width: 95%;
            margin: 0 auto;
          }
          .section7-box::before {
            display: none;
          }
          .section7-box-bottom {
            position: relative;
            margin-bottom: 60px;
            text-align: center;
          }
          .section7-box-bottom::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f063";
            color: var(--main-color);
            font-size: 50px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -50px;
            margin: auto;
          }
          .section7-box:last-child .section7-box-bottom::before {
            display: none;
          }
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
          .section7 {
            padding: 60px 30px;
          }
          .section7-row {
            width: 100%;
            display: block;
          }
          .section7-box {
            width: 85%;
            margin: 0 auto;
          }
          .section7-box::before {
            display: none;
          }
          .section7-box-bottom {
            position: relative;
            margin-bottom: 60px;
            text-align: center;
          }
          .section7-box-bottom::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f063";
            color: var(--main-color);
            font-size: 50px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -50px;
            margin: auto;
          }
          .section7-box:last-child .section7-box-bottom::before {
            display: none;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .section7 {
            padding: 60px 30px;
          }
          .section7-row {
            width: 100%;
            display: block;
          }
          .section7-box {
            width: 85%;
            margin: 0 auto;
          }
          .section7-box::before {
            display: none;
          }
          .section7-box-bottom {
            position: relative;
            margin-bottom: 60px;
            text-align: center;
          }
          .section7-box-bottom::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f063";
            color: var(--main-color);
            font-size: 50px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -50px;
            margin: auto;
          }
          .section7-box:last-child .section7-box-bottom::before {
            display: none;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          .section7 {
            padding: 60px 30px;
          }
          .section7-row {
            width: 100%;
            padding-right: 50px;
          }
          .section7-box {
            width: 45%;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }




/* section8 */
.section8 {
  padding-top: 80px;
}

/* section9 */
.section9 {
  padding: 80px 0 100px;
  position: relative;
  text-align: center;
  background-image: url(./img/img-male_nursing_assistant.png),url(./img/bg-hospital02.jpg);
  background-size: auto 90%,cover;
  background-repeat: no-repeat;
  background-position: bottom left 2%,bottom left;
}
  body.home .section9 h2 {
  margin-bottom: 50px;
}
.section9 ol {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}
.section9 ol li {
  position: relative;
  background-color: #fff;
  background: linear-gradient(90deg, var(--main-color) 0%, var(--main-color) 53%, #fff 53%, #fff 100%);
  font-size: 16px;
  margin-bottom: 30px;
  padding: 0;
  line-height: 100%;
  text-align: left;
  vertical-align: top;
}
.section9 ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #fff;
  z-index: 1;
}
.section9 ol li:after {
  font-size: 27px;
  font-weight: 900;
  position: absolute;
  text-align: right;
  left: 0;
  top: 5px;
  z-index: 2;
  color: var(--main-color);
}
.section9 ol li:nth-child(1):after {
  content: "１";
}
.section9 ol li:nth-child(2):after {
  content: "２";
}
.section9 ol li:nth-child(3):after {
  content: "３";
}
.section9 ol li h3 {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 20px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  width: 46%;
  margin-bottom: 0!important;
  padding-left: 19%;
  background-repeat: no-repeat;
  background-position: center left 40px;
  background-size: auto 80%;
}
.section9 ol li:nth-child(1) h3 {
  background-image: url(./img/icon-large_hospital.png);
}
.section9 ol li:nth-child(2) h3 {
  background-image: url(./img/icon-work_life.png);
}
.section9 ol li:nth-child(3) h3 {
  background-image: url(./img/icon-career_advancement.png);
}
.section9 ol li p {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  padding: 20px;
  width: 53%;
  margin-bottom: 0!important;
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
}
  /* responsive */
        @media (max-width: 480px) { /* xs */
          .section9 {
            background-size: auto 220px,cover;
            background-position: top 10px left 15px,bottom right;
            padding: 60px 30px 30px;
          }
          .section9 ol {
            width: 100%;
          }
          .section9 ol li {
            background: #fff;
            margin-bottom: 15px;
          }
          .section9 ol li h3 {
            width: 100%;
            font-size: 17px;
            padding: 15px 15px 15px 33%;
            background-size: 20% auto;
            background-position: center left 25px;
          }
          .section9 ol li p {
            width: 100%;
            font-size: 14px;
            padding: 15px;
          }
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
          .section9 {
            background-size: auto 220px,cover;
            background-position: top 10px left 15px,bottom right;
            padding: 60px 30px 30px;
          }
          .section9 ol {
            width: 100%;
          }
          .section9 ol li {
            background: #fff;
            margin-bottom: 15px;
          }
          .section9 ol li h3 {
            width: 100%;
            font-size: 18px;
            padding: 15px 15px 15px 33%;
            background-size: auto 70%;
          }
          .section9 ol li p {
            width: 100%;
            font-size: 14px;
            padding: 15px;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .section9 {
            background-size: auto 220px,cover;
            background-position: top 10px left 15px,bottom right;
            padding: 60px 30px 30px;
          }
          .section9 ol {
            width: 100%;
          }
          .section9 ol li {
            background: #fff;
            margin-bottom: 15px;
          }
          .section9 ol li h3 {
            width: 100%;
            font-size: 18px;
            padding: 15px 15px 15px 170px;
            background-size: 100px auto;
          }
          .section9 ol li p {
            width: 100%;
            font-size: 14px;
            padding: 15px;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          .section9 {
            padding-bottom: 60px;
            background-size: auto 270px,cover;
            background-position: top 20px left 2%,bottom right;            
          }
          .section9 ol {
            width: 90%;
          }
          .section9 ol li {
            background: linear-gradient(90deg, var(--main-color) 0%, var(--main-color) 44%, #fff 44%, #fff 100%);
            margin-bottom: 20px;
          }
          .section9 ol li::before {
            border-bottom: 40px solid transparent;
            border-left: 40px solid #fff;
          }
          .section9 ol li::after {
            font-size: 20px;
          }
          .section9 ol li h3 {
            background-color: transparent;
            font-size: 18px;
            padding: 15px 15px 15px 90px;
            background-size: 60px auto;
            width: 44%;
            background-position: center left 20px;
          }
          .section9 ol li p {
            font-size: 15px;
            padding: 15px;
            width: 54%;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          .section9 {
            padding-bottom: 60px;
            background-size: auto 270px,cover;
            background-position: top 20px left 6%,bottom right;            
          }
          .section9 ol {
            width: 90%;
          }
          .section9 ol li {
            background: linear-gradient(90deg, var(--main-color) 0%, var(--main-color) 44%, #fff 44%, #fff 100%);
            margin-bottom: 20px;
          }
          .section9 ol li::before {
            border-bottom: 40px solid transparent;
            border-left: 40px solid #fff;
          }
          .section9 ol li::after {
            font-size: 20px;
          }
          .section9 ol li h3 {
            background-color: transparent;
            font-size: 18px;
            padding: 15px 15px 15px 90px;
            background-size: 60px auto;
            width: 44%;
            background-position: center left 20px;
          }
          .section9 ol li p {
            font-size: 15px;
            padding: 15px;
            width: 54%;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          .section9 ol li {
            background: linear-gradient(90deg, var(--main-color) 0%, var(--main-color) 46%, #fff 46%, #fff 100%);
          }
          .section9 ol li h3 {
            background-color: transparent;
          }
        }


