@charset "UTF-8";
/*Theme Name: 岡田建具様 求人LP*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@media (min-width: 1350px) {
  html {
    font-size: 125%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.6;
    color: #40210f;
    position: relative;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .inner {
    width: 95%;
    margin: 0 auto;
  }
  body .numb_title {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 240px;
    height: 240px;
    background: #fff;
    border-radius: 200px;
    font-size: 1.6rem;
    text-align: center;
    padding: 50px 20px;
    color: #51ad3b;
    font-weight: 500;
    line-height: 2;
  }
  body .numb_title span {
    display: block;
    font-size: 1.7rem;
    border-bottom: 2px solid #51ad3b;
  }
  body .numb_title.pink {
    color: #bc4977;
  }
  body .numb_title.pink span {
    border-bottom: 2px solid #bc4977;
  }
  body .numb_title.d_red {
    color: #e7295b;
  }
  body .numb_title.d_red span {
    border-bottom: 2px solid #e7295b;
  }
  body .numb_title.org {
    color: #f08742;
  }
  body .numb_title.org span {
    border-bottom: 2px solid #f08742;
  }
  body .main_title {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 5px;
  }
  body .main_title span {
    padding: 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(112, 188, 93, 0.7)));
    background: linear-gradient(transparent 80%, rgba(112, 188, 93, 0.7) 80%);
  }
  body .main_title span.blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(94, 192, 193, 0.7)));
    background: linear-gradient(transparent 80%, rgba(94, 192, 193, 0.7) 80%);
  }
  body .main_title span.ylw {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(245, 192, 55, 0.7)));
    background: linear-gradient(transparent 80%, rgba(245, 192, 55, 0.7) 80%);
  }
  body .main_title span.pink {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(248, 129, 166, 0.7)));
    background: linear-gradient(transparent 80%, rgba(248, 129, 166, 0.7) 80%);
  }
  body .main_title span.org {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(247, 189, 150, 0.7)));
    background: linear-gradient(transparent 80%, rgba(247, 189, 150, 0.7) 80%);
  }
  body .w_box {
    background: #fff;
    padding: 80px 30px;
  }
  body .fade-in {
    opacity: 0;
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  body .fade-in-up {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  body .fade-in-left {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  body .fade-in-right {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  body .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
  }
  header .h_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 25px;
    height: 140px;
  }
  header .h_btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 60%;
    margin-right: 40px;
  }
  header .h_btnarea .h_twitter {
    text-align: center;
  }
  header .h_btnarea .h_twitter img {
    display: block;
    margin: 0 auto -10px;
  }
  header .h_btnarea .h_twitter span {
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.7rem;
  }
  header .h_contact {
    color: #dd269e;
    font-weight: 500;
    font-size: 1.5rem;
    border: 2px solid #dd269e;
    border-radius: 60px;
    max-width: 300px;
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 30px;
  }
  header .h_contact:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.5rem;
  }
  header .h_contact:hover {
    background: #dd269e;
    color: #fff;
  }
  header nav {
    background: #40210f;
    -webkit-box-shadow: 0px 3px 10px #40210f;
            box-shadow: 0px 3px 10px #40210f;
  }
  header nav .h_nav {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  header nav .h_nav li {
    width: 23%;
    position: relative;
  }
  header nav .h_nav li:last-child:before {
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
    background: #fff;
  }
  header nav .h_nav li:after {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #fff;
  }
  header nav .h_nav a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    line-height: 1.6;
    font-size: 1.2rem;
  }
  header nav .h_nav a:hover {
    background: #fff;
    color: #40210f;
  }
  header nav .h_nav a span {
    display: block;
    font-size: 0.8rem;
  }
  header nav .h_btnarea {
    display: none;
  }
  main .catch {
    padding-top: 225px;
    margin-bottom: 100px;
  }
  main .catch img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  main .lead p {
    text-align: center;
    color: #d61551;
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  main #about {
    padding: 150px 0 100px;
    overflow-x: hidden;
    position: relative;
  }
  main #about .bg {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#70bc5d), to(#5ec0c1));
    background: linear-gradient(#70bc5d 0%, #5ec0c1 100%);
    padding: 160px 30px 40px;
  }
  main #about .w_box {
    position: relative;
  }
  main #about .main_title {
    margin-bottom: 40px;
  }
  main #about .txt {
    width: 60%;
    margin: 40px 0 430px;
    position: relative;
    z-index: 1;
  }
  main #about h3 {
    color: #d61551;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main #about strong {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
    display: block;
  }
  main #about p {
    margin-bottom: 30px;
  }
  main #about p:last-child {
    margin-bottom: 0;
  }
  main #about ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #about ul li {
    width: 32%;
    text-align: center;
    font-size: 0.9rem;
  }
  main #about ul li img {
    display: block;
    margin: 0 auto 10px;
  }
  main #about .three_pic {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
  }
  main #topics {
    padding: 150px 0 100px;
    overflow-x: hidden;
    position: relative;
  }
  main #topics .bg {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#bc4977), to(#f3b3af));
    background: linear-gradient(#bc4977 0%, #f3b3af 100%);
    padding: 160px 30px 40px;
  }
  main #topics .w_box {
    position: relative;
  }
  main #topics .w_box > img {
    margin: 0 auto;
    display: block;
  }
  main #topics h2 {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 5px;
    color: #d61551;
    margin-bottom: 30px;
  }
  main #topics h2 span {
    padding: 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(242, 233, 9, 0.7)));
    background: linear-gradient(transparent 80%, rgba(242, 233, 9, 0.7) 80%);
  }
  main #topics h3 {
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center;
    margin: 60px auto;
  }
  main #topics h3 span {
    position: relative;
    display: inline-block;
  }
  main #topics h3 span:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100px;
    top: 0;
    left: -80px;
    background: #40210f;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  main #topics h3 span:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100px;
    top: 0;
    right: -80px;
    background: #40210f;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  main #topics .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #topics .pic img {
    margin: 0 auto;
    width: 100%;
  }
  main #theday {
    padding: 150px 0 100px;
    overflow-x: hidden;
    position: relative;
  }
  main #theday .bg {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e7295b), to(#f5c037));
    background: linear-gradient(#e7295b 0%, #f5c037 100%);
    padding: 160px 30px 40px;
  }
  main #theday .w_box {
    position: relative;
    border-radius: 0;
    margin-bottom: 30px;
  }
  main #theday .w_box .main_title {
    margin-bottom: 20px;
  }
  main #theday .w_box p {
    text-align: center;
    font-size: 1.2rem;
  }
  main #theday .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main #theday .left,
  main #theday .right {
    width: 49%;
    background-image: url("../images/bg_note.png");
    background-size: cover;
    padding: 0 0 40px;
  }
  main #theday .left h3,
  main #theday .right h3 {
    background: #40210f;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 15px;
    margin-bottom: 50px;
    letter-spacing: 3px;
  }
  main #theday .left li li,
  main #theday .right li li {
    position: relative;
    margin: 0 0 0 50px;
    padding: 0 0 0 30px;
  }
  main #theday .left li li:before, main #theday .left li li:after,
  main #theday .right li li:before,
  main #theday .right li li:after {
    content: "";
    display: block;
    position: absolute;
  }
  main #theday .left li li:before,
  main #theday .right li li:before {
    top: 15px;
    left: -5px;
    width: 2px;
    height: 100%;
  }
  main #theday .left li li:after,
  main #theday .right li li:after {
    top: 15px;
    left: -9px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  main #theday .left li li.no:after,
  main #theday .right li li.no:after {
    display: none;
  }
  main #theday .left li li:last-child:before,
  main #theday .right li li:last-child:before {
    height: 0;
  }
  main #theday .left li ul li,
  main #theday .right li ul li {
    font-size: 1.2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
  }
  main #theday .left li ul li:last-child,
  main #theday .right li ul li:last-child {
    padding-bottom: 0;
  }
  main #theday .left li ul li span,
  main #theday .right li ul li span {
    font-weight: normal;
    text-decoration: underline;
    margin-right: 40px;
  }
  main #theday .left li:before {
    background: #e7295b;
  }
  main #theday .left li:after {
    background: #e7295b;
  }
  main #theday .left img {
    display: block;
    margin-right: 20px;
    margin-left: auto;
  }
  main #theday .left span {
    color: #e7295b;
  }
  main #theday .right li:before {
    background: #ec6b3f;
  }
  main #theday .right li:after {
    background: #ec6b3f;
  }
  main #theday .right .no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 30px;
  }
  main #theday .right img {
    margin-right: 20px;
  }
  main #theday .right span {
    color: #ec6b3f;
  }
  main #voices {
    padding: 150px 0 100px;
    overflow-x: hidden;
    position: relative;
  }
  main #voices .bg {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d61551), to(#ec6b3f));
    background: linear-gradient(#d61551 0%, #ec6b3f 100%);
    padding: 160px 30px 40px;
  }
  main #voices .w_box {
    position: relative;
    border-radius: 0;
    margin-bottom: 30px;
  }
  main #voices .w_box .main_title {
    margin-bottom: 20px;
  }
  main #voices .w_box p {
    text-align: center;
    font-size: 1.2rem;
  }
  main #voices ul li {
    background: url("../images/bg_voice.png");
    padding: 50px 190px 50px 80px;
    margin-bottom: 80px;
  }
  main #voices ul li:last-child {
    margin-bottom: 0;
  }
  main #voices ul .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 60px;
  }
  main #voices ul .imgleft > div {
    width: 100%;
    margin-left: 40px;
  }
  main #voices ul .imgleft strong {
    font-size: 1.6rem;
    font-weight: bold;
  }
  main #voices ul .imgleft .box {
    border: 1px solid #40210f;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main #voices ul .imgleft .box p {
    width: 40%;
  }
  main #voices ul .acc_list {
    position: relative;
  }
  main #voices ul .acc_list .arrow {
    top: -20px;
    right: -80px;
    position: absolute;
  }
  main #voices ul .acc_list .arrow:after {
    position: absolute;
    background: #40210f;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 2;
    color: #fff;
    border-radius: 100px;
    font-size: 2rem;
  }
  main #voices ul .acc_list .arrow.open::after {
    content: "\f077";
  }
  main #voices ul .acc_list .arrow:hover {
    cursor: pointer;
  }
  main #voices ul .acc_list .cont {
    display: none;
  }
  main #voices ul .acc_list .main_title {
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    color: #d61551;
  }
  main #voices ul .acc_list .main_title.org {
    color: #ec6b3f;
  }
  main #voices ul .acc_list .main_title span {
    color: #40210f;
  }
  main #voices ul .acc_list .txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #d61551;
    padding: 20px 40px;
    border-radius: 100px;
    margin: 40px 0 40px 60px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  main #voices ul .acc_list .txt.org {
    border: 2px solid #ec6b3f;
  }
  main #voices ul .acc_list .txt:last-child {
    margin: 40px 0 0 60px;
  }
  main #voices ul .acc_list .txt img {
    position: absolute;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main #information {
    padding: 150px 0 0;
    overflow-x: hidden;
    position: relative;
  }
  main #information .bg {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5c935), to(#f08742));
    background: linear-gradient(#f5c935 0%, #f08742 100%);
    padding: 160px 30px 40px;
  }
  main #information .w_box {
    position: relative;
    border-radius: 0;
    margin-bottom: 30px;
  }
  main #information .w_box .main_title {
    margin-bottom: 20px;
  }
  main #information .w_box > p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 60px;
  }
  main #information h3 {
    background: #40210f;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px 50px;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
  main #information ul li {
    margin-bottom: 50px;
  }
  main #information ul li p {
    padding: 0 40px;
  }
  main #information ul .box {
    border: 1px solid #727272;
    padding: 30px 40px;
  }
  main #entry {
    padding: 80px 0 100px;
    overflow-x: hidden;
  }
  main #entry img {
    margin: 0 auto 80px;
    display: block;
  }
  main #entry p {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  main #entry .btn {
    background: -webkit-gradient(linear, left top, right top, from(#e62461), to(#be1642));
    background: linear-gradient(to right, #e62461 0%, #be1642 100%);
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    border: 2px solid #d61551;
    border-radius: 60px;
    padding: 20px;
    text-align: center;
    width: 50%;
    margin: 80px auto 0;
    display: block;
    position: relative;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main #entry .btn:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.4rem;
  }
  main #entry .btn:hover {
    background: #fff;
    color: #d61551;
  }
  footer {
    -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.16);
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  footer .link {
    font-weight: 500;
    text-decoration: underline;
    margin-right: 60px;
    font-size: 1.2rem;
  }
  footer .f_twitter {
    text-align: center;
  }
  footer .f_twitter img {
    display: block;
    margin: 0 auto -10px;
  }
  footer .f_twitter span {
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.7rem;
  }
  #pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #51ad3b;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 10px 0;
    width: 80px;
    height: 80px;
    display: block;
    line-height: 1.4;
  }
  #pagetop:hover {
    cursor: pointer;
  }
  .smonly {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1349px) {
  html {
    font-size: 93.75%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #40210f;
  }
  body img {
    height: auto;
  }
  body .inner {
    width: 91.5%;
    margin: 0 auto;
  }
  body .numb_title {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 200px;
    font-size: 1.4rem;
    text-align: center;
    padding: 50px 20px;
    color: #51ad3b;
    font-weight: 500;
    line-height: 2;
  }
  body .numb_title span {
    display: block;
    font-size: 1.7rem;
    border-bottom: 2px solid #51ad3b;
  }
  body .numb_title.pink {
    color: #bc4977;
  }
  body .numb_title.pink span {
    border-bottom: 2px solid #bc4977;
  }
  body .numb_title.d_red {
    color: #e7295b;
  }
  body .numb_title.d_red span {
    border-bottom: 2px solid #e7295b;
  }
  body .numb_title.org {
    color: #f08742;
  }
  body .numb_title.org span {
    border-bottom: 2px solid #f08742;
  }
  body .main_title {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 5px;
  }
  body .main_title span {
    padding: 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(112, 188, 93, 0.7)));
    background: linear-gradient(transparent 80%, rgba(112, 188, 93, 0.7) 80%);
  }
  body .main_title span.blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(94, 192, 193, 0.7)));
    background: linear-gradient(transparent 80%, rgba(94, 192, 193, 0.7) 80%);
  }
  body .main_title span.ylw {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(245, 192, 55, 0.7)));
    background: linear-gradient(transparent 80%, rgba(245, 192, 55, 0.7) 80%);
  }
  body .main_title span.pink {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(248, 129, 166, 0.7)));
    background: linear-gradient(transparent 80%, rgba(248, 129, 166, 0.7) 80%);
  }
  body .main_title span.org {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(247, 189, 150, 0.7)));
    background: linear-gradient(transparent 80%, rgba(247, 189, 150, 0.7) 80%);
  }
  body .w_box {
    background: #fff;
    padding: 60px 20px;
  }
  body .fade-in {
    opacity: 0;
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  body .fade-in-up {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  body .fade-in-left {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  body .fade-in-right {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  body .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
  }
  header .h_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    height: 105px;
  }
  header .h_logo {
    width: 30%;
  }
  header .h_btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 15px;
    width: 62%;
  }
  header .h_btnarea .h_twitter {
    text-align: center;
  }
  header .h_btnarea .h_twitter img {
    display: block;
    margin: 0 auto -5px;
    width: 60px;
  }
  header .h_btnarea .h_twitter span {
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.6rem;
  }
  header .h_contact {
    color: #dd269e;
    font-weight: 500;
    border: 2px solid #dd269e;
    border-radius: 60px;
    width: 28%;
    font-size: 0.9rem;
    display: block;
    position: relative;
    padding: 10px 20px;
  }
  header .h_contact:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.3rem;
  }
  header .h_contact:hover {
    background: #dd269e;
    color: #fff;
  }
  header nav {
    background: #40210f;
  }
  header nav .h_nav {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  header nav .h_nav li {
    width: 23%;
    position: relative;
  }
  header nav .h_nav li:last-child:before {
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
    background: #fff;
  }
  header nav .h_nav li:after {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #fff;
  }
  header nav .h_nav a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    line-height: 1.6;
  }
  header nav .h_nav a:hover {
    background: #fff;
    color: #40210f;
  }
  header nav .h_nav a span {
    display: block;
    font-size: 0.7rem;
  }
  header nav .h_btnarea {
    display: none;
  }
  main .catch {
    padding-top: 165px;
    margin-bottom: 60px;
  }
  main .catch img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  main .lead p {
    text-align: center;
    color: #d61551;
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 60px;
  }
  main #about {
    padding: 60px 0 50px;
    overflow-x: hidden;
    position: relative;
  }
  main #about .bg {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#70bc5d), to(#5ec0c1));
    background: linear-gradient(#70bc5d 0%, #5ec0c1 100%);
    padding: 120px 20px 40px;
  }
  main #about .w_box {
    position: relative;
  }
  main #about .main_title {
    margin-bottom: 20px;
  }
  main #about .main_title.big {
    font-size: 2.4rem;
  }
  main #about .txt {
    width: 65%;
    margin: 40px 0 0;
    position: relative;
  }
  main #about h3 {
    color: #d61551;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  main #about strong {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
    display: block;
  }
  main #about p {
    margin-bottom: 20px;
  }
  main #about p:last-child {
    margin-bottom: 0;
  }
  main #about ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #about ul li {
    width: 24%;
    text-align: center;
    font-size: 0.6rem;
  }
  main #about ul li img {
    display: block;
    margin: 0 auto 10px;
  }
  main #about .three_pic {
    margin-top: -160px;
    margin-bottom: 40px;
  }
  main #about .three_pic li {
    width: 32.2%;
  }
  main #topics {
    padding: 50px 0;
    overflow-x: hidden;
    position: relative;
  }
  main #topics .bg {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#bc4977), to(#f3b3af));
    background: linear-gradient(#bc4977 0%, #f3b3af 100%);
    padding: 120px 30px 40px;
  }
  main #topics .w_box {
    position: relative;
  }
  main #topics .w_box > img {
    margin: 0 auto;
    display: block;
  }
  main #topics h2 {
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 5px;
    color: #d61551;
    margin-bottom: 30px;
  }
  main #topics h2 span {
    padding: 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(242, 233, 9, 0.7)));
    background: linear-gradient(transparent 80%, rgba(242, 233, 9, 0.7) 80%);
  }
  main #topics h3 {
    font-weight: 900;
    font-size: 1.2rem;
    text-align: center;
    margin: 60px auto;
  }
  main #topics h3 span {
    position: relative;
    display: inline-block;
  }
  main #topics h3 span:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    top: 0;
    left: -60px;
    background: #40210f;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  main #topics h3 span:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    top: 0;
    right: -60px;
    background: #40210f;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  main #topics .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #topics .pic img {
    margin: 0 auto;
    width: 100%;
  }
  main #theday {
    padding: 50px 0;
    overflow-x: hidden;
    position: relative;
  }
  main #theday .bg {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e7295b), to(#f5c037));
    background: linear-gradient(#e7295b 0%, #f5c037 100%);
    padding: 120px 30px 40px;
  }
  main #theday .w_box {
    position: relative;
    margin-bottom: 30px;
  }
  main #theday .w_box .main_title {
    margin-bottom: 20px;
  }
  main #theday .w_box p {
    text-align: center;
    font-size: 1.2rem;
  }
  main #theday .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main #theday .left,
  main #theday .right {
    width: 49%;
    background-image: url("../images/bg_note.png");
    background-size: cover;
    padding: 0 0 40px;
  }
  main #theday .left h3,
  main #theday .right h3 {
    background: #40210f;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
  }
  main #theday .left li li,
  main #theday .right li li {
    position: relative;
    margin: 0 0 0 30px;
    padding: 0 0 0 20px;
  }
  main #theday .left li li:before, main #theday .left li li:after,
  main #theday .right li li:before,
  main #theday .right li li:after {
    content: "";
    display: block;
    position: absolute;
  }
  main #theday .left li li:before,
  main #theday .right li li:before {
    top: 15px;
    left: -5px;
    width: 2px;
    height: 100%;
  }
  main #theday .left li li:after,
  main #theday .right li li:after {
    top: 15px;
    left: -9px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  main #theday .left li li.no:after,
  main #theday .right li li.no:after {
    display: none;
  }
  main #theday .left li li:last-child:before,
  main #theday .right li li:last-child:before {
    height: 0;
  }
  main #theday .left li ul li,
  main #theday .right li ul li {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
  }
  main #theday .left li ul li:last-child,
  main #theday .right li ul li:last-child {
    padding-bottom: 0;
  }
  main #theday .left li ul li span,
  main #theday .right li ul li span {
    width: 20%;
    font-weight: normal;
    text-decoration: underline;
  }
  main #theday .left li:before {
    background: #e7295b;
  }
  main #theday .left li:after {
    background: #e7295b;
  }
  main #theday .left img {
    display: block;
    width: 95%;
  }
  main #theday .left span {
    color: #e7295b;
  }
  main #theday .right li:before {
    background: #ec6b3f;
  }
  main #theday .right li:after {
    background: #ec6b3f;
  }
  main #theday .right .no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 30px;
  }
  main #theday .right img {
    width: 48%;
    margin-right: 10px;
  }
  main #theday .right span {
    color: #ec6b3f;
  }
  main #voices {
    padding: 50px 0;
    overflow-x: hidden;
    position: relative;
  }
  main #voices .bg {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d61551), to(#ec6b3f));
    background: linear-gradient(#d61551 0%, #ec6b3f 100%);
    padding: 120px 30px 40px;
  }
  main #voices .w_box {
    position: relative;
    border-radius: 0;
    margin-bottom: 30px;
  }
  main #voices .w_box .main_title {
    margin-bottom: 20px;
  }
  main #voices .w_box p {
    text-align: center;
    font-size: 1.2rem;
  }
  main #voices ul li {
    background: url("../images/bg_voice.png");
    padding: 40px 60px 40px 20px;
    margin-bottom: 60px;
  }
  main #voices ul li:last-child {
    margin-bottom: 0;
  }
  main #voices ul .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px;
  }
  main #voices ul .imgleft > div {
    width: 100%;
    margin-left: 20px;
  }
  main #voices ul .imgleft strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
  main #voices ul .imgleft .box {
    border: 1px solid #40210f;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main #voices ul .imgleft .box p {
    width: 50%;
  }
  main #voices ul .acc_list {
    position: relative;
  }
  main #voices ul .acc_list .arrow {
    top: 0;
    right: -10px;
    position: absolute;
  }
  main #voices ul .acc_list .arrow:after {
    position: absolute;
    background: #40210f;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    font-size: 1.6rem;
  }
  main #voices ul .acc_list .arrow.open::after {
    content: "\f077";
  }
  main #voices ul .acc_list .arrow:hover {
    cursor: pointer;
  }
  main #voices ul .acc_list .cont {
    display: none;
  }
  main #voices ul .acc_list .main_title {
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
    color: #d61551;
  }
  main #voices ul .acc_list .main_title.org {
    color: #ec6b3f;
  }
  main #voices ul .acc_list .main_title span {
    color: #40210f;
  }
  main #voices ul .acc_list .txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #d61551;
    padding: 20px 30px;
    border-radius: 100px;
    margin: 40px 0 40px 40px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  main #voices ul .acc_list .txt.org {
    border: 2px solid #ec6b3f;
  }
  main #voices ul .acc_list .txt:last-child {
    margin: 40px 0 0 60px;
  }
  main #voices ul .acc_list .txt img {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
  }
  main #information {
    padding: 50px 0;
    overflow-x: hidden;
    position: relative;
  }
  main #information .bg {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5c935), to(#f08742));
    background: linear-gradient(#f5c935 0%, #f08742 100%);
    padding: 120px 30px 40px;
  }
  main #information .w_box {
    position: relative;
    border-radius: 0;
    margin-bottom: 30px;
  }
  main #information .w_box .main_title {
    margin-bottom: 20px;
  }
  main #information .w_box > p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  main #information h3 {
    background: #40210f;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px 20px;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
  main #information ul li {
    margin-bottom: 40px;
  }
  main #information ul li p {
    padding: 0 40px;
  }
  main #information ul .box {
    border: 1px solid #727272;
    padding: 20px;
  }
  main #entry {
    padding: 50px 0 80px;
    overflow-x: hidden;
  }
  main #entry img {
    margin: 0 auto 60px;
    display: block;
  }
  main #entry p {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }
  main #entry .btn {
    background: -webkit-gradient(linear, left top, right top, from(#e62461), to(#be1642));
    background: linear-gradient(to right, #e62461 0%, #be1642 100%);
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    border: 2px solid #d61551;
    border-radius: 60px;
    padding: 20px;
    text-align: center;
    width: 60%;
    margin: 60px auto 0;
    display: block;
    position: relative;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main #entry .btn:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3rem;
  }
  main #entry .btn:hover {
    background: #fff;
    color: #d61551;
  }
  footer {
    -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.16);
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  footer .link {
    font-weight: 500;
    text-decoration: underline;
    margin-right: 60px;
  }
  footer .f_twitter {
    text-align: center;
  }
  footer .f_twitter img {
    display: block;
    margin: 0 auto;
  }
  footer .f_twitter span {
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.7rem;
  }
  #pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #51ad3b;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 0;
    width: 80px;
    height: 80px;
    display: block;
    line-height: 1.4;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #40210f;
    overflow-x: hidden;
  }
  body img {
    height: auto;
  }
  body .numb_title {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 200px;
    font-size: 1.2rem;
    text-align: center;
    padding: 40px 20px;
    color: #51ad3b;
    font-weight: 500;
    line-height: 2;
  }
  body .numb_title span {
    display: block;
    font-size: 1.4rem;
    border-bottom: 2px solid #51ad3b;
  }
  body .numb_title.pink {
    color: #bc4977;
  }
  body .numb_title.pink span {
    border-bottom: 2px solid #bc4977;
  }
  body .numb_title.d_red {
    color: #e7295b;
  }
  body .numb_title.d_red span {
    border-bottom: 2px solid #e7295b;
  }
  body .numb_title.org {
    color: #f08742;
  }
  body .numb_title.org span {
    border-bottom: 2px solid #f08742;
  }
  body .main_title {
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
  }
  body .main_title span {
    padding: 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(112, 188, 93, 0.7)));
    background: linear-gradient(transparent 80%, rgba(112, 188, 93, 0.7) 80%);
  }
  body .main_title span.blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(94, 192, 193, 0.7)));
    background: linear-gradient(transparent 80%, rgba(94, 192, 193, 0.7) 80%);
  }
  body .main_title span.ylw {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(245, 192, 55, 0.7)));
    background: linear-gradient(transparent 80%, rgba(245, 192, 55, 0.7) 80%);
  }
  body .main_title span.pink {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(248, 129, 166, 0.7)));
    background: linear-gradient(transparent 80%, rgba(248, 129, 166, 0.7) 80%);
  }
  body .main_title span.org {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(247, 189, 150, 0.7)));
    background: linear-gradient(transparent 80%, rgba(247, 189, 150, 0.7) 80%);
  }
  body .w_box {
    background: #fff;
    padding: 40px 10px;
  }
  body .fade-in {
    opacity: 0;
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  body .fade-in-up {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  body .fade-in-left {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  body .fade-in-right {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  body .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
  }
  header .h_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
    height: 65px;
  }
  header .h_logo img {
    max-width: 140px;
  }
  header .pconly {
    display: none !important;
  }
  header .h_contact {
    color: #dd269e;
    font-weight: 500;
    border: 2px solid #dd269e;
    border-radius: 60px;
    width: 40%;
    display: block;
    position: relative;
    padding: 5px 10px;
    margin-right: 80px;
  }
  header .h_contact:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.2rem;
  }
  header .menu-btn {
    position: fixed;
    top: 8px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 90;
    background: #40210f;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 22px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  header .menu-btn span:before {
    top: 8px;
    right: 0;
  }
  header .menu-btn span:after {
    top: 17px;
    right: 0;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 30px;
    right: -5px;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 8px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: -5px;
  }
  header #menu-btn-check {
    display: none;
  }
  header .menu-content nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 65px;
    left: 100%;
    z-index: 80;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
    padding: 40px 20px 100px;
  }
  header .menu-content nav .h_nav {
    margin-bottom: 30px;
  }
  header .menu-content nav .h_nav a {
    color: #40210f;
    font-size: 0.9rem;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
  }
  header .menu-content nav .h_nav a span {
    display: block;
    font-size: 1.2rem;
  }
  header .menu-content .h_btnarea .h_twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menu-content .h_btnarea .h_twitter img {
    width: 60px;
  }
  header .menu-content .h_btnarea .h_twitter span {
    text-decoration: underline;
    font-weight: 500;
  }
  header #menu-btn-check:checked ~ .menu-content nav {
    left: 0;
  }
  main .catch {
    padding-top: 65px;
    margin-bottom: 40px;
  }
  main .catch img {
    width: 100%;
  }
  main .lead p {
    text-align: center;
    color: #d61551;
    font-weight: 900;
    font-size: 1.4rem;
  }
  main #about {
    padding: 80px 0;
    overflow-x: hidden;
    position: relative;
  }
  main #about .bg {
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#70bc5d), to(#5ec0c1));
    background: linear-gradient(#70bc5d 0%, #5ec0c1 100%);
    padding: 80px 20px 40px;
  }
  main #about .w_box {
    position: relative;
  }
  main #about .main_title {
    margin-bottom: 20px;
  }
  main #about .main_title.big {
    font-size: 1.8rem;
  }
  main #about .txt {
    margin-bottom: 20px;
    position: relative;
  }
  main #about h3 {
    color: #d61551;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main #about strong {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
    display: block;
  }
  main #about p {
    margin-bottom: 20px;
  }
  main #about p:last-child {
    margin-bottom: 0;
  }
  main #about ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #about ul li {
    width: 48%;
    text-align: center;
  }
  main #about ul li img {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
  }
  main #about .three_pic {
    margin-bottom: 60px;
  }
  main #about .three_pic li {
    width: 100%;
    margin-bottom: 30px;
  }
  main #topics {
    padding: 80px 0;
    overflow-x: hidden;
    position: relative;
  }
  main #topics .bg {
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#bc4977), to(#f3b3af));
    background: linear-gradient(#bc4977 0%, #f3b3af 100%);
    padding: 80px 20px 40px;
  }
  main #topics .w_box {
    position: relative;
  }
  main #topics .w_box img {
    width: 100%;
  }
  main #topics h2 {
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
    color: #d61551;
    margin-bottom: 30px;
  }
  main #topics h2 span {
    padding: 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(242, 233, 9, 0.7)));
    background: linear-gradient(transparent 80%, rgba(242, 233, 9, 0.7) 80%);
  }
  main #topics h3 {
    font-weight: 900;
    font-size: 1.2rem;
    text-align: center;
    margin: 40px auto;
  }
  main #topics h3 span {
    position: relative;
    display: inline-block;
  }
  main #topics h3 span:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 60px;
    top: 0;
    left: -30px;
    background: #40210f;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  main #topics h3 span:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 60px;
    top: 0;
    right: -30px;
    background: #40210f;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  main #theday {
    padding: 80px 0;
    overflow-x: hidden;
    position: relative;
  }
  main #theday .bg {
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e7295b), to(#f5c037));
    background: linear-gradient(#e7295b 0%, #f5c037 100%);
    padding: 80px 20px 40px;
  }
  main #theday .w_box {
    position: relative;
    margin-bottom: 30px;
  }
  main #theday .w_box .main_title {
    margin-bottom: 20px;
  }
  main #theday .w_box p {
    text-align: center;
    font-size: 1.2rem;
  }
  main #theday .left,
  main #theday .right {
    background-image: url("../images/bg_note.png");
    background-size: cover;
    padding: 0 0 40px;
  }
  main #theday .left h3,
  main #theday .right h3 {
    background: #40210f;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
  }
  main #theday .left li li,
  main #theday .right li li {
    position: relative;
    margin: 0 0 0 30px;
    padding: 0 0 0 20px;
  }
  main #theday .left li li:before, main #theday .left li li:after,
  main #theday .right li li:before,
  main #theday .right li li:after {
    content: "";
    display: block;
    position: absolute;
  }
  main #theday .left li li:before,
  main #theday .right li li:before {
    top: 15px;
    left: -5px;
    width: 2px;
    height: 100%;
  }
  main #theday .left li li:after,
  main #theday .right li li:after {
    top: 15px;
    left: -9px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  main #theday .left li li.no:after,
  main #theday .right li li.no:after {
    display: none;
  }
  main #theday .left li li:last-child:before,
  main #theday .right li li:last-child:before {
    height: 0;
  }
  main #theday .left li ul li,
  main #theday .right li ul li {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
  }
  main #theday .left li ul li:last-child,
  main #theday .right li ul li:last-child {
    padding-bottom: 0;
  }
  main #theday .left li ul li span,
  main #theday .right li ul li span {
    width: 18%;
    font-weight: normal;
    text-decoration: underline;
  }
  main #theday .left {
    margin-bottom: 30px;
  }
  main #theday .left li:before {
    background: #e7295b;
  }
  main #theday .left li:after {
    background: #e7295b;
  }
  main #theday .left img {
    display: block;
    width: 95%;
  }
  main #theday .left span {
    color: #e7295b;
  }
  main #theday .right li:before {
    background: #ec6b3f;
  }
  main #theday .right li:after {
    background: #ec6b3f;
  }
  main #theday .right .no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 30px;
  }
  main #theday .right img {
    width: 48%;
    margin-right: 10px;
  }
  main #theday .right span {
    color: #ec6b3f;
  }
  main #voices {
    padding: 80px 0;
    overflow-x: hidden;
    position: relative;
  }
  main #voices .bg {
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d61551), to(#ec6b3f));
    background: linear-gradient(#d61551 0%, #ec6b3f 100%);
    padding: 80px 20px 40px;
  }
  main #voices .w_box {
    position: relative;
    border-radius: 0;
    margin-bottom: 30px;
  }
  main #voices .w_box .main_title {
    margin-bottom: 20px;
  }
  main #voices .w_box p {
    text-align: center;
    font-size: 1.2rem;
  }
  main #voices ul li {
    background: url("../images/bg_voice.png");
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  main #voices ul li:last-child {
    margin-bottom: 0;
  }
  main #voices ul .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  main #voices ul .imgleft > div {
    margin-left: 20px;
  }
  main #voices ul .imgleft img {
    width: 70px;
  }
  main #voices ul .imgleft strong {
    font-weight: bold;
  }
  main #voices ul .box {
    border: 1px solid #40210f;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 80px;
  }
  main #voices ul .box.pconly {
    display: none;
  }
  main #voices ul .box p {
    width: 48%;
  }
  main #voices ul .acc_list {
    position: relative;
  }
  main #voices ul .acc_list .arrow {
    display: block;
    top: -60px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    position: absolute;
  }
  main #voices ul .acc_list .arrow:after {
    position: absolute;
    background: #40210f;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    font-size: 1.6rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  main #voices ul .acc_list .arrow.open::after {
    content: "\f077";
  }
  main #voices ul .acc_list .arrow:hover {
    cursor: pointer;
  }
  main #voices ul .acc_list .cont {
    display: none;
  }
  main #voices ul .acc_list .main_title {
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
    color: #d61551;
  }
  main #voices ul .acc_list .main_title.org {
    color: #ec6b3f;
  }
  main #voices ul .acc_list .main_title span {
    color: #40210f;
    margin-left: 10px;
  }
  main #voices ul .acc_list .txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #d61551;
    padding: 10px 20px;
    border-radius: 100px;
    margin: 40px 0 40px 40px;
    font-weight: bold;
  }
  main #voices ul .acc_list .txt.org {
    border: 2px solid #ec6b3f;
  }
  main #voices ul .acc_list .txt:last-child {
    margin: 40px 0 0 60px;
  }
  main #voices ul .acc_list .txt img {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
  }
  main #information {
    padding: 80px 0 0;
    overflow-x: hidden;
    position: relative;
  }
  main #information .bg {
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5c935), to(#f08742));
    background: linear-gradient(#f5c935 0%, #f08742 100%);
    padding: 80px 20px 40px;
  }
  main #information .w_box {
    position: relative;
    border-radius: 0;
    margin-bottom: 30px;
  }
  main #information .w_box .main_title {
    margin-bottom: 20px;
  }
  main #information .w_box > p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  main #information h3 {
    background: #40210f;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  main #information ul li {
    margin-bottom: 30px;
  }
  main #information ul .box {
    border: 1px solid #727272;
    padding: 10px;
  }
  main #entry {
    padding: 40px 20px 60px;
    overflow-x: hidden;
  }
  main #entry img {
    margin: 0 auto 60px;
    display: block;
  }
  main #entry p {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }
  main #entry .btn {
    background: -webkit-gradient(linear, left top, right top, from(#e62461), to(#be1642));
    background: linear-gradient(to right, #e62461 0%, #be1642 100%);
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    border: 2px solid #d61551;
    border-radius: 60px;
    padding: 10px;
    text-align: center;
    width: 100%;
    margin: 60px auto 0;
    display: block;
    position: relative;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main #entry .btn:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2rem;
  }
  footer {
    -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.16);
    padding: 40px 0;
  }
  footer .link {
    font-weight: 500;
    text-decoration: underline;
    font-size: 0.8rem;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  footer .f_twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .f_twitter img {
    margin-right: 10px;
    width: 50px;
  }
  footer .f_twitter span {
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.8rem;
  }
  #pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #51ad3b;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 10px 0;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 1.4;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */