/* reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* set */
html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.737;
  color: #1a1a1a;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  vertical-align: middle;
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*
------------------------------------------------------------------------------------------------------------------------
parts
------------------------------------------------------------------------------------------------------------------------
*/
.in768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .in768 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br.in768 {
    display: inline-block;
  }
  .out769 {
    display: none;
  }
}
.bwrap {
  margin-left: 288px;
  width: calc(100% - 288px);
  padding-right: 20px;
}
@media screen and (min-width: 1281px) {
  .bwrap {
    padding-right: 4.53vw;
  }
}
@media screen and (max-width: 1000px) {
  .bwrap {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/*.bgttl {
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
    .tinner {
        display: inline-block;
        background-size: contain,contain !important;
        background-position: left,right !important;
        line-height: 1.5;
        padding: 16px 68px;
        position: relative;
        span {
            position: relative;
            z-index: 2;
            font-size: 24.45px;
            letter-spacing: 0.2em;
            display: block;
            font-weight: 700;
        }
        &:before {
            content: "";
            display: block;
            width: calc(100% - 85.5px);
            height: auto;
            background-position: center !important;
            background-size: 45px !important;
            position: absolute;
            top: 0;
            left: 36px;
            right: 49.5px;
            bottom: 0;
        }
    }
    @include common.breakPoint("sp") {
        .tinner {
            padding: 31px 45px;
            span {
                font-size: 19px;
                letter-spacing: 0;
                line-height: 1.1;
            }
        }
    }
}*/
.bgttl {
  margin-bottom: 35px;
}
.bgttl .tinner {
  background: #9c72cd;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 9px !important;
  position: relative;
}
.bgttl .tinner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 39px;
  height: 39px;
  background: url(../img/common/purple_sttl.webp) no-repeat;
  background-size: 39px !important;
  background-position: center !important;
}
.bgttl .tinner span, .bgttl .tinner input[type=submit], .bgttl .tinner button {
  display: inline-block;
  width: 100%;
  padding: 10px 48px 10px 20px;
  border: 1px solid #fff;
  border-radius: 11px;
  color: #fff;
}
.bgttl .tinner input[type=submit], .bgttl .tinner button {
  font-size: 3.4rem;
  font-weight: 700;
  padding: 5px 48px 5px 40px;
}
.bgttl.submit {
  text-align: center;
}
.bgttl.submit .tinner {
  background: #3ab483;
}
.bgttl.submit .tinner:after {
  background: url(../img/common/green_sttl.webp) no-repeat;
  background-size: 39px !important;
  background-position: center !important;
}

.attl {
  margin-bottom: 25px;
}
.attl span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  background: #3ab483;
  padding: 7.75px 14px;
}
.attl span:after {
  content: "";
  display: block;
  background: url(../img/business/green_ttl.png) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 39.5px;
  position: absolute;
  left: 100%;
  top: 0;
}

.fbttl {
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 768px) {
  .fbttl {
    font-size: 2rem;
  }
}

.leadblock {
  font-size: 1.9rem;
  text-align: center;
  line-height: 1.81;
  margin-bottom: 90px;
}
.leadblock h4 {
  font-size: 2.7rem;
}
.leadblock:last-child {
  margin-bottom: 0;
}
.leadblock.bdr {
  background: url(../img/business/bdr.png) repeat-x;
  background-position: bottom left;
  background-size: 1233.5px;
  padding-bottom: 45px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .leadblock {
    font-size: 1.7rem;
    margin-bottom: 70px;
  }
  .leadblock h4 {
    font-size: 2.5rem;
  }
}

.txtblock {
  margin-bottom: 70px;
  text-align: center;
}
.txtblock p + .imglist {
  margin-top: 75px;
}
.txtblock h4:not(.attl) {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.txtblock:last-child {
  margin-bottom: 0;
}
.txtblock.bdr {
  background: url(../img/business/bdr.png) repeat-x;
  background-position: bottom left;
  background-size: 1233.5px;
  padding-bottom: 45px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .txtblock {
    margin-bottom: 50px;
  }
  .txtblock p {
    margin-bottom: 20px;
  }
}

.numdl {
  max-width: 992px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.numdl dt {
  width: 266px;
  margin-right: 20px;
  border-radius: 30px;
  border: 2px solid;
  background: #fff;
  padding: 25px;
  text-align: center;
  margin-bottom: 38px;
  font-size: 1.7rem;
  font-weight: 700;
}
.numdl dt span {
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 5px;
}
.numdl dd {
  width: calc(100% - 286px);
  text-align: left;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .numdl {
    display: block;
  }
  .numdl dt {
    width: 100%;
    padding: 14px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .numdl dt span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 3rem;
  }
  .numdl dd {
    width: 100%;
    margin-bottom: 30px;
  }
}

.numdl_hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.numdl_hr dl {
  max-width: 278px;
  margin-right: 80px;
}
.numdl_hr dl dt {
  border-radius: 30px;
  border: 2px solid;
  background: #fff;
  padding: 25px 5px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.numdl_hr dl dt span {
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 5px;
}
.numdl_hr dl dd {
  text-align: left;
}
.numdl_hr dl:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .numdl_hr {
    display: block;
  }
  .numdl_hr dl {
    width: 100%;
    max-width: none;
    margin: 0 0 40px;
  }
  .numdl_hr dl dt span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 3rem;
  }
  .numdl_hr dl dt br {
    display: none;
  }
}

.numlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.numlist li {
  width: 266px;
  border-radius: 30px;
  border: 2px solid;
  background: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 20px 40px;
}
.numlist li span {
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .numlist {
    display: block;
  }
  .numlist li {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 15px;
  }
  .numlist li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 3rem;
  }
}

.mail {
  font-size: 1.8rem;
  font-weight: 700;
}
.mail span {
  display: inline;
  vertical-align: top;
}
.mail:before {
  content: "";
  width: 33.8953px;
  height: 22.8562px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%233ab483%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.1%20.6%202.9%20.6%2017.5%2010.4%2032.1%20.6%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C13.1c-.2.1-.5.2-.7.2s-.5%2C0-.7-.2L.6%2C2.2v21.3h33.9V2.2l-16.2%2C10.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 4px 8px 0 0;
  display: inline-block;
}

.imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.imglist li {
  width: 21.73%;
  margin: 0 4.36% 30px 0;
}
.imglist li .img {
  line-height: 0;
  margin-bottom: 15px;
}
.imglist li .img img {
  width: 100%;
}
.imglist li .ttl {
  background: #3ab483;
  color: #fff;
  font-weight: 700;
  padding: 3px 10px;
}
.imglist li:nth-child(4n) {
  margin: 0 0 30px;
}
@media screen and (max-width: 1280px) {
  .imglist li {
    width: 48%;
    margin: 0 4% 14px 0;
  }
  .imglist li:nth-child(2n) {
    margin: 0 0 14px;
  }
}

.slink a {
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .slink a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slink a:hover {
    text-decoration: underline;
  }
}

.slink_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slink_list li {
  margin-bottom: 10px;
}
.slink_list li a {
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .slink_list li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slink_list li a:hover {
    text-decoration: underline;
  }
}
.slink_list li.br {
  width: 100%;
}

.link_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.link_dl dt {
  display: inline-block;
  color: #fff;
  padding: 2px 5px 3px 35px;
  position: relative;
  width: 317px;
  text-align: left;
}
.link_dl dt:before {
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  background: url(../img/common/link_icon.png) no-repeat;
  background-size: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto 0;
}
.link_dl dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 32px;
  height: 39.5px;
  background-size: 32px !important;
}
@media screen and (max-width: 768px) {
  .link_dl dt:after {
    background-size: 27px !important;
    width: 27px;
    height: 32.5px;
  }
}
.link_dl dd {
  width: calc(100% - 317px);
  text-align: left;
  padding-left: 47px;
  margin-bottom: 35px;
}
.link_dl dd a {
  margin-right: 30px;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .link_dl dd a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .link_dl dd a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1280px) {
  .link_dl {
    text-align: left;
    display: block;
  }
  .link_dl dt {
    margin-bottom: 10px;
    width: 267px;
  }
  .link_dl dd {
    width: 100%;
    padding-left: 0;
  }
  .link_dl dd a {
    display: inline-block;
  }
}

.link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0;
}
.link_list li {
  margin: 0 40px 10px 0;
}
.link_list li:last-child {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .link_list {
    display: block;
  }
  .link_list li {
    margin: 0 0 10px;
  }
}

.table_wrap {
  overflow: auto;
}
.table_wrap table {
  width: 100%;
  min-width: 990px;
  border-collapse: collapse;
  border: 2px solid;
  font-weight: bold;
}
.table_wrap table th, .table_wrap table td {
  vertical-align: middle;
}
.table_wrap table th {
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid;
}
.table_wrap table th.number {
  width: 95px;
}
.table_wrap table th:last-child {
  border-right: none;
}
.table_wrap table td {
  padding: 25px 30px;
  border: 2px solid;
  background: #fff;
}
.table_wrap table td.flex {
  padding-right: 9.38vw;
  padding-left: 9.38vw;
}
.table_wrap table td.flex .finner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table_wrap.nosc {
  overflow: visible;
}
.table_wrap.nosc table {
  min-width: 0;
}

.catch {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .catch {
    font-size: 2.5rem;
  }
}

hr {
  display: block;
  width: 100%;
  height: 4.6721px;
  background: url(../img/business/bdr.png) repeat-x;
  background-size: 1233.5px !important;
  background-position: center !important;
  border: none;
  margin: 0 0 40px;
}

.itblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itblock .img {
  margin-right: 30px;
}
.itblock .txt {
  text-align: left;
}
.itblock.right .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .itblock {
    display: block;
  }
  .itblock .img {
    margin: 0 0 30px !important;
  }
  .itblock .img.none {
    display: none;
  }
}

.flex_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_txt dl {
  width: 48%;
  margin: 0 4% 0 0;
  text-align: left;
}
.flex_txt dl dt {
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 5px;
}
.flex_txt dl dd {
  margin-bottom: 30px;
}
.flex_txt dl:last-child {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .flex_txt {
    display: block;
  }
  .flex_txt dl {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .flex_txt dl dt {
    font-size: 2rem;
  }
}

.flex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.flex_list ul {
  width: 48%;
  margin: 0 4% 0 0;
  text-align: left;
  font-weight: 700;
}
.flex_list ul:nth-child(2n) {
  margin: 0;
}

.flex_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_two li {
  width: 45.83%;
  margin: 0 8.34% 30px 0;
}
.flex_two li .img {
  line-height: 0;
  margin-bottom: 15px;
}
.flex_two li .img img {
  width: 100%;
}
.flex_two li p {
  text-align: left;
}
.flex_two li:nth-child(2n) {
  margin: 0 0 30px;
}

.flex_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
}
.flex_three li {
  width: 25.1%;
  margin: 0 1.075% 30px;
  font-size: 1.6rem;
  line-height: 1.563;
}
.flex_three li .img {
  line-height: 0;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .flex_three {
    display: block;
  }
  .flex_three li {
    width: 100%;
    margin: 0 0 30px;
  }
}

.ab_link a {
  display: inline-block;
  color: #fff;
  padding: 2px 5px 3px 35px;
  position: relative;
}
.ab_link a:before {
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  background: url(../img/common/link_icon.png) no-repeat;
  background-size: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto 0;
}
.ab_link a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 32px;
  height: 39.5px;
  background-size: 32px !important;
}
@media (hover: hover) and (pointer: fine) {
  .ab_link a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ab_link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .ab_link a:after {
    background-size: 27px !important;
    width: 27px;
    height: 32.5px;
  }
}

.tdl dt {
  margin-bottom: 15px;
}
.tdl dt span {
  display: inline-block;
  background: #fff;
  border: 2px solid;
  border-radius: 50px;
  padding: 13px 34px;
  font-weight: 700;
}
.tdl dd {
  margin-bottom: 40px;
}
.tdl dd:last-child {
  margin-bottom: 0;
}

.halfblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.halfblock .hlf_img {
  width: 47.2%;
  line-height: 0;
  overflow: hidden;
}
.halfblock .hlf_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.halfblock .hlf_img:first-child {
  border-radius: 24px 0 0 24px;
}
.halfblock .hlf_img:last-child {
  border-radius: 0 24px 24px 0;
}
.halfblock .hlf_txt {
  width: 52.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 24px;
}
.halfblock .hlf_txt .img {
  width: 27.51%;
}
.halfblock .hlf_txt .txt {
  width: 68.29%;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
}
.halfblock .hlf_txt .txt h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.halfblock .hlf_txt .link {
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
  width: 100%;
}
.halfblock .hlf_txt div:first-child {
  margin-right: 4.2%;
}
.halfblock.og .hlf_txt {
  background: #ff9751;
}
.halfblock.bl .hlf_txt {
  background: #708cd8;
}
.halfblock.gb .hlf_txt {
  background: #3ab483;
}
@media screen and (max-width: 768px) {
  .halfblock {
    display: block;
    border-radius: 15px;
    overflow: hidden;
  }
  .halfblock .hlf_txt, .halfblock .hlf_img {
    width: 100%;
  }
  .halfblock .hlf_img {
    display: none;
    aspect-ratio: 3/2;
  }
  .halfblock .hlf_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .halfblock .hlf_txt {
    display: block;
  }
  .halfblock .hlf_txt .img, .halfblock .hlf_txt .txt {
    width: 100%;
  }
  .halfblock .hlf_txt .img {
    text-align: center;
    margin: 0 0 10px;
  }
  .halfblock .hlf_txt .txt {
    font-size: 1.5rem;
  }
  .halfblock .hlf_txt .txt h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .halfblock .hlf_txt .link {
    font-size: 1.7rem;
  }
}

