@charset "UTF-8";


@media print, screen and (min-width: 768px) {

  .cmn-inner {
    max-width: 1144px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1366px) {

  .cmn-inner {
    max-width: 79.44vw;
  }
}
.local-heading_2 {
  font-weight: 700;
  color: #00c7dc;
  line-height: 1.42;
  position: relative;
}
.local-heading_2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  border-top: 2px solid #00c7dc;
  width: 100%;
  height: 0;
}
.local-heading_2 span {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
}
.local-heading_2 span:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.1em;
}
.local-heading_3 {
  font-weight: 700;
  color: #00c7dc;
  line-height: 1.16;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.local-heading_3 .number {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #00c7dc;
  color: #fff;
  line-height: 1;
  font-family: Roboto, sans-serif;
  padding: 0 0 0 0.15em;
}
.local-nav .nav {
  position: relative;
  z-index: 1;
}
.local-nav .nav [class^="item_"] a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #00c7dc;
  color: #00c7dc;
  font-weight: 700;
  position: relative;
  line-height: 1.2em;
  padding: 0 0 10px;
}
.local-nav .nav [class^="item_"] a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%2066.36%2040.92%22%3E%20%3Cpath%20d%3D%22M2.27%202.27a7.738%207.738%200%200%201%2010.94%200l19.97%2019.97L53.16%202.27a7.738%207.738%200%200%201%2010.94%200%207.738%207.738%200%200%201%200%2010.94L38.65%2038.65a7.787%207.787%200%200%201-5.47%202.27c-2.04%200-4.03-.83-5.47-2.27L2.27%2013.21A7.717%207.717%200%200%201%200%207.74c0-1.98.76-3.96%202.27-5.47z%22%20fill%3D%22%2300c7dc%22%2F%3E%3C%2Fsvg%3E")
    50% / contain no-repeat;
}
.local-nav .nav [class^="item_"] a .icon {
  background-repeat: no-repeat;
  background-size: contain;
}
.local-nav .nav .item_suuji a .icon {
  background-image: url(../img/parent/icon01.svg);
}
.local-nav .nav .item_kurashi a .icon {
  background-image: url(../img/parent/icon02.svg);
}
.local-nav .nav .item_hatarakou a .icon {
  background-image: url(../img/parent/icon03.svg);
}

