@charset "UTF-8";
/*変数設定用*/
/*fontfamily-style
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@media screen and (max-width: 900px) {
  .vpc900 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 901px) {
  .vsp900 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vpc767 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .vpc480 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 481px) {
  .vsp480 {
    display: none !important;
  }
}
html {
  height: 100%;
}
@media screen and (max-width: 767px) {
  html.active {
    overflow: hidden;
  }
}
html#wp-no {
  margin-top: 0 !important;
}

body {
  /*min-height: 100%;
  display: grid;
   grid-template-rows: 1fr auto;*/
}
body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}
a:link {
  text-decoration: none;
}

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

.fw700 {
  font-weight: 700;
}

.wrap-box {
  position: relative;
  width: 100%;
  color: #000;
  overflow: hidden;
}
.wrap-box header {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap-box header {
    margin-bottom: 5%;
  }
}
.wrap-box header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1010px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner {
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 7%;
    padding: 5% 0 0 5%;
  }
}
.wrap-box header .header-inner h1 {
  width: 500px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner h1 {
    width: 204px;
  }
}
.wrap-box header .header-inner p {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner p {
    font-size: 1.1rem;
  }
}
.wrap-box header .header-inner .official-sns-box {
  width: 12%;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner .official-sns-box {
    display: none;
    width: 60%;
    margin: 0 auto;
  }
}
.wrap-box header .header-inner .official-sns-box p {
  font-size: 1.45rem;
  text-align: center;
  /*color: #01b2ac;*/
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner .official-sns-box p {
    font-size: 2.3rem;
    text-align: center;
  }
}
.wrap-box header .header-inner .official-sns-box ul {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner .official-sns-box ul {
    width: 60%;
    margin: 0 auto;
  }
}
.wrap-box header .header-inner .official-sns-box ul li {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner .official-sns-box ul li {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .fixed .wrap-box header {
    height: 100%;
    background: #fff;
  }
}
.wrap-box header .nav-box {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box {
    padding: 0 5%;
  }
}
.wrap-box header .nav-box .nav-inner {
  position: relative;
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner {
    display: none;
    max-width: 100%;
  }
}
.wrap-box header .nav-box .nav-inner ul {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul {
    flex-wrap: wrap;
    width: 100%;
    padding-left: 130px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul.nav-house {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul.nav-house:before {
    background: url(../img/common/header_logo_house.png) no-repeat left top;
    background-size: contain;
  }
}
.wrap-box header .nav-box .nav-inner ul.nav-field {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul.nav-field {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul.nav-field:before {
    background: url(../img/common/header_logo_field.png) no-repeat left top;
    background-size: contain;
  }
}
.wrap-box header .nav-box .nav-inner ul li {
  display: flex;
  align-items: center;
  width: calc((100% - 245px) / 4);
  line-height: 1;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul li {
    width: 100%;
    margin-bottom: 5%;
    padding-right: 0;
  }
}
.wrap-box header .nav-box .nav-inner ul li:first-of-type a {
  background: #fcda80;
}
.wrap-box header .nav-box .nav-inner ul li:nth-of-type(2) a {
  background: #bbef78;
}
.wrap-box header .nav-box .nav-inner ul li:nth-of-type(3) a {
  background: #80ccda;
}
.wrap-box header .nav-box .nav-inner ul li:nth-of-type(4) a {
  background: #f6c4d2;
}
.wrap-box header .nav-box .nav-inner ul li {
  /*&:last-of-type {
    width: 245px;
    padding-left: 61px;
  }*/
}
.wrap-box header .nav-box .nav-inner ul li a {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 14px 5px;
  border-radius: 9px;
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .fixed .wrap-box header .nav-box {
    padding: 5% 5% 10%;
  }
}
.is-fixed .wrap-box header .nav-box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 30px;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .is-fixed .wrap-box header .nav-box {
    margin-top: 0;
  }
}
.wrap-box header .support {
  position: absolute;
  top: -27px;
  right: 50%;
  width: 142px;
  height: 142px;
  transform: translateX(550px);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .wrap-box header .support {
    position: fixed;
    top: 70px;
    right: 0;
    width: 80px;
    height: auto;
    transform: translateX(0);
  }
}
.wrap-box header .support a {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  color: #231815;
  line-height: 1;
  text-align: center;
  padding: 4px 10px 15px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .wrap-box header .support a {
    font-size: 1.1rem;
    padding: 7px 0 5px 15px;
    border: 2px solid #000;
    border-right: none;
    border-radius: 9999px 0 0 9999px;
  }
}
.wrap-box header .support a:before {
  display: block;
  width: 51px;
  height: 43px;
  content: "";
  margin: 15px auto 12px;
  background: url(../img/common/icon_support.png) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .wrap-box header .support a:before {
    width: 30px;
    height: 25px;
    margin: 0 auto 5px;
  }
}
.wrap-box header .support a:hover {
  background: #f8fffd;
  opacity: 1;
}
.modaal-noscroll .wrap-box header .support {
  display: none;
}
.wrap-box .sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
    background: #ea6011;
    z-index: 10000;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu:before {
    position: absolute;
    top: 0;
    left: -27px;
    width: 30px;
    height: 60px;
    content: "";
    background: #ea6011;
    border-radius: 9999px 0 0 9999px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn {
    /*&:after {
    	@include sp {
    		position: absolute;
    		top: -5px;
    		left: 0;
    		width: 30px;
    		height: 30px;
    		content: '';
    	}
    }*/
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn {
    position: relative;
    display: block;
    width: 57px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn .line {
    position: absolute;
    left: 40%;
    width: 38px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn .line1 {
    top: 17px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn .line2 {
    top: 27px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn .line3 {
    bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu.is-open .line {
    top: 27px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu.is-open .line1 {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu.is-open .line2 {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu.is-open .line3 {
    display: none;
  }
}
.modaal-noscroll .wrap-box .sp-menu {
  display: none;
}
.wrap-box .support-popup {
  display: none;
}
.wrap-box .tab-container {
  display: flex;
  justify-content: space-between;
}
.wrap-box .tab-container .tab {
  width: 50%;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .wrap-box .tab-container .tab {
    padding: 20px 0;
  }
}
.wrap-box .tab-container .tab.tab1 {
  background: #fcda80;
}
.wrap-box .tab-container .tab.tab2 {
  background: #a7e6cd;
}
.wrap-box .tab-container .tab img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .wrap-box .tab-container .tab img {
    height: 17px;
  }
}
.wrap-box .tab-content-container .tab-content {
  display: none;
}
.wrap-box .tab-content-container .tab-content.show {
  display: block;
}
.wrap-box .tab-content1 .kv-box {
  background: #fcda80;
}
.wrap-box .tab-content1 .supportpolicy-box {
  background: #fcda80;
}
.wrap-box .tab-content1 .supportpolicy-box .supportpolicy-inner {
  background: #fef4d9;
}
.wrap-box .tab-content1 .supportpolicy-box .supportpolicy-inner:before {
  background: url(../img/index/bg_frame1.png) no-repeat center top;
  background-size: contain;
}
.wrap-box .tab-content1 .supportpolicy-box .supportpolicy-inner h2:before {
  border-top: 10px solid #772a0e;
}
.wrap-box .tab-content1 .supportpolicy-box .supportpolicy-inner h2 span {
  background: #ea6011;
}
.wrap-box .tab-content1 .supportpolicy-box .supportpolicy-inner .copy span {
  color: #ea6011;
}
@media screen and (max-width: 767px) {
  .wrap-box .tab-content1 #course-index {
    background: #fef0cd;
  }
}
.wrap-box .tab-content2 .kv-box {
  background: #a7e5cc;
}
.wrap-box .tab-content2 .supportpolicy-box {
  background: #a7e5cc;
}
.wrap-box .tab-content2 .supportpolicy-box .supportpolicy-inner {
  background: #e4f7f1;
}
.wrap-box .tab-content2 .supportpolicy-box .supportpolicy-inner:before {
  background: url(../img/index/bg_frame1_2.png) no-repeat center top;
  background-size: contain;
}
.wrap-box .tab-content2 .supportpolicy-box .supportpolicy-inner h2:before {
  border-top: 10px solid #0059bb;
}
.wrap-box .tab-content2 .supportpolicy-box .supportpolicy-inner h2 span {
  background: #0091d9;
}
.wrap-box .tab-content2 .supportpolicy-box .supportpolicy-inner .description span {
  font-size: 1.9rem;
  font-weight: 700;
  color: #0091d9;
}
@media screen and (max-width: 767px) {
  .wrap-box .tab-content2 #course-index {
    background: #d3f3e6;
  }
}
.wrap-box .kv-box .kv-inner .swiper-box {
  position: relative;
}
.wrap-box .kv-box .kv-inner .swiper-box .swiper-container {
  margin-bottom: 25px;
}
.wrap-box .kv-box .kv-inner .swiper-box .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
.wrap-box .kv-box .kv-inner .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #000;
  opacity: 1;
}
.wrap-box .kv-box .kv-inner .swiper-box .swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-right: 20px;
}
.wrap-box .kv-box .kv-inner .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.wrap-box .supportpolicy-box {
  /*margin-bottom: 25px;*/
  padding-top: 80px;
  background: #fcda80;
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box {
    padding: 20% 5%;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 55px;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner {
    max-width: 100%;
    margin-bottom: 30%;
    padding: 27% 5% 20%;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner:before {
  position: absolute;
  top: -34px;
  left: 50%;
  width: 100%;
  height: 84px;
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner:before {
    width: 105%;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner h2 {
  position: absolute;
  top: -15px;
  left: 47.8%;
  width: 50%;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner h2 {
    width: 70%;
    left: 50%;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner h2:before {
  position: absolute;
  top: 6px;
  left: -13px;
  content: "";
  border-top: 10px solid #772a0e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(-45deg);
}
.wrap-box .supportpolicy-box .supportpolicy-inner h2 span {
  width: 100%;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  background: #ea6011;
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner h2 span {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner p {
  text-align: center;
}
.wrap-box .supportpolicy-box .supportpolicy-inner .copy {
  position: relative;
  font-size: 1.9rem;
  font-weight: 700;
}
.wrap-box .supportpolicy-box .supportpolicy-inner .copy:before, .wrap-box .supportpolicy-box .supportpolicy-inner .copy:after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner .copy:before, .wrap-box .supportpolicy-box .supportpolicy-inner .copy:after {
    content: none;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner .copy:before {
  top: -27px;
  left: -65px;
  width: 252px;
  height: 184px;
  background: url(../img/index/icon_illust1.png) no-repeat left top;
  background-size: contain;
}
.wrap-box .supportpolicy-box .supportpolicy-inner .copy:after {
  top: -20px;
  right: -50px;
  width: 218px;
  height: 164px;
  background: url(../img/index/icon_illust2.png) no-repeat left top;
  background-size: contain;
}
.wrap-box .supportpolicy-box .supportpolicy-inner .copy span {
  color: #ea6011;
}
.wrap-box .supportpolicy-box .supportpolicy-inner .description {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner .description {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner .description:before, .wrap-box .supportpolicy-box .supportpolicy-inner .description:after {
    position: absolute;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner .description:before {
    bottom: -142px;
    left: -20px;
    width: 172px;
    height: 126px;
    background: url(../img/index/icon_illust1.png) no-repeat left top;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner .description:after {
    bottom: -135px;
    right: -10px;
    width: 149px;
    height: 112px;
    background: url(../img/index/icon_illust2.png) no-repeat left top;
    background-size: contain;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner2 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 85px 55px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner2 {
    max-width: 100%;
    padding: 7% 5% 10%;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner2:after {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  content: "";
  background: #a7e5cc;
}
.wrap-box .supportpolicy-box .supportpolicy-inner2 .logo-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner2 .logo-box {
    margin-bottom: 7%;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner2 .description {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner2 .description {
    margin-bottom: 70%;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner2 .description:before, .wrap-box .supportpolicy-box .supportpolicy-inner2 .description:after {
  position: absolute;
  content: "";
}
.wrap-box .supportpolicy-box .supportpolicy-inner2 .description:before {
  top: 66px;
  left: -140px;
  width: 214px;
  height: 214px;
  background: url(../img/index/deafnoba_house_maru.png) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner2 .description:before {
    top: auto;
    bottom: -240px;
    left: -50px;
    width: 198px;
    height: 198px;
  }
}
.wrap-box .supportpolicy-box .supportpolicy-inner2 .description:after {
  right: -144px;
  bottom: -110px;
  width: 258px;
  height: 258px;
  background: url(../img/index/deafnoba_field_maru.png) no-repeat right top;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wrap-box .supportpolicy-box .supportpolicy-inner2 .description:after {
    bottom: -240px;
    right: -50px;
    width: 240px;
    height: 240px;
  }
}
.wrap-box main .container-box {
  width: 100%;
}
.wrap-box main .container-box#project .contents-inner {
  margin-bottom: 70px;
}
.wrap-box main .container-box#item0-6-index {
  line-height: 1;
}
.wrap-box main .container-box .contents-inner {
  max-width: 944px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .contents-inner {
    max-width: 100%;
  }
}
.index .wrap-box main .container-box h2 {
  position: relative;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
  padding: 32px 0 48px;
}
@media screen and (max-width: 767px) {
  .index .wrap-box main .container-box h2 {
    padding-top: 3%;
  }
}
.index .wrap-box main .container-box h2:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 523px;
  height: 171px;
  content: "";
  background: url(../img/index/bg_frame2.png) no-repeat center bottom;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .index .wrap-box main .container-box h2:before {
    width: 390px;
    height: 119px;
  }
}
.index .wrap-box main .container-box h2 span {
  position: relative;
  display: block;
}
.index .wrap-box main .container-box h2 span:first-of-type {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .index .wrap-box main .container-box h2 span:first-of-type {
    font-size: 2.9rem;
  }
}
.index .wrap-box main .container-box h2 span:last-of-type {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .index .wrap-box main .container-box h2 span:last-of-type {
    font-size: 1.5rem;
  }
}
.wrap-box main .container-box .news-box {
  margin-top: -40px;
  padding: 80px 0 50px;
  background: #01b2ac;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box {
    padding: 20% 10%;
  }
}
.wrap-box main .container-box .news-box ul {
  display: flex;
  justify-content: space-between;
  max-width: 1015px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box ul {
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 7%;
  }
}
.wrap-box main .container-box .news-box ul li {
  width: 32%;
  padding: 15px 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box ul li:not(:last-of-type) {
    margin-bottom: 7%;
  }
}
.wrap-box main .container-box .news-box ul li {
  /*&:last-of-type {
    background: none;
  }*/
}
.wrap-box main .container-box .news-box ul li a {
  color: #000;
}
.wrap-box main .container-box .news-box ul li a figure figcaption {
  margin-top: 12px;
}
.wrap-box main .container-box .news-box ul li a figure figcaption span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box ul li a figure figcaption span {
    font-size: 1.4rem;
  }
}
.wrap-box main .container-box .news-box ul li a figure figcaption p {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box ul li a figure figcaption p {
    font-size: 2rem;
  }
}
.wrap-box main .container-box#goods-index .contents-inner {
  padding: 55px 40px 45px 50px;
  background: #fcda80;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods-index .contents-inner {
    padding: 12% 7% 10%;
  }
}
.wrap-box main .container-box#goods-index .contents-inner dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods-index .contents-inner dl {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box#goods-index .contents-inner dl dt {
  order: 1;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods-index .contents-inner dl dt {
    width: 100%;
  }
}
.wrap-box main .container-box#goods-index .contents-inner dl dt ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods-index .contents-inner dl dt ul {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
}
.wrap-box main .container-box#goods-index .contents-inner dl dt ul li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods-index .contents-inner dl dt ul li {
    width: 31%;
  }
}
.wrap-box main .container-box#goods-index .contents-inner dl dt ul li a {
  display: block;
  height: 120px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods-index .contents-inner dl dt ul li a {
    height: 100px;
  }
}
.wrap-box main .container-box#goods-index .contents-inner dl dd {
  order: 0;
  width: 55%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods-index .contents-inner dl dd {
    width: 100%;
    margin-bottom: 7%;
    padding-right: 0;
  }
}
.wrap-box main .container-box#goods-index .contents-inner dl dd p {
  font-size: 1.7rem;
  margin-bottom: 25px;
}
.wrap-box main .container-box#goods-index .btn-link {
  text-align: left;
}
.wrap-box main .container-box#report-index {
  margin-bottom: 50px;
  padding-bottom: 75px;
  background: #fcda80;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index {
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .contents-inner {
    padding: 0 5%;
  }
}
.wrap-box main .container-box#report-index h2 span:first-of-type {
  color: #e65e0a;
}
.wrap-box main .container-box#report-index p {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index p {
    font-size: 1.8rem;
  }
}
.wrap-box main .container-box#report-index .instagram-box ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .instagram-box ul {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box#report-index .instagram-box ul li {
  width: 22%;
  height: 240px;
  background: #bababa;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .instagram-box ul li {
    width: 48%;
    height: 170px;
    margin-bottom: 15px;
  }
}
.wrap-box main .container-box#report-index .sns-box {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box {
    margin-bottom: 0;
    padding: 12% 7% 0;
  }
}
.wrap-box main .container-box#report-index .sns-box ul {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box ul {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.wrap-box main .container-box#report-index .sns-box ul li {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box ul li:first-of-type {
    margin-bottom: 10%;
  }
}
.wrap-box main .container-box#report-index .sns-box ul li:first-of-type figure {
  max-width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box ul li:first-of-type figure {
    max-width: 75px;
  }
}
.wrap-box main .container-box#report-index .sns-box ul li:last-of-type figure {
  position: relative;
  max-width: 317px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box ul li:last-of-type figure {
    max-width: 185px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box ul li:last-of-type a {
    margin-top: -15px;
  }
}
.wrap-box main .container-box#report-index .sns-box ul li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 15px 0;
  background: #fff;
}
.wrap-box main .container-box#report-index .sns-box ul li a:after {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 21px solid transparent;
  border-right: none;
  border-bottom: 21px solid transparent;
  border-left: 16px solid #000;
  transform: translateY(-50%);
}
.wrap-box main .container-box#report-index .sns-box ul li dl {
  display: flex;
  padding-left: 44px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box ul li dl {
    padding-left: 7%;
  }
}
.wrap-box main .container-box#report-index .sns-box ul li dl dt {
  width: 19%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box ul li dl dt {
    width: 21%;
  }
}
.wrap-box main .container-box#report-index .sns-box ul li dl dd {
  width: 71%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box ul li dl dd {
    width: 69%;
  }
}
.wrap-box main .container-box#report-index .sns-box ul li dl dd span {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#report-index .sns-box ul li dl dd span {
    font-size: 2rem;
  }
}
.wrap-box main .container-box#course-index {
  position: relative;
  padding-bottom: 50px;
  /*background: #fcda80;*/
}
.wrap-box main .container-box#course-index:before, .wrap-box main .container-box#course-index:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index:before, .wrap-box main .container-box#course-index:after {
    content: none;
  }
}
.wrap-box main .container-box#course-index:before {
  left: -50%;
  background: #fef0cd;
}
.wrap-box main .container-box#course-index:after {
  right: -50%;
  background: #d3f3e6;
}
.wrap-box main .container-box#course-index .contents-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .contents-inner {
    padding: 0 5%;
  }
}
.wrap-box main .container-box#course-index .contents-inner h2:before {
  background: url(../img/index/bg_frame2_2.png) no-repeat center bottom;
  background-size: contain;
}
.wrap-box main .container-box#course-index .contents-inner h2 span {
  color: #fff;
}
.wrap-box main .container-box#course-index .item0-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.wrap-box main .container-box#course-index .item0-2 li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .item0-2 li {
    width: 100%;
  }
}
.wrap-box main .container-box#course-index .item0-2 li:first-of-type {
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .item0-2 li:first-of-type {
    padding-right: 0;
    background: #fef0cd;
  }
}
.wrap-box main .container-box#course-index .item0-2 li:last-of-type {
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .item0-2 li:last-of-type {
    padding-left: 0;
    background: #d3f3e6;
  }
}
.wrap-box main .container-box#course-index .item0-3 {
  margin-bottom: 30px;
}
.wrap-box main .container-box#course-index .item0-9 {
  max-width: 575px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .item0-9 {
    max-width: 70%;
  }
}
.wrap-box main .container-box#course-index {
  /*h2 {
    span {
      &:first-of-type {
        color: #80ccda;
      }
    }
  }*/
}
.wrap-box main .container-box#course-index .lead {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .lead {
    font-size: 1.8rem;
  }
}
.wrap-box main .container-box#course-index .course-box {
  margin-bottom: 90px;
}
.wrap-box main .container-box#course-index .course-box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .course-box ul {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box#course-index .course-box ul li {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .course-box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .course-box ul li:not(:last-of-type) {
    margin-bottom: 5%;
  }
}
.wrap-box main .container-box#course-index .course-box ul li dl dd {
  margin-top: -20px;
}
.wrap-box main .container-box#course-index .circle-box {
  position: relative;
  height: 220px;
  margin-bottom: 65px;
  padding: 35px 15px 25px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .circle-box {
    width: 80%;
    height: 246px;
    margin: 0 auto 17%;
    padding: 15% 10%;
  }
}
.wrap-box main .container-box#course-index .circle-box:after {
  position: absolute;
  bottom: -52px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 26px solid #80ccda;
  border-right: 30px solid transparent;
  border-bottom: none;
  border-left: 30px solid transparent;
  transform: translateX(-50%);
}
.wrap-box main .container-box#course-index .circle-box .week-box {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.wrap-box main .container-box#course-index .circle-box .week-box.week-box2 {
  width: 57%;
}
.wrap-box main .container-box#course-index .circle-box .week-box.week-box2 span {
  position: relative;
}
.wrap-box main .container-box#course-index .circle-box .week-box.week-box2 span:last-of-type:before {
  position: absolute;
  top: 50%;
  left: -26px;
  color: #80ccda;
  content: "〜";
  transform: translateY(-50%);
}
.wrap-box main .container-box#course-index .circle-box .week-box.week-box2 span + span {
  margin-left: 25px;
}
.wrap-box main .container-box#course-index .circle-box .week-box span {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 6px 10px 10px;
  background: #80ccda;
  border-radius: 50%;
}
.wrap-box main .container-box#course-index .circle-box .week-box span + span {
  margin-left: 5px;
}
.wrap-box main .container-box#course-index .circle-box .ttl {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}
.wrap-box main .container-box#course-index .circle-box .description {
  width: fit-content;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto;
}
.wrap-box main .container-box#course-index .all-grades {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.wrap-box main .container-box#course-index .course-other-box {
  position: relative;
  margin-bottom: 70px;
  padding: 30px 20px 20px;
  background: #fff;
}
.wrap-box main .container-box#course-index .course-other-box .course-other-copy {
  position: relative;
  text-align: center;
  margin-top: -47px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .course-other-box .course-other-copy {
    margin-top: -47px;
  }
}
.wrap-box main .container-box#course-index .course-other-box .course-other-copy span {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .course-other-box .course-other-copy span {
    font-size: 1.7rem;
  }
}
.wrap-box main .container-box#course-index .course-other-box .course-other-copy span:before, .wrap-box main .container-box#course-index .course-other-box .course-other-copy span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 22px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .course-other-box .course-other-copy span:before, .wrap-box main .container-box#course-index .course-other-box .course-other-copy span:after {
    width: 50px;
  }
}
.wrap-box main .container-box#course-index .course-other-box .course-other-copy span:before {
  left: -25px;
  transform: rotate(60deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .course-other-box .course-other-copy span:before {
    left: -45px;
  }
}
.wrap-box main .container-box#course-index .course-other-box .course-other-copy span:after {
  right: -20px;
  transform: rotate(-60deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .course-other-box .course-other-copy span:after {
    right: -40px;
  }
}
.wrap-box main .container-box#course-index .course-other-box .course-other-list {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .course-other-box .course-other-list {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box#course-index .course-other-box .course-other-list span {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#course-index .course-other-box .course-other-list span {
    display: block;
    font-size: 1.9rem;
  }
}
.wrap-box main .container-box#course-index .course-other-box .course-other-list span:before {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  height: 20px;
  content: "";
  transform: translateY(-50%);
  background: #80ccda;
  border-radius: 50%;
}
.wrap-box main .container-box#course-index .schdule-box img {
  vertical-align: top;
}
.wrap-box main .container-box#program-index {
  padding: 80px 0 75px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index {
    padding: 15% 0;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .contents-inner {
    padding: 0 5%;
  }
}
.wrap-box main .container-box#program-index h2 span:first-of-type {
  color: #e65e0a;
}
.wrap-box main .container-box#program-index .item0-4 {
  max-width: 182px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .item0-4 {
    max-width: 121px;
    margin-bottom: 7%;
  }
}
.wrap-box main .container-box#program-index .item0-5 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .item0-5 {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box#program-index .item0-5 li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .item0-5 li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .item0-5 li:first-of-type {
    margin-bottom: 5%;
  }
}
.wrap-box main .container-box#program-index .item0-5 li img {
  margin-bottom: 30px;
}
.wrap-box main .container-box#program-index .item0-5 li a {
  display: block;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
}
.wrap-box main .container-box#program-index .lead {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .lead {
    font-size: 1.8rem;
  }
}
.wrap-box main .container-box#program-index .swiper-box {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .swiper-box {
    width: 100%;
  }
}
.wrap-box main .container-box#program-index .swiper-box .swiper-container {
  margin-bottom: 45px;
}
.wrap-box main .container-box#program-index .swiper-box .swiper-slide.swiper-slide1 figure img, .wrap-box main .container-box#program-index .swiper-box .swiper-slide.swiper-slide2 figure img, .wrap-box main .container-box#program-index .swiper-box .swiper-slide.swiper-slide3 figure img {
  margin-bottom: 20px;
}
.wrap-box main .container-box#program-index .swiper-box .swiper-slide.swiper-slide4 figure figcaption, .wrap-box main .container-box#program-index .swiper-box .swiper-slide.swiper-slide5 figure figcaption {
  line-height: 1.3;
}
.wrap-box main .container-box#program-index .swiper-box .slide-list {
  padding: 25px;
  background: #fff;
}
.wrap-box main .container-box#program-index .swiper-box .slide-list dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .swiper-box .slide-list dl {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box#program-index .swiper-box .slide-list dl dt {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .swiper-box .slide-list dl dt {
    width: 100%;
  }
}
.wrap-box main .container-box#program-index .swiper-box .slide-list dl dt figure img {
  padding: 0 50px;
}
.wrap-box main .container-box#program-index .swiper-box .slide-list dl dt figure figcaption {
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ea6011;
  margin: 0 auto;
}
.wrap-box main .container-box#program-index .swiper-box .slide-list dl dd {
  width: 60%;
  text-align: left;
  padding: 30px 25px;
  background: #fbe0cf;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .swiper-box .slide-list dl dd {
    width: 100%;
  }
}
.wrap-box main .container-box#program-index .swiper-box .slide-list dl dd p {
  font-size: 1.7rem;
}
.wrap-box main .container-box#program-index .swiper-box .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#program-index .swiper-box .swiper-pagination {
    width: 100%;
  }
}
.wrap-box main .container-box#program-index .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  margin: 0 10px;
  background: none;
  border: 1px solid #000;
  opacity: 1;
}
.wrap-box main .container-box#program-index .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #ed610a;
}
.wrap-box main .container-box .program-other-box {
  position: relative;
  margin-bottom: 70px;
  padding: 30px 20px 20px;
  background: #fff;
}
.wrap-box main .container-box .program-other-box .program-other-copy {
  position: relative;
  text-align: center;
  margin-top: -47px;
}
.wrap-box main .container-box .program-other-box .program-other-copy span {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .program-other-box .program-other-copy span {
    font-size: 1.9rem;
  }
}
.wrap-box main .container-box .program-other-box .program-other-copy span:before, .wrap-box main .container-box .program-other-box .program-other-copy span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 22px;
  height: 1px;
  background: #000;
}
.wrap-box main .container-box .program-other-box .program-other-copy span:before {
  left: -25px;
  transform: rotate(60deg) translateY(-50%);
}
.wrap-box main .container-box .program-other-box .program-other-copy span:after {
  right: -20px;
  transform: rotate(-60deg) translateY(-50%);
}
.wrap-box main .container-box .program-other-box .program-other-list {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .program-other-box .program-other-list {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box .program-other-box .program-other-list span {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .program-other-box .program-other-list span {
    font-size: 1.7rem;
  }
}
.wrap-box main .container-box .program-other-box .program-other-list span:before {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  height: 20px;
  content: "";
  transform: translateY(-50%);
  background: #ed610a;
  border-radius: 50%;
}
.wrap-box main .container-box#message-index {
  padding: 115px 0 100px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index {
    padding: 10% 0 15%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index .contents-inner {
    padding: 0 5%;
  }
}
.wrap-box main .container-box#message-index h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index h3 {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box#message-index h3 span {
  position: relative;
  color: #ea6011;
}
.wrap-box main .container-box#message-index h3 span:first-of-type {
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index h3 span:first-of-type {
    width: fit-content;
    font-size: 2.8rem;
    margin: 0 auto;
  }
}
.wrap-box main .container-box#message-index h3 span:last-of-type {
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index h3 span:last-of-type {
    width: 100%;
    font-size: 2.4rem;
    text-align: right;
  }
}
.wrap-box main .container-box#message-index h3 span:last-of-type:before {
  position: absolute;
  top: 50%;
  left: -280px;
  width: 273px;
  height: 16px;
  content: "";
  background: url(../img/index/bg_frame3.png) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index h3 span:last-of-type:before {
    left: 0;
  }
}
.wrap-box main .container-box#message-index dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index dl {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box#message-index dl dt {
  order: 1;
  width: 70%;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index dl dt {
    width: 100%;
    margin-right: auto;
  }
}
.wrap-box main .container-box#message-index dl dt ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index dl dt ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wrap-box main .container-box#message-index dl dt ul li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index dl dt ul li {
    width: 50%;
    line-height: 1;
  }
}
.wrap-box main .container-box#message-index dl dd {
  order: 0;
  width: 40%;
  padding-right: 7%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index dl dd {
    width: 100%;
    margin-bottom: 10%;
    padding-right: 0;
  }
}
.wrap-box main .container-box#message-index dl dd p {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index dl dd p {
    width: fit-content;
    font-size: 2.2rem;
    margin: 0 auto 10%;
  }
}
.wrap-box main .container-box#message-index .btn-link {
  font-size: 1.9rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index .btn-link {
    font-size: 1.7rem;
  }
}
.wrap-box main .container-box#message-index .btn-link a {
  background: #ea6011;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#message-index .btn-link a {
    display: block;
    text-align: center;
  }
}
.wrap-box main .container-box#support-index {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support-index {
    margin-bottom: 10%;
  }
}
.wrap-box main .container-box#support-index .contents-inner {
  padding: 50px 30px 30px 40px;
  background: #fcecf0;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support-index .contents-inner {
    padding: 10% 0;
  }
}
.wrap-box main .container-box#support-index dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support-index dl {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box#support-index dl dt {
  width: 18%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support-index dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
    padding: 0 20%;
  }
}
.wrap-box main .container-box#support-index dl dd {
  width: 82%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support-index dl dd {
    width: 100%;
  }
}
.wrap-box main .container-box#support-index p:first-of-type {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 3px solid #f6c4d2;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support-index p:first-of-type {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5%;
    padding: 0 5% 5%;
  }
}
.wrap-box main .container-box#support-index p:last-of-type {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support-index p:last-of-type {
    font-size: 1.5rem;
    padding: 0 5%;
  }
}
.wrap-box main .container-box#sponsor .bnr-goods {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#sponsor .bnr-goods {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#sponsor .bnr-goods picture {
    padding: 0;
  }
}
.wrap-box main .container-box.assistance-area.assistance1 {
  background: #fcda80;
}
#assistance_field .wrap-box main .container-box.assistance-area.assistance1 {
  background: #a7e6cd;
}
.wrap-box main .container-box.assistance-area.assistance1 .contents-inner {
  padding: 100px 0 90px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area.assistance1 .contents-inner {
    padding: 15% 5%;
  }
}
.wrap-box main .container-box.assistance-area.assistance1 .contents-inner .ttl {
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area.assistance1 .contents-inner .ttl {
    padding-left: 0;
  }
}
.wrap-box main .container-box.assistance-area.assistance1 .contents-inner .main-txt {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area.assistance1 .contents-inner .main-txt {
    margin-bottom: 20%;
  }
}
.wrap-box main .container-box.assistance-area.assistance1 .contents-inner .main-txt .copy {
  font-size: 2.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area.assistance1 .contents-inner .main-txt .copy {
    font-size: 2.2rem;
  }
}
.wrap-box main .container-box.assistance-area.assistance1 .contents-inner .main-txt .description {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area.assistance1 .contents-inner .main-txt .description {
    font-size: 1.6rem;
  }
}
.wrap-box main .container-box.assistance-area.assistance1 .contents-inner h2:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 130px;
  height: 101px;
  content: "";
  background: url(../img/assistance/icon_deafnoba.png) no-repeat right top;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area.assistance1 .contents-inner h2:after {
    top: -80px;
    right: 50%;
    width: 90px;
    height: 70px;
    transform: translate(50%, 0);
  }
}
.wrap-box main .container-box.assistance-area.assistance1 .contents-inner .assistance-box .assistance-l, .wrap-box main .container-box.assistance-area.assistance1 .contents-inner .assistance-box .assistance-r {
  background: #fff;
}
.wrap-box main .container-box.assistance-area.assistance1 .contents-inner .assistance-box .assistance-l span {
  background: #e96010;
}
#assistance_field .wrap-box main .container-box.assistance-area.assistance1 .contents-inner .assistance-box .assistance-l span {
  background: #0091d9;
}
.wrap-box main .container-box.assistance-area.assistance1 .contents-inner .assistance-box .assistance-r ul li::marker {
  color: #ea6011;
}
#assistance_field .wrap-box main .container-box.assistance-area.assistance1 .contents-inner .assistance-box .assistance-r ul li::marker {
  color: #0091d9;
}
.wrap-box main .container-box.assistance-area.assistance2 .contents-inner {
  padding: 70px 0 90px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area.assistance2 .contents-inner {
    max-width: 100%;
    padding: 10% 5% 15%;
  }
}
.wrap-box main .container-box.assistance-area.assistance2 .contents-inner .assistance-box .assistance-l {
  background: #fef4d9;
}
.wrap-box main .container-box.assistance-area.assistance2 .contents-inner .assistance-box .assistance-l span {
  background: #01b2ac;
}
.wrap-box main .container-box.assistance-area.assistance2 .contents-inner .assistance-box .assistance-r {
  background: #d9f3f3;
}
.wrap-box main .container-box.assistance-area.assistance2 .contents-inner .assistance-box .assistance-r ul li::marker {
  color: #01b2ac;
}
.wrap-box main .container-box.assistance-area .contents-inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area .contents-inner {
    max-width: 100%;
  }
}
.wrap-box main .container-box.assistance-area .contents-inner h2 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area .contents-inner h2 {
    font-size: 2.7rem;
    line-height: 1;
    margin-bottom: 15%;
  }
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area .contents-inner .assistance-box {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area .contents-inner .assistance-box:not(:last-of-type) {
    margin-bottom: 20%;
  }
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l {
  position: relative;
  width: 45%;
  padding: 40px 20px 10px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l {
    width: 100%;
    margin-bottom: 12%;
    padding: 12% 5% 7%;
  }
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l:after {
  position: absolute;
  top: 50%;
  right: -55px;
  width: 72px;
  height: 20px;
  content: "";
  background: url(../img/assistance/icon_arrow.png) no-repeat right center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l:after {
    top: auto;
    right: 35%;
    bottom: -30px;
    transform: rotate(90deg) translate(0, 50%);
  }
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l span {
  display: inline-block;
  position: absolute;
  top: -1em;
  left: 0;
  font-size: 2rem;
  color: #fff;
  padding: 5px 15px;
  background: #e96010;
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l .lead {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l .detail {
  position: relative;
  font-size: 1.5rem;
  padding-left: 70px;
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l .detail:before, .wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l .detail:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l .detail:before {
  left: 0;
  content: "支援\a内容";
  font-size: 1.3rem;
  color: #fff;
  white-space: pre;
  padding-left: 15px;
  z-index: 2;
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-l .detail:after {
  left: 0;
  width: 57px;
  height: 57px;
  content: "";
  background: #80ccda;
  border-radius: 50%;
  z-index: 1;
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-r {
  width: 51%;
  padding: 20px 10px 10px 20px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-r {
    width: 100%;
    padding: 7% 5%;
  }
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-r ul {
  padding-left: 35px;
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-r ul li {
  line-height: 1;
  list-style: disc;
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-r ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-r ul li::marker {
  font-size: 4rem;
  color: #ea6011;
  line-height: 0;
}
.wrap-box main .container-box.assistance-area .contents-inner .assistance-box .assistance-r ul li span {
  font-size: 1.3rem;
  vertical-align: 0.85em;
}
.wrap-box main .container-box.assistance-area .contents-inner .txt-link {
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.assistance-area .contents-inner .txt-link {
    font-size: 1.5rem;
    margin-top: 15%;
  }
}
.wrap-box main .container-box.message-area {
  position: relative;
}
.wrap-box main .container-box.message-area.message1 {
  background: #fcda80;
}
.wrap-box main .container-box.message-area.message1:not(:last-of-type) {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area.message1:not(:last-of-type) {
    margin-bottom: 10%;
  }
}
.wrap-box main .container-box.message-area.message1 .contents-inner {
  padding: 70px 0 80px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area.message1 .contents-inner {
    padding: 25% 5% 15%;
  }
}
.wrap-box main .container-box.message-area.message1 .contents-inner .activity {
  background: rgba(252, 218, 128, 0.64);
  background: #fef2d1;
}
.wrap-box main .container-box.message-area.message1-1:before {
  transform: rotate(3deg);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area.message1-1:before {
    transform: rotate(6deg);
  }
}
.wrap-box main .container-box.message-area.message1-1:before, .wrap-box main .container-box.message-area.message1-2:before {
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: #fcda80;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area.message1-1:before, .wrap-box main .container-box.message-area.message1-2:before {
    bottom: -2.4%;
  }
}
.wrap-box main .container-box.message-area.message1-1 dl dt, .wrap-box main .container-box.message-area.message1-3 dl dt {
  order: 1;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area.message1-1 dl dt, .wrap-box main .container-box.message-area.message1-3 dl dt {
    order: 0;
    padding-left: 0;
  }
}
.wrap-box main .container-box.message-area.message1-1 dl dd, .wrap-box main .container-box.message-area.message1-3 dl dd {
  order: 0;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area.message1-1 dl dd, .wrap-box main .container-box.message-area.message1-3 dl dd {
    order: 1;
  }
}
.wrap-box main .container-box.message-area.message1-2:before {
  transform: rotate(-3deg);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area.message1-2:before {
    transform: rotate(-6deg);
  }
}
.wrap-box main .container-box.message-area.message1-2 dl dt {
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area.message1-2 dl dt {
    padding-right: 0;
  }
}
.wrap-box main .container-box.message-area.message2 {
  background: #ccebf0;
}
.wrap-box main .container-box.message-area.message2 .contents-inner {
  padding: 70px 0 80px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area.message2 .contents-inner {
    padding: 25% 5% 15%;
  }
}
.wrap-box main .container-box.message-area.message2 .contents-inner ul {
  display: flex;
  justify-content: space-between;
}
.wrap-box main .container-box.message-area.message2 .contents-inner ul {
  flex-wrap: wrap;
}
.wrap-box main .container-box.message-area.message2 .contents-inner ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area.message2 .contents-inner ul li {
    width: 100%;
  }
}
.wrap-box main .container-box.message-area.message2 .contents-inner .activity {
  background: rgba(128, 204, 218, 0.85);
  background: #ecf7f9;
}
.wrap-box main .container-box.message-area dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area dl {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box.message-area dl dt {
  width: 47.4%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area dl dt {
    width: 100%;
    margin-bottom: 7%;
  }
}
.wrap-box main .container-box.message-area dl dd {
  width: 52.6%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area dl dd {
    width: 100%;
  }
}
.wrap-box main .container-box.message-area .message {
  margin-bottom: 30px;
  padding: 15px 40px;
  background: #fff;
}
.wrap-box main .container-box.message-area .message p {
  font-size: 1.6rem;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box.message-area .message .name {
    text-align: right;
  }
}
.wrap-box main .container-box.message-area .activity {
  position: relative;
  padding: 57px 40px 15px;
}
.wrap-box main .container-box.message-area .activity span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 10px 20px;
  background: #000;
}
.wrap-box main .container-box.message-area .activity p {
  font-size: 1.6rem;
  overflow-wrap: anywhere;
}
.wrap-box main .ttl-box {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .ttl-box {
    margin-bottom: 10%;
    padding: 0 5%;
  }
}
.wrap-box main .ttl-box.ttl-box2 h2 {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap-box main .ttl-box.ttl-box2 h2 {
    font-size: 2.4rem;
  }
}
.wrap-box main .ttl-box h2 {
  max-width: 520px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .ttl-box h2 {
    max-width: 100%;
  }
}
.wrap-box main .ttl-box h3 {
  text-align: center;
}
.wrap-box main .ttl-box h3 span {
  font-weight: 700;
}
.wrap-box main .ttl-box h3 .txt1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .wrap-box main .ttl-box h3 .txt1 {
    font-size: 1.8rem;
  }
}
.wrap-box main .ttl-box h3 .txt2 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .wrap-box main .ttl-box h3 .txt2 {
    font-size: 2.2rem;
  }
}
.wrap-box main .ttl-box h3 .txt2 span {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .wrap-box main .ttl-box h3 .txt2 span {
    font-size: 3rem;
  }
}
.wrap-box .and-more a {
  font-size: 1.9rem;
  color: #fff;
  text-decoration: underline;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap-box .and-more a {
    font-size: 1.7rem;
  }
}
.index .wrap-box .and-more a {
  font-size: 2.3rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .index .wrap-box .and-more a {
    display: block;
  }
}
.wrap-box .btn-link {
  text-align: center;
}
.wrap-box .btn-link a {
  font-size: 1.7rem;
  color: #fff;
  text-decoration: underline;
  padding: 5px 25px;
  background: #000;
}
.wrap-box footer {
  position: relative;
  width: 100%;
}
.wrap-box footer .address-box {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 12% 10%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box .address-inner {
    width: 100%;
  }
}
.wrap-box footer .address-box .address-inner h2 {
  font-size: 2.1rem;
  margin-bottom: 25px;
}
.wrap-box footer .address-box .address-inner dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wrap-box footer .address-box .address-inner dl dt, .wrap-box footer .address-box .address-inner dl dd {
  font-size: 1.6rem;
}
.wrap-box footer .address-box .address-inner dl dt {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box .address-inner dl dt {
    width: 25%;
  }
}
.wrap-box footer .address-box .address-inner dl dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box .address-inner dl dd {
    width: 75%;
  }
}
.wrap-box footer .address-box .address-inner p {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box .address-inner p {
    margin-bottom: 5%;
  }
}
.wrap-box footer .address-box .map {
  position: relative;
  width: 75%;
  /*padding-top: 56.25%;*/
  padding-top: 31.25%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box .map {
    order: 1;
    width: 100%;
    margin-bottom: 7%;
    padding-top: 100%;
  }
}
.wrap-box footer .address-box .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-box footer .copyright-box {
  width: 100%;
  padding: 45px 0 30px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .copyright-box {
    padding: 7% 5% 5%;
  }
}
.wrap-box footer .copyright-box ul {
  display: flex;
  justify-content: space-between;
  max-width: 470px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .copyright-box ul {
    max-width: 100%;
  }
}
.wrap-box footer .copyright-box ul li {
  position: relative;
  line-height: 1;
}
.wrap-box footer .copyright-box ul li a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: underline;
}
.wrap-box footer .copyright-box p {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.support-popup-inner {
  position: relative;
  padding-top: 55px;
}
.support-popup-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  content: "";
  background: #fcecf0;
}
.support-popup-inner .support-popup1 {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  border-bottom: 3px solid #f6c4d2;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup1 {
    flex-wrap: wrap;
  }
}
.support-popup-inner .support-popup1 span {
  display: inline-block;
}
.support-popup-inner .support-popup1 span:first-of-type {
  width: 25%;
  padding: 0 5% 0 10%;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup1 span:first-of-type {
    width: 100%;
    text-align: center;
    padding: 0 10% 0 10%;
  }
}
.support-popup-inner .support-popup1 span:last-of-type {
  width: 75%;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup1 span:last-of-type {
    width: 100%;
  }
}
.support-popup-inner .support-popup2 {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup2 {
    flex-wrap: wrap;
  }
}
.support-popup-inner .support-popup2 dt {
  order: 1;
  width: 45%;
  padding: 0 15% 0 5%;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup2 dt {
    width: 100%;
    padding: 0;
  }
}
.support-popup-inner .support-popup2 dd {
  order: 0;
  width: 55%;
  font-size: 1.3rem;
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup2 dd {
    width: 100%;
    margin-bottom: 5%;
    padding-left: 0;
  }
}
.support-popup-inner .support-popup3 {
  font-size: 1.2rem;
  padding: 2.5% 5% 2.5% 10%;
  background: #fcecf0;
}
#about .container-box {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #about .container-box {
    padding: 5% 15% 10%;
  }
}
#about .container-box:before, #about .container-box:after {
  position: absolute;
  top: 0;
  width: 198px;
  height: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  #about .container-box:before, #about .container-box:after {
    width: 23px;
  }
}
#about .container-box:before {
  left: -99px;
  background: url(../img/about/bg_l.jpg) repeat-y left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about .container-box:before {
    left: 0;
    background: url(../img/about/bg_l_sp.jpg) repeat-y left top;
    background-size: cover;
  }
}
#about .container-box:after {
  right: -99px;
  background: url(../img/about/bg_r.jpg) repeat-y left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about .container-box:after {
    right: 0;
    background: url(../img/about/bg_r_sp.jpg) repeat-y left top;
    background-size: cover;
  }
}
#about .contents-inner h2 {
  max-width: 400px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  #about .contents-inner h2 {
    max-width: 90%;
    margin-bottom: 7%;
  }
}
#about .contents-inner ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about .contents-inner ul {
    flex-wrap: wrap;
  }
}
#about .contents-inner ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #about .contents-inner ul li {
    width: 100%;
  }
}
#about .contents-inner ul li:first-of-type {
  margin-bottom: 5%;
}
#about .contents-inner h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#about .contents-inner h3 span:first-of-type {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  #about .contents-inner h3 span:first-of-type {
    max-width: 150px;
  }
}
#about .contents-inner h3 span:last-of-type {
  font-size: 1.4rem;
  margin-left: 10px;
}
#about .contents-inner p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#about .contents-inner .btn-link {
  display: block;
  width: fit-content;
  text-decoration: none;
  margin: 0 auto;
  background: #01b2ac;
  border-radius: 5px;
}
#news .container-box {
  position: relative;
  overflow: hidden;
  background: #b5e8e6;
}
#news .container-box .contents-inner {
  max-width: 1100px;
  padding: 100px 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #news .container-box .contents-inner {
    max-width: 90%;
    padding: 5% 5% 10%;
  }
}
#news h2 {
  position: relative;
  margin-bottom: 20px;
}
#news h2 span {
  display: block;
}
#news h2 span:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #news h2 span:first-of-type {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.8ren;
    margin-bottom: 5%;
  }
}
#news h2 span:last-of-type {
  max-width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #news h2 span:last-of-type {
    max-width: 30%;
  }
}
#news .day {
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  margin-bottom: 50px;
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #news .day {
    margin-bottom: 5%;
  }
}
#news .news-main-box {
  width: 80%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  #news .news-main-box {
    width: 100%;
    margin-bottom: 20%;
  }
}
#news .news-main-box h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #news .news-main-box h3 {
    font-size: 2rem;
    margin-bottom: 5%;
  }
}
#news .news-main-box dl:not(:last-of-type) {
  margin-bottom: 50px;
}
#news .news-main-box dl dt {
  margin-bottom: 10px;
}
#news .news-main-box dl dt figure img {
  margin-bottom: 10px;
}
#news .news-main-box dl dt figure figcaption {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #news .news-main-box dl dt figure figcaption {
    font-size: 1.8rem;
  }
}
#news .news-main-box dl dd {
  font-size: 1.4rem;
}
#news .news-main-box .next-box {
  margin-top: 50px;
}
#news .news-main-box .next-box .ttl {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
#news .news-main-box .next-box .text {
  font-size: 1.6rem;
}
#news .news-inquiry {
  width: 80%;
  margin: 0 auto 50px;
  padding-bottom: 120px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #news .news-inquiry {
    width: 100%;
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
}
#news .news-inquiry p {
  font-size: 1.8rem;
  font-weight: 700;
}
#news .news-inquiry ul li {
  font-size: 1.6ren;
}
#news .news-inquiry ul li a {
  color: #000;
}
#news .back-to-top {
  display: block;
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #news .back-to-top {
    width: 55%;
  }
}

#privacy .container-box {
  margin: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  #privacy .container-box {
    margin: 15% 0 10%;
    padding: 0 10%;
  }
}
#privacy .contents-inner h2 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #privacy .contents-inner h2 {
    font-size: 2.4rem;
    margin-bottom: 5%;
  }
}
#privacy .contents-inner p {
  font-size: 1.4rem;
}
#privacy .contents-inner p:not(:last-of-type) {
  margin-bottom: 20px;
}
input[type=date]::-webkit-date-and-time-value {
  padding: 10px;
  text-align: left !important;
  border-radius: 3px;
}/*# sourceMappingURL=style.css.map */