.business_nav .bdrttl span {
  padding-left: 78px !important;
}
.business_nav .bdrttl span:before {
  background: url(../img/top/business_icon.webp) no-repeat;
  background-size: 44px;
  width: 44px;
  height: 62px;
}
.business_nav .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business_nav .flex a {
  display: block;
  width: 30.06%;
  margin: 0 1.6% 60px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  border-radius: 30px;
  overflow: hidden;
}
.business_nav .flex a .img img {
  width: 100%;
}
.business_nav .flex a p {
  padding: 20px 10px 45px;
}
.business_nav .flex a.gb {
  background: #3ab483;
}
.business_nav .flex a.rbl {
  background: #58bde0;
}
.business_nav .flex a.ppl {
  background: #9c72cd;
}
.business_nav .flex a.yg {
  background: #c1a740;
}
.business_nav .flex a.pnk {
  background: #fd5462;
}
@media (hover: hover) and (pointer: fine) {
  .business_nav .flex a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .business_nav .flex a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1280px) {
  .business_nav .flex a {
    width: 45.06%;
  }
}
@media screen and (max-width: 768px) {
  .business_nav .bdrttl span {
    padding-left: 62px !important;
  }
  .business_nav .bdrttl span:before {
    background-size: 28px !important;
    width: 28px !important;
    height: 40px !important;
  }
  .business_nav .flex {
    display: block;
  }
  .business_nav .flex a {
    width: 100%;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px;
  }
  .business_nav .flex a .img {
    width: 50%;
    aspect-ratio: 3/2;
  }
  .business_nav .flex a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .business_nav .flex a p {
    width: 50%;
    font-size: 1.7rem;
    line-height: 1.5;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pagetop {
  text-align: right;
  margin-bottom: 25px;
}
.pagetop p {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .pagetop p:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pagetop p:hover {
    opacity: 0.7;
  }
}
.pagetop span, .pagetop img {
  vertical-align: middle;
}
.pagetop span {
  margin-right: 20px;
  letter-spacing: 0.12em;
  font-size: 2rem;
}

.page_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_bottom .pnkz {
  width: calc(100% - 170px);
  margin-bottom: 30px;
}
.page_bottom .pnkz li {
  display: inline-block;
  padding: 0 30px 0 0;
  background: url(../img/common/pnkz.png) no-repeat;
  background-size: 13px;
  background-position: right center;
  margin-right: 9px;
}
.page_bottom .pnkz li a {
  display: block;
}
.page_bottom .pnkz li:last-child {
  margin-right: 0;
  background: none;
}
.page_bottom .pagetop {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .page_bottom {
    display: block;
  }
  .page_bottom .pagetop, .page_bottom .pnkz {
    width: 100%;
  }
  .page_bottom .pnkz {
    margin-bottom: 30px;
  }
}

.o_img {
  line-height: 0;
}

.mbmimg {
  mix-blend-mode: multiply;
}

.max985 {
  max-width: 985px;
  margin: 0 auto 70px;
}

.max933 {
  max-width: 933px;
  margin: 0 auto 70px;
}
.max933:last-child {
  margin-bottom: 0;
}

.max900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.kv {
  line-height: 0;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 50px;
}
.kv img {
  width: 100%;
}

.yt {
  text-align: center;
}
.yt .inner {
  display: inline-block;
  aspect-ratio: 16/9;
  line-height: 0;
  max-width: 560px;
  width: 100%;
}
.yt .inner iframe {
  width: 100%;
  height: 100%;
}

.icon_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon_flex .bgttl {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .icon_flex {
    display: block;
  }
  .icon_flex .icon {
    display: none;
  }
  .icon_flex .bgttl {
    margin-right: 0;
  }
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

@media screen and (max-width: 768px) {
  .fs27 {
    font-size: 2.5rem !important;
  }
  .fs24 {
    font-size: 2rem !important;
  }
  .fs23 {
    font-size: 1.9rem !important;
  }
  .fs21 {
    font-size: 1.7rem !important;
  }
  .fs15 {
    font-size: 1.4rem !important;
  }
  .fs13 {
    font-size: 1.1rem !important;
  }
}
.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 100px;
}
.wp-pagenavi .pages, .wp-pagenavi .last, .wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .prevpostslink {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 10px;
  margin: 0 8px;
}
.wp-pagenavi .current {
  background: #f9f3c1;
  color: #ff9751;
}
.wp-pagenavi .page {
  color: #fff;
  background: #ff9751;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi .page:hover {
    background: #f9f3c1;
    color: #ff9751;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-pagenavi .page:hover {
    background: #f9f3c1;
    color: #ff9751;
  }
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .prevpostslink {
  position: relative;
  font-size: 0;
}
.wp-pagenavi .nextpostslink:before, .wp-pagenavi .prevpostslink:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff9751;
  border-right: 2px solid #ff9751;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}
.wp-pagenavi .prevpostslink:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .extend {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-bottom: 70px;
  }
}

.max940 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

article {
  padding-top: 86px;
}

/*
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
#header {
  padding: 20px 4.53vw 20px 20px;
  position: fixed;
  z-index: 3;
  width: 100%;
  background: #fff;
}
#header .inner {
  /*max-width: 1731px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .inner .logo {
  margin: 0;
}
#header .inner .logo a {
  display: inline-block;
  line-height: 0;
}
#header .inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 352px);
  /*.search {
      line-height: 0;
  }*/
}
#header .inner .right .mnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
#header .inner .right .mnav li {
  margin-right: 40px;
}
#header .inner .right .mnav li a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#header .inner .right .mnav li a span {
  display: block;
  color: #b7b0ac;
  letter-spacing: 0.18em;
  font-size: 1rem;
  font-weight: 500;
}
#header .inner .right .fsiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4d4d4d;
  color: #fff;
  padding: 8px 16px 8px 28px;
  border-radius: 50px;
  margin-right: 20px;
}
#header .inner .right .fsiz span {
  font-size: 1.8rem;
  font-weight: 500;
}
#header .inner .right .fsiz button {
  display: block;
  line-height: 0;
}
#header .inner .right .search {
  max-width: 330px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .inner .right .search input {
  width: 278px;
  display: block;
  border: 2px solid #1a1a1a;
  border-radius: 50px;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 6px 20px;
}
#header .inner .right .search button {
  padding: 0;
  margin: 0;
  line-height: 0;
}
#header .inner .right .spmenu {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
#header .inner .right .spmenu span {
  display: block;
  width: 30px;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  left: 0;
  right: 0;
}
#header .inner .right .spmenu span:first-child {
  top: 0;
}
#header .inner .right .spmenu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#header .inner .right .spmenu span:last-child {
  bottom: 0;
}
#header .inner .right .spmenu.active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}
#header .inner .right .spmenu.active span:nth-child(2) {
  display: none;
}
#header .inner .right .spmenu.active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  #header {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (min-width: 1001px) {
  #header {
    /*padding: 20px 4.53vw 20px 20px;*/
  }
  #header .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .inner .logo {
    max-width: 205px;
  }
  #header .inner .right {
    width: 100%;
    /*flex-wrap: wrap;
    .mnav {
        order: 2;
    }
    .search {
        max-width: 100%;
        width: 100%;
        margin: 0 0 15px;
        justify-content:flex-end;
        input {
            margin-right: 10px;
        }
    }*/
  }
  #header .inner .right .search {
    max-width: 242px;
  }
  #header .inner .right .search input {
    width: 190px;
  }
}
@media screen and (max-width: 1280px) {
  #header .inner {
    /*.logo {
        width: 200px;
    }*/
  }
  #header .inner .right {
    /*.search {
        width: 25px;
    }*/
  }
  #header .inner .right .mnav {
    margin: 0;
  }
  #header .inner .right .mnav li {
    margin-right: 15px;
  }
  #header .inner .right .fsiz {
    padding: 8px 11px 8px 21px;
  }
  #header .inner .right .fsiz span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    padding: 25px 20px 15px;
  }
  #header .inner .logo {
    width: 180px;
  }
  #header .inner .right {
    width: auto;
  }
  #header .inner .right .mnav, #header .inner .right .fsiz, #header .inner .right .search {
    display: none;
  }
  #header .inner .right .spmenu {
    display: block;
  }
}

.fix_side {
  position: fixed;
  top: 190px;
  left: 0;
}
.fix_side li {
  margin-bottom: 17px;
}
.fix_side li:not(.banner) a {
  display: block;
  color: #fff;
  position: relative;
  height: 100px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 66px;
  line-height: 1.208;
}
.fix_side li:not(.banner) a span {
  position: relative;
  z-index: 2;
}
.fix_side li:not(.banner) a:before, .fix_side li:not(.banner) a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.fix_side li:not(.banner) a:after {
  background-size: 32px !important;
  width: 32px;
  height: 32px;
  right: 20px;
  margin: auto 0;
}
.fix_side li:not(.banner) a:before {
  background-size: 198px !important;
  width: 198px;
  height: 100px;
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .fix_side li:not(.banner) a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_side li:not(.banner) a:hover {
    opacity: 0.7;
  }
}
.fix_side li:not(.banner):first-child a {
  background: #fd5462;
}
.fix_side li:not(.banner):first-child a:before {
  background: url(../img/common/nav01.webp) no-repeat;
}
.fix_side li:not(.banner):first-child a:after {
  background: url(../img/common/nav01_arrow.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(2) a {
  background: #3ab483;
}
.fix_side li:not(.banner):nth-child(2) a:before {
  background: url(../img/common/nav02.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(2) a:after {
  background: url(../img/common/nav02_arrow.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(3) a {
  background: #58bde0;
}
.fix_side li:not(.banner):nth-child(3) a:before {
  background: url(../img/common/nav03.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(3) a:after {
  background: url(../img/common/nav03_arrow.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(4) a {
  background: #9c72cd;
}
.fix_side li:not(.banner):nth-child(4) a:before {
  background: url(../img/common/nav04.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(4) a:after {
  background: url(../img/common/nav04_arrow.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(5) a {
  background: #c1a740;
}
.fix_side li:not(.banner):nth-child(5) a:before {
  background: url(../img/common/nav05.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(5) a:after {
  background: url(../img/common/nav05_arrow.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(6) a {
  background: #93a73d;
}
.fix_side li:not(.banner):nth-child(6) a:before {
  background: url(../img/common/nav06.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(6) a:after {
  background: url(../img/common/nav06_arrow.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(7) a {
  background: #847d64;
}
.fix_side li:not(.banner):nth-child(7) a:before {
  background: url(../img/common/nav07.webp) no-repeat;
}
.fix_side li:not(.banner):nth-child(7) a:after {
  background: url(../img/common/nav07_arrow.webp) no-repeat;
}
@media screen and (max-width: 1000px) {
  .fix_side {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .fix_side {
    top: 86px;
  }
  .fix_side li {
    margin-bottom: 10px;
  }
  .fix_side li:not(.banner) a {
    padding-left: 20px;
    height: 65px;
    font-size: 1.8rem;
    width: 260px;
  }
  .fix_side li:not(.banner) a:before {
    height: 65px;
  }
  .fix_side li.banner {
    max-width: 260px;
  }
}

.fix_sp {
  position: fixed;
  top: 83px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #4d4d4d;
  color: #fff;
  overflow: auto;
  display: none;
}
.fix_sp .mnav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.fix_sp .mnav li a {
  display: block;
  font-size: 1.4rem;
  padding: 15px 20px;
  position: relative;
}
.fix_sp .mnav li a span {
  font-size: 2.4rem;
  margin-right: 15px;
}
.fix_sp .mnav li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fix_sp .snav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.fix_sp .snav li {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.fix_sp .snav li a {
  display: block;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
.fix_sp .snav li:nth-child(2n) {
  border-right: none;
}
.fix_sp .snav li.wid, .fix_sp .snav li.banner {
  width: 100%;
  border-right: none;
}
.fix_sp .snav li.banner {
  border-bottom: none;
  margin-top: 20px;
}

/*
------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------
*/
#footer {
  position: relative;
  z-index: 3;
  margin-left: 288px;
  width: calc(100% - 288px);
}
#footer .top {
  background: #4d4d4d;
  color: #fff;
  padding: 30px 30px 40px;
}
#footer .top .inner {
  /*max-width: 1344px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
}
#footer .top .inner .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#footer .top .inner .sitemap ul {
  margin-right: 45px;
}
@media (hover: hover) and (pointer: fine) {
  #footer .top .inner .sitemap ul li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #footer .top .inner .sitemap ul li a:hover {
    text-decoration: underline;
  }
}
#footer .top .inner .sitemap ul:last-child {
  margin-right: 0;
}
#footer .top .inner .sitemap ul.ttl {
  margin-right: 20px;
  font-size: 1.4rem;
}
#footer .top .inner .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin-right: 40px;
}
#footer .top .inner .contact dt {
  margin-right: 20px;
}
#footer .top .inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .top .inner .sns li {
  margin-right: 40px;
}
#footer .top .inner .sns li a {
  display: block;
  line-height: 0;
}
#footer .top .inner .sns li:last-child {
  margin-right: 0;
}
#footer small {
  display: block;
  text-align: right;
  padding: 20px;
}
@media screen and (min-width: 1281px) {
  #footer .top, #footer small {
    padding-right: 4.53vw;
  }
}
@media screen and (max-width: 1000px) {
  #footer {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0 20px;
  }
  #footer .top {
    padding-top: 81px;
    border-radius: 15px;
  }
  #footer .top .inner {
    display: block;
    position: relative;
  }
  #footer .top .inner .sitemap {
    display: none;
  }
  #footer .top .inner .sns {
    position: absolute;
    top: -50px;
    right: 0;
  }
  #footer .top .inner .contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  #footer small {
    font-size: 1.4rem;
    text-align: center;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/
#top {
  overflow: hidden;
}
#top .mv {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 50px;
}
#top .mv .slick-slide {
  /*margin-right: 20px;*/
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
  /*width: 53.65vw;*/
}
#top .mv .slick-slide img {
  width: 100%;
}
#top .mv .slick-dots {
  bottom: 11px;
  right: 20px;
  z-index: 2;
  width: auto;
  background: #4d4d4d;
  line-height: 0;
  padding: 7.5px 25px;
  border-radius: 30px;
}
#top .mv .slick-dots li {
  width: auto;
  height: auto;
  aspect-ratio: 1030/800;
}
#top .mv .slick-dots li button {
  border: 1px solid #fff;
  background: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top .mv .slick-dots li button:before {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  #top .mv .slick-dots li button:hover {
    background: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #top .mv .slick-dots li button:hover {
    background: #fff;
  }
}
#top .mv .slick-dots li.slick-active button {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #top .mv .slick-slide {
    margin: 0;
  }
}
#top .lead {
  margin-bottom: 60px;
}
#top .lead h1 {
  color: #ff9751;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
#top .lead h1 + p {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 85px;
}
#top .lead .info_block {
  background: #f9f3c1;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 23px 34px 50px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
#top .lead .info_block .title {
  text-align: center;
  margin-right: 55px;
  min-width: 170px;
}
#top .lead .info_block .title .img {
  line-height: 0;
  margin-bottom: 10px;
}
#top .lead .info_block .title h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ff9751;
  line-height: 1.4;
  margin-bottom: 10px;
}
#top .lead .info_block .title h2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
#top .lead .info_block .title .link a {
  display: block;
  background: #ff9751;
  color: #fff;
  position: relative;
  padding: 8.5px 50px 8.5px 23px;
  border-radius: 24px;
  font-size: 1.6rem;
}
#top .lead .info_block .title .link a:after {
  content: "";
  display: block;
  background: url(../img/common/arrow_orange.webp) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
}
#top .lead .info_block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.9rem;
  padding-right: 220px;
}
#top .lead .info_block dl dt {
  padding-right: 40px;
  border-bottom: 1px dashed #3ab483;
  padding: 14px 0;
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top .lead .info_block dl dt span:first-child {
  color: #ff9751;
  width: 134px;
  display: block;
}
#top .lead .info_block dl dd {
  border-bottom: 1px dashed #3ab483;
  padding: 14px 0;
  width: calc(100% - 255px);
}
#top .lead .info_block .right {
  position: absolute;
  top: -52px;
  bottom: 0;
  right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  #top .lead .info_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top .lead .info_block .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 0;
  }
  #top .lead .info_block .title .img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  #top .lead .info_block .title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  #top .lead .info_block .title h2 span {
    margin-left: 15px;
  }
  #top .lead .info_block .title .link {
    position: absolute;
    top: 0;
    right: 0;
  }
  #top .lead .info_block dl {
    display: block;
    width: 100%;
  }
  #top .lead .info_block dl dt, #top .lead .info_block dl dd {
    width: 100%;
  }
  #top .lead .info_block dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  #top .lead .info_block dl dd {
    padding-top: 0;
  }
  #top .lead .info_block .right {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .lead {
    margin-bottom: 75px;
  }
  #top .lead h1 {
    font-size: 2.4rem;
  }
  #top .lead h1 + p {
    font-size: 1.7rem;
    margin-bottom: 55px;
  }
  #top .lead .info_block {
    padding: 40px 20px;
    display: block;
    border-radius: 15px;
    margin-bottom: 50px;
  }
  #top .lead .info_block .title {
    display: block;
    margin: 0 0 20px;
  }
  #top .lead .info_block .title .img {
    margin: 0 0 10px;
  }
  #top .lead .info_block .title h2 {
    display: block;
    margin: 0 0 15px;
  }
  #top .lead .info_block .title .link {
    position: static;
  }
  #top .lead .info_block dl {
    padding: 0;
    font-size: 1.7rem;
    margin: 0;
  }
  #top .lead .info_block .right {
    position: static;
    text-align: center;
    display: block;
    display: none;
  }
}
#top .bdrttl {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
#top .bdrttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#top .bdrttl span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  font-size: 3.4rem;
  font-weight: 700;
  color: #4d4d4d;
  padding: 0 23px;
  line-height: 1.4;
}
#top .bdrttl span:before {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  #top .bdrttl {
    margin-bottom: 30px;
  }
  #top .bdrttl span {
    font-size: 2.8rem;
  }
}
#top .business_nav {
  margin-bottom: 100px;
}
#top .business_nav .flex {
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  #top .business_nav .flex {
    margin-bottom: 50px;
  }
}
#top .acceccblock {
  margin-bottom: 85px;
}
#top .acceccblock .bdrttl span {
  padding-right: 84px !important;
}
#top .acceccblock .bdrttl span:before {
  background: url(../img/top/access_icon.webp) no-repeat;
  background-size: 44px;
  width: 44px;
  height: 62px;
  left: auto;
  right: 23px;
}
#top .acceccblock .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
#top .acceccblock .flex .iframe {
  aspect-ratio: 780/416;
  width: 68.54%;
  margin-right: 3.51%;
  line-height: 0;
}
#top .acceccblock .flex .iframe iframe {
  width: 100%;
  height: 100%;
}
#top .acceccblock .flex .txt {
  width: 27.95%;
  text-align: left;
  color: #4d4d4d;
  font-weight: 700;
  font-size: 1.9rem;
}
#top .acceccblock .flex .txt .img {
  margin-top: 45px;
}
#top .acceccblock .flex .txt .img img {
  width: 100%;
  max-width: 180px;
}
#top .acceccblock .flex .txt p {
  margin-bottom: 30px;
}
#top .acceccblock .flex .txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  #top .acceccblock .flex {
    display: block;
  }
  #top .acceccblock .flex .iframe, #top .acceccblock .flex .txt {
    width: 100%;
  }
  #top .acceccblock .flex .iframe {
    margin: 0 0 20px;
  }
  #top .acceccblock .flex .txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top .acceccblock {
    margin-bottom: 60px;
  }
  #top .acceccblock .bdrttl span {
    padding-right: 74px !important;
  }
  #top .acceccblock .bdrttl span:before {
    background-size: 38px !important;
    width: 38px;
    height: 50px;
  }
  #top .acceccblock .flex {
    margin-bottom: 50px;
  }
  #top .acceccblock .flex .txt {
    font-size: 1.7rem;
  }
  #top .acceccblock .flex .txt .img {
    display: none;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