.secWrap {
  margin: 0 0 100px;
}
.secWrap.no_mb {
  margin: 0;
}
.h2_style {
  border-top: 2px solid #00c7dc;
  border-bottom: 2px solid #00c7dc;
  text-align: center;
  font-size: min(2.34vw, 32px);
  color: #00c7dc;
  padding: 18px 0 20px;
  margin: 0 0 50px;
}
.h2_style .min {
  font-size: min(1.757vw, 24px);
  color: #fff;
  background: #00c7dc;
  border-radius: 20px;
  padding: 0 20px 2px 30px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
#sec01 .h2_style .title {
  background: url(../img/parent/icon01.svg) no-repeat left 50%;
  padding-left: 70px;
}
#sec02 .h2_style .title {
  background: url(../img/parent/icon02.svg) no-repeat left 50%;
  padding-left: 70px;
}
#sec03 .h2_style .title {
  background: url(../img/parent/icon03.svg) no-repeat left 50%;
  padding-left: 70px;
}
.h3_style {
  text-align: center;
  line-height: 1.5em;
  font-size: min(1.464vw, 20px);
  margin: 0 0 30px;
  color: #00c7dc;
}
.text_style {
  line-height: 2em;
  width: 67%;
  margin: 0 auto 60px;
}
.text_style02 {
  line-height: 2em;
  width: 67%;
  margin: 0 auto 30px;
}
.text_style03 {
  line-height: 2em;
  margin: 0 auto 50px;
}
.cmn-inner > .img_area {
  margin: 0 0 90px;
}
.text_style_title {
  text-align: center;
  font-weight: 700;
  font-size: min(1.17vw, 16px);
  margin: 0 0 30px;
}
.text_style_cation {
  line-height: 1.8em;
  width: 90%;
  font-size: min(0.878vw, 12px);
  margin: 0 auto 100px;
}
.secWrap .ul_style > ul > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 56px;
  margin: 0 0 50px;
}
.secWrap .ul_style > ul > li.no_mb {
  padding: 0;
  margin: 0;
}
/* .secWrap .ul_style > ul > li:last-of-type {
  padding: 0;
  margin: 0;
} */
.secWrap .ul_style > ul > li .textWrap {
  width: 46%;
}
.secWrap .ul_style > ul > li .textWrap h4 {
  font-size: min(2.34vw, 32px);
  color: #00c7dc;
  margin: 0 0 20px;
  line-height: 1.4;
}
.secWrap .ul_style > ul > li .textWrap p {
  line-height: 2em;
}
.secWrap .ul_style > ul > li .textWrap p.mb {
  margin: 0 0 30px;
}
.secWrap .ul_style > ul > li .textWrap ul {
  margin: 0 0 20px;
}
.secWrap .ul_style > ul > li .textWrap ul li {
  line-height: 1.6em;
  margin: 0 0 5px;
}
.secWrap .ul_style > ul > li .textWrap ul li span {
  color: #00c7dc;
}
.secWrap .ul_style > ul > li .imgWrap {
  width: 50%;
}
.secWrap#sec03 .ul_style > ul > li .imgWrap {
  width: 40%;
}
.secWrap .ul_style > ul > li::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%206%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23f5f4f3%22%2F%3E%20%3C%2Fsvg%3E)
    0/12px 100% repeat-x;
  height: 6px;
}
.secWrap .ul_style > ul > li:last-of-type:after {
  display: none;
}
.secWrap .talk-inner {
  background: #b9e2f8;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px;
  margin: 0 0 40px;
}
.secWrap .talk-inner .blod {
  text-align: center;
  line-height: 1.5em;
  font-size: min(1.464vw, 20px);
}
.secWrap .talk-box {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
}
.secWrap .talk-box .img {
  width: 160px;
}
.secWrap .talk-box .img img {
  border-radius: 10px;
}
.secWrap .talk-box .img .name {
  margin-top: 15px;
  font-size: 1.4rem;
}
.secWrap .talk-box .img .name span {
  font-size: 1.2rem;
  margin-left: 5px;
}
.secWrap .talk-box .txt {
  width: calc(100% - 410px);
  margin: 0 45px;
  font-size: 1.4rem;
  line-height: 2;
  background-color: #fff;
  color: #4d4d4d;
  position: relative;
}
.secWrap .talk-box .txt:after {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  position: absolute;
  left: -15px;
}
.secWrap .talk-box:nth-child(2n) {
  flex-direction: row-reverse;
}
.secWrap .talk-box:nth-child(2n) .txt:after {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  left: auto;
  right: -15px;
}

