@charset "UTF-8";
/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    font-size: 3.5vw;
  }

  .slicknav_menu {
    display: block;
  }

  .visible-xs {
    display: block;
  }

  .hidden-xs {
    display: none;
  }

  #allWrap {
    position: relative;
    min-width: 100%;
  }

  header {
    display: none;
  }

  .btn.t1 a, #contents .btn.hyo.t2 a {
    text-decoration: none;
    color: #fff;
    font-size: 3.5vw;
    border-radius: 50px;
    padding: 10px 50px 10px 40px;
    display: inline-block;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .btn.t1 a span, #contents .btn.hyo.t2 a span {
    position: relative;
    border-right: 1px rgba(255, 255, 255, 0.5) solid;
    padding-right: 15px;
  }
  .btn.t1 a span:after, #contents .btn.hyo.t2 a span:after {
    content: "";
    width: 9px;
    height: 8px;
    background: url(../images/common/icon_arrow1.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
  }
  .btn.t1.wide a, #contents .btn.wide.hyo.t2 a {
    display: block;
    position: relative;
  }
  .btn.t1.wide a:after, #contents .btn.wide.hyo.t2 a:after {
    content: "";
    width: 27px;
    height: 24px;
    background: url(../images/common/icon_arrow3.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
  .btn.t1.wide a span, #contents .btn.wide.hyo.t2 a span {
    border-right: none;
  }
  .btn.t1.wide a span:after, #contents .btn.wide.hyo.t2 a span:after {
    display: none;
  }
  .btn.t1.green a, #contents .btn.green.hyo.t2 a {
    background-color: #7aa05b;
  }
  .btn.t1.green2 a, #contents .btn.green2.hyo.t2 a {
    background-color: #3A745A;
  }
  .btn.t1.pink a, #contents .btn.pink.hyo.t2 a {
    background-color: #DE7F7A;
  }
  .btn.t1.yellow a, #contents .btn.yellow.hyo.t2 a {
    background-color: #DBBA4E;
  }
  .btn.t1.brown a, #contents .btn.brown.hyo.t2 a {
    background-color: #454545;
  }
  .btn.t1.blue a, #contents .btn.blue.hyo.t2 a {
    background-color: #6990B7;
  }
  .btn.t1.black a, #contents .btn.black.hyo.t2 a {
    background-color: #2E2117;
  }
  .btn.t1 a:hover, #contents .btn.hyo.t2 a:hover {
    background-color: #ff9900;
  }
  .btn.t2 {
    padding-left: 2em;
    position: relative;
  }
  .btn.t2:before {
    content: "";
    width: 1.3em;
    height: 1.3em;
    background: url(../images/common/icon_flag.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
    transform: translateY(0%);
  }
  .btn.t2 a {
    position: relative;
    font-size: 3.3vw;
    padding-left: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .btn.t2 a:before {
    display: none;
  }

  #contents {
    position: relative;
    /*確認画面*/
    /*完了画面*/
  }
  #contents .titleArea {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #contents .titleArea .txt {
    padding: 85px 0 30px 20px;
    border-bottom: none;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  #contents .titleArea .txt:after {
    content: "";
    width: 60%;
    height: 1px;
    border-bottom: 1px #ccc solid;
    position: absolute;
    bottom: 0;
    left: 15px;
  }
  .interview #contents .titleArea .txt {
    width: 100%;
    padding-bottom: 15px;
  }
  #contents .titleArea .txt span {
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #7aa05b;
    font-size: 3vw;
  }
  #contents .titleArea .txt .h1Area {
    font-size: 5.5vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #contents .titleArea .txt .h1Area span {
    background-color: #7aa05b;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 3.2vw;
    margin-left: 0px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    top: 0px;
    display: inline-block;
  }
  .interview #contents .titleArea .txt .h1Area {
    font-size: 4.5vw;
  }
  .renkei #contents .titleArea .txt .h1Area, .download #contents .titleArea .txt .h1Area {
    font-size: 5.5vw;
    margin-bottom: 0px;
  }
  #contents .titleArea .txt p {
    font-size: 3vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 15px;
  }
  .renkei #contents .titleArea .txt p {
    display: none;
  }
  #contents .titleArea .name {
    margin-top: 15px;
    font-size: 4vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-left: 20px;
  }
  #contents .titleArea .name span {
    background-color: #E2DFCA;
    font-size: 3vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 5px;
    padding: 2px 12px;
    margin-left: 15px;
  }
  #contents .titleArea .pic {
    position: absolute;
    top: 50px !important;
    right: -40px !important;
    width: 60%;
    z-index: 0;
  }
  .interview #contents .titleArea .pic {
    top: 0;
    width: 60%;
  }
  #contents .titleArea .pic img {
    width: 100%;
    height: auto;
  }
  .page #contents .mdArea {
    margin-bottom: 30px;
  }
  .page #contents .mdArea .sub {
    font-size: 3.5vw;
  }
  #contents .secWrap {
    padding-top: 100px;
    margin-top: -100px;
  }
  #contents .sec {
    padding: 80px 0;
  }
  .page #contents .sec.top {
    margin-top: -20px;
  }
  #contents .sec .secIn {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 20px;
  }
  .page #contents .sec {
    padding: 50px 0 !important;
  }
  #contents .sec.bg_green {
    background-color: #7aa05b;
  }
  #contents .sec.bg_brown {
    background-color: #E2DFCA;
    padding-top: 100px;
  }
  #contents .sec.waku_brown .secIn {
    padding: 0px 0px;
    width: 100% !important;
  }
  #contents .sec.waku_brown .secIn .secInIn {
    background-color: #E2DFCA;
    border-radius: 0px;
    padding: 40px 20px 20px;
  }
  #contents .sec.layout_type1 .bl.one {
    position: relative;
  }
  #contents .sec.layout_type1 .bl.one:before {
    content: "";
    width: 150px;
    height: 1025px;
    background: url(../images/common/bg_parts1.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -80px;
    left: -250px;
  }
  #contents .sec.layout_type1 .bl.one:after {
    content: "";
    width: 115px;
    height: 1025px;
    background: url(../images/common/bg_parts2.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -120px;
    right: -220px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contents .sec.layout_type1 .bl.one::before, #contents .sec.layout_type1 .bl.one::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #contents .sec.layout_type1 .bl.one .mass {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    display: block;
    gap: 50px;
    margin-bottom: 30px;
  }
  #contents .sec.layout_type1 .bl.one .mass:last-child {
    margin-bottom: 0;
  }
  #contents .sec.layout_type1 .bl.one .mass .wrap {
    display: block;
    gap: 50px;
  }
  #contents .sec.layout_type1 .bl.one .mass .pic {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  }
  #contents .sec.layout_type1 .bl.one .mass .pic span {
    background-color: #7aa05b;
    color: #fff;
    font-size: 20px;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 10px;
    border-bottom-right-radius: 20px;
  }
  #contents .sec.layout_type1 .bl.one .mass .pic img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  #contents .sec.layout_type1 .bl.one .mass .txt {
    margin-top: 20px;
    width: 100%;
    padding-right: 0px;
  }
  #contents .sec.layout_type1 .bl.one .mass .txt .check {
    margin-top: 20px;
  }
  #contents .sec.layout_type1 .bl.one2 {
    position: relative;
  }
  #contents .sec.layout_type1 .bl.one2:before {
    content: "";
    width: 150px;
    height: 1025px;
    background: url(../images/common/bg_parts1.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -80px;
    left: -250px;
  }
  #contents .sec.layout_type1 .bl.one2:after {
    content: "";
    width: 115px;
    height: 1025px;
    background: url(../images/common/bg_parts2.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -120px;
    right: -220px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contents .sec.layout_type1 .bl.one2::before, #contents .sec.layout_type1 .bl.one2::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #contents .sec.layout_type1 .bl.one2 .mass {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 50px;
  }
  #contents .sec.layout_type1 .bl.one2 .mass:last-child {
    margin-bottom: 0;
  }
  #contents .sec.layout_type1 .bl.one2 .mass .wrap {
    display: block;
    gap: 50px;
  }
  #contents .sec.layout_type1 .bl.one2 .mass .pic {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  }
  #contents .sec.layout_type1 .bl.one2 .mass .pic span {
    background-color: #7aa05b;
    color: #fff;
    font-size: 34px;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 10px;
    border-bottom-right-radius: 20px;
  }
  #contents .sec.layout_type1 .bl.one2 .mass .pic img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  #contents .sec.layout_type1 .bl.one2 .mass .txt {
    margin-top: 20px;
    width: 100%;
    padding-right: 0px;
  }
  #contents .sec.layout_type1 .bl.one2 .mass .txt .check {
    margin-top: 20px;
  }
  #contents .sec.layout_type1 .bl.two {
    margin: 0 auto;
    display: block;
    gap: 30px;
    flex-wrap: nowrap;
  }
  #contents .sec.layout_type1 .bl.two .mass {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  #contents .sec.layout_type1 .bl.two .mass:last-child {
    margin-bottom: 0;
  }
  #contents .sec.layout_type1 .bl.two .mass .pic {
    width: 100%;
  }
  #contents .sec.layout_type1 .bl.two .mass .pic img {
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
  #contents .sec.layout_type1 .bl.two .mass .txt {
    width: 100%;
    margin-top: 20px;
  }
  #contents .sec.layout_type1 .bl.three {
    display: block;
    gap: 30px;
    flex-wrap: nowrap;
  }
  #contents .sec.layout_type1 .bl.three .mass {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  #contents .sec.layout_type1 .bl.three .mass .pic {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  #contents .sec.layout_type1 .bl.three .mass .pic span {
    background-color: #7aa05b;
    color: #fff;
    font-size: 20px;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 10px;
    border-bottom-right-radius: 20px;
  }
  #contents .sec.layout_type1 .bl.three .mass .pic img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  #contents .sec.layout_type1 .bl.three .mass .txt {
    width: 100%;
    margin-top: 20px;
  }
  #contents .sec.layout_type2 .bl {
    display: block;
    gap: 60px;
  }
  #contents .sec.layout_type2 .bl .pic {
    display: none;
  }
  #contents .sec.layout_type2 .bl .txt {
    width: 100%;
  }
  #contents .sec.layout_type2 .bl .txt .expl img {
    float: right;
    width: 40%;
    height: auto;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  #contents .sec.layout_type2 .bl .txt .name {
    background-color: #7aa05b;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
  }
  #contents .sec.layout_type3 .bl .txt {
    display: block;
    margin-top: 30px;
    align-items: stretch;
  }
  #contents .sec.layout_type3 .bl .txt .catch,
  #contents .sec.layout_type3 .bl .txt .expl {
    width: 100%;
    display: block;
    align-items: center;
  }
  #contents .sec.layout_type3 .bl .txt .catch {
    background: none;
    padding: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5vw;
    margin-bottom: 30px;
    max-height: initial;
    overflow: visible;
    position: relative;
  }
  #contents .sec.layout_type3 .bl .txt .catch:after {
    content: "";
    width: 116px;
    height: 2px;
    background: url(../images/common/md_parts.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  #contents .sec.layout_type4 .bl {
    display: block;
    gap: 0 80px;
  }
  #contents .sec.layout_type4 .bl .pic {
    width: 100%;
  }
  #contents .sec.layout_type4 .bl .pic img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  #contents .sec.layout_type4 .bl .txt {
    width: 100%;
    margin-top: 20px;
  }
  #contents .sec.layout_type4 .bl .txt .catch {
    background: none;
    padding: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5vw;
    margin-bottom: 30px;
    position: relative;
  }
  #contents .sec.layout_type4 .bl .txt .catch:after {
    content: "";
    width: 116px;
    height: 2px;
    background: url(../images/common/md_parts.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  #contents .sec.layout_voice .bl.no1 {
    display: block;
    gap: 60px;
  }
  #contents .sec.layout_voice .bl.no1 .pic {
    display: none;
  }
  #contents .sec.layout_voice .bl.no1 .txt {
    width: 100%;
  }
  #contents .sec.layout_voice .bl.no1 .txt .name {
    background-color: #7aa05b;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 3.5vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
  }
  #contents .sec.layout_voice .bl.no1 .txt .expl img {
    float: right;
    width: 45%;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  #contents .sec.layout_voice .bl.no2 {
    margin-top: 40px;
    display: block;
    gap: 60px;
  }
  #contents .sec.layout_voice .bl.no2 .pic {
    width: 100%;
    position: relative;
    margin-top: 0px;
  }
  #contents .sec.layout_voice .bl.no2 .pic img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  #contents .sec.layout_voice .bl.no2 .txt {
    margin-top: 20px;
    width: 100%;
  }
  #contents .sec.support {
    padding: 0 20px !important;
  }
  #contents .sec.support .mdArea .md {
    margin-bottom: 20px !important;
  }
  #contents .sec.support .secIn {
    background-color: #E2DFCA;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 20px 20px 20px 0px #00000005;
  }
  #contents .sec.support .secInIn {
    border-radius: 20px;
    border: 1px rgba(69, 69, 69, 0.1) solid;
    padding: 40px 20px;
  }
  #contents .sec.support .bl {
    margin-top: 20px;
    padding-bottom: 50px;
    position: relative;
  }
  #contents .sec.support .bl img.bg {
    display: none;
  }
  #contents .sec.support .bl .mass {
    position: relative;
    width: 100%;
    display: flex;
    gap: 10px;
    top: 0 !important;
    left: 0 !important;
    /* これも入れておく（他CSSに負けてる可能性があるため） */
    align-items: flex-start !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px rgba(69, 69, 69, 0.5) dotted;
    /* 正方形の箱を作る（aspect-ratio不要） */
  }
  #contents .sec.support .bl .mass.last {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  #contents .sec.support .bl .mass .txt {
    width: 70%;
  }
  #contents .sec.support .bl .mass .txt h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3.5vw;
    text-align: left;
    width: 100%;
    position: relative;
    margin-bottom: 22px;
    padding-left: 20px;
  }
  #contents .sec.support .bl .mass .txt h3 a {
    text-decoration: none;
    position: relative;
  }
  #contents .sec.support .bl .mass .txt h3 a:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_flag3.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 3px;
    left: -23px;
  }
  #contents .sec.support .bl .mass .txt h3:after {
    content: "";
    width: 100%;
    height: 2px;
    background: url(../images/common/md_parts2.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -12px;
    left: 0;
  }
  #contents .sec.support .bl .mass .txt p {
    font-size: 12px;
  }
  #contents .sec.support .bl .mass .pic {
    flex: 0 0 30%;
    width: 30%;
    /* 変なheight指定が残ってても潰す */
    height: auto !important;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #f7f7f0;
    position: relative;
    align-self: flex-start !important;
    top: 0 !important;
    left: -5px !important;
  }
  #contents .sec.support .bl .mass .pic::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #contents .sec.support .bl .mass .pic a {
    position: absolute;
    inset: 0;
    display: block;
  }
  #contents .sec.support .bl .mass .pic img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  #contents .sec.support .bl .mass:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  #contents .sec.support .bl .mass:hover h3 a {
    color: #7aa05b;
  }
  #contents .sec.schedule .bl {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  #contents .sec.schedule .bl dl {
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
  }
  #contents .sec.schedule .bl dl:before {
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px #454545 dashed;
    position: absolute;
    top: 0;
    left: 52px;
  }
  #contents .sec.schedule .bl dl:first-child:before {
    height: 55%;
    top: initial;
    bottom: 0;
  }
  #contents .sec.schedule .bl dl:last-child:before {
    height: 45%;
  }
  #contents .sec.schedule .bl dl:last-child {
    margin-bottom: 0;
  }
  #contents .sec.schedule .bl dl dt {
    width: 80px !important;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    position: relative;
    text-align: left;
    padding-right: 0px;
  }
  #contents .sec.schedule .bl dl dt:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_flag2.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #contents .sec.schedule .bl dl dd {
    width: calc(100% - 85px) !important;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    display: block;
    align-items: center;
    gap: 40px;
    position: relative;
  }
  #contents .sec.schedule .bl dl dd:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 32px solid #fff;
    border-left: 0;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
  }
  #contents .sec.schedule .bl dl dd .pic {
    width: 100%;
  }
  #contents .sec.schedule .bl dl dd .pic img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  #contents .sec.schedule .bl dl dd .txt {
    width: 100%;
    margin-top: 15px;
  }
  #contents .sec.schedule .bl dl dd .txt h3 {
    color: #7aa05b;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4vw;
    margin-bottom: 5px;
  }
  #contents .sec.schedule .bl dl dd .txt .expl {
    font-size: 3vw !important;
  }
  #contents .sec.schedule .bl dl dd .txt .expl br {
    display: none;
  }
  #contents .sec.flow {
    padding-top: 0px !important;
  }
  #contents .sec.flow .bl {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  #contents .sec.flow .bl:before {
    content: "";
    width: 150px;
    height: 1025px;
    background: url(../images/common/bg_parts1.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -80px;
    left: -250px;
  }
  #contents .sec.flow .bl:after {
    content: "";
    width: 115px;
    height: 1025px;
    background: url(../images/common/bg_parts2.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -120px;
    right: -220px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contents .sec.flow .bl::before, #contents .sec.flow .bl::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #contents .sec.flow .mass {
    padding-left: 12%;
    position: relative;
  }
  #contents .sec.flow .mass:after {
    content: "";
    width: 4px;
    height: 22px;
    background: url(../images/common/line_dot.svg) no-repeat;
    position: absolute;
    top: 100px;
    left: 18px;
  }
  #contents .sec.flow .mass:last-child:after {
    display: none;
  }
  #contents .sec.flow .mass .no {
    width: 2.3em;
    height: 2.3em;
    background-color: #7aa05b;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contents .sec.flow .mass .no span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 4vw;
    line-height: 1;
    display: block;
  }
  #contents .sec.flow .mass .massIn {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #454545 dashed;
  }
  #contents .sec.flow .mass h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
  #contents .sec.faq .bl {
    margin: 0 auto;
    width: 100%;
  }
  #contents .sec.faq .mass {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  #contents .sec.faq .mass:last-child {
    margin-bottom: 0;
  }
  #contents .sec.faq .mass .question {
    padding: 20px 20px 15px;
    border-bottom: 1px #454545 dashed;
    position: relative;
  }
  #contents .sec.faq .mass .question .md {
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 5vw;
    color: #3A745A;
    position: absolute;
    top: 15px;
    left: 25px;
  }
  #contents .sec.faq .mass .question h3 {
    font-size: 3.5vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-left: 30px;
  }
  #contents .sec.faq .mass .answer {
    padding: 15px 20px 20px;
    position: relative;
  }
  #contents .sec.faq .mass .answer .md {
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 5vw;
    color: #DE7F7A;
    position: absolute;
    top: 12px;
    left: 25px;
  }
  #contents .sec.faq .mass .answer .expl {
    padding-left: 30px;
    font-size: 3vw !important;
  }
  #contents .sec.jobList dl {
    width: 100%;
    margin-bottom: 20px;
    border: 1px #7aa05b solid;
    background-color: #fff;
    border-radius: 20px;
  }
  #contents .sec.jobList dl:last-child {
    margin-bottom: 0px;
  }
  #contents .sec.jobList dl dt.parent {
    padding: 10px 45px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 4vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    border-radius: 20px;
  }
  #contents .sec.jobList dl dt.parent span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #7aa05b;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  #contents .sec.jobList dl dt.parent:hover {
    background-color: #7aa05b;
    color: #fff;
  }
  #contents .sec.jobList dl dt.parent:hover span:before {
    border-left: 10px solid #fff;
  }
  #contents .sec.jobList dl dt.parent.active {
    background-color: #7aa05b;
    color: #fff;
    font-size: 4vw;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #contents .sec.jobList dl dt.parent.active span:before {
    transform: rotate(90deg);
    border-left: 10px solid #fff;
  }
  #contents .sec.jobList dl dd.parent {
    padding: 20px 20px 20px;
    border-radius: 20px;
  }
  #contents .sec.jobList dl dd.parent dl {
    border: none;
    border-radius: 0px;
  }
  #contents .sec.jobList dl dd.parent dl.last dt {
    border-bottom-left-radius: 20px;
  }
  #contents .sec.jobList dl dd.parent dl.last dd {
    border-bottom-right-radius: 20px;
  }
  #contents .sec.contact {
    background-color: #7aa05b;
    position: relative;
    z-index: 0;
    padding-bottom: 170px !important;
  }
  #contents .sec.contact .waku {
    margin: -20px auto 0;
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 15px;
  }
  #contents .sec.contact .bl.no1 {
    display: block;
    justify-content: center;
    gap: 30px;
  }
  #contents .sec.contact .bl.no1 .mass {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #ccc dotted;
  }
  #contents .sec.contact .bl.no1 .mass .sub {
    font-size: 3.5vw;
  }
  #contents .sec.contact .bl.no1 .mass h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4.5vw;
    margin-bottom: 15px;
  }
  #contents .sec.contact .bl.no1 .mass .btn a {
    width: 100% !important;
    display: block !important;
    padding: 10px 0 !important;
  }
  #contents .sec.contact .bl.no1 .mass .btn a span {
    font-size: 4vw !important;
  }
  #contents .sec.contact .bl.no2 {
    margin-top: 0px;
    display: block;
    justify-content: center;
    gap: 30px;
  }
  #contents .sec.contact .bl.no2 .md {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4.5vw;
    text-align: center;
    padding-top: 10px;
  }
  #contents .sec.contact .bl.no2 .md span {
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5vw;
  }
  #contents .sec.contact .bl.no2 .tel {
    text-align: center;
    margin-top: 10px;
  }
  #contents .sec.contact .bl.no2 .tel a {
    text-decoration: none;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-weight: 600;
    font-size: 5.5vw;
    color: #7aa05b;
    position: relative;
    padding-left: 30px;
  }
  #contents .sec.contact .bl.no2 .tel a:before {
    content: "";
    width: 20px;
    height: 41px;
    background: url(../images/common/icon_tel.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 3px;
    left: 0;
  }
  #contents .bl.cardArea {
    display: block;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #contents .bl.cardArea .card {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    position: relative;
    box-shadow: 20px 20px 20px 0px #00000005;
    margin-bottom: 20px;
  }
  #contents .bl.cardArea .card:last-child {
    margin-bottom: 0;
  }
  #contents .bl.cardArea .card:before {
    content: "";
    width: 20px;
    height: 23px;
    background: url(../images/top/voice/parts.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -8px;
    right: 30px;
  }
  #contents .bl.cardArea .card h3 {
    font-size: 4vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
  }
  #contents .bl.cardArea .card .rating {
    display: inline-flex;
    align-items: center;
  }
  #contents .bl.cardArea .card .rating .star {
    font-size: 18px;
    color: #d3d3d3;
    /* グレーの星 */
    margin-right: 2px;
  }
  #contents .bl.cardArea .card .rating .star.filled {
    color: #7aa05b;
  }
  #contents .bl.cardArea .card .rating .rating-text {
    margin-left: 6px;
    font-size: 14px;
    color: #7aa05b;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  #contents .bl.cardArea .card .data {
    font-size: 12px;
  }
  #contents .bl.cardArea .card .expl {
    margin-top: 15px;
  }
  #contents .md.t1, #contents .md.hyo.t2 {
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5vw;
  }
  #contents .md.t1 span, #contents .md.hyo.t2 span {
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #507847;
    font-size: 3.5vw;
    display: block;
  }
  #contents .md.t1.white, #contents .md.white.hyo.t2 {
    color: #fff;
  }
  #contents .md.t1.white span, #contents .md.white.hyo.t2 span {
    color: #fff;
  }
  #contents .md.t2 {
    font-size: 5vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #7aa05b;
    margin-bottom: 10px;
  }
  #contents .md.t2.sm {
    font-size: 4vw;
  }
  #contents .md.t3 {
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4vw;
    color: #fff;
    background-color: #7aa05b;
    padding: 7px 0;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  #contents .md.t4 {
    margin-bottom: 15px;
  }
  #contents .md.t4 span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5vw;
    color: #7aa05b;
    position: relative;
  }
  #contents .md.t4 span:before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #454545;
    position: absolute;
    top: 50%;
    left: -50px;
    opacity: 0.5;
  }
  #contents .md.t4 span:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #454545;
    position: absolute;
    top: 50%;
    right: -50px;
    opacity: 0.5;
  }
  #contents .md.t4.lg span {
    font-size: 5vw;
  }
  #contents .md.t4.lg span:before {
    display: none;
  }
  #contents .md.t4.lg span:after {
    display: none;
  }
  #contents .md.t5 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    background-color: #7aa05b;
    padding: 8px 20px 10px;
    border-radius: 5px;
  }
  #contents .md.t6 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4vw;
    color: #7aa05b;
    margin-bottom: 15px;
  }
  #contents .leadCatch {
    font-size: 4vw;
    line-height: 1.7;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px;
  }
  #contents .leadCatch.white {
    color: #fff;
  }
  #contents .leadTxt {
    font-size: 3.5vw;
    line-height: 1.7;
    text-align: left;
  }
  #contents .leadTxt.white {
    color: #fff;
  }
  #contents .catch.t1, #contents .catch.hyo.t2 {
    font-size: 5vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    margin-bottom: 30px;
  }
  #contents .catch.t1:after, #contents .catch.hyo.t2:after {
    content: "";
    width: 116px;
    height: 2px;
    background: url(../images/common/md_parts.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  #contents .catch.t1.sm, #contents .catch.sm.hyo.t2 {
    font-size: 4vw;
  }
  #contents .catch.t1.ssm, #contents .catch.ssm.hyo.t2 {
    font-size: 4vw;
    margin-bottom: 30px;
  }
  #contents .catch.t1.ssm:after, #contents .catch.ssm.hyo.t2:after {
    bottom: -15px;
  }
  #contents .expl.t1, #contents .expl.hyo.t2 {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #contents .expl.t1.maru, #contents .expl.maru.hyo.t2 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  #contents .expl.sm {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #contents .expl.lg {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #contents .emp.t1, #contents .emp.hyo.t2 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 120%;
    position: relative;
  }
  #contents .emp.t1:after, #contents .emp.hyo.t2:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px #454545 dashed;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  #contents .emp.t2 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 100%;
    text-decoration: underline;
    text-decoration-color: rgba(255, 228, 0, 0.5);
    /* やや濃くして視認性UP */
    text-decoration-thickness: 0.45em;
    /* 太さを微調整（自然なマーカー風） */
    text-underline-offset: -0.25em;
    /* テキストに重ねる最適位置 */
    text-decoration-skip-ink: none;
    /* 文字で線が途切れない */
    /* Safari や古いブラウザでの描画補正 */
    text-decoration-skip: none;
  }
  #contents .emp.t3 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #7aa05b;
  }
  #contents .box.t1, #contents .box.hyo.t2 {
    padding: 20px;
    border: 1px #7aa05b dashed;
    border-radius: 20px;
    background-color: rgba(122, 160, 91, 0.1);
  }
  #contents ul.check.t1, #contents ul.check.hyo.t2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  #contents ul.check.t1 li, #contents ul.check.hyo.t2 li {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    font-size: 3vw;
    padding-left: 2em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    background-color: #E2DFCA;
    display: inline-block;
    border-radius: 15px;
    padding: 5px 20px 5px 30px;
  }
  #contents ul.check.t1 li:before, #contents ul.check.hyo.t2 li:before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    background: url(../images/common/icon_flag.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  #contents ul.check.t2 li {
    font-size: 3.5vw;
    position: relative;
    padding-left: 10%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #ccc dotted;
  }
  #contents ul.check.t2 li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  #contents ul.check.t2 li:before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    background: url(../images/common/icon_flag.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0px;
  }
  #contents ul.check.t2 li div {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4vw;
    margin-bottom: 5px;
  }
  #contents ul.num li {
    position: relative;
    padding-left: 20px;
    font-size: 3.5vw;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc dotted;
  }
  #contents ul.num li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  #contents ul.num li span {
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #7aa05b;
    font-size: 4vw;
  }
  #contents ul.dot li {
    position: relative;
    padding-left: 20px;
  }
  #contents ul.dot li:before {
    content: "・";
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0;
  }
  #contents ul.list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc dotted;
    padding-left: 18px;
  }
  #contents ul.list li span {
    position: relative;
    font-size: 3.5vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  #contents ul.list li span:before {
    content: "●";
    color: #7aa05b;
    font-size: 3.5vw;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  #contents ul.list li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  #contents ul.circle li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #454545 dotted;
  }
  #contents ul.circle li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  #contents ul.circle li:before {
    content: "●";
    font-size: 12px;
    color: #7aa05b;
    position: absolute;
    top: 3px;
    left: 0;
  }
  #contents ul.pdf2 {
    width: 100%;
  }
  #contents ul.pdf2 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #454545 dotted;
    position: relative;
    padding-left: 30px;
  }
  #contents ul.pdf2 li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  #contents ul.pdf2 li:before {
    content: "";
    width: 20px;
    height: 30px;
    background: url(../images/common/icon_pdf.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    left: 0;
  }
  #contents ul.pdf2 li a {
    text-decoration: none;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3.5vw;
    position: relative;
    padding-left: 0px;
  }
  #contents ul.pdf2 li a:before {
    display: none;
  }
  #contents ul.pdf2 li a:hover {
    color: #7aa05b;
  }
  #contents .hyo.t1 dl, #contents .hyo.t2 dl {
    display: block;
    margin-bottom: 15px;
    align-items: strech;
  }
  #contents .hyo.t1 dl dt, #contents .hyo.t2 dl dt {
    width: 100%;
    padding: 7px 15px;
    background-color: #7aa05b;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5vw;
    border-radius: 5px !important;
  }
  #contents .hyo.t1 dl dd, #contents .hyo.t2 dl dd {
    width: 100%;
    padding: 10px 15px;
    background: none;
    font-size: 3.5vw;
  }
  #contents .hyo.t1 dl:first-child dt, #contents .hyo.t2 dl:first-child dt {
    border-top-left-radius: 0px;
  }
  #contents .hyo.t1 dl:first-child dd, #contents .hyo.t2 dl:first-child dd {
    border-top-right-radius: 0px;
  }
  #contents .hyo.t1 dl:last-child dt, #contents .hyo.t2 dl:last-child dt {
    border-bottom-left-radius: 0px;
  }
  #contents .hyo.t1 dl:last-child dd, #contents .hyo.t2 dl:last-child dd {
    border-bottom-right-radius: 0px;
  }
  #contents .hyo.t2 dl dd {
    background: none !important;
  }
  #contents .hyo.t2 dl:nth-child(even) dd {
    background: none !important;
  }
  #contents .hyo_form {
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #454545;
  }
  #contents .hyo_form dl {
    display: block;
    width: 100%;
    font-size: 3.5vw;
    border-bottom: 1px #ccc dotted;
  }
  #contents .hyo_form dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    background-color: #F0F0F0;
    padding: 10px 20px;
    text-align: left;
    font-weight: normal !important;
    vertical-align: middle;
    font-size: 3.5vw;
    font-weight: 700 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #contents .hyo_form dl dt .hissu {
    border: 1px #ff0000 solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #ff0000;
    padding: 0px 3px;
    font-size: 2.5vw;
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
  #contents .hyo_form dl dd {
    display: block;
    width: 100%;
    padding: 15px 0px;
    border: 1px #fff solid;
    vertical-align: middle;
    text-align: left;
    font-size: 3.5vw;
  }
  #contents .hyo_form dl dd input,
  #contents .hyo_form dl dd select,
  #contents .hyo_form dl dd textarea {
    background-color: #F8F9FA;
    padding: 14px 16px;
    font-size: 16px;
    border: none;
    color: #454545;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  #contents .hyo_form dl dd .chui {
    font-size: 3vw;
    background-color: rgba(255, 0, 0, 0.1);
    padding: 20px;
    color: #cc0000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px #cc0000 dashed;
  }
  #contents .hyo_form dl dd.checkFm .wpcf7-list-item {
    display: block;
  }
  #contents .hyo_form dl.tel input {
    width: 20% !important;
  }
  #contents .hyo_form .checkFm input {
    padding: 0;
    width: initial;
    margin-right: 10px;
  }
  #contents .hyo_form .checkFm span {
    font-size: 3.5vw !important;
  }
  #contents .hyo_form .privacy-check {
    text-align: center;
    margin-top: 20px;
  }
  #contents .hyo_form .privacy-check .privacy-inline {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 20px;
    background-color: #F8F9FA;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  #contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn {
    overflow-y: scroll;
    width: 100%;
    height: 150px;
    text-align: left;
  }
  #contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk {
    margin-bottom: 20px;
  }
  #contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk:last-child {
    margin-bottom: 0;
  }
  #contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk h5 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5vw;
  }
  #contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .expl {
    font-size: 3.5vw !important;
  }
  #contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li {
    font-size: 3.5vw;
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #ccc dotted;
  }
  #contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li:before {
    content: "・";
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contents .hyo_form .btnArea {
    text-align: center;
    margin-top: 30px;
    position: relative;
  }
  #contents .hyo_form .btnArea input {
    background-color: #454545;
    color: #fff;
    font-size: 4vw;
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    border-radius: 40px;
    margin: 0 0px;
  }
  #contents .hyo_form .btnArea input:hover {
    background: linear-gradient(to right, #ff3636, #ff6839);
  }
  #contents .reCAPTCHA {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: left;
    margin-top: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 3vw;
  }
  #contents .mw_wp_form_confirm .reCAPTCHA,
  #contents .mw_wp_form_confirm .hissu,
  #contents .mw_wp_form_confirm .input-show,
  #contents .mw_wp_form_confirm .zip-button,
  #contents .mw_wp_form_confirm .privacy-check,
  #contents .mw_wp_form_confirm .bl.no1,
  #contents .mw_wp_form_confirm .bl.no2 h3,
  #contents .mw_wp_form_confirm .bl.no2 .expl,
  #contents .mw_wp_form_confirm .link,
  #contents .mw_wp_form_confirm h3 {
    display: none;
  }
  #contents .mw_wp_form_confirm .hyo_form dd span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-right: 5px;
  }
  #contents .mw_wp_form_complete .thanks_msg {
    font-size: 30px;
    color: #7aa05b;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
  }
  #contents .mw_wp_form_complete .expl {
    text-align: center;
    padding: 20px 0 50px;
  }

  footer {
    display: none;
  }

  @keyframes floating {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .bn_recruit {
    position: fixed;
    bottom: 70px !important;
    right: 10px !important;
    z-index: 1000;
    width: 30%;
    opacity: 0;
    animation-play-state: paused;
    -moz-transition: all 0.6s !important;
    -o-transition: all 0.6s !important;
    -webkit-transition: all 0.6s !important;
    transition: all 0.6s !important;
  }
  .bn_recruit:hover {
    animation-play-state: paused;
  }
  .bn_recruit:hover a img {
    animation-play-state: paused;
  }
  .recruit .bn_recruit {
    display: none;
  }
  .bn_recruit a img {
    width: 100%;
    height: auto;
    animation-play-state: paused;
    -moz-transition: all 0.6s !important;
    -o-transition: all 0.6s !important;
    -webkit-transition: all 0.6s !important;
    transition: all 0.6s !important;
  }
  .fixed .bn_recruit, .page .bn_recruit {
    right: 10px !important;
    width: 30%;
    opacity: 1;
  }
  .fixed .bn_recruit img, .page .bn_recruit img {
    width: 100%;
    height: auto;
  }

  .bn_soudan {
    display: none;
    position: fixed;
    bottom: 270px;
    right: -5px;
    z-index: 1000000;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  .bn_soudan a {
    background-color: #7aa05b;
    width: 75px;
    display: block;
    padding: 60px 5px 20px 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  .bn_soudan a:hover {
    background-color: #DBBA4E;
    color: #454545;
  }
  .bn_soudan a span {
    writing-mode: vertical-rl;
    position: relative;
  }
  .bn_soudan a span:before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(../images/common/icon_madoguchi.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -9px;
    opacity: 0.5;
  }
  .bn_soudan:hover {
    right: 0;
  }

  #page-top {
    display: none !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
    opacity: 0.5;
  }
  #page-top img {
    width: 58px;
    height: auto;
  }

  #ftNavi {
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: 10000;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #ftNavi li {
    display: inline;
    float: left;
    width: calc(100% / 4);
    background-color: #454545;
    border-right: 1px white solid;
    box-sizing: border-box;
  }
  #ftNavi li.btn1 {
    background-color: #7aa05b;
  }
  #ftNavi li:last-child {
    border-right: none;
  }
  #ftNavi li a,
  #ftNavi li div {
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0;
  }
  #ftNavi li img {
    width: auto;
    height: 40px;
  }
  .page #ftNavi, .fixed #ftNavi {
    bottom: 0;
  }
}