info
------------------------------------------------------------------------------------------------------------------------
*/
#info .contents h1 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 25px;
}
#info .contents h1 span {
  display: block;
  color: #ff9751;
  letter-spacing: 0.2em;
}
#info .contents h1 span:first-child {
  line-height: 0;
  margin-bottom: 10px;
}
#info .contents h1 span:nth-child(2) {
  font-size: 4.5rem;
}
#info .contents h1 span:last-child {
  font-size: 2.5rem;
  font-weight: 500;
}
#info .contents .mdttl {
  text-align: center;
  margin-bottom: -33px;
}
#info .contents .mdttl span {
  display: inline-block;
  background: url(../img/common/orange_mttl.webp) repeat-x;
  background-size: 68px;
  background-position: center;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  padding: 11.5px 0;
  max-width: 650px;
  width: 100%;
  position: relative;
}
#info .contents .mdttl span:before, #info .contents .mdttl span:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  width: 63px;
  height: 21px;
  background-size: 63px !important;
}
#info .contents .mdttl span:before {
  background: url(../img/common/orange_mttl_left.webp) no-repeat;
  left: 0;
}
#info .contents .mdttl span:after {
  background: url(../img/common/orange_mttl_right.webp) no-repeat;
  right: 0;
}
#info .contents .news_block {
  background: #f9f3c1;
  padding: 105px 20px 65px;
  border-radius: 30px;
  margin-bottom: 115px;
}
#info .contents .news_block .news_dl {
  text-align: center;
  max-width: 1235px;
  margin: 0 auto;
}
#info .contents .news_block .news_dl .bgttl .tinner {
  background: #ff9751;
  font-size: 2.445rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}
#info .contents .news_block .news_dl .bgttl .tinner:after {
  background: url(../img/common/orange_sttl02.png) no-repeat;
}
#info .contents .news_block .news_dl dd {
  font-weight: 700;
  color: #ff9751;
  font-size: 2.4rem;
  margin-bottom: 55px;
  padding-bottom: 35px;
  background: url(../img/common/orange_bdr.png) repeat-x;
  background-size: 1235px;
  background-position: bottom left;
}
#info .contents .news_block .news_dl dd .link {
  display: inline-block;
  color: #fff;
  background: #ff9751;
  letter-spacing: 0.2em;
  font-size: 2.5rem;
  line-height: 1.5;
  padding: 2px 12px 2px 56px;
  position: relative;
  margin: 15px 0;
}
#info .contents .news_block .news_dl dd .link:before, #info .contents .news_block .news_dl dd .link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
#info .contents .news_block .news_dl dd .link:before {
  left: 20px;
  background: url(../img/common/link_icon.png) no-repeat;
  background-position: center;
  background-size: 23.0645px;
  width: 23.0645px;
  height: 16.2316px;
}
#info .contents .news_block .news_dl dd .link:after {
  left: calc(100% - 1px);
  background: url(../img/common/orange_dlink.webp) no-repeat;
  background-position: center;
  background-size: 35.5px;
  width: 35.5px;
  height: 42px;
}
@media (hover: hover) and (pointer: fine) {
  #info .contents .news_block .news_dl dd .link:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #info .contents .news_block .news_dl dd .link:hover {
    opacity: 0.7;
  }
}
#info .contents .news_block .news_dl dd:last-child {
  background: none;
}
#info .contents .news_block .dlink {
  text-align: center;
}
#info .contents .news_block .dlink a {
  background: #fff;
  color: #ff9751;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  padding: 8px 18px 8px 56px;
  position: relative;
}
#info .contents .news_block .dlink a:before, #info .contents .news_block .dlink a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#info .contents .news_block .dlink a:before {
  background: url(../img/common/orange_link_icon.webp) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 17px;
  left: 18px;
}
#info .contents .news_block .dlink a:after {
  background: url(../img/common/white_dlink.webp) no-repeat;
  background-size: 35.5px;
  width: 35.5px;
  height: 42px;
  left: calc(100% - 1px);
}
@media (hover: hover) and (pointer: fine) {
  #info .contents .news_block .dlink a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #info .contents .news_block .dlink a:hover {
    opacity: 0.7;
  }
}
#info .contents .news_block.search .list {
  max-width: 1235px;
  margin: 0 auto;
}
#info .contents .news_block.search .list li {
  line-height: 1.5;
  padding: 30px 0 40px;
  background: url(../img/common/orange_bdr.png) repeat-x;
  background-size: 1235px;
  background-position: bottom left;
}
#info .contents .news_block.search .list li .ttl {
  color: #ff9751;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 0;
}
#info .contents .news_block.search .list li .url {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #info .contents .news_block.search .list li .url:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #info .contents .news_block.search .list li .url:hover {
    text-decoration: none;
  }
}
#info .contents .news_block.search .list li:first-child {
  padding-top: 0;
}
#info .contents .news_block.search .list li:last-child {
  background: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #info .contents h1 {
    margin-bottom: 40px;
  }
  #info .contents h1 span:first-child {
    width: 40px;
    margin: 0 auto 10px;
  }
  #info .contents h1 span:nth-child(2) {
    font-size: 3rem;
  }
  #info .contents h1 span:nth-child(3) {
    font-size: 2rem;
  }
  #info .contents .mdttl {
    padding: 0 20px;
  }
  #info .contents .mdttl span {
    font-size: 2.4rem;
  }
  #info .contents .news_block {
    padding: 85px 20px 65px;
    margin-bottom: 70px;
  }
  #info .contents .news_block .news_dl .bgttl {
    margin-bottom: 10px;
  }
  #info .contents .news_block .news_dl dd {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
  #info .contents .news_block .news_dl dd .link {
    font-size: 2rem;
    padding: 6px 12px 6px 56px;
    margin-right: 20px;
  }
  #info .contents .news_block .news_dl dd:last-child {
    margin-bottom: 0;
  }
  #info .contents .news_block .dlink {
    padding: 0 20px 0 0;
  }
  #info .contents .news_block .dlink a {
    font-size: 1.7rem;
    letter-spacing: 0;
    padding: 11px 18px 11px 56px;
  }
}
#info.past .contents h1 {
  margin-bottom: 65px;
}
#info.past .contents h1 span:nth-child(2) {
  display: none;
}
#info.past .contents .news_block .news_dl dd {
  color: #1a1a1a;
  font-weight: 500;
}
#info.past .contents .news_block .news_dl dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #info.past .contents h1 {
    margin-bottom: 45px;
  }
  #info.past .contents .news_block .news_dl dd:last-child {
    padding-bottom: 0;
  }
}
#info.detail .txtwrap {
  margin-bottom: 70px;
  padding: 80px 5.89vw 70px;
  position: relative;
  border-radius: 30px;
  margin-top: 70px;
  background: #f9f3c1;
}
#info.detail .txtwrap .info_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff9751;
  margin-bottom: 30px;
}
#info.detail .txtwrap h3, #info.detail .txtwrap h4, #info.detail .txtwrap h5, #info.detail .txtwrap h6 {
  color: #ff9751;
  margin-top: 60px;
  font-size: 2rem;
  margin-bottom: 5px;
}
#info.detail .txtwrap p {
  margin-bottom: 30px;
}
#info.detail .txtwrap p a {
  color: #3366ff;
  text-decoration: underline;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  #info.detail .txtwrap p a:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #info.detail .txtwrap p a:hover {
    text-decoration: none;
  }
}
#info.detail .txtwrap p:last-child {
  margin-bottom: 0;
}
#info.detail .txtwrap ul {
  margin-bottom: 30px;
}
#info.detail .txtwrap ul li {
  list-style-type: disc;
  margin: 0 0 0 17px;
}
#info.detail .txtwrap ul:last-child {
  margin-bottom: 0;
}
#info.detail .txtwrap ol {
  margin-bottom: 30px;
}
#info.detail .txtwrap ol li {
  list-style-type: decimal;
  margin: 0 0 0 17px;
}
#info.detail .txtwrap ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #info.detail .txtwrap .txtwrap {
    padding: 55px 5.89vw 70px;
  }
}
#info.detail .sns {
  text-align: center;
  margin-bottom: 50px;
}
#info.detail .btn {
  text-align: center;
  margin-bottom: 100px;
}
#info.detail .btn a {
  display: inline-block;
  background: #ff9751;
  color: #fff;
  font-weight: 700;
  padding: 10px 40px 10px 20px;
  border-radius: 6px;
  position: relative;
}
#info.detail .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
------------------------------------------------------------------------------------------------------------------------
business
------------------------------------------------------------------------------------------------------------------------
*/
#business .business_nav {
  margin-top: 50px;
}
#business .kv {
  margin-bottom: 90px;
}
#business .contents {
  margin-bottom: 100px;
}
#business .contents h1 {
  text-align: center;
  font-weight: 700;
  font-size: 4.7rem;
  margin-bottom: 30px;
}
#business .contents .page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 105px;
}
#business .contents .page_link li {
  margin: 0 15px;
  min-width: 14.92%;
}
#business .contents .page_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 5.5px solid;
  border-radius: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.542;
  padding: 20px 10px;
  color: #fff;
  background-size: cover !important;
  background-position: center !important;
}
#business .contents .mdttl {
  text-align: center;
  margin-bottom: 60px;
}
#business .contents .mdttl span {
  display: inline-block;
  background-size: 68px !important;
  background-position: center !important;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  padding: 11.5px 5.21vw;
  position: relative;
}
#business .contents .mdttl span:before, #business .contents .mdttl span:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  width: 63px;
  height: 21px;
  background-size: 63px !important;
}
#business .txtwrap {
  padding: 80px 5.89vw 70px;
  position: relative;
  border-radius: 30px;
  margin-top: 70px;
}
#business .txtwrap .leadblock {
  position: relative;
}
#business .txtwrap .leadblock:first-child .bgttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -111px;
}
#business .txtwrap p + .attl {
  margin-top: 60px;
}
#business .txtwrap .max970 {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#business.index .bdrttl {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
#business.index .bdrttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#business.index .bdrttl span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  font-size: 3.4rem;
  font-weight: 700;
  color: #4d4d4d;
  padding: 0 23px;
  line-height: 1.4;
}
#business.index .bdrttl span:before {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  #business.index .bdrttl {
    margin-bottom: 30px;
  }
  #business.index .bdrttl span {
    font-size: 2.8rem;
  }
}
#business.index .business_nav {
  margin-bottom: 30px;
}
#business.volunteer .contents h1 {
  color: #3ab483;
}
#business.volunteer .contents .page_link li a {
  background: url(../img/business/pnav_green_off.png) no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  #business.volunteer .contents .page_link li a:hover {
    background: url(../img/business/pnav_green_on.png) no-repeat;
    color: #3ab483;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #business.volunteer .contents .page_link li a:hover {
    background: url(../img/business/pnav_green_on.png) no-repeat;
    color: #3ab483;
  }
}
#business.volunteer .contents .page_link li.active a {
  background: url(../img/business/pnav_green_on.png) no-repeat;
  color: #3ab483;
}
#business.volunteer .contents .mdttl span {
  background: url(../img/common/green_mttl.webp) repeat-x;
  line-height: 1.3;
}
#business.volunteer .contents .mdttl span:before {
  background: url(../img/common/green_mttl_left.webp) no-repeat;
  left: 0;
}
#business.volunteer .contents .mdttl span:after {
  background: url(../img/common/green_mttl_right.webp) no-repeat;
  right: 0;
}
#business.volunteer .txtwrap {
  background: #ecf4e3;
}
#business.volunteer .txtwrap .bgttl .tinner {
  background: #3ab483;
}
#business.volunteer .txtwrap .bgttl .tinner:after {
  background: url(../img/common/green_sttl.webp) no-repeat;
}
#business.volunteer .txtwrap .leadblock h4 {
  color: #3ab483;
}
#business.volunteer .txtwrap .txtblock h4 {
  color: #3ab483;
}
#business.volunteer .txtwrap .numdl dt, #business.volunteer .txtwrap .numdl_hr dl dt {
  border-color: #3ab483;
  color: #3ab483;
}
#business.volunteer .txtwrap .numlist li {
  border-color: #3ab483;
  color: #3ab483;
}
#business.volunteer .txtwrap .mail {
  color: #3ab483;
}
#business.volunteer .txtwrap .slink a {
  color: #3ab483;
}
#business.volunteer .txtwrap .slink_list li a {
  color: #3ab483;
}
#business.volunteer .txtwrap .link_dl dd a {
  color: #3ab483;
}
#business.volunteer .txtwrap .table_wrap table {
  border-color: #3ab483;
}
#business.volunteer .txtwrap .table_wrap table tr td {
  color: #3ab483;
  border-color: #3ab483;
}
#business.volunteer .txtwrap .table_wrap table tr:first-child th {
  border-top-color: #3ab483;
  background: #3ab483;
}
#business.volunteer .txtwrap .flex_txt dl dt {
  color: #3ab483;
}
#business.volunteer .txtwrap .flex_list {
  color: #3ab483;
}
#business.volunteer .txtwrap hr {
  background: url(../img/business/bdr.png) repeat-x;
}
#business.volunteer .txtwrap .catch {
  color: #3ab483;
  font-weight: 700;
}
#business.volunteer .txtwrap .ab_link a {
  background: #3ab483;
}
#business.volunteer .txtwrap .ab_link a:after {
  background: url(../img/business/green_ttl.png) no-repeat;
}
#business.volunteer .txtwrap .link_dl dt {
  background: #3ab483;
}
#business.volunteer .txtwrap .link_dl dt:after {
  background: url(../img/business/green_ttl.png) no-repeat;
}
#business.volunteer .txtwrap .tdl dt {
  color: #3ab483;
  border-color: #3ab483;
}
#business.volunteer .v_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1247px;
}
#business.volunteer .v_contact .banner {
  width: 55.67%;
  margin: 0 4.3% 0 0;
}
#business.volunteer .v_contact .banner a {
  display: block;
  line-height: 0;
}
#business.volunteer .v_contact .txt {
  width: 40.03;
  color: #ee6e57;
  font-weight: 700;
  font-size: 2.841rem;
}
#business.volunteer .v_contact .txt h3 {
  margin-bottom: 10px;
}
#business.volunteer .v_contact .txt h3 span, #business.volunteer .v_contact .txt h3 img {
  vertical-align: middle;
}
#business.volunteer .v_contact .txt h3 img {
  margin-right: 10px;
}
#business.volunteer .v_contact .txt h3 span {
  font-size: 2.435rem;
}
#business.senior .contents h1 {
  color: #58bde0;
}
#business.senior .contents .page_link li {
  margin: 0 20px 0 0;
}
#business.senior .contents .page_link li a {
  background: url(../img/business/pnav_rblue_off.webp) no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  #business.senior .contents .page_link li a:hover {
    background: url(../img/business/pnav_rblue_on.webp) no-repeat;
    color: #58bde0;
    border-color: #58bde0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #business.senior .contents .page_link li a:hover {
    background: url(../img/business/pnav_rblue_on.webp) no-repeat;
    color: #58bde0;
    border-color: #58bde0;
  }
}
#business.senior .contents .page_link li:last-child {
  margin: 0;
}
#business.senior .contents .page_link li.active a {
  background: url(../img/business/pnav_rblue_on.webp) no-repeat;
  color: #58bde0;
  border-color: #58bde0;
}
#business.senior .contents .mdttl span {
  background: url(../img/common/rblue_mttl.webp) repeat-x;
  line-height: 1.3;
}
#business.senior .contents .mdttl span:before {
  background: url(../img/common/rblue_mttl_left.webp) no-repeat;
  left: 0;
}
#business.senior .contents .mdttl span:after {
  background: url(../img/common/rblue_mttl_right.webp) no-repeat;
  right: 0;
}
#business.senior .txtwrap {
  background: #eaf6fd;
}
#business.senior .txtwrap .bgttl .tinner {
  background: #58bde0;
}
#business.senior .txtwrap .bgttl .tinner:after {
  background: url(../img/common/rblue_sttl.webp) no-repeat;
}
#business.senior .txtwrap .leadblock h4 {
  color: #58bde0;
}
#business.senior .txtwrap .leadblock.bdr {
  background: url(../img/common/rblue_bdr.webp) repeat-x;
  background-size: 1233px;
  background-position: bottom left;
}
#business.senior .txtwrap .txtblock h4 {
  color: #58bde0;
}
#business.senior .txtwrap .txtblock.bdr {
  background: url(../img/common/rblue_bdr.webp) repeat-x;
  background-size: 1233px;
  background-position: bottom left;
}
#business.senior .txtwrap .numdl dt, #business.senior .txtwrap .numdl_hr dl dt {
  border-color: #58bde0;
  color: #58bde0;
}
#business.senior .txtwrap .numlist li {
  border-color: #58bde0;
  color: #58bde0;
}
#business.senior .txtwrap .mail {
  color: #58bde0;
}
#business.senior .txtwrap .mail:before {
  width: 33.8953px;
  height: 22.8562px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%2358bde0%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.1%20.6%202.9%20.6%2017.5%2010.4%2032.1%20.6%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C13.1c-.2.1-.5.2-.7.2s-.5%2C0-.7-.2L.6%2C2.2v21.3h33.9V2.2l-16.2%2C10.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