@media print, screen and (min-width: 768px) {
  .local-heading_2 {
    font-size: 4.2rem;
    margin-bottom: 35px;
  }
  .local-heading_2 span {
    padding-right: 35px;
  }
  .local-heading_2 span:before {
    margin-right: 16px;
  }
  .local-heading_3 {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .local-heading_3 .number {
    width: 40px;
    height: 40px;
  }
  .local-heading_3 .title {
    padding-left: 10px;
  }
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .flex.-col2 {
    align-items: center;
  }
  .flex.-col2 > .item:first-child {
    width: 520px;
  }
  .flex.-col2 > .item:nth-child(2) {
    width: 558px;
  }
  .flex.-col2.-reverse > .item:nth-child(2) {
    order: -1;
  }
  #localHeader {
    margin-bottom: 148px;
  }
  #localHeader .wrapper_text .heading_2 {
    margin-bottom: 40px;
  }
  #localHeader .image {
    top: 6px;
  }
  .local-nav {
    margin-bottom: 115px;
  }
  .local-nav .nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }
  .local-nav .nav [class^="item_"] {
    width: calc(33% - 8px);
    height: 120px;
  }
  .local-nav .nav [class^="item_"] a {
    border-radius: 10px;
    font-size: 2rem;
    transition: color 0.15s, background-color 0.15s;
  }
  .local-nav .nav [class^="item_"] a span.min {
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
    background-color: #00c7dc;
    padding: 0 8px 2px 12px;
    border-radius: 16px;
    margin: 0 0 3px;
  }
  .local-nav .nav [class^="item_"] a:after {
    width: 17px;
    height: 11px;
    right: 34px;
    transition: background-image 0.15s;
  }
  .local-nav .nav [class^="item_"] a:hover {
    background-color: #00c7dc;
    color: #fff;
  }
  .local-nav .nav [class^="item_"] a:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%2066.36%2040.92%22%3E%20%3Cpath%20d%3D%22M2.27%202.27a7.738%207.738%200%200%201%2010.94%200l19.97%2019.97L53.16%202.27a7.738%207.738%200%200%201%2010.94%200%207.738%207.738%200%200%201%200%2010.94L38.65%2038.65a7.787%207.787%200%200%201-5.47%202.27c-2.04%200-4.03-.83-5.47-2.27L2.27%2013.21A7.717%207.717%200%200%201%200%207.74c0-1.98.76-3.96%202.27-5.47z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  }
  .local-nav .nav [class^="item_"] a .icon {
    transition: background-image 0.15s;
    margin-right: 20px;
  }
  .local-nav .nav .item_suuji a .icon {
    width: 47px;
    height: 40px;
  }
  .local-nav .nav .item_suuji a:hover .icon {
    background-image: url(../img/parent/icon01_white.svg);
  }
  .local-nav .nav .item_kurashi a .icon {
    width: 40px;
    height: 44px;
  }
  .local-nav .nav .item_kurashi a:hover .icon {
    background-image: url(../img/parent/icon02_white.svg);
  }
  .local-nav .nav .item_hatarakou a .icon {
    width: 44px;
    height: 40px;
  }
  .local-nav .nav .item_hatarakou a:hover .icon {
    background-image: url(../img/parent/icon03_white.svg);
  }
  .local-nav .nav .item_voice a .icon {
    width: 44px;
    height: 40px;
  }

  .secWrap .talk-box .img .name {
    text-align: center;
  }

  .secWrap .talk-box .txt {
    padding: 35px;
  }

  .secWrap .talk-box .txt:after {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  /*追加作業*/
  .add_text {
    text-align: center;
    margin: 0 0 30px;
  }
  .add_text h4 {
    line-height: 1.5em;
    font-size: min(1.464vw, 20px);
    margin: 0 0 10px;
    font-weight: 700;
  }
  .add_text ul li {
    display: inline-block;
    margin: 0 0 0 10px;
    font-weight: 700;
  }
  .add_text ul li:first-of-type {
    margin: 0;
  }
  .add_text ul li span {
    color: #00c7dc;
  }
}
@media print, screen and (min-width: 1367px) {
}
@media only screen and (max-width: 767px) {
  .btn_area{
    margin: 0 auto;
    width: 66vw;
  }
  .secWrap {
    margin: 0 0 13.33vw;
  }
  .heading_1 img {
    width: 96%;
  }
  .heading_2 img {
    width: 50%;
  }
  figure.image img {
    width: 55vw;
  }
  .local-nav .nav [class^="item_"] a span.min {
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
    background-color: #00c7dc;
    padding: 0 8px 2px 12px;
    border-radius: 16px;
    margin: 0 0 3px;
  }
  #localHeader .wrapper_text .heading_3 {
    font-size: 4.7vw;
  }
  .local-heading_2 {
    font-size: 5.6vw;
    margin-bottom: 5.33vw;
  }
  .local-heading_2:before {
    border-width: 1px;
  }
  .local-heading_2 span {
    padding-right: 5.33vw;
  }
  .local-heading_2 span:before {
    margin-right: 1.87vw;
  }
  .local-heading_3 {
    font-size: 4.27vw;
    margin-bottom: 2.67vw;
  }
  .local-heading_3 .number {
    width: 7.33vw;
    height: 7.33vw;
  }
  .local-heading_3 .title {
    padding-left: 1.6vw;
  }

  .flex.-col2 > .item:first-child {
    margin-bottom: 5.33vw;
  }
  #localHeader .wrapper_text .caption {
    margin: 0 0 8vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .local-nav {
    margin-bottom: 16vw;
  }
  .local-nav .nav [class^="item_"] {
    height: 23vw;
  }
  .local-nav .nav [class^="item_"] + [class^="item_"] {
    margin-top: 2.67vw;
  }
  .local-nav .nav [class^="item_"] a {
    border-radius: 1.33vw;
    font-size: 4.27vw;
  }
  .local-nav .nav [class^="item_"] a:after {
    width: 3.47vw;
    height: 2.4vw;
    bottom: 3%;
  }
  .local-nav .nav [class^="item_"] a .icon {
    margin-right: 2.4vw;
  }
  .local-nav .nav .item_suuji a .icon {
    width: 10.97vw;
    height: 8.47vw;
  }
  .local-nav .nav .item_kurashi a .icon {
    width: 10.6vw;
    height: 9.13vw;
  }
  .local-nav .nav .item_hatarakou a .icon,
  .local-nav .nav .item_voice a .icon {
    width: 10.13vw;
    height: 9.23vw;
  }
  .h2_style {
    font-size: 4.8vw;
    margin: 0 0 6.66vw;
  }
  .h2_style .min {
    font-size: 3.2vw;
    border-radius: 20px;
    padding: 0 5px 1px 10px;
    margin-right: 5px;
  }
  #sec01 .h2_style .title {
    background: url(../img/parent/icon01.svg) no-repeat left 50%;
    background-size: 7.4vw;
    padding-left: 9.33vw;
  }
  #sec02 .h2_style .title {
    background: url(../img/parent/icon02.svg) no-repeat left 50%;
    background-size: 7.4vw;
    padding-left: 9.33vw;
  }
  #sec03 .h2_style .title {
    background: url(../img/parent/icon03.svg) no-repeat left 50%;
    background-size: 7.4vw;
    padding-left: 9.33vw;
  }
  .h3_style {
    font-size: 4vw;
    margin: 0 0 4vw;
  }
  .text_style {
    width: 100%;
    margin: 0 0 10vw;
  }
  .cmn-inner > .img_area {
    margin: 0 0 12vw;
  }
  .cmn-inner > .img_area.sp_scroll {
    overflow-x: scroll;
  }
  .cmn-inner > .img_area.sp_scroll img {
    max-width: none;
    height: 320px;
  }
  .cmn-inner > .img_area.sp_scroll.h_big img {
    max-width: none;
    height: 600px;
  }
  .text_style02 {
    width: 100%;
    margin: 0 0 4vw;
  }
  .text_style03 {
    margin: 0 0 6vw;
  }
  .text_style_title {
    font-size: 4vw;
    margin: 0 0 2.66vw;
  }
  .text_style_cation {
    width: 100%;
    font-size: 3.2vw;
    margin: 0 auto 40px;
  }
  .secWrap .ul_style > ul > li::after {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%206%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23f5f4f3%22%2F%3E%20%3C%2Fsvg%3E)
      0/8px 100% repeat-x;
  }
  .secWrap .ul_style > ul > li {
    display: block;
    padding: 0 0 10vw;
    margin: 0 0 7vw;
  }
  .secWrap .ul_style > ul > li .textWrap {
    width: 100%;
    margin: 0 0 9.3vw;
  }
  .secWrap .ul_style > ul > li .imgWrap {
    width: 100%;
  }
  .secWrap#sec03 .ul_style > ul > li .imgWrap {
    width: 100%;
  }
  .secWrap .ul_style > ul > li .textWrap h4 {
    font-size: 4.8vw;
    text-align: center;
    margin: 0 0 2.66vw;
  }
  .secWrap .ul_style > ul > li .textWrap p.mb {
    margin: 0 0 4vw;
  }
  .secWrap .talk-inner {
    padding: 20px;
    margin: 0 0 6.67vw;
  }
  .secWrap .talk-inner .blod {
    font-size: 4vw;
  }
  .secWrap .talk-box {
    margin-top: 6.67vw;
  }

  .secWrap .talk-box .img {
    width: 21.33vw;
    -webkit-transform: translateX(-2.67vw);
    transform: translateX(-2.67vw);
  }

  .secWrap .talk-box .img .name {
    margin-top: 1.33vw;
    font-size: 2.93vw;
    text-align: center;
  }

  .secWrap .talk-box .img .name span {
    font-size: 2.4vw;
    margin-left: 1.07vw;
  }

  .secWrap .talk-box .txt {
    width: 53vw;
    margin: 0 0 0 1.33vw;
    font-size: 3.2vw;
    padding: 5.33vw 0 5.33vw 5.33vw;
  }

  .secWrap .talk-box .txt:before {
    content: "";
    width: 5.33vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -5.33vw;
  }

  .secWrap .talk-box .txt:after {
    border-width: 2vw 2.67vw 2vw 0;
    left: -2.4vw;
    top: 4vw;
  }

  .secWrap .talk-box:nth-child(2n) .img {
    -webkit-transform: translateX(2.67vw);
    transform: translateX(2.67vw);
  }

  .secWrap .talk-box:nth-child(2n) .txt {
    margin: 0 1.33vw 0 0;
    padding: 5.33vw 5.33vw 5.33vw 0;
  }

  .secWrap .talk-box:nth-child(2n) .txt:before {
    left: -5.33vw;
    right: auto;
  }

  .secWrap .talk-box:nth-child(2n) .txt:after {
    border-width: 2vw 0 2vw 2.67vw;
    right: -2.4vw;
  }

  /*追加作業*/
  .add_text {
    text-align: center;
    margin: 0 0 4vw;
  }
  .add_text h4 {
    line-height: 1.5em;
    font-size: 4vw;
    margin: 0 0 10px;
    font-weight: 700;
  }
  .add_text ul li {
    font-weight: 700;
    margin: 0 0 10px 0;
    display: block;
  }
  .add_text ul li:first-of-type {
    margin: 0 0 10px 0;
  }
  .add_text ul li span {
    color: #00c7dc;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1366px) {
  .local-heading_fukidashi:before {
    left: -2.67vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1366px) {
  #localHeader .wrapper_text .heading_1 {
    width: 60%;
  }
  #localHeader .wrapper_text .heading_2 {
    width: 25%;
  }
  #sec01 .h2_style .title {
    background: url(../img/parent/icon01.svg) no-repeat left 50%;
    background-size: 3.95vw;
    padding-left: 5.124vw;
  }
  #sec02 .h2_style .title {
    background: url(../img/parent/icon02.svg) no-repeat left 50%;
    background-size: 3.95vw;
    padding-left: 5.124vw;
  }
  #sec03 .h2_style .title {
    background: url(../img/parent/icon03.svg) no-repeat left 50%;
    background-size: 3.95vw;
    padding-left: 5.124vw;
  }
  .local-heading_2 span:before {
    margin-right: 1.17vw;
  }
  .local-heading_2 span {
    padding-right: 2.56vw;
  }
  .local-heading_2 {
    font-size: 3.07vw;
    margin-bottom: 2.56vw;
  }
  .local-heading_3 .number {
    width: 2.93vw;
    height: 2.93vw;
  }
  .local-heading_3 .title {
    padding-left: 0.73vw;
  }
  .local-heading_3 {
    font-size: 1.76vw;
    margin-bottom: 1.83vw;
  }

  .flex.-col2 > .item:first-child {
    width: 38.07vw;
  }
  .flex.-col2 > .item:nth-child(2) {
    width: 40.85vw;
  }
  #localHeader .wrapper_text .heading_2 {
    margin-bottom: 2.93vw;
  }
  #localHeader .image {
    top: 0.44vw;
  }
  #localHeader {
    margin-bottom: 10.83vw;
  }
  .local-nav .nav [class^="item_"] a:after {
    width: 1.24vw;
    height: 0.81vw;
    right: 2.49vw;
  }
  .local-nav .nav [class^="item_"] a .icon {
    margin-right: 1.46vw;
  }
  .local-nav .nav [class^="item_"] a {
    border-radius: 0.73vw;
    font-size: 1.61vw;
  }
  .local-nav .nav [class^="item_"] {
    width: calc(33% - 0.59vw);
    height: 9.8vw;
  }
  .local-nav .nav .item_suuji a .icon {
    width: 3.15vw;
    height: 2.65vw;
  }
  .local-nav .nav .item_kurashi a .icon {
    width: 3.07vw;
    height: 2.65vw;
  }
  .local-nav .nav .item_hatarakou a .icon {
    width: 3vw;
    height: 2.7vw;
  }
  .local-nav .nav .item_voice a .icon {
    width: 2.93vw;
    height: 2.63vw;
  }
  .local-nav .nav {
    gap: 1.17vw;
  }
  .local-nav {
    margin-bottom: 8.42vw;
  }
}