#business.senior .txtwrap .slink a {
  color: #58bde0;
}
#business.senior .txtwrap .slink_list li a {
  color: #58bde0;
}
#business.senior .txtwrap .slink_list.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
#business.senior .txtwrap .slink_list.right li {
  margin-right: 30px;
}
#business.senior .txtwrap .slink_list.right li:last-child {
  margin-right: 0;
}
#business.senior .txtwrap .slink_list.ags {
  max-width: 1150px;
  margin: 0 auto;
}
#business.senior .txtwrap .slink_list.ags li {
  width: 48%;
  text-align: left;
}
#business.senior .txtwrap .link_dl dd a {
  color: #58bde0;
}
#business.senior .txtwrap .table_wrap table {
  border-color: #58bde0;
}
#business.senior .txtwrap .table_wrap table tr td {
  color: #58bde0;
  border-color: #58bde0;
}
#business.senior .txtwrap .table_wrap table tr:first-child th {
  border-top-color: #58bde0;
  background: #58bde0;
}
#business.senior .txtwrap .flex_txt dl dt {
  color: #58bde0;
}
#business.senior .txtwrap .flex_txt.platform_list {
  max-width: 1010px;
  margin: 0 auto;
}
#business.senior .txtwrap .flex_txt.platform_list dt {
  margin-bottom: 15px;
}
#business.senior .txtwrap .flex_txt.platform_list dd {
  color: #58bde0;
  font-size: 1.4rem;
}
#business.senior .txtwrap .flex_list {
  color: #58bde0;
}
#business.senior .txtwrap hr {
  background: url(../img/common/rblue_bdr.webp) repeat-x;
}
#business.senior .txtwrap .catch {
  color: #58bde0;
  font-weight: 700;
}
#business.senior .txtwrap .ab_link a {
  background: #58bde0;
}
#business.senior .txtwrap .ab_link a:after {
  background: url(../img/business/rblue_ttl.png) no-repeat;
}
#business.senior .txtwrap .link_dl dt {
  background: #58bde0;
}
#business.senior .txtwrap .link_dl dt:after {
  background: url(../img/business/rblue_ttl.png) no-repeat;
}
#business.senior .txtwrap .tdl dt {
  color: #58bde0;
  border-color: #58bde0;
}
#business.senior .txtwrap .itblock.platform {
  max-width: 1035px;
  margin: 0 auto;
}
#business.senior .txtwrap .itblock.platform .img {
  width: 225px;
}
#business.senior .txtwrap .itblock.platform .txt {
  width: calc(100% - 255px);
}
#business.senior .txtwrap .platform_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 45px;
}
#business.senior .txtwrap .platform_ttl:after {
  content: "";
  display: block;
  background: url(../img/business/platform_icon.webp) no-repeat;
  background-size: 100%;
  width: 92.5px;
  height: 87px;
}
#business.senior .txtwrap .pamphlet_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
#business.senior .txtwrap .pamphlet_ttl:before {
  content: "";
  display: block;
  background: url(../img/business/pamphlet_icon.webp) no-repeat;
  background-size: 100%;
  width: 79.5px;
  height: 84px;
}
#business.senior .txtwrap h4.cp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -25px;
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}
#business.senior .txtwrap h4.cp:after {
  content: "";
  display: block;
  background: url(../img/business/platform_icon02.webp) no-repeat;
  background-size: 100%;
  width: 103.5px;
  height: 96px;
}
#business.senior .txtwrap .pamphlet_link {
  max-width: 940px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#business.senior .txtwrap .pamphlet_link .ttl {
  width: 350px;
  margin-right: 14px;
  margin-bottom: 20px;
}
#business.senior .txtwrap .pamphlet_link .slink {
  width: calc(100% - 364px);
  text-align: left;
  margin-bottom: 20px;
}
#business.senior .txtwrap .pamphlet_link .slink a {
  margin-right: 30px;
}
#business.senior .txtwrap .life_creation_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
#business.senior .txtwrap .life_creation_ttl:after {
  content: "";
  display: block;
  background: url(../img/business/senior02.webp) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 102px;
  margin-left: 15px;
}
#business.disability .contents h1 {
  color: #9c72cd;
}
#business.disability .contents .page_link li {
  margin: 0 20px 0 0;
}
#business.disability .contents .page_link li a {
  background: url(../img/business/pnav_purple_off.webp) no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  #business.disability .contents .page_link li a:hover {
    background: url(../img/business/pnav_purple_on.webp) no-repeat;
    color: #9c72cd;
    border-color: #9c72cd;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #business.disability .contents .page_link li a:hover {
    background: url(../img/business/pnav_purple_on.webp) no-repeat;
    color: #9c72cd;
    border-color: #9c72cd;
  }
}
#business.disability .contents .page_link li:last-child {
  margin: 0;
}
#business.disability .contents .page_link li.active a {
  background: url(../img/business/pnav_purple_on.webp) no-repeat;
  color: #9c72cd;
  border-color: #9c72cd;
}
#business.disability .contents .mdttl span {
  background: url(../img/common/purple_mttl.webp) repeat-x;
  line-height: 1.3;
}
#business.disability .contents .mdttl span:before {
  background: url(../img/common/purple_mttl_left.webp) no-repeat;
  left: 0;
}
#business.disability .contents .mdttl span:after {
  background: url(../img/common/purple_mttl_right.webp) no-repeat;
  right: 0;
}
#business.disability .txtwrap {
  background: #f2e2ee;
}
#business.disability .txtwrap .bgttl .tinner {
  background: #9c72cd;
}
#business.disability .txtwrap .bgttl .tinner:after {
  background: url(../img/common/purple_sttl.webp) no-repeat;
}
#business.disability .txtwrap .leadblock h4 {
  color: #9c72cd;
}
#business.disability .txtwrap .leadblock.bdr {
  background: url(../img/common/purple_bdr.webp) repeat-x;
  background-size: 1233px;
  background-position: bottom left;
}
#business.disability .txtwrap .txtblock h4 {
  color: #9c72cd;
}
#business.disability .txtwrap .txtblock.bdr {
  background: url(../img/common/purple_bdr.webp) repeat-x;
  background-size: 1233px;
  background-position: bottom left;
}
#business.disability .txtwrap .numdl dt, #business.disability .txtwrap .numdl_hr dl dt {
  border-color: #9c72cd;
  color: #9c72cd;
}
#business.disability .txtwrap .numlist li {
  border-color: #9c72cd;
  color: #9c72cd;
}
#business.disability .txtwrap .mail {
  color: #9c72cd;
}
#business.disability .txtwrap .mail:before {
  width: 33.8953px;
  height: 22.8562px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%239c72cd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.1%20.6%202.9%20.6%2017.5%2010.4%2032.1%20.6%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C13.1c-.2.1-.5.2-.7.2s-.5%2C0-.7-.2L.6%2C2.2v21.3h33.9V2.2l-16.2%2C10.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
#business.disability .txtwrap .slink a {
  color: #9c72cd;
}
#business.disability .txtwrap .slink_list li a {
  color: #9c72cd;
}
#business.disability .txtwrap .slink_list.ags {
  max-width: 1150px;
  margin: 0 auto;
}
#business.disability .txtwrap .slink_list.ags li {
  width: 48%;
  text-align: left;
}
#business.disability .txtwrap .link_dl dd a {
  color: #9c72cd;
}
#business.disability .txtwrap .table_wrap table {
  border-color: #9c72cd;
}
#business.disability .txtwrap .table_wrap table tr td {
  color: #9c72cd;
  border-color: #9c72cd;
}
#business.disability .txtwrap .table_wrap table tr:first-child th {
  border-top-color: #9c72cd;
  background: #9c72cd;
}
#business.disability .txtwrap .flex_txt dl dt {
  color: #9c72cd;
}
#business.disability .txtwrap .flex_list {
  color: #9c72cd;
}
#business.disability .txtwrap hr {
  background: url(../img/common/purple_bdr.webp) repeat-x;
}
#business.disability .txtwrap .catch {
  color: #9c72cd;
  font-weight: 700;
}
#business.disability .txtwrap .ab_link a {
  background: #9c72cd;
}
#business.disability .txtwrap .ab_link a:after {
  background: url(../img/business/purple_ttl.png) no-repeat;
}
#business.disability .txtwrap .link_dl dt {
  background: #9c72cd;
}
#business.disability .txtwrap .link_dl dt:after {
  background: url(../img/business/purple_ttl.png) no-repeat;
}
#business.disability .txtwrap .tdl dt {
  color: #9c72cd;
  border-color: #9c72cd;
}
#business.disability .txtwrap .pamphlet_link {
  max-width: 940px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#business.disability .txtwrap .pamphlet_link .ttl {
  width: 350px;
  margin-right: 14px;
  margin-bottom: 20px;
}
#business.disability .txtwrap .pamphlet_link .slink {
  width: calc(100% - 364px);
  text-align: left;
  margin-bottom: 20px;
}
#business.disability .txtwrap .pamphlet_link .slink a {
  margin-right: 30px;
}
#business.disability .txtwrap .life_creation_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
#business.disability .txtwrap .life_creation_ttl:after {
  content: "";
  display: block;
  background: url(../img/business/senior02.webp) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 102px;
  margin-left: 15px;
}
#business.disability .txtwrap .platform_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 45px;
}
#business.disability .txtwrap .platform_ttl:after {
  content: "";
  display: block;
  background: url(../img/business/platform_icon.webp) no-repeat;
  background-size: 100%;
  width: 92.5px;
  height: 87px;
}
#business.disability .txtwrap .pamphlet_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
#business.disability .txtwrap .pamphlet_ttl:before {
  content: "";
  display: block;
  background: url(../img/business/pamphlet_icon.webp) no-repeat;
  background-size: 100%;
  width: 79.5px;
  height: 84px;
}
#business.disability .txtwrap h4.cp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -25px;
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}
#business.disability .txtwrap h4.cp:after {
  content: "";
  display: block;
  background: url(../img/business/platform_icon02_pp.webp) no-repeat;
  background-size: 100%;
  width: 103.5px;
  height: 96px;
}
#business.money .contents h1 {
  color: #c1a740;
}
#business.money .contents .page_link li {
  margin: 0 20px 0 0;
}
#business.money .contents .page_link li a {
  background: url(../img/business/pnav_gold_off.webp) no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  #business.money .contents .page_link li a:hover {
    background: url(../img/business/pnav_gold_on.webp) no-repeat;
    color: #c1a740;
    border-color: #c1a740;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #business.money .contents .page_link li a:hover {
    background: url(../img/business/pnav_gold_on.webp) no-repeat;
    color: #c1a740;
    border-color: #c1a740;
  }
}
#business.money .contents .page_link li:last-child {
  margin: 0;
}
#business.money .contents .page_link li.active a {
  background: url(../img/business/pnav_gold_on.webp) no-repeat;
  color: #c1a740;
  border-color: #c1a740;
}
#business.money .contents .mdttl span {
  background: url(../img/common/gold_mttl.webp) repeat-x;
  line-height: 1.3;
}
#business.money .contents .mdttl span:before {
  background: url(../img/common/gold_mttl_left.webp) no-repeat;
  left: 0;
}
#business.money .contents .mdttl span:after {
  background: url(../img/common/gold_mttl_right.webp) no-repeat;
  right: 0;
}
#business.money .txtwrap {
  background: #fffeee;
}
#business.money .txtwrap .bgttl .tinner {
  background: #c1a740;
}
#business.money .txtwrap .bgttl .tinner:after {
  background: url(../img/common/gold_sttl.webp) no-repeat;
}
#business.money .txtwrap .leadblock h4 {
  color: #c1a740;
}
#business.money .txtwrap .leadblock.bdr {
  background: url(../img/common/gold_bdr.webp) repeat-x;
  background-size: 1233px;
  background-position: bottom left;
}
#business.money .txtwrap .txtblock h4 {
  color: #c1a740;
}
#business.money .txtwrap .txtblock.bdr {
  background: url(../img/common/gold_bdr.webp) repeat-x;
  background-size: 1233px;
  background-position: bottom left;
}
#business.money .txtwrap .numdl dt, #business.money .txtwrap .numdl_hr dl dt {
  border-color: #c1a740;
  color: #c1a740;
}
#business.money .txtwrap .numlist li {
  border-color: #c1a740;
  color: #c1a740;
}
#business.money .txtwrap .mail {
  color: #c1a740;
}
#business.money .txtwrap .mail:before {
  width: 33.8953px;
  height: 22.8562px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23c1a740%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.1%20.6%202.9%20.6%2017.5%2010.4%2032.1%20.6%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C13.1c-.2.1-.5.2-.7.2s-.5%2C0-.7-.2L.6%2C2.2v21.3h33.9V2.2l-16.2%2C10.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
#business.money .txtwrap .slink a {
  color: #c1a740;
}
#business.money .txtwrap .slink_list li a {
  color: #c1a740;
}
#business.money .txtwrap .slink_list.ags {
  max-width: 1150px;
  margin: 0 auto;
}
#business.money .txtwrap .slink_list.ags li {
  width: 48%;
  text-align: left;
}
#business.money .txtwrap .link_dl dd a {
  color: #c1a740;
}
#business.money .txtwrap .table_wrap table {
  border-color: #c1a740;
}
#business.money .txtwrap .table_wrap table tr td {
  color: #c1a740;
  border-color: #c1a740;
}
#business.money .txtwrap .table_wrap table tr:first-child th {
  border-top-color: #c1a740;
  background: #c1a740;
}
#business.money .txtwrap .flex_txt dl dt {
  color: #c1a740;
}
#business.money .txtwrap .flex_list {
  color: #c1a740;
}
#business.money .txtwrap hr {
  background: url(../img/common/gold_bdr.webp) repeat-x;
}
#business.money .txtwrap .catch {
  color: #c1a740;
  font-weight: 700;
}
#business.money .txtwrap .ab_link a {
  background: #c1a740;
}
#business.money .txtwrap .ab_link a:after {
  background: url(../img/business/gold_ttl.png) no-repeat;
}
#business.money .txtwrap .link_dl dt {
  background: #c1a740;
}
#business.money .txtwrap .link_dl dt:after {
  background: url(../img/business/gold_ttl.png) no-repeat;
}
#business.money .txtwrap .tdl dt {
  color: #c1a740;
  border-color: #c1a740;
}
#business.money .txtwrap .color {
  color: #c1a740;
}
#business.money .txtwrap .pamphlet_link {
  max-width: 940px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#business.money .txtwrap .pamphlet_link .ttl {
  width: 350px;
  margin-right: 14px;
  margin-bottom: 20px;
}
#business.money .txtwrap .pamphlet_link .slink {
  width: calc(100% - 364px);
  text-align: left;
  margin-bottom: 20px;
}
#business.money .txtwrap .pamphlet_link .slink a {
  margin-right: 30px;
}
#business.money .txtwrap .life_creation_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
#business.money .txtwrap .life_creation_ttl:after {
  content: "";
  display: block;
  background: url(../img/business/senior02.webp) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 102px;
  margin-left: 15px;
}
#business.money .txtwrap .platform_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 45px;
}
#business.money .txtwrap .platform_ttl:after {
  content: "";
  display: block;
  background: url(../img/business/platform_icon.webp) no-repeat;
  background-size: 100%;
  width: 92.5px;
  height: 87px;
}
#business.money .txtwrap .pamphlet_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
#business.money .txtwrap .pamphlet_ttl:before {
  content: "";
  display: block;
  background: url(../img/business/pamphlet_icon.webp) no-repeat;
  background-size: 100%;
  width: 79.5px;
  height: 84px;
}
#business.money .txtwrap h4.cp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -25px;
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}
#business.money .txtwrap h4.cp:after {
  content: "";
  display: block;
  background: url(../img/business/platform_icon02_gld.webp) no-repeat;
  background-size: 100%;
  width: 103.5px;
  height: 96px;
}
#business.children .contents h1 {
  color: #fd5462;
}
#business.children .contents .page_link li {
  margin: 0 20px 0 0;
}
#business.children .contents .page_link li a {
  background: url(../img/business/pnav_pink_off.webp) no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  #business.children .contents .page_link li a:hover {
    background: url(../img/business/pnav_pink_on.webp) no-repeat;
    color: #fd5462;
    border-color: #fd5462;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #business.children .contents .page_link li a:hover {
    background: url(../img/business/pnav_pink_on.webp) no-repeat;
    color: #fd5462;
    border-color: #fd5462;
  }
}
#business.children .contents .page_link li:last-child {
  margin: 0;
}
#business.children .contents .page_link li.active a {
  background: url(../img/business/pnav_pink_on.webp) no-repeat;
  color: #fd5462;
  border-color: #fd5462;
}
#business.children .contents .mdttl span {
  background: url(../img/common/pink_mttl.webp) repeat-x;
  line-height: 1.3;
}
#business.children .contents .mdttl span:before {
  background: url(../img/common/pink_mttl_left.webp) no-repeat;
  left: 0;
}
#business.children .contents .mdttl span:after {
  background: url(../img/common/pink_mttl_right.webp) no-repeat;
  right: 0;
}
#business.children .txtwrap {
  background: #fbe6ef;
}
#business.children .txtwrap .bgttl .tinner {
  background: #fd5462;
}
#business.children .txtwrap .bgttl .tinner:after {
  background: url(../img/common/pink_sttl.webp) no-repeat;
}
#business.children .txtwrap .bgttl.cp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#business.children .txtwrap .bgttl.cp:before {
  content: "";
  display: block;
  background: url(../img/business/platform_icon02_pnk.png) no-repeat;
  background-size: 100%;
  width: 103.5px;
  height: 96px;
  margin-right: 16px;
}
#business.children .txtwrap .bgttl.mtm {
  margin-top: -115px;
}
#business.children .txtwrap .leadblock h4 {
  color: #fd5462;
}
#business.children .txtwrap .leadblock.bdr {
  background: url(../img/common/pink_bdr.webp) repeat-x;
  background-size: 1233px;
  background-position: bottom left;
}
#business.children .txtwrap .leadblock:first-child .bgttl.cp {
  top: -136px;
}
#business.children .txtwrap .txtblock h4 {
  color: #fd5462;
}
#business.children .txtwrap .txtblock.bdr {
  background: url(../img/common/pink_bdr.webp) repeat-x;
  background-size: 1233px;
  background-position: bottom left;
}
#business.children .txtwrap .numdl dt, #business.children .txtwrap .numdl_hr dl dt {
  border-color: #fd5462;
  color: #fd5462;
}
#business.children .txtwrap .numlist li {
  border-color: #fd5462;
  color: #fd5462;
}
#business.children .txtwrap .mail {
  color: #fd5462;
}
#business.children .txtwrap .mail:before {
  width: 33.8953px;
  height: 22.8562px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23fd5462%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.1%20.6%202.9%20.6%2017.5%2010.4%2032.1%20.6%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C13.1c-.2.1-.5.2-.7.2s-.5%2C0-.7-.2L.6%2C2.2v21.3h33.9V2.2l-16.2%2C10.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
#business.children .txtwrap .slink a {
  color: #fd5462;
}
#business.children .txtwrap .slink_list li a {
  color: #fd5462;
}
#business.children .txtwrap .slink_list.fund {
  max-width: 758px;
  margin: 0 auto;
}
#business.children .txtwrap .slink_list.block {
  display: block;
}
#business.children .txtwrap .slink_list.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#business.children .txtwrap .slink_list.center li {
  margin-right: 22px;
  margin-left: 22px;
}
#business.children .txtwrap .link_dl dd a {
  color: #fd5462;
}
#business.children .txtwrap .table_wrap table {
  border-color: #fd5462;
}
#business.children .txtwrap .table_wrap table tr td {
  color: #fd5462;
  border-color: #fd5462;
}
#business.children .txtwrap .table_wrap table tr:first-child th {
  border-top-color: #fd5462;
  background: #fd5462;
}
#business.children .txtwrap .table_wrap.classroom th:first-child {
  width: 95px;
}
#business.children .txtwrap .table_wrap.classroom td:nth-child(3), #business.children .txtwrap .table_wrap.classroom td:nth-child(4) {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
#business.children .txtwrap .table_wrap.classroom td span {
  display: block;
  color: #1a1a1a;
  font-size: 1.5rem;
}
#business.children .txtwrap .flex_txt dl dt {
  color: #fd5462;
}
#business.children .txtwrap .flex_list {
  color: #fd5462;
}
#business.children .txtwrap hr {
  background: url(../img/common/pink_bdr.webp) repeat-x;
}
#business.children .txtwrap .catch {
  color: #fd5462;
  font-weight: 700;
}
#business.children .txtwrap .ab_link a {
  background: #fd5462;
}
#business.children .txtwrap .ab_link a:after {
  background: url(../img/business/pink_ttl.png) no-repeat;
}
#business.children .txtwrap .link_dl dt {
  background: #fd5462;
}
#business.children .txtwrap .link_dl dt:after {
  background: url(../img/business/pink_ttl.png) no-repeat;
}
#business.children .txtwrap .tdl dt {
  color: #fd5462;
  border-color: #fd5462;
}
#business.children .txtwrap .imp {
  mix-blend-mode: multiply;
}
#business.children .txtwrap strong {
  color: #fd5462;
}
#business.children .txtwrap .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#business.children .txtwrap .img_list li {
  line-height: 0;
  margin: 0 25px 10px;
}
@media screen and (max-width: 1280px) {
  #business .kv {
    margin-bottom: 45px;
  }
  #business .contents {
    margin-bottom: 80px;
  }
  #business .contents h1 {
    font-size: 2.4rem;
  }
  #business .contents .page_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 45px;
  }
  #business .contents .page_link li {
    margin: 0 4% 10px 0 !important;
    min-width: 0;
    width: 48%;
  }
  #business .contents .page_link li a {
    font-size: 1.8rem;
  }
  #business .contents .page_link li:nth-child(2n) {
    margin: 0 0 10px !important;
  }
  #business .contents .mdttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #business.volunteer .v_contact {
    display: block;
  }
  #business.volunteer .v_contact .banner, #business.volunteer .v_contact .txt {
    width: 100%;
  }
  #business.volunteer .v_contact .banner {
    margin: 0 0 20px;
  }
  #business.volunteer .v_contact .txt {
    text-align: center;
    font-size: 2.2rem;
  }
  #business.volunteer .v_contact .txt h3 img {
    width: 35px;
  }
  #business.volunteer .v_contact .txt h3 span {
    font-size: 1.7rem;
  }
  #business.senior .contents .page_link li {
    margin-right: 4%;
    margin-left: 0;
  }
  #business.senior .contents .page_link li:nth-child(2n) {
    margin-right: 0;
  }
  #business.senior .txtwrap h4.cp {
    margin-bottom: -10px;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  #business.senior .txtwrap .platform_ttl {
    margin-bottom: 20px;
  }
  #business.senior .txtwrap .platform_ttl:after {
    display: none;
  }
  #business.senior .txtwrap .itblock.platform .img {
    margin: 0 auto 20px !important;
  }
  #business.senior .txtwrap .itblock.platform .txt {
    width: 100%;
  }
  #business.senior .txtwrap .slink_list {
    display: block;
  }
  #business.senior .txtwrap .slink_list.ags li {
    width: 100%;
  }
  #business.senior .txtwrap .pamphlet_link {
    display: block;
  }
  #business.senior .txtwrap .pamphlet_link .ttl, #business.senior .txtwrap .pamphlet_link .slink {
    width: 100%;
  }
  #business.senior .txtwrap .pamphlet_link .ttl {
    margin: 0 0 10px;
  }
  #business.disability .txtwrap h4.cp, #business.money .txtwrap h4.cp {
    margin-bottom: -10px;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  #business.disability .txtwrap .platform_ttl, #business.money .txtwrap .platform_ttl {
    margin-bottom: 20px;
  }
  #business.disability .txtwrap .platform_ttl:after, #business.money .txtwrap .platform_ttl:after {
    display: none;
  }
  #business.disability .txtwrap .slink_list, #business.money .txtwrap .slink_list {
    display: block;
  }
  #business.disability .txtwrap .slink_list.ags li, #business.money .txtwrap .slink_list.ags li {
    width: 100%;
  }
  #business.disability .txtwrap .pamphlet_link, #business.money .txtwrap .pamphlet_link {
    display: block;
  }
  #business.disability .txtwrap .pamphlet_link .ttl, #business.disability .txtwrap .pamphlet_link .slink, #business.money .txtwrap .pamphlet_link .ttl, #business.money .txtwrap .pamphlet_link .slink {
    width: 100%;
  }
  #business.disability .txtwrap .pamphlet_link .ttl, #business.money .txtwrap .pamphlet_link .ttl {
    margin: 0 0 10px;
  }
  #business.children .contents .page_link li {
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #business.children .contents .page_link li:nth-child(2n) {
    margin-right: 0;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
welfare_studies
------------------------------------------------------------------------------------------------------------------------
*/
#welfare_studies {
  letter-spacing: 0.17em;
}
#welfare_studies .kv {
  margin-bottom: 60px;
}
#welfare_studies .contents h1 {
  color: #fd5462;
  font-weight: 700;
  font-size: 4.7rem;
  text-align: center;
  margin-bottom: 40px;
}
#welfare_studies .contents .txtwrap {
  background: #fdeeed;
  border-radius: 30px;
  position: relative;
  padding: 50px 20px 100px;
  margin-bottom: 170px;
}
#welfare_studies .contents .txtwrap.ptb {
  padding-top: 75px;
}
#welfare_studies .contents .txtwrap:last-child {
  margin-bottom: 110px;
}
#welfare_studies .contents .txtwrap .bgttl .tinner {
  background: #fd5462;
}
#welfare_studies .contents .txtwrap .bgttl .tinner:after {
  background: url(../img/common/pink_sttl.webp) no-repeat;
}
#welfare_studies .contents .txtwrap .bgttl.mtm {
  position: absolute;
  left: 0;
  right: 0;
  top: -29px;
}
#welfare_studies .contents .txtwrap .goal {
  max-width: 1145px;
  margin: 0 auto 45px;
}
#welfare_studies .contents .txtwrap .goal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#welfare_studies .contents .txtwrap .goal li .ttl {
  margin: 0 14px 0 0;
  border-radius: 50%;
  width: 102px;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #fd5462;
  font-size: 1.8rem;
  font-weight: 700;
}
#welfare_studies .contents .txtwrap .goal li .ttl + p {
  width: calc(100% - 116px);
  font-size: 2.1rem;
  text-align: left;
  letter-spacing: 0.17em;
  line-height: 1.81;
}
#welfare_studies .contents .txtwrap .goal li:last-child {
  margin-bottom: 0;
}
#welfare_studies .contents .txtwrap .fbttl {
  color: #fd5462;
  margin-bottom: 20px;
}
#welfare_studies .contents .txtwrap strong {
  color: #fd5462;
}
#welfare_studies .contents .txtwrap .imglink {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
#welfare_studies .contents .txtwrap .mail {
  color: #fd5462;
}
#welfare_studies .contents .txtwrap .mail:before {
  vertical-align: sub;
  width: 33.8953px;
  height: 22.8562px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23fd5462%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.1%20.6%202.9%20.6%2017.5%2010.4%2032.1%20.6%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C13.1c-.2.1-.5.2-.7.2s-.5%2C0-.7-.2L.6%2C2.2v21.3h33.9V2.2l-16.2%2C10.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
#welfare_studies .contents .txtwrap .page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
#welfare_studies .contents .txtwrap .page_link li {
  margin: 0 15px;
  min-width: 14.92%;
}
#welfare_studies .contents .txtwrap .page_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 5.5px solid #fd5462;
  border-radius: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.542;
  padding: 20px 10px;
  color: #fff;
  background: url(../img/business/pnav_pink_off.webp) no-repeat, #fd5462;
  background-size: cover;
  background-position: center !important;
}
@media (hover: hover) and (pointer: fine) {
  #welfare_studies .contents .txtwrap .page_link li a:hover {
    background: url(../img/business/pnav_pink_on.webp) no-repeat;
    color: #fd5462;
    border: 5.5px solid #fd5462;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #welfare_studies .contents .txtwrap .page_link li a:hover {
    background: url(../img/business/pnav_pink_on.webp) no-repeat;
    color: #fd5462;
    border: 5.5px solid #fd5462;
  }
}
#welfare_studies .contents .txtwrap .mdttl {
  text-align: center;
  margin-bottom: 60px;
}
#welfare_studies .contents .txtwrap .mdttl span {
  display: inline-block;
  background: url(../img/common/pink_mttl.webp) repeat-x;
  background-size: 68px !important;
  background-position: center !important;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  padding: 11.5px 5.21vw;
  position: relative;
}
#welfare_studies .contents .txtwrap .mdttl span:before, #welfare_studies .contents .txtwrap .mdttl span:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  width: 63px;
  height: 21px;
  background-size: 63px !important;
}
#welfare_studies .contents .txtwrap .mdttl span:before {
  background: url(../img/common/pink_mttl_left.webp) no-repeat;
  left: 0;
}
#welfare_studies .contents .txtwrap .mdttl span:after {
  background: url(../img/common/pink_mttl_right.webp) no-repeat;
  right: 0;
}
#welfare_studies .contents .txtwrap .mdttl.mtm {
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
}
#welfare_studies .contents .txtwrap .yt {
  aspect-ratio: 16/9;
  max-width: 933px;
  margin: 0 auto 50px;
}
#welfare_studies .contents .txtwrap .yt iframe {
  width: 100%;
  height: 100%;
}
#welfare_studies .contents .txtwrap .txtlink {
  color: #fd5462;
  font-weight: 700;
  word-wrap: break-word;
}
#welfare_studies .contents .txtwrap .flex_two {
  max-width: 933px;
  margin: 0 auto 15px;
}
#welfare_studies .contents .txtwrap .flex_two .ttl {
  color: #fd5462;
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
}
#welfare_studies .contents .txtwrap#design.ptb {
  padding-top: 95px;
}
#welfare_studies .contents .txtwrap#design .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 933px;
  margin: 0 auto;
}
#welfare_studies .contents .txtwrap#design .flex li {
  width: 45.71%;
  margin: 0 8.58% 45px 0;
  text-align: left;
  font-size: 1.7rem;
}
#welfare_studies .contents .txtwrap#design .flex li .img {
  line-height: 0;
  margin-bottom: 15px;
}
#welfare_studies .contents .txtwrap#design .flex li.fm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#welfare_studies .contents .txtwrap#design .flex li.fm .img {
  width: 53.92%;
  margin-right: 3.88%;
  margin-bottom: 0;
}
#welfare_studies .contents .txtwrap#design .flex li.fm .img + p {
  width: 42.2%;
}
#welfare_studies .contents .txtwrap#design .flex li:nth-child(2n) {
  margin: 0 0 45px;
}
#welfare_studies .contents .txtwrap#wheelchair.ptb, #welfare_studies .contents .txtwrap#donations.ptb, #welfare_studies .contents .txtwrap#about.ptb {
  padding-top: 95px;
}
@media screen and (max-width: 1280px) {
  #welfare_studies .contents .txtwrap .page_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #welfare_studies .contents .txtwrap .page_link li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  #welfare_studies .contents .txtwrap .page_link li:nth-child(2n) {
    margin: 0 0 20px;
  }
  #welfare_studies .contents .txtwrap .bgttl .tinner {
    padding: 24px 68px;
  }
  #welfare_studies .contents .txtwrap .bgttl .tinner span {
    font-size: 2rem;
    line-height: 1.1;
  }
  #welfare_studies .contents .txtwrap .mdttl span {
    font-size: 2.3rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  #welfare_studies .contents .kv {
    margin-bottom: 40px;
  }
  #welfare_studies .contents h1 {
    font-size: 3.7rem;
  }
  #welfare_studies .contents .txtwrap {
    padding: 50px 20px 65px;
    margin-bottom: 100px;
  }
  #welfare_studies .contents .txtwrap .bgttl {
    margin-bottom: 20px;
  }
  #welfare_studies .contents .txtwrap .bgttl .tinner {
    padding: 24px 41px;
  }
  #welfare_studies .contents .txtwrap .bgttl .tinner span {
    font-size: 1.8rem;
  }
  #welfare_studies .contents .txtwrap .fbttl {
    font-size: 1.7rem;
  }
  #welfare_studies .contents .txtwrap .goal {
    margin-top: 50px;
  }
  #welfare_studies .contents .txtwrap .goal li {
    display: block;
  }
  #welfare_studies .contents .txtwrap .goal li .ttl {
    margin: 0 auto 20px;
  }
  #welfare_studies .contents .txtwrap .goal li .ttl + p {
    width: 100%;
    font-size: 1.7rem;
  }
  #welfare_studies .contents .txtwrap .page_link {
    display: block;
  }
  #welfare_studies .contents .txtwrap .page_link li {
    width: 100%;
    margin: 0 0 15px;
  }
  #welfare_studies .contents .txtwrap .yt {
    margin: 0 auto 30px;
  }
  #welfare_studies .contents .txtwrap .flex_two {
    display: block;
    margin: 0 auto 60px;
  }
  #welfare_studies .contents .txtwrap .flex_two li {
    width: 100%;
  }
  #welfare_studies .contents .txtwrap#design .flex {
    display: block;
  }
  #welfare_studies .contents .txtwrap#design .flex li {
    width: 100%;
  }
  #welfare_studies .contents .txtwrap#wheelchair.ptb, #welfare_studies .contents .txtwrap#donations.ptb, #welfare_studies .contents .txtwrap#about.ptb {
    padding-top: 75px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
recruit
------------------------------------------------------------------------------------------------------------------------
*/
#recruit .banner {
  max-width: 1015px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recruit .banner li {
  width: 50%;
  margin-bottom: 34px;
}
#recruit .banner li a {
  display: block;
  line-height: 0;
}
#recruit .banner li.max {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #recruit .banner {
    display: block;
    margin: 0 -10px 80px 0;
  }
  #recruit .banner li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#recruit .contents {
  letter-spacing: 0.17em;
}
#recruit .contents h1 {
  text-align: center;
  color: #3ab483;
  font-size: 4.7rem;
  font-weight: 700;
  margin-bottom: 40px;
}
#recruit .contents .txtwrap {
  background: #ecf4e3;
  border-radius: 30px;
  padding: 80px 30px 1px;
  position: relative;
  margin-bottom: 130px;
}
#recruit .contents .txtwrap .inner {
  max-width: 1020px;
  margin: 0 auto;
}
#recruit .contents .txtwrap .inner .txtblock {
  margin-bottom: 90px;
}
#recruit .contents .txtwrap .inner .bgttl {
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
}
#recruit .contents .txtwrap .inner .bgttl .tinner {
  background: #3ab483;
}
#recruit .contents .txtwrap .inner .bgttl .tinner:after {
  background: url(../img/common/green_sttl.webp) no-repeat;
}
#recruit .contents .txtwrap .inner .psn {
  margin-bottom: 50px;
}
#recruit .contents .txtwrap .inner .psn dt {
  line-height: 0;
  margin-bottom: 20px;
}
#recruit .contents .txtwrap .inner .psn dd {
  font-size: 1.8rem;
}
#recruit .contents .txtwrap .inner .psn dd .catch {
  color: #3ab483;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 2.3rem;
}
#recruit .contents .txtwrap .inner .faq {
  text-align: left;
}
#recruit .contents .txtwrap .inner .faq dt {
  color: #3ab483;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 15px;
}
#recruit .contents .txtwrap .inner .faq dd {
  line-height: 1.895;
  margin-bottom: 50px;
}
#recruit .contents .txtwrap .inner .faq dd .itflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recruit .contents .txtwrap .inner .faq dd .itflex .img {
  width: 23.43%;
  margin: 0 0 0 4.66%;
  line-height: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#recruit .contents .txtwrap .inner .faq dd .itflex .img span {
  display: block;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 1.7rem;
}
#recruit .contents .txtwrap .inner .faq dd .itflex p {
  width: 71.91%;
}
#recruit .contents .txtwrap .inner .faq dd .flex_two {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}
#recruit .contents .txtwrap .inner .faq dd .flex_two li {
  width: 41.76%;
  margin: 0 16.48% 50px 0;
}
#recruit .contents .txtwrap .inner .faq dd .flex_two li:nth-child(2n) {
  margin: 0 0 50px;
}
#recruit .contents .txtwrap .inner .schedule {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
#recruit .contents .txtwrap .inner .schedule caption {
  color: #3ab483;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
#recruit .contents .txtwrap .inner .schedule tbody {
  background: #fff;
  border: 2px solid #3ab483;
}
#recruit .contents .txtwrap .inner .schedule tbody th, #recruit .contents .txtwrap .inner .schedule tbody td {
  border: 2px solid #3ab483;
  color: #3ab483;
  font-weight: 700;
  padding: 20px;
  vertical-align: middle;
}
#recruit .contents .txtwrap .inner .schedule tbody th {
  width: 95px;
}
#recruit .contents .txtwrap .inner .schedule tbody td {
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #recruit .contents .txtwrap .inner .bgttl .tinner span {
    font-size: 20.45px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .contents .txtwrap {
    padding: 80px 20px 1px;
    margin-bottom: 90px;
  }
  #recruit .contents .txtwrap .inner .txtblock {
    margin-bottom: 70px;
  }
  #recruit .contents .txtwrap .inner .psn dd {
    font-size: 1.5rem;
  }
  #recruit .contents .txtwrap .inner .psn dd .catch {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #recruit .contents .txtwrap .inner .faq dt {
    font-size: 2rem;
  }
  #recruit .contents .txtwrap .inner .faq dd .itflex {
    display: block;
  }
  #recruit .contents .txtwrap .inner .faq dd .itflex .img, #recruit .contents .txtwrap .inner .faq dd .itflex p {
    width: 100%;
  }
  #recruit .contents .txtwrap .inner .faq dd .itflex .img {
    margin: 0 0 15px;
    text-align: center;
  }
  #recruit .contents .txtwrap .inner .faq dd .itflex .img span {
    font-size: 1.4rem;
  }
  #recruit .contents .txtwrap .inner .faq dd .flex_two {
    display: block;
    margin-top: 60px;
  }
  #recruit .contents .txtwrap .inner .faq dd .flex_two li {
    width: 100%;
    margin: 0 0 40px;
  }
  #recruit .contents .txtwrap .inner .schedule caption {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #recruit .contents .txtwrap .inner .schedule tbody th, #recruit .contents .txtwrap .inner .schedule tbody td {
    padding: 20px 10px;
  }
  #recruit .contents .txtwrap .inner .schedule tbody th {
    width: 75px;
  }
  #recruit .contents .txtwrap .inner .schedule + .align_right {
    text-align: left;
  }
}

#recruit_detail .txtwrap {
  background: #fdeeed;
  border-radius: 30px;
  padding: 80px 30px 25px;
  position: relative;
  margin-bottom: 130px;
  margin-top: 182px;
}
#recruit_detail .txtwrap .inner {
  max-width: 1020px;
  margin: 0 auto;
}
#recruit_detail .txtwrap .inner .banner_ttl {
  -webkit-transform: translate(0, -182px);
          transform: translate(0, -182px);
  margin-bottom: -147px;
}
#recruit_detail .txtwrap .inner .bgttl {
  text-align: center;
}
#recruit_detail .txtwrap .inner .bgttl .tinner {
  background: #ee6e57;
  max-width: 885px;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
}
#recruit_detail .txtwrap .inner .bgttl .tinner span {
  padding: 6px 48px 6px 20px;
}
#recruit_detail .txtwrap .inner .bgttl .tinner:after {
  background: url(../img/recruit/bgttl_detail.webp) no-repeat;
  background-size: 50px !important;
  width: 50px;
  height: 39px;
}
#recruit_detail .txtwrap .inner .o_img {
  margin-bottom: 35px;
  text-align: center;
}
#recruit_detail .txtwrap .inner .o_img a {
  display: inline-block;
}
#recruit_detail .txtwrap .inner .o_img + .bgttl {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  #recruit_detail .txtwrap {
    margin-top: 110px;
    margin-bottom: 50px;
  }
  #recruit_detail .txtwrap .inner .bgttl .tinner {
    font-size: 2rem;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
donations
------------------------------------------------------------------------------------------------------------------------
*/
#donations .contents h1 {
  color: #58bde0;
  font-size: 4.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
#donations .contents .txtwrap {
  background: #eaf6fd;
  border-radius: 30px;
  padding: 70px 30px 50px;
  margin-bottom: 75px;
  position: relative;
}
#donations .contents .txtwrap .inner {
  max-width: 1280px;
  margin: 0 auto;
}
#donations .contents .txtwrap .inner .bgttl .tinner {
  background: #58bde0;
}
#donations .contents .txtwrap .inner .bgttl .tinner:after {
  background: url(../img/common/rblue_sttl.webp) no-repeat;
}
#donations .contents .txtwrap .inner .bgttl.mtm {
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
}
#donations .contents .txtwrap .inner .itflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1050px;
  margin: 0 auto 70px;
}
#donations .contents .txtwrap .inner .itflex .img {
  line-height: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 31.23%;
  margin: 0 0 0 3.25%;
}
#donations .contents .txtwrap .inner .itflex .txt {
  width: 65.52%;
  text-align: left;
}
#donations .contents .txtwrap .inner .fbttl {
  color: #58bde0;
}
#donations .contents .txtwrap .inner .list {
  max-width: 1000px;
  margin: 0 auto;
}
#donations .contents .txtwrap .inner .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: left;
}
#donations .contents .txtwrap .inner .list li .ttl {
  width: 102px;
  height: 102px;
  background: #58bde0;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.611;
  margin-right: 13px;
}
#donations .contents .txtwrap .inner .list li .ttl + p {
  width: calc(100% - 115px);
}
#donations .contents .txtwrap .inner hr {
  background: url(../img/common/rblue_bdr.webp) repeat-x;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
}
#donations .contents .txtwrap .inner strong {
  color: #58bde0;
}
#donations .contents .txtwrap .inner .howto {
  margin: 50px 0 20px;
}
#donations .contents .txtwrap .inner .howto dt {
  color: #58bde0;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 2.3rem;
}
#donations .contents .txtwrap .inner .howto dd {
  margin-bottom: 45px;
}
#donations .contents .txtwrap .inner .howto + .fs15 {
  margin-bottom: 40px;
}
#donations .contents .txtwrap .inner .mail {
  color: #58bde0;
  margin: 75px 0 50px;
}
#donations .contents .txtwrap .inner .mail:before {
  width: 33.8953px;
  height: 22.8562px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%2358bde0%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.1%20.6%202.9%20.6%2017.5%2010.4%2032.1%20.6%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C13.1c-.2.1-.5.2-.7.2s-.5%2C0-.7-.2L.6%2C2.2v21.3h33.9V2.2l-16.2%2C10.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: sub;
}
#donations .contents .txtwrap .inner .table_wrap table {
  border: 1px solid #58bde0;
  color: #58bde0;
}
#donations .contents .txtwrap .inner .table_wrap table th {
  background: #58bde0;
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  #donations .contents h1 {
    font-size: 3.7rem;
  }
  #donations .contents .txtwrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #donations .contents .txtwrap .inner .bgttl .tinner {
    padding: 31px 45px;
  }
  #donations .contents .txtwrap .inner .itflex {
    display: block;
  }
  #donations .contents .txtwrap .inner .itflex .img, #donations .contents .txtwrap .inner .itflex .txt {
    width: 100%;
  }
  #donations .contents .txtwrap .inner .itflex .img {
    margin: 0 0 20px;
  }
  #donations .contents .txtwrap .inner .list {
    margin: 30px 0 0;
  }
  #donations .contents .txtwrap .inner .list li {
    display: block;
    margin: 0 0 30px;
  }
  #donations .contents .txtwrap .inner .list li .ttl {
    margin: 0 auto 15px;
  }
  #donations .contents .txtwrap .inner .list li .ttl + p {
    width: 100%;
  }
  #donations .contents .txtwrap .inner .mail {
    margin: 50px 0 30px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
disaster
------------------------------------------------------------------------------------------------------------------------
*/
#disaster .contents h1 {
  color: #9c72cd;
  font-size: 4.7rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
#disaster .contents .txtwrap {
  background: #f2e2ee;
  border-radius: 30px;
  padding: 85px 30px 70px;
  margin-bottom: 80px;
  position: relative;
}
#disaster .contents .txtwrap .inner {
  max-width: 1220px;
  margin: 0 auto;
}
#disaster .contents .txtwrap .inner .bgttl .tinner {
  background: #9c72cd;
}
#disaster .contents .txtwrap .inner .bgttl .tinner:after {
  background: url(../img/common/purple_sttl.webp) no-repeat;
}
#disaster .contents .txtwrap .inner .bgttl.mtm {
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
}
#disaster .contents .txtwrap .inner .fbttl {
  color: #9c72cd;
  margin-bottom: 20px;
}
#disaster .contents .txtwrap .inner .link_list {
  line-height: 0;
}
#disaster .contents .txtwrap .inner .link_list li {
  margin-right: 30px;
}
#disaster .contents .txtwrap .inner .link_list:last-child {
  margin-bottom: 0;
}
#disaster .contents .txtwrap .inner .o_img {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #disaster .contents h1 {
    font-size: 3.7rem;
  }
  #disaster .contents .txtwrap {
    padding: 70px 20px;
  }
  #disaster .contents .txtwrap .inner .bgttl .tinner {
    padding: 24px 44px;
  }
  #disaster .contents .txtwrap .inner .link_list {
    display: block;
  }
  #disaster .contents .txtwrap .inner .link_list li {
    margin: 0 0 10px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
kitafukushi
------------------------------------------------------------------------------------------------------------------------
*/
#kitafukushi h1 {
  text-align: center;
  color: #c1a740;
  font-size: 4.7rem;
  font-weight: 700;
  margin-bottom: 40px;
}
#kitafukushi .txtwrap {
  background: #fffeee;
  border-radius: 30px;
  padding: 100px 30px 85px;
  position: relative;
  margin-bottom: 130px;
}
#kitafukushi .txtwrap .inner .txtblock {
  margin-bottom: 90px;
}
#kitafukushi .txtwrap .inner .bgttl .tinner {
  background: #c1a740;
}
#kitafukushi .txtwrap .inner .bgttl .tinner:after {
  background: url(../img/common/gold_sttl.webp) no-repeat;
}
#kitafukushi .txtwrap .inner .bgttl.mtm {
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
}
#kitafukushi .txtwrap .inner strong {
  color: #c1a740;
}
#kitafukushi .txtwrap .inner p {
  margin-bottom: 30px;
}
#kitafukushi .txtwrap .inner p:last-child {
  margin-bottom: 0;
}
#kitafukushi .txtwrap .inner p + .fbttl {
  margin-top: 45px;
}
#kitafukushi .txtwrap .inner .fbttl {
  color: #c1a740;
  margin-bottom: 10px;
}
#kitafukushi .txtwrap .inner .itflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 981px;
  margin: 0 auto 60px;
}
#kitafukushi .txtwrap .inner .itflex .img {
  width: 30.34%;
  margin: 0 0 0 6.63%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 0;
}
#kitafukushi .txtwrap .inner .itflex .img a {
  display: inline-block;
  margin-top: 20px;
}
#kitafukushi .txtwrap .inner .itflex .txt {
  width: 63.03%;
  text-align: left;
}
#kitafukushi .txtwrap .inner hr {
  background: url(../img/common/gold_bdr.webp) repeat-x;
  margin-top: 80px;
}
#kitafukushi .txtwrap .inner .txtlink {
  color: #c1a740;
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #kitafukushi .txtwrap .inner .txtlink:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #kitafukushi .txtwrap .inner .txtlink:hover {
    text-decoration: none;
  }
}
#kitafukushi .txtwrap .inner .mail {
  color: #c1a740;
}
#kitafukushi .txtwrap .inner .mail:before {
  width: 33.8953px;
  height: 22.8562px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23c1a740%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.1%20.6%202.9%20.6%2017.5%2010.4%2032.1%20.6%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C13.1c-.2.1-.5.2-.7.2s-.5%2C0-.7-.2L.6%2C2.2v21.3h33.9V2.2l-16.2%2C10.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #kitafukushi h1 {
    font-size: 3.7rem;
  }
  #kitafukushi .txtwrap {
    padding: 100px 20px 70px;
    margin-bottom: 100px;
  }
  #kitafukushi .txtwrap .inner .itflex {
    display: block;
  }
  #kitafukushi .txtwrap .inner .itflex .img, #kitafukushi .txtwrap .inner .itflex .txt {
    width: 100%;
  }
  #kitafukushi .txtwrap .inner .itflex .img {
    margin: 0 0 20px;
  }
  #kitafukushi .txtwrap .inner p {
    margin-bottom: 20px;
  }
  #kitafukushi .txtwrap .inner hr {
    margin-top: 60px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
ochanokosaisai
------------------------------------------------------------------------------------------------------------------------
*/
#ochanokosaisai h1 {
  text-align: center;
  color: #93a73d;
  font-size: 4.7rem;
  font-weight: 700;
  margin-bottom: 60px;
}
#ochanokosaisai .contents {
  margin-bottom: 150px;
}
#ochanokosaisai .contents .txtwrap {
  background: #f6faed;
  border-radius: 30px;
  position: relative;
  padding: 75px 20px 100px;
}
#ochanokosaisai .contents .txtwrap .inner {
  max-width: 1280px;
  margin: 0 auto;
}
#ochanokosaisai .leadblock.bdr {
  padding-bottom: 65px;
  margin-bottom: 60px;
  background: url(../img/common/ygreen_bdr.webp) repeat-x;
  background-size: 1242px;
  background-position: bottom left;
}
#ochanokosaisai .bgttl .tinner {
  background: #93a73d;
}
#ochanokosaisai .bgttl .tinner:after {
  background: url(../img/ochanokosaisai/bgttl.webp) no-repeat;
}
#ochanokosaisai .bgttl.mtm {
  position: absolute;
  left: 0;
  right: 0;
  top: -29px;
}
#ochanokosaisai .fbttl {
  color: #93a73d;
}
#ochanokosaisai .fbttl + .link_list {
  margin-top: 30px;
}
#ochanokosaisai .link_list {
  margin-top: 45px;
  margin-bottom: 0;
}
#ochanokosaisai hr {
  background: url(../img/common/ygreen_bdr.webp) repeat-x;
}
#ochanokosaisai .imglink {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#ochanokosaisai .flex_two {
  max-width: 921px;
  margin: 0 auto 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ochanokosaisai .flex_two li {
  margin-bottom: 0;
}
#ochanokosaisai .flex_two li .img {
  margin-bottom: 0;
}
#ochanokosaisai .flex_two li .img img {
  width: 100%;
}
#ochanokosaisai .flex_two li:last-child {
  margin-right: 0;
}
#ochanokosaisai .flex_two:last-child {
  margin-bottom: 0;
}
#ochanokosaisai .mail {
  color: #93a73d;
}
#ochanokosaisai .mail:before {
  width: 33.8953px;
  height: 22.8562px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%2393a73d%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.1%20.6%202.9%20.6%2017.5%2010.4%2032.1%20.6%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C13.1c-.2.1-.5.2-.7.2s-.5%2C0-.7-.2L.6%2C2.2v21.3h33.9V2.2l-16.2%2C10.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: sub;
  color: #93a73d;
}
@media screen and (max-width: 768px) {
  #ochanokosaisai h1 {
    font-size: 3.7rem;
  }
  #ochanokosaisai .contents {
    margin-bottom: 100px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
70th anniv
------------------------------------------------------------------------------------------------------------------------
*/
#anniv h1 {
  text-align: center;
  color: #847d64;
  font-size: 4.7rem;
  font-weight: 700;
  margin-bottom: 70px;
}
#anniv .txtwrap {
  background: #f8f7f0;
  border-radius: 30px;
  padding: 80px 30px 85px;
  position: relative;
  margin-bottom: 80px;
}
#anniv .txtwrap .inner .bgttl .tinner {
  background: #847d64;
}
#anniv .txtwrap .inner .bgttl .tinner:after {
  background: url(../img/70thanniv/bgttl.webp) no-repeat;
}
#anniv .txtwrap .inner .bgttl.mtm {
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
}
#anniv .txtwrap .inner .icon {
  position: relative;
}
#anniv .txtwrap .inner .icon span {
  display: inline-block;
}
#anniv .txtwrap .inner .icon .img {
  position: absolute;
  bottom: 0;
  right: 40px;
}
#anniv .txtwrap .inner .icon .txt {
  text-align: center;
}
#anniv .txtwrap .inner .link {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1078px;
}
#anniv .txtwrap .inner .link li {
  margin: 0 50px 20px 0;
}
#anniv .txtwrap .inner .link li a {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #847d64;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.636rem;
  font-weight: 700;
  line-height: 1.554;
  position: relative;
}
#anniv .txtwrap .inner .link li a:before {
  content: "";
  width: 159.7919px;
  height: 159.7919px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 50%;
}
#anniv .txtwrap .inner .link li:last-child {
  margin: 0;
}
#anniv .txtwrap .inner .imglink {
  margin-top: 40px;
}
#anniv .txtwrap .inner .imglink a {
  display: inline-block;
  line-height: 0;
}
@media screen and (max-width: 1900px) {
  #anniv .txtwrap .inner .icon {
    padding-right: 285px;
    text-align: right;
  }
  #anniv .txtwrap .inner .icon .txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #anniv h1 {
    font-size: 3.7rem;
    line-height: 1.5;
  }
  #anniv .txtwrap {
    padding: 65px 20px 70px;
    margin-bottom: 100px;
  }
  #anniv .txtwrap .inner .icon {
    padding-right: 0;
    text-align: center;
  }
  #anniv .txtwrap .inner .icon .img {
    position: static;
    bottom: auto;
    right: auto;
    line-height: 0;
  }
  #anniv .txtwrap .inner .link li {
    margin: 0 6px 15px;
  }
  #anniv .txtwrap .inner .link li a {
    font-size: 2rem;
    width: 128px;
    height: 128px;
  }
  #anniv .txtwrap .inner .link li a:before {
    width: 118px;
    height: 118px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
problem
------------------------------------------------------------------------------------------------------------------------
*/
#problem h1 {
  text-align: center;
  color: #708cd8;
  font-size: 4.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#problem .page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 110px;
}
#problem .page_link li {
  margin: 0 15px;
  min-width: 14.92%;
}
#problem .page_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 5.5px solid;
  border-radius: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.542;
  padding: 20px 10px;
  color: #fff;
  background-size: cover !important;
  background-position: center !important;
  background: url(../img/problems/pnav_blue_off.png) no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  #problem .page_link li a:hover {
    background: url(../img/problems/pnav_blue_on.png) no-repeat;
    color: #708cd8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #problem .page_link li a:hover {
    background: url(../img/problems/pnav_blue_on.png) no-repeat;
    color: #708cd8;
  }
}
#problem .page_link li.active a {
  background: url(../img/problems/pnav_blue_on.png) no-repeat;
  color: #708cd8;
}
#problem .mdttl {
  text-align: center;
  margin-bottom: 65px;
}
#problem .mdttl span {
  display: inline-block;
  background-size: 68px !important;
  background-position: center !important;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  padding: 11.5px 5.21vw;
  position: relative;
  background: url(../img/common/blue_mttl.webp) repeat-x;
  line-height: 1.3;
}
#problem .mdttl span:before, #problem .mdttl span:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  width: 63px;
  height: 21px;
  background-size: 63px !important;
}
#problem .mdttl span:before {
  background: url(../img/common/blue_mttl_left.webp) no-repeat;
  left: 0;
}
#problem .mdttl span:after {
  background: url(../img/common/blue_mttl_right.webp) no-repeat;
  right: 0;
}
#problem .txtwrap {
  background: #eaeff9;
  border-radius: 30px;
  padding: 80px 30px 85px;
  position: relative;
  margin-bottom: 140px;
}
#problem .txtwrap .inner {
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
}
#problem .txtwrap .inner .leadblock.bdr, #problem .txtwrap .inner .txtblock.bdr {
  background: url(../img/common/blue_bdr.webp) repeat-x;
  background-position: bottom center;
  background-size: 1233.5px;
}
#problem .txtwrap .inner .bgttl .tinner {
  background: #708cd8;
}
#problem .txtwrap .inner .bgttl .tinner:after {
  background: url(../img/common/blue_sttl.webp) no-repeat;
}
#problem .txtwrap .inner .bgttl.mtm {
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
}
#problem .txtwrap .inner .fbttl {
  color: #708cd8;
}
#problem .txtwrap .inner .icon {
  position: absolute;
  top: -36px;
  left: -410px;
  right: 0;
  width: 103px;
  height: 95px;
  margin: 0 auto;
}
#problem .txtwrap .inner .max970 {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#problem .txtwrap .inner .numdl {
  margin-left: auto;
  margin-right: auto;
}
#problem .txtwrap .inner .numdl dt {
  border-color: #708cd8;
  color: #708cd8;
}
#problem .txtwrap .inner .mail {
  color: #708cd8;
}
#problem .txtwrap .inner .mail:before {
  width: 33.8953px;
  height: 22.8562px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23708cd8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.1%20.6%202.9%20.6%2017.5%2010.4%2032.1%20.6%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C13.1c-.2.1-.5.2-.7.2s-.5%2C0-.7-.2L.6%2C2.2v21.3h33.9V2.2l-16.2%2C10.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: sub;
}
#problem .txtwrap .inner strong {
  color: #708cd8;
}
#problem .txtwrap .inner .numlist {
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}
#problem .txtwrap .inner .numlist li {
  border-color: #708cd8;
  color: #708cd8;
}
#problem .txtwrap .inner hr {
  background: url(../img/common/blue_bdr.webp) repeat-x;
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
}
#problem .txtwrap .inner h4:not(.attl) {
  color: #708cd8;
}
#problem .banner {
  text-align: center;
  margin-bottom: 140px;
}
#problem .banner a {
  display: inline-block;
  line-height: 0;
}
#problem #complaint + .txtwrap .inner .icon {
  left: -475px;
}
@media screen and (max-width: 768px) {
  #problem h1 {
    font-size: 3.7rem;
    line-height: 1.5;
  }
  #problem .page_link {
    margin-bottom: 45px;
  }
  #problem .page_link li {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  #problem .page_link li a {
    font-size: 1.8rem;
  }
  #problem .page_link li:nth-child(2n) {
    margin: 0 0 10px;
  }
  #problem .mdttl span {
    font-size: 2rem;
  }
  #problem .txtwrap .inner .icon {
    left: -262px;
    z-index: 2;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
about
------------------------------------------------------------------------------------------------------------------------
*/
#about h1 {
  text-align: center;
  color: #ff9751;
  font-size: 4.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#about .page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 110px;
}
#about .page_link li {
  margin: 0 15px;
  min-width: 14.92%;
}
#about .page_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 5.5px solid;
  border-radius: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.542;
  padding: 20px 10px;
  color: #fff;
  background-size: cover !important;
  background-position: center !important;
  background: url(../img/about/pnav_orange_off.webp) no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  #about .page_link li a:hover {
    background: url(../img/about/pnav_orange_on.webp) no-repeat;
    color: #ff9751;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #about .page_link li a:hover {
    background: url(../img/about/pnav_orange_on.webp) no-repeat;
    color: #ff9751;
  }
}
#about .page_link li.active a {
  background: url(../img/about/pnav_orange_on.webp) no-repeat;
  color: #ff9751;
}
#about .mdttl {
  text-align: center;
  margin-bottom: 65px;
}
#about .mdttl span {
  display: inline-block;
  background-size: 68px !important;
  background-position: center !important;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  padding: 11.5px 5.21vw;
  position: relative;
  background: url(../img/common/orange_mttl.webp) repeat-x;
  line-height: 1.3;
}
#about .mdttl span:before, #about .mdttl span:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  width: 63px;
  height: 21px;
  background-size: 63px !important;
}
#about .mdttl span:before {
  background: url(../img/common/orange_mttl_left.webp) no-repeat;
  left: 0;
}
#about .mdttl span:after {
  background: url(../img/common/orange_mttl_right.webp) no-repeat;
  right: 0;
}
#about .anchor {
  margin-bottom: 100px;
  background: #fff6e9;
  border-radius: 30px;
  padding: 60px 30px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#about .anchor .bgttl {
  width: 41.6%;
  margin: 0 3.49% 55px 0;
}
#about .anchor .bgttl .tinner {
  background: #ff9751;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 2.445rem;
}
#about .anchor .bgttl .tinner:after {
  background: url(../img/common/orange_sttl.webp) no-repeat;
}
#about .anchor .bgttl:nth-child(2n) {
  margin: 0 0 55px;
}
#about .anchor:after {
  content: "";
  background: url(../img/about/click.webp) no-repeat;
  background-size: 102px;
  width: 102px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
}
#about .txtwrap {
  background: #fff6e9;
  border-radius: 30px;
  padding: 80px 30px 85px;
  position: relative;
  margin-bottom: 140px;
}
#about .txtwrap .inner {
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
}
#about .txtwrap .inner .txtblock.bdr, #about .txtwrap .inner .leadblock.bdr {
  background: url(../img/common/orange_bdr.png) repeat-x;
  background-size: 1233.5px;
  background-position: bottom left;
}
#about .txtwrap .inner .bgttl {
  text-align: center;
}
#about .txtwrap .inner .bgttl .tinner {
  background: #ff9751;
  font-size: 2.445rem;
}
#about .txtwrap .inner .bgttl .tinner:after {
  background: url(../img/common/orange_sttl.webp) no-repeat;
}
#about .txtwrap .inner .bgttl.mtm {
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
}
#about .txtwrap .inner figure {
  line-height: 0;
}
#about .txtwrap .inner .color {
  color: #ff9751;
  font-weight: 700;
  margin-bottom: 25px;
}
#about .txtwrap .inner .number {
  text-align: center;
}
#about .txtwrap .inner .number span {
  display: inline-block;
  color: #ff9751;
  border: 2px solid #ff9751;
  background: #fff;
  border-radius: 50px;
  padding: 3.5px 25px;
}
#about .txtwrap .inner .table_wrap {
  max-width: 974px;
  margin: 0 auto;
}
#about .txtwrap .inner .table_wrap table {
  border-color: #ff9751;
  background: #fff;
  min-width: 974px;
}
#about .txtwrap .inner .table_wrap table th, #about .txtwrap .inner .table_wrap table td {
  border-color: #ff9751;
  color: #ff9751;
}
#about .txtwrap .inner .table_wrap table th {
  width: 146px;
}
#about .txtwrap .inner .table_wrap table td:nth-last-child(2) {
  width: 89px;
}
#about .txtwrap .inner .table_wrap table td:last-child {
  text-align: left;
}
#about .txtwrap .inner .table_wrap.icon .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 1062px;
  margin: 0 auto;
}
#about .txtwrap .inner .table_wrap.icon table {
  min-width: 0;
  width: 940px;
  margin-right: 10px;
  font-size: 1.7rem;
  border-color: #26b7bc;
}
#about .txtwrap .inner .table_wrap.icon table th, #about .txtwrap .inner .table_wrap.icon table td {
  color: #26b7bc;
  border-color: #26b7bc;
}
#about .txtwrap .inner .table_wrap.icon table th {
  background: #26b7bc;
  color: #fff;
}
#about .txtwrap .inner .table_wrap.icon table th:first-child {
  width: 267px;
  border-right: 1px solid #fff;
}
#about .txtwrap .inner .table_wrap.icon table th:last-child {
  width: calc(100% - 267px);
}
#about .txtwrap .inner .table_wrap.icon table td {
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
#about .txtwrap .inner .table_wrap.member {
  font-size: 1.7rem;
}
#about .txtwrap .inner .table_wrap.member th {
  background: #ff9751;
  color: #fff;
  border-right: 1px solid #fff;
}
#about .txtwrap .inner .table_wrap.member th:first-child {
  width: 147px;
}
#about .txtwrap .inner .table_wrap.member th:nth-child(2) {
  width: 189px;
}
#about .txtwrap .inner .table_wrap.member th:last-child {
  border-right: none;
  width: calc(100% - 336px);
}
#about .txtwrap .inner .table_wrap.member th, #about .txtwrap .inner .table_wrap.member td {
  padding: 12px 20px;
}
#about .txtwrap .inner .table_wrap.member td:last-child {
  text-align: left;
}
#about .txtwrap .inner .slink_list {
  text-align: left;
  margin-bottom: 40px;
}
#about .txtwrap .inner .slink_list li .ttl {
  line-height: 0;
}
#about .txtwrap .inner .slink_list li a {
  color: #ff9751;
}
#about .txtwrap .inner .slink_list.flex {
  max-width: 800px;
  margin: 0 auto;
}
#about .txtwrap .inner .slink_list.flex li {
  width: 48%;
}
#about .txtwrap .inner .slink_list.flex li.max {
  width: 100%;
}
#about .txtwrap .inner .slink a {
  color: #ff9751;
}
#about .txtwrap .inner .itflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#about .txtwrap .inner .itflex .img {
  width: 23.45%;
  margin-right: 3.61%;
}
#about .txtwrap .inner .itflex .txt {
  width: 72.94%;
  text-align: left;
}
#about .txtwrap .inner .itflex .txt .link_list, #about .txtwrap .inner .itflex .txt .slink_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#about .txtwrap .inner .itflex .txt .slink_list li {
  width: 48%;
}
#about .txtwrap .inner .itflex.donation {
  max-width: 1114px;
  margin: 70px auto 0;
}
#about .txtwrap .inner .itflex.donation .img {
  width: 21.2%;
  margin-right: 4.84%;
  line-height: 0;
}
#about .txtwrap .inner .itflex.donation .img ul {
  margin-top: 15px;
}
#about .txtwrap .inner .itflex.donation .img ul li {
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
}
#about .txtwrap .inner .itflex.donation .img ul li a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #about .txtwrap .inner .itflex.donation .img ul li a:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #about .txtwrap .inner .itflex.donation .img ul li a:hover {
    text-decoration: none;
  }
}
#about .txtwrap .inner .itflex.donation .txt {
  width: 73.96%;
  font-size: 1.6rem;
}
#about .txtwrap .inner .itflex.donation .txt .ttl {
  line-height: 0;
}
#about .txtwrap .inner .itflex.donation .txt .slink_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#about .txtwrap .inner .itflex.donation .txt .slink_list_wrap .icon {
  margin-top: -55px;
}
#about .txtwrap .inner .itflex.donation .txt .slink_list {
  display: block;
  position: relative;
  margin-right: 5px;
}
#about .txtwrap .inner .itflex.donation .txt .slink_list li {
  margin-bottom: 3px;
  width: 100%;
}
#about .txtwrap .inner .itflex.donation .txt .ot_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about .txtwrap .inner .itflex.donation .txt .ot_link li {
  margin: 0 25px 0 0;
}
#about .txtwrap .inner .itflex.donation .txt .ot_link li a {
  color: #ff9751;
  font-weight: 700;
  font-size: 1.8rem;
}
#about .txtwrap .inner .itflex.donation .txt .ot_link li:last-child {
  width: 100%;
}
#about .txtwrap .inner .numdl {
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
}
#about .txtwrap .inner .numdl dt {
  position: relative;
  border-color: #ff9751;
  color: #ff9751;
  text-align: center;
}
#about .txtwrap .inner .numdl dt .tag {
  background: #ff9751;
  color: #fff;
  font-size: 1.489rem;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -27px;
  left: -27px;
}
#about .txtwrap .inner .numdl dt.min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 127px;
}
#about .txtwrap .inner .numdl dd.icon {
  padding-right: 256px;
  position: relative;
}
#about .txtwrap .inner .numdl dd.icon:after {
  content: "";
  display: block;
  background: url(../img/about/icon.webp) no-repeat;
  background-size: 112px;
  width: 112px;
  height: 206px;
  position: absolute;
  top: -28px;
  right: 161px;
}
#about .txtwrap .inner .numdl.arrow {
  margin-bottom: 75px;
}
#about .txtwrap .inner .numdl.arrow dt {
  margin-bottom: 85px;
}
#about .txtwrap .inner .numdl.arrow dt:nth-last-child(2) {
  margin-bottom: 0;
}
#about .txtwrap .inner .numdl.arrow dd {
  margin-bottom: 85px;
  position: relative;
}
#about .txtwrap .inner .numdl.arrow dd:after {
  content: "";
  position: absolute;
  left: 29%;
  right: 0;
  bottom: -73px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 17px solid transparent;
  border-left: 26px solid #ff9751;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#about .txtwrap .inner .numdl.arrow dd:last-child {
  margin-bottom: 0;
}
#about .txtwrap .inner .numdl.arrow dd:last-child:after {
  display: none;
}
#about .txtwrap .inner .numdl.mbb dt, #about .txtwrap .inner .numdl.mbb dd {
  margin-bottom: 70px;
}
#about .txtwrap .inner .numdl.mbb dt:nth-last-child(2) {
  margin-bottom: 40px;
}
#about .txtwrap .inner .numdl.mbb dd {
  font-size: 1.7rem;
}
#about .txtwrap .inner .numdl.mbb dd:last-child {
  margin-bottom: 40px;
}
#about .txtwrap .inner .flex_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  margin: 0 auto 140px;
  position: relative;
}
#about .txtwrap .inner .flex_two:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -73px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 17px solid transparent;
  border-left: 26px solid #ff9751;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#about .txtwrap .inner .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1015px;
  margin: 0 auto;
}
#about .txtwrap .inner .state .left {
  width: 52.41%;
  margin-right: 7.4%;
}
#about .txtwrap .inner .state .left .ttl {
  color: #ff9751;
  font-weight: 700;
  margin-bottom: 20px;
}
#about .txtwrap .inner .state .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#about .txtwrap .inner .state .left ul li {
  width: 48.87%;
  margin-right: 2.26%;
  line-height: 0;
}
#about .txtwrap .inner .state .left ul li img {
  width: 100%;
}
#about .txtwrap .inner .state .left ul li:last-child {
  margin-right: 0;
}
#about .txtwrap .inner .state .right {
  width: 40.19%;
}
#about .txtwrap .inner .fbttl {
  color: #ff9751;
}
#about .txtwrap .inner .mm {
  margin-top: -20px;
}
#about .txtwrap .inner .coordinator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 632px;
  margin: 0 auto;
  text-align: left;
}
#about .txtwrap .inner .coordinator p {
  width: 100%;
  font-size: 1.8rem;
}
#about .txtwrap .inner .coordinator ul {
  width: 65.5%;
  margin-right: 3.49%;
}
#about .txtwrap .inner .coordinator ul li {
  border: 2px solid #ff9751;
  background: #fff;
  color: #ff9751;
  font-weight: 700;
  font-size: 1.7rem;
  border-radius: 50px;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#about .txtwrap .inner .coordinator .img {
  width: 31.01%;
}
#about .txtwrap .inner p.arrow, #about .txtwrap .inner figure.arrow {
  font-size: 1.8rem;
  margin-bottom: 80px;
  position: relative;
}
#about .txtwrap .inner p.arrow:after, #about .txtwrap .inner figure.arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 17px solid transparent;
  border-left: 26px solid #ff9751;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#about .txtwrap .inner .catch {
  color: #ff9751;
}
#about .txtwrap .inner .connection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .txtwrap .inner .connection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
}
#about .txtwrap .inner .connection ul li {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: 2px solid #ff9751;
  color: #ff9751;
  font-weight: 700;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.688;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 35px;
}
#about .txtwrap .inner .connection ul li:last-child {
  margin-right: 0;
}
#about .txtwrap .inner .connection .icon {
  line-height: 0;
  margin-right: 18px;
}
#about .txtwrap .inner .connection .fs23 {
  color: #ff9751;
  line-height: 1.688;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.17em;
}
#about .txtwrap .inner .connection .fs23 span {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1a1a1a;
}
#about .txtwrap .inner strong {
  color: #ff9751;
}
#about .txtwrap .inner .goal_block {
  margin: 50px auto;
  max-block-size: 924px;
}
#about .txtwrap .inner .goal_block .numlist {
  color: #ff9751;
  border-color: #ff9751;
}
#about .txtwrap .inner .goal_block .numlist li {
  margin-bottom: 20px;
}
#about .txtwrap .inner .cl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
#about .txtwrap .inner .cl dt {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #ff9751;
  color: #fff;
  font-size: 1.489rem;
  font-weight: 700;
  line-height: 1.542;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  margin-bottom: 13px;
}
#about .txtwrap .inner .cl dd {
  width: calc(100% - 96px);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 13px;
}
#about .txtwrap .inner .cl dd .w100 {
  width: 100% s;
}
#about .txtwrap .inner .cl dd .txt {
  margin: 0 25px 0 0;
  width: calc(100% - 144px);
}
#about .txtwrap .inner .cl dd .img {
  width: 119px;
  line-height: 0;
}
#about .txtwrap .inner .imp {
  mix-blend-mode: multiply;
}
#about .txtwrap .inner.max970 {
  max-width: 970px;
}
#about .txtwrap .inner .max825 {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #about h1 {
    font-size: 3.7rem;
    line-height: 1.5;
  }
  #about .page_link {
    margin-bottom: 45px;
  }
  #about .page_link li {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  #about .page_link li a {
    font-size: 1.8rem;
  }
  #about .page_link li:nth-child(2n) {
    margin: 0 0 10px;
  }
  #about .mdttl {
    margin-bottom: 86px;
  }
  #about .mdttl span {
    font-size: 2rem;
    min-width: 244px;
  }
  #about .anchor {
    padding: 50px 20px 35px;
    display: block;
    margin-bottom: 85px;
  }
  #about .anchor .bgttl {
    width: 100%;
    margin: 0 0 15px !important;
  }
  #about .anchor .bgttl .tinner {
    font-size: 1.8rem;
  }
  #about .anchor .bgttl .tinner span {
    padding: 10px 28px 10px 12px;
  }
  #about .txtwrap {
    margin-bottom: 100px;
  }
  #about .txtwrap .inner .bgttl.mtm {
    position: static;
    margin-top: -120px;
  }
  #about .txtwrap .inner .numdl dt .tag {
    width: 58px;
    height: 58px;
  }
  #about .txtwrap .inner .numdl dd {
    margin-bottom: 46px;
  }
  #about .txtwrap .inner .numdl dd:last-child {
    margin-bottom: 0;
  }
  #about .txtwrap .inner .numdl dd.icon {
    padding-right: 0;
    margin-bottom: 50px;
  }
  #about .txtwrap .inner .numdl dd.icon:after {
    display: none;
  }
  #about .txtwrap .inner .numdl.arrow dt {
    margin-bottom: 15px;
  }
  #about .txtwrap .inner .numdl.arrow dt:nth-last-child(2) {
    margin-bottom: 15px;
  }
  #about .txtwrap .inner .numdl.arrow dd:after {
    left: 0;
    bottom: -67px;
    margin: 0 auto;
  }
  #about .txtwrap .inner .numdl.mbb dt {
    margin-bottom: 15px;
  }
  #about .txtwrap .inner .numdl.mbb dd {
    margin-bottom: 46px;
  }
  #about .txtwrap .inner .flex_two {
    display: block;
  }
  #about .txtwrap .inner .flex_two li {
    width: 100%;
    margin: 0 0 10px;
  }
  #about .txtwrap .inner .state {
    display: block;
  }
  #about .txtwrap .inner .state .left, #about .txtwrap .inner .state .right {
    width: 100%;
  }
  #about .txtwrap .inner .state .left {
    margin: 0 0 20px;
  }
  #about .txtwrap .inner .state .left ul {
    display: block;
  }
  #about .txtwrap .inner .state .left ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  #about .txtwrap .inner .coordinator {
    display: block;
  }
  #about .txtwrap .inner .coordinator ul, #about .txtwrap .inner .coordinator .img {
    width: 100%;
  }
  #about .txtwrap .inner .coordinator ul {
    margin: 0 0 20px;
  }
  #about .txtwrap .inner .coordinator ul li {
    padding: 11px 28px;
  }
  #about .txtwrap .inner .coordinator .img {
    display: none;
  }
  #about .txtwrap .inner .connection {
    display: block;
  }
  #about .txtwrap .inner .connection ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px 30px;
  }
  #about .txtwrap .inner .connection ul li {
    width: 130px;
    height: 130px;
    margin: 0 5px 10px;
  }
  #about .txtwrap .inner .connection .icon {
    margin: 0 0 20px;
  }
  #about .txtwrap .inner .itflex.donation {
    display: block;
  }
  #about .txtwrap .inner .itflex.donation .img, #about .txtwrap .inner .itflex.donation .txt {
    width: 100%;
  }
  #about .txtwrap .inner .itflex.donation .img {
    margin: 0 0 20px;
  }
  #about .txtwrap .inner .itflex.donation .txt .slink_list_wrap .icon {
    display: none;
  }
  #about .txtwrap .inner .itflex.donation .txt .slink_list li {
    width: 100%;
  }
  #about .txtwrap .inner .cl {
    display: block;
    margin-top: 30px;
  }
  #about .txtwrap .inner .cl dt {
    margin: 0 auto 15px;
  }
  #about .txtwrap .inner .cl dd {
    width: 100%;
    display: block;
  }
  #about .txtwrap .inner .cl dd .txt, #about .txtwrap .inner .cl dd .img {
    width: 100%;
  }
  #about .txtwrap .inner .cl dd .txt {
    margin: 0 0 20px;
  }
  #about .txtwrap .inner .cl dd .img {
    text-align: center;
  }
  #about #regulations .txtwrap, #about #director_councilor .txtwrap, #about #planning .txtwrap {
    padding-top: 125px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------------------------------------------------
*/
#contact .contents h1 {
  color: #3ab483;
  text-align: center;
  font-size: 4.501rem;
  letter-spacing: 0.175em;
  margin-bottom: 55px;
}
#contact .contents h1 span {
  max-width: 82px;
  display: block;
  line-height: 0;
  margin: 0 auto;
}
#contact .contents .txtwrap {
  background: #ecf4e3;
  border-radius: 30px;
  padding: 55px 20px 45px;
  margin-bottom: 96px;
}
#contact .contents .txtwrap .inner .fs36 {
  color: #3ab483;
  font-weight: 700;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 35px;
}
#contact .contents .txtwrap .inner .fs23 {
  text-align: center;
  margin-bottom: 25px;
}
#contact .contents .txtwrap .inner .form_dl {
  max-width: 1235px;
  margin: 0 auto 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #3ab483;
}
#contact .contents .txtwrap .inner .form_dl dt {
  background: #3ab483;
  color: #fff;
  width: 304px;
  border-bottom: 2px solid #fff;
  padding: 50px 20px;
  font-weight: 700;
}
#contact .contents .txtwrap .inner .form_dl dt:nth-last-child(2) {
  border-bottom: none;
}
#contact .contents .txtwrap .inner .form_dl dd {
  width: calc(100% - 304px);
  border-bottom: 2px solid #3ab483;
  padding: 20px 20px 12px 28px;
}
#contact .contents .txtwrap .inner .form_dl dd input, #contact .contents .txtwrap .inner .form_dl dd textarea {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  width: 100%;
  font-size: 1.7rem;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#contact .contents .txtwrap .inner .form_dl dd textarea {
  min-height: 200px;
}
#contact .contents .txtwrap .inner .form_dl dd p {
  color: #3ab483;
  font-weight: 700;
  margin-bottom: 0;
}
#contact .contents .txtwrap .inner .form_dl dd:last-child {
  border: none;
}
#contact .contents .txtwrap .inner .form_dl dd .error {
  color: #F30100;
  display: block;
  font-size: 1.6rem;
  display: none;
}
#contact .contents .txtwrap .inner .form_dl.comf dd {
  padding: 50px 20px;
}
#contact .contents .txtwrap .inner .submit {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}
#contact .contents .txtwrap .inner .submit:before {
  content: "";
  background: url(../img/contact/icon02.webp) no-repeat;
  background-size: 200px;
  width: 200px;
  height: 187.5px;
  display: block;
  position: absolute;
  top: -26px;
  right: calc(100% + 14px);
}
#contact .contents .txtwrap .inner .comf_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .contents .txtwrap .inner .comf_button li {
  margin: 0 20px 0 0;
}
#contact .contents .txtwrap .inner .comf_button li #back-button {
  display: inline-block;
  background: #ccc;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 10px;
}
#contact .contents .txtwrap .inner .comf_button li .submit-button {
  display: inline-block;
  background: #3ab483;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 10px;
}
#contact .contents .txtwrap .inner .comf_button li:last-child {
  margin: 0;
}
#contact .contents .txtwrap .inner .slink {
  text-align: center;
  color: #3ab483;
}
#contact .wpcf7-spinner, #contact .wpcf7-response-output {
  display: none;
}
@media screen and (max-width: 768px) {
  #contact .contents h1 {
    font-size: 2.8rem;
    margin-bottom: 45px;
  }
  #contact .contents h1 span {
    width: 41px;
  }
  #contact .contents .txtwrap .inner .fs36 {
    font-size: 2.4rem;
  }
  #contact .contents .txtwrap .inner form .form_dl {
    display: block;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  #contact .contents .txtwrap .inner form .form_dl dt, #contact .contents .txtwrap .inner form .form_dl dd {
    width: 100%;
  }
  #contact .contents .txtwrap .inner form .form_dl dt {
    padding: 15px;
  }
  #contact .contents .txtwrap .inner form .form_dl dd {
    padding: 15px 15px 10px;
  }
  #contact .contents .txtwrap .inner form .submit:before {
    display: none;
  }
}