@charset "UTF-8";
/*Theme Name: 株式会社大日製作所中途採用サイト*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 1350px) {
  html {
    font-size: 112.5%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.6;
    color: #000;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .inner {
    width: 95%;
    margin: 0 auto;
  }
  body .inner.narrow {
    width: 90%;
    margin: 0 auto;
  }
  body .org_btn {
    color: #fff;
    font-weight: 900;
    font-size: 1.7rem;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    background: #f5452e;
    border: 1px solid #f5452e;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    position: relative;
    border-radius: 100px;
  }
  body .org_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%);
  }
  body .org_btn:hover {
    background: #fff;
    color: #f5452e;
  }
  body .blue_btn {
    color: #fff;
    font-weight: 900;
    font-size: 1.7rem;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    background: #034688;
    border: 1px solid #034688;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    position: relative;
    border-radius: 100px;
  }
  body .blue_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%);
  }
  body .blue_btn:hover {
    background: #fff;
    color: #034688;
  }
  body .main_title {
    font-weight: 900;
    margin-bottom: 60px;
    text-align: center;
    font-size: 3.5rem;
    letter-spacing: 3px;
    color: #1d2088;
  }
  body .main_title span {
    display: block;
    font-size: 1.8rem;
    color: #38a1db;
  }
  body .main_title em {
    border-bottom: 10px solid #1d2088;
  }
  body .main_title.org {
    color: #f5452e;
  }
  body .main_title.org em {
    border-bottom: 10px solid #f5452e;
  }
  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: 20px;
  }
  header .h_blc div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h_blc .h_sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.8rem;
    font-weight: 900;
  }
  header .h_blc .h_sns a span {
    margin-right: 10px;
  }
  header .h_blc .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;
  }
  header .h_blc .btnarea a {
    width: 400px;
    margin-left: 30px;
  }
  header nav {
    background: #38a1db;
  }
  header nav ul {
    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 nav ul li {
    width: 17%;
    position: relative;
  }
  header nav ul li:last-child:after {
    display: none;
  }
  header nav ul li:after {
    position: absolute;
    width: 1px;
    height: 80%;
    right: 0;
    top: 10px;
    content: "";
    background: #fff;
  }
  header nav ul a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
  }
  header nav ul a:hover {
    background: #1d2088;
  }
  header nav ul a span {
    display: block;
    font-size: 1.3rem;
  }
  main .catch {
    margin: 0 auto;
    padding-top: 210px;
    width: 90%;
  }
  main .catch video {
    width: 100%;
    height: auto;
  }
  main #about .wrap {
    background: url("../images/bg_about.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
  }
  main #about .inner {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 40px;
    padding: 60px;
  }
  main #about .inner > ul > li {
    margin-bottom: 80px;
  }
  main #about .inner > ul > li li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #about h3 {
    font-weight: 900;
    font-size: 2.5rem;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    background: -webkit-gradient(linear, left top, left bottom, from(#f56221), color-stop(45.7%, #fc7155), color-stop(49.26%, #fd7259), to(#ed4754));
    background: linear-gradient(#f56221 0%, #fc7155 45.7%, #fd7259 49.26%, #ed4754 100%);
  }
  main #about h4 {
    font-weight: 900;
    font-size: 2.5rem;
    margin-bottom: 60px;
    position: relative;
  }
  main #about h4:after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    width: 600px;
    height: 30px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    background: -webkit-gradient(linear, left top, left bottom, from(#f56221), color-stop(45.7%, #fc7155), color-stop(49.26%, #fd7259), to(#ed4754));
    background: linear-gradient(#f56221 0%, #fc7155 45.7%, #fd7259 49.26%, #ed4754 100%);
  }
  main #about h5 {
    font-size: 1.3rem;
  }
  main #about strong {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 20px;
  }
  main #about strong.org {
    color: #f5452e;
  }
  main #about .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  main #about .bg {
    background: url("../images/bg_note.png") no-repeat;
    background-size: cover;
    padding: 20px;
    margin-right: 30px;
  }
  main #about .bg.center {
    text-align: center;
    font-size: 1.3rem;
    width: 55%;
  }
  main #about .bg.center p:not(:last-child) {
    margin-bottom: 30px;
  }
  main #about .pic {
    width: 45%;
  }
  main #about .pic.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  main #about .pic.flx li:not(:last-child) {
    margin-right: 20px;
  }
  main #about .pic img {
    width: 100%;
  }
  main #about .box {
    border: 10px solid #38a1db;
    padding: 20px;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 30px;
  }
  main #about .box.org {
    background: -webkit-gradient(linear, left top, left bottom, from(#f56221), color-stop(45.7%, #fc7155), color-stop(49.26%, #fd7259), to(#ed4754));
    background: linear-gradient(#f56221 0%, #fc7155 45.7%, #fd7259 49.26%, #ed4754 100%);
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 2rem;
    padding: 40px;
    font-weight: 900;
  }
  main #about .piclist {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  main #about .piclist img {
    width: 100%;
  }
  main #topics {
    padding-top: 100px;
  }
  main #topics .bg {
    background: url("../images/bg_topics.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
  }
  main #topics .inner {
    border: 50px solid #faed39;
    background: #fff;
    text-align: center;
    padding: 20px;
    font-weight: 900;
    letter-spacing: 5px;
  }
  main #topics h3 {
    color: #f5452e;
    font-size: 4.5rem;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  main #topics li {
    color: #f5452e;
    font-size: 2.5rem;
  }
  main #oneday {
    padding: 100px 0;
  }
  main #oneday .bg {
    padding: 100px 0;
  }
  main #oneday .bg.bg01 {
    background: url("../images/bg_oneday01.png") no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 15px solid #6db430;
  }
  main #oneday .bg.bg01 ul {
    border-left: 20px solid #3b368c;
  }
  main #oneday .bg.bg01 ul:before {
    background: #3b368c;
  }
  main #oneday .bg.bg01 ul:after {
    background: #3b368c;
  }
  main #oneday .bg.bg01 ul li:after {
    background: #3b368c;
  }
  main #oneday .bg.bg02 {
    background: url("../images/bg_oneday02.png") no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 15px solid #f56221;
  }
  main #oneday .bg.bg02 ul {
    border-left: 20px solid #f56221;
  }
  main #oneday .bg.bg02 ul:before {
    background: #f56221;
  }
  main #oneday .bg.bg02 ul:after {
    background: #f56221;
  }
  main #oneday .bg.bg02 ul li:after {
    background: #f56221;
  }
  main #oneday h3 {
    font-weight: 900;
    text-align: center;
    font-size: 2.5rem;
    margin: 0 auto 80px;
    border-radius: 20px;
    width: 780px;
    padding: 10px;
    color: #fff;
  }
  main #oneday h3.ppl {
    background: #3b368c;
  }
  main #oneday h3.org {
    background: #f56221;
  }
  main #oneday ul {
    position: relative;
    z-index: 0;
  }
  main #oneday ul:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 200px;
    bottom: -30px;
    left: -30px;
    z-index: -1;
  }
  main #oneday ul:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 200px;
    top: -30px;
    left: -30px;
    z-index: -1;
  }
  main #oneday ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  main #oneday ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #oneday ul li:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: -1;
  }
  main #oneday ul .pic {
    width: 30%;
    min-width: 380px;
    text-align: center;
  }
  main #oneday ul .cont {
    width: 42%;
    min-width: 530px;
    background: #fff;
    border-radius: 30px;
    padding: 20px 30px;
    border: 5px solid #3b368c;
    margin-left: 80px;
  }
  main #oneday ul .cont.org {
    border: 5px solid #f56221;
  }
  main #oneday ul .cont h4 {
    color: #f5452e;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 20px;
    border-bottom: 5px solid #3b368c;
    padding-bottom: 20px;
  }
  main #oneday ul .cont h4.no {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    border-bottom: none;
  }
  main #oneday ul .cont h4.ppl {
    color: #3b368c;
    border-bottom: 5px solid #f56221;
  }
  main #oneday ul .cont p {
    font-weight: 900;
    font-size: 1.3rem;
    color: #332f2f;
  }
  main #oneday ul .blc {
    position: absolute;
    left: 40px;
    color: #3b368c;
    font-size: 1.8rem;
    width: 160px;
    height: 160px;
    font-weight: bold;
    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;
    background: #faed39;
    border: 8px solid #3b368c;
    border-radius: 200px;
  }
  main #oneday ul .blc.org {
    background: #f5452e;
    color: #fff;
  }
  main #oneday ul .blc.borg {
    background: #f5452e;
    color: #fff;
    border: 8px solid #f56221;
  }
  main #oneday ul .blc.ylw {
    background: #faed39;
    color: #f56221;
    border: 8px solid #f56221;
  }
  main #voice {
    background: url("../images/bg_voice.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
  }
  main #voice .box {
    font-weight: 900;
    text-align: center;
    margin-bottom: 200px;
  }
  main #voice .box h3 {
    color: #fff;
    font-size: 2.5rem;
    background: #f5452e;
    border-radius: 20px;
    padding: 10px;
    letter-spacing: 5px;
    width: 1000px;
    margin: 0 auto 20px;
  }
  main #voice .box p {
    font-size: 1.8rem;
  }
  main #voice li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main #voice li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main #voice li:not(:last-child) {
    margin-bottom: 80px;
  }
  main #voice .pic {
    width: 32%;
  }
  main #voice .pic img {
    width: 100%;
  }
  main #voice .pic span {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin: 20px auto;
    font-weight: 900;
  }
  main #voice dl {
    width: 67%;
    background: url("../images/bg_note.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 20px 40px 60px;
  }
  main #voice dl dt {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  main #voice dl dd {
    position: relative;
  }
  main #voice dl dd:not(:last-child) {
    margin-bottom: 40px;
  }
  main #voice dl dd div {
    font-size: 1.8rem;
    font-weight: 900;
    background: #fff;
    border-radius: 50px;
    padding: 20px 20px 20px 40px;
  }
  main #voice dl dd span {
    position: absolute;
    left: -40px;
    top: 30%;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    font-size: 1.4rem;
  }
  main #voice dl dd span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
  }
  main #voice dl.org dt {
    color: #f56221;
    border-bottom: 1px solid #f56221;
  }
  main #voice dl.org dd div {
    border: 1px solid #f56221;
  }
  main #voice dl.org dd span {
    background: #f56221;
  }
  main #voice dl.org dd span:before {
    border-left: 15px solid #f56221;
  }
  main #voice dl.blue dt {
    color: #1d2088;
    border-bottom: 1px solid #1d2088;
  }
  main #voice dl.blue dd div {
    border: 1px solid #1d2088;
  }
  main #voice dl.blue dd span {
    background: #1d2088;
  }
  main #voice dl.blue dd span:before {
    border-left: 15px solid #1d2088;
  }
  main #info {
    padding: 150px 0 80px;
  }
  main #info .main_title {
    border: 10px solid #f5452e;
    padding: 20px;
    width: 800px;
    margin: 0 auto 80px;
  }
  main #info > strong {
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 2.5rem;
  }
  main #info > ul {
    margin: 80px auto 0;
  }
  main #info > ul > li {
    padding: 20px;
  }
  main #info > ul > li:not(:last-child) {
    margin-bottom: 80px;
  }
  main #info > ul > li.ygreen {
    background: #8ec625;
  }
  main #info > ul > li.blue {
    background: #1d2088;
  }
  main #info > ul > li.org {
    background: #f56221;
  }
  main #info > ul > li.wblue {
    background: #38a1db;
  }
  main #info > ul > li h3 {
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 5px;
  }
  main #info > ul > li h3 span {
    display: block;
    font-size: 1.8rem;
  }
  main #info > ul > li > div {
    background: #fff;
    padding: 40px 20px;
    font-size: 1.1rem;
  }
  main #info > ul > li > div li {
    position: relative;
    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;
    margin-bottom: 40px;
  }
  main #info > ul > li > div li.org {
    background: #f56221;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5rem;
    padding: 30px;
    font-weight: 900;
  }
  main #info > ul > li > div li span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background: #f56221;
    color: #fff;
    text-align: center;
    width: 190px;
    height: 190px;
    border-radius: 200px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 30px;
  }
  main #info > ul > li > div li span em {
    font-size: 5rem;
    line-height: 1;
    display: block;
  }
  main #info > ul > li > div li .cont {
    border: 8px solid #ff9a6e;
    font-size: 2.6rem;
    font-weight: bold;
    width: calc(88% - 280px);
    min-height: 240px;
    margin-left: auto;
    padding: 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #info > ul > li > div li .pic {
    width: 280px;
    text-align: center;
    background: #ff9a6e;
    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;
  }
  main #info > ul > li > div strong {
    display: block;
    color: #f56221;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
  }
  main #info > ul > li h4 {
    font-size: 1.4rem;
  }
  main #info > ul > li p:not(:last-child) {
    margin-bottom: 40px;
  }
  footer p {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 40px;
    text-align: center;
  }
  footer .org_btn {
    font-size: 3.6rem;
    margin-bottom: 80px;
  }
  footer .f_blc {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 80px;
  }
  footer .f_blc .blue_btn {
    width: 470px;
  }
  footer .f_blc ul {
    text-align: center;
  }
  footer .f_blc ul li {
    margin-bottom: 20px;
  }
  footer .f_blc ul a {
    display: block;
  }
  footer .f_blc span {
    display: block;
    font-weight: 900;
    text-align: center;
    font-size: 1.8rem;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    padding: 20px;
  }
  footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #034688;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
  }
  footer #pagetop img {
    display: block;
    margin: 0 auto;
  }
  .smonly {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1349px) {
  html {
    font-size: 100%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #000;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .inner {
    width: 95%;
    margin: 0 auto;
  }
  body .org_btn {
    color: #fff;
    font-weight: 900;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    background: #f5452e;
    border: 1px solid #f5452e;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    position: relative;
    border-radius: 100px;
  }
  body .org_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%);
  }
  body .org_btn:hover {
    background: #fff;
    color: #f5452e;
  }
  body .blue_btn {
    color: #fff;
    font-weight: 900;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    background: #034688;
    border: 1px solid #034688;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    position: relative;
    border-radius: 100px;
  }
  body .blue_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%);
  }
  body .blue_btn:hover {
    background: #fff;
    color: #034688;
  }
  body .main_title {
    font-weight: 900;
    margin-bottom: 40px;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 3px;
    color: #1d2088;
  }
  body .main_title span {
    display: block;
    font-size: 1.4rem;
    color: #38a1db;
  }
  body .main_title em {
    border-bottom: 5px solid #1d2088;
  }
  body .main_title.org {
    color: #f5452e;
  }
  body .main_title.org em {
    border-bottom: 10px solid #f5452e;
  }
  header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
  }
  header .h_blc {
    padding: 20px;
  }
  header .h_blc .h_sns a {
    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;
    font-weight: 900;
    margin-bottom: 10px;
  }
  header .h_blc .h_sns a span {
    margin-right: 10px;
  }
  header .h_blc .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .h_blc .btnarea li {
    width: 48%;
  }
  header nav {
    background: #38a1db;
  }
  header nav ul {
    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 nav ul li {
    width: 17%;
    position: relative;
  }
  header nav ul li:last-child:after {
    display: none;
  }
  header nav ul li:after {
    position: absolute;
    width: 1px;
    height: 80%;
    right: 0;
    top: 10px;
    content: "";
    background: #fff;
  }
  header nav ul a {
    display: block;
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
  }
  header nav ul a:hover {
    background: #1d2088;
  }
  header nav ul a span {
    display: block;
    font-size: 0.8rem;
  }
  main .catch {
    margin: 0 auto;
    padding-top: 320px;
    width: 90%;
  }
  main .catch video {
    width: 100%;
    height: auto;
  }
  main #about .wrap {
    background: url("../images/bg_about.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
  }
  main #about .inner {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 40px;
    padding: 20px;
  }
  main #about .inner > ul > li {
    margin-bottom: 40px;
  }
  main #about .inner > ul > li li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #about h3 {
    font-weight: 900;
    font-size: 1.8rem;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    background: -webkit-gradient(linear, left top, left bottom, from(#f56221), color-stop(45.7%, #fc7155), color-stop(49.26%, #fd7259), to(#ed4754));
    background: linear-gradient(#f56221 0%, #fc7155 45.7%, #fd7259 49.26%, #ed4754 100%);
  }
  main #about h4 {
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 40px;
    position: relative;
  }
  main #about h4:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 600px;
    height: 20px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    background: -webkit-gradient(linear, left top, left bottom, from(#f56221), color-stop(45.7%, #fc7155), color-stop(49.26%, #fd7259), to(#ed4754));
    background: linear-gradient(#f56221 0%, #fc7155 45.7%, #fd7259 49.26%, #ed4754 100%);
  }
  main #about h5 {
    font-size: 1.2rem;
  }
  main #about strong {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 20px;
  }
  main #about strong.org {
    color: #f5452e;
  }
  main #about .bg {
    background: url("../images/bg_note.png") no-repeat;
    background-size: cover;
    padding: 20px;
  }
  main #about .bg.center {
    text-align: center;
    font-size: 1.2rem;
  }
  main #about .bg.center p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #about img {
    width: 100%;
  }
  main #about .box {
    border: 5px solid #38a1db;
    padding: 20px;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  main #about .box.org {
    background: -webkit-gradient(linear, left top, left bottom, from(#f56221), color-stop(45.7%, #fc7155), color-stop(49.26%, #fd7259), to(#ed4754));
    background: linear-gradient(#f56221 0%, #fc7155 45.7%, #fd7259 49.26%, #ed4754 100%);
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
  }
  main #about .piclist {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  main #about .piclist img {
    width: 100%;
  }
  main #topics {
    padding-top: 80px;
  }
  main #topics .bg {
    background: url("../images/bg_topics.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
  }
  main #topics .inner {
    border: 20px solid #faed39;
    background: #fff;
    text-align: center;
    padding: 20px;
    font-weight: 900;
  }
  main #topics h3 {
    color: #f5452e;
    font-size: 3rem;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  main #topics li {
    color: #f5452e;
    font-size: 2rem;
  }
  main #oneday {
    padding: 80px 0;
  }
  main #oneday .bg {
    padding: 40px 0;
  }
  main #oneday .bg.bg01 {
    background: url("../images/bg_oneday01.png") no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid #6db430;
  }
  main #oneday .bg.bg01 ul {
    border-left: 10px solid #3b368c;
  }
  main #oneday .bg.bg01 ul:before {
    background: #3b368c;
  }
  main #oneday .bg.bg01 ul:after {
    background: #3b368c;
  }
  main #oneday .bg.bg01 ul li:after {
    background: #3b368c;
  }
  main #oneday .bg.bg02 {
    background: url("../images/bg_oneday02.png") no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid #f56221;
  }
  main #oneday .bg.bg02 ul {
    border-left: 10px solid #f56221;
  }
  main #oneday .bg.bg02 ul:before {
    background: #f56221;
  }
  main #oneday .bg.bg02 ul:after {
    background: #f56221;
  }
  main #oneday .bg.bg02 ul li:after {
    background: #f56221;
  }
  main #oneday h3 {
    font-weight: 900;
    text-align: center;
    font-size: 2rem;
    margin: 0 auto 40px;
    border-radius: 20px;
    width: 500px;
    padding: 10px;
    color: #fff;
  }
  main #oneday h3.ppl {
    background: #3b368c;
  }
  main #oneday h3.org {
    background: #f56221;
  }
  main #oneday ul {
    position: relative;
    z-index: 0;
  }
  main #oneday ul:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 200px;
    bottom: -15px;
    left: -15px;
    z-index: -1;
  }
  main #oneday ul:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 200px;
    top: -15px;
    left: -15px;
    z-index: -1;
  }
  main #oneday ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  main #oneday ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #oneday ul li:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: -1;
  }
  main #oneday ul .pic {
    width: 35%;
    text-align: center;
  }
  main #oneday ul .cont {
    width: 40%;
    background: #fff;
    border-radius: 30px;
    padding: 20px 30px;
    border: 3px solid #3b368c;
    margin-left: 40px;
  }
  main #oneday ul .cont.org {
    border: 5px solid #f56221;
  }
  main #oneday ul .cont h4 {
    color: #f5452e;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 10px;
    border-bottom: 3px solid #3b368c;
    padding-bottom: 10px;
  }
  main #oneday ul .cont h4.no {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    border-bottom: none;
  }
  main #oneday ul .cont h4.ppl {
    color: #3b368c;
    border-bottom: 3px solid #f56221;
  }
  main #oneday ul .cont p {
    font-weight: 900;
    color: #332f2f;
  }
  main #oneday ul .blc {
    position: absolute;
    left: 20px;
    color: #3b368c;
    font-size: 1.2rem;
    width: 100px;
    height: 100px;
    font-weight: bold;
    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;
    background: #faed39;
    border: 5px solid #3b368c;
    border-radius: 200px;
  }
  main #oneday ul .blc.org {
    background: #f5452e;
    color: #fff;
  }
  main #oneday ul .blc.borg {
    background: #f5452e;
    color: #fff;
    border: 5px solid #f56221;
  }
  main #oneday ul .blc.ylw {
    background: #faed39;
    color: #f56221;
    border: 5px solid #f56221;
  }
  main #voice {
    background: url("../images/bg_voice.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
  }
  main #voice .box {
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
  }
  main #voice .box h3 {
    color: #fff;
    font-size: 1.8rem;
    background: #f5452e;
    border-radius: 20px;
    padding: 10px;
    letter-spacing: 3px;
    width: 600px;
    margin: 0 auto 20px;
  }
  main #voice .box p {
    font-size: 1.6rem;
  }
  main #voice li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #voice .pic img {
    margin: 0 auto;
    display: block;
  }
  main #voice .pic span {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin: 10px auto;
    font-weight: 900;
  }
  main #voice dl {
    background: url("../images/bg_note.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 20px 20px 40px;
  }
  main #voice dl dt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  main #voice dl dd {
    position: relative;
  }
  main #voice dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main #voice dl dd div {
    font-size: 1.4rem;
    font-weight: 900;
    background: #fff;
    border-radius: 50px;
    padding: 20px 20px 20px 40px;
  }
  main #voice dl dd span {
    position: absolute;
    left: -20px;
    top: 20%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    font-size: 1.2rem;
  }
  main #voice dl dd span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
  }
  main #voice dl.org dt {
    color: #f56221;
    border-bottom: 1px solid #f56221;
  }
  main #voice dl.org dd div {
    border: 1px solid #f56221;
  }
  main #voice dl.org dd span {
    background: #f56221;
  }
  main #voice dl.org dd span:before {
    border-left: 10px solid #f56221;
  }
  main #voice dl.blue dt {
    color: #1d2088;
    border-bottom: 1px solid #1d2088;
  }
  main #voice dl.blue dd div {
    border: 1px solid #1d2088;
  }
  main #voice dl.blue dd span {
    background: #1d2088;
  }
  main #voice dl.blue dd span:before {
    border-left: 10px solid #1d2088;
  }
  main #info {
    padding: 80px 0;
  }
  main #info .main_title {
    border: 5px solid #f5452e;
    padding: 10px;
    width: 400px;
    margin: 0 auto 40px;
  }
  main #info > strong {
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
  }
  main #info > ul {
    margin: 40px auto 0;
  }
  main #info > ul > li {
    padding: 20px;
  }
  main #info > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #info > ul > li.ygreen {
    background: #8ec625;
  }
  main #info > ul > li.blue {
    background: #1d2088;
  }
  main #info > ul > li.org {
    background: #f56221;
  }
  main #info > ul > li.wblue {
    background: #38a1db;
  }
  main #info > ul > li h3 {
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 5px;
  }
  main #info > ul > li h3 span {
    display: block;
    font-size: 1.6rem;
  }
  main #info > ul > li > div {
    background: #fff;
    padding: 20px;
  }
  main #info > ul > li > div li {
    position: relative;
    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;
    margin-bottom: 30px;
  }
  main #info > ul > li > div li.org {
    background: #f56221;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    padding: 10px;
    font-weight: 900;
  }
  main #info > ul > li > div li span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background: #f56221;
    color: #fff;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 200px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 25px 10px;
  }
  main #info > ul > li > div li span em {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
  main #info > ul > li > div li .cont {
    border: 5px solid #ff9a6e;
    font-size: 1.6rem;
    font-weight: bold;
    width: calc(94% - 100px);
    margin-left: auto;
    padding: 10px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #info > ul > li > div li .pic {
    width: 100px;
    padding: 10px;
    text-align: center;
    background: #ff9a6e;
    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;
  }
  main #info > ul > li > div strong {
    display: block;
    color: #f56221;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  main #info > ul > li h4 {
    font-size: 1.2rem;
  }
  main #info > ul > li p:not(:last-child) {
    margin-bottom: 20px;
  }
  footer strong {
    display: block;
    text-align: center;
    color: #d33273;
    font-weight: 900;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  footer p {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .org_btn {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  footer .f_blc {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 60px;
  }
  footer .f_blc .blue_btn {
    width: 300px;
  }
  footer .f_blc ul {
    text-align: center;
  }
  footer .f_blc ul li {
    margin-bottom: 20px;
  }
  footer .f_blc ul a {
    display: block;
  }
  footer .f_blc span {
    display: block;
    font-weight: 900;
    text-align: center;
    font-size: 1.2rem;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    padding: 20px;
  }
  footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #034688;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
  }
  footer #pagetop img {
    display: block;
    margin: 0 auto;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 75%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #000;
    overflow-x: hidden;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .org_btn {
    color: #fff;
    font-weight: 900;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 10px;
    background: #f5452e;
    border: 1px solid #f5452e;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    position: relative;
    border-radius: 100px;
  }
  body .org_btn:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body .blue_btn {
    color: #fff;
    font-weight: 900;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 10px;
    background: #034688;
    border: 1px solid #034688;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    position: relative;
    border-radius: 100px;
  }
  body .blue_btn:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body .main_title {
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 1px;
    color: #1d2088;
  }
  body .main_title span {
    display: block;
    font-size: 1.4rem;
    color: #38a1db;
  }
  body .main_title em {
    border-bottom: 5px solid #1d2088;
  }
  body .main_title.org {
    color: #f5452e;
  }
  body .main_title.org em {
    border-bottom: 5px solid #f5452e;
  }
  header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
  }
  header .h_blc {
    padding: 10px;
  }
  header .h_blc .h_logo {
    width: 70px;
    margin-bottom: 10px;
  }
  header .h_blc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .h_blc ul li {
    width: 48%;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 45px;
    width: 45px;
    z-index: 90;
    background: #fff;
    border: 1px solid #034688;
    border-radius: 200px;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    background: #034688;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  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: -3px;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 8px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: -3px;
  }
  header #menu-btn-check {
    display: none;
  }
  header .menu-content nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 110px;
    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 60px 100px;
  }
  header .menu-content nav .nav {
    margin-bottom: 40px;
  }
  header .menu-content nav .nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    background: #38a1db;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 10px 20px;
  }
  header .menu-content nav .nav a span {
    font-size: 1.2rem;
    margin-right: auto;
    margin-left: 20px;
  }
  header .menu-content nav .sns li {
    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 nav .sns li a {
    margin: 0 10px;
  }
  header .menu-content nav .sns li img {
    width: 60px;
  }
  header .menu-content nav .sns li span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
  }
  header #menu-btn-check:checked ~ .menu-content nav {
    left: 0;
  }
  main .catch {
    margin: 0 auto 20px;
    padding-top: 110px;
    width: 95%;
  }
  main .catch video {
    width: 100%;
    height: auto;
  }
  main #about .wrap {
    background: url("../images/bg_about.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
  }
  main #about .inner {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 40px;
    padding: 20px;
  }
  main #about .inner > ul > li {
    margin-bottom: 30px;
  }
  main #about .inner > ul > li li:not(:last-child) {
    margin-bottom: 10px;
  }
  main #about h3 {
    font-weight: 900;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    background: -webkit-gradient(linear, left top, left bottom, from(#f56221), color-stop(45.7%, #fc7155), color-stop(49.26%, #fd7259), to(#ed4754));
    background: linear-gradient(#f56221 0%, #fc7155 45.7%, #fd7259 49.26%, #ed4754 100%);
  }
  main #about h4 {
    font-weight: 900;
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }
  main #about h4:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 260px;
    height: 10px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    background: -webkit-gradient(linear, left top, left bottom, from(#f56221), color-stop(45.7%, #fc7155), color-stop(49.26%, #fd7259), to(#ed4754));
    background: linear-gradient(#f56221 0%, #fc7155 45.7%, #fd7259 49.26%, #ed4754 100%);
  }
  main #about h5 {
    font-size: 1.2rem;
  }
  main #about strong {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 20px;
  }
  main #about strong.org {
    color: #f5452e;
  }
  main #about .bg {
    background: url("../images/bg_note.png") no-repeat;
    background-size: cover;
    padding: 20px;
  }
  main #about .bg.center {
    text-align: center;
  }
  main #about .bg.center p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #about img {
    width: 100%;
  }
  main #about .box {
    border: 8px solid #38a1db;
    padding: 20px;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  main #about .box.org {
    background: -webkit-gradient(linear, left top, left bottom, from(#f56221), color-stop(45.7%, #fc7155), color-stop(49.26%, #fd7259), to(#ed4754));
    background: linear-gradient(#f56221 0%, #fc7155 45.7%, #fd7259 49.26%, #ed4754 100%);
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
  }
  main #about .piclist li:not(:last-child) {
    margin-bottom: 10px;
  }
  main #about .piclist img {
    width: 100%;
  }
  main #topics {
    padding-top: 40px;
  }
  main #topics .bg {
    background: url("../images/bg_topics.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
  }
  main #topics .inner {
    border: 10px solid #faed39;
    background: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 900;
  }
  main #topics h3 {
    color: #f5452e;
    font-size: 2rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  main #topics li {
    color: #f5452e;
    font-size: 1.4rem;
  }
  main #oneday {
    padding: 40px 0;
  }
  main #oneday .bg {
    padding: 40px 10px;
  }
  main #oneday .bg.bg01 {
    background: url("../images/bg_oneday01.png") no-repeat;
    background-size: cover;
    background-position: 70%;
    border-bottom: 5px solid #6db430;
  }
  main #oneday .bg.bg01 ul {
    border-left: 8px solid #3b368c;
  }
  main #oneday .bg.bg01 ul:before {
    background: #3b368c;
  }
  main #oneday .bg.bg01 ul:after {
    background: #3b368c;
  }
  main #oneday .bg.bg01 ul li:after {
    background: #3b368c;
  }
  main #oneday .bg.bg02 {
    background: url("../images/bg_oneday02.png") no-repeat;
    background-size: cover;
    background-position: 70%;
    border-bottom: 5px solid #f56221;
  }
  main #oneday .bg.bg02 ul {
    border-left: 8px solid #f56221;
  }
  main #oneday .bg.bg02 ul:before {
    background: #f56221;
  }
  main #oneday .bg.bg02 ul:after {
    background: #f56221;
  }
  main #oneday .bg.bg02 ul li:after {
    background: #f56221;
  }
  main #oneday h3 {
    font-weight: 900;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 auto 20px;
    border-radius: 10px;
    width: 250px;
    padding: 10px;
    color: #fff;
  }
  main #oneday h3.ppl {
    background: #3b368c;
  }
  main #oneday h3.org {
    background: #f56221;
  }
  main #oneday ul {
    position: relative;
    z-index: 0;
    padding-left: 20px;
    padding-top: 20px;
    margin-left: 20px;
  }
  main #oneday ul:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 200px;
    bottom: -12px;
    left: -12px;
    z-index: -1;
  }
  main #oneday ul:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 200px;
    top: -12px;
    left: -12px;
    z-index: -1;
  }
  main #oneday ul li {
    position: relative;
  }
  main #oneday ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #oneday ul .pic {
    width: 100%;
    text-align: center;
  }
  main #oneday ul .cont {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    border: 3px solid #3b368c;
    margin-bottom: 20px;
  }
  main #oneday ul .cont.org {
    border: 5px solid #f56221;
  }
  main #oneday ul .cont h4 {
    color: #f5452e;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 10px;
    border-bottom: 3px solid #3b368c;
    padding-bottom: 10px;
  }
  main #oneday ul .cont h4.no {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    border-bottom: none;
  }
  main #oneday ul .cont h4.ppl {
    color: #3b368c;
    border-bottom: 3px solid #f56221;
  }
  main #oneday ul .cont p {
    font-weight: 900;
    color: #332f2f;
  }
  main #oneday ul .blc {
    position: absolute;
    top: 0;
    left: -50px;
    color: #3b368c;
    font-size: 1.2rem;
    width: 70px;
    height: 70px;
    font-weight: bold;
    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;
    background: #faed39;
    border: 3px solid #3b368c;
    border-radius: 200px;
  }
  main #oneday ul .blc.org {
    background: #f5452e;
    color: #fff;
  }
  main #oneday ul .blc.borg {
    background: #f5452e;
    color: #fff;
    border: 3px solid #f56221;
  }
  main #oneday ul .blc.ylw {
    background: #faed39;
    color: #f56221;
    border: 3px solid #f56221;
  }
  main #voice {
    background: url("../images/bg_voice.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
  }
  main #voice .box {
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
  }
  main #voice .box h3 {
    color: #fff;
    font-size: 1.8rem;
    background: #f5452e;
    padding: 10px;
    letter-spacing: 3px;
    margin: 0 auto 20px;
  }
  main #voice .box p {
    font-size: 1.4rem;
  }
  main #voice li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #voice .pic {
    padding: 20px;
  }
  main #voice .pic img {
    margin: 0 auto;
    display: block;
  }
  main #voice .pic span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 900;
  }
  main #voice dl {
    background: url("../images/bg_note.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 10px 10px 20px;
  }
  main #voice dl dt {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  main #voice dl dd {
    position: relative;
  }
  main #voice dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main #voice dl dd div {
    font-size: 1.4rem;
    font-weight: 900;
    background: #fff;
    border-radius: 50px;
    padding: 10px 10px 10px 20px;
  }
  main #voice dl dd span {
    position: absolute;
    left: -10px;
    top: 30%;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
  }
  main #voice dl dd span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -3px;
    border: 3px solid transparent;
  }
  main #voice dl.org dt {
    color: #f56221;
    border-bottom: 3px solid #f56221;
  }
  main #voice dl.org dd div {
    border: 1px solid #f56221;
  }
  main #voice dl.org dd span {
    background: #f56221;
  }
  main #voice dl.org dd span:before {
    border-left: 5px solid #f56221;
  }
  main #voice dl.blue dt {
    color: #1d2088;
    border-bottom: 3px solid #1d2088;
  }
  main #voice dl.blue dd div {
    border: 1px solid #1d2088;
  }
  main #voice dl.blue dd span {
    background: #1d2088;
  }
  main #voice dl.blue dd span:before {
    border-left: 5px solid #1d2088;
  }
  main #info {
    padding: 40px 0;
  }
  main #info .main_title {
    border: 5px solid #f5452e;
    padding: 10px;
    width: 300px;
    margin: 0 auto 10px;
  }
  main #info > strong {
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 1.4rem;
  }
  main #info > ul {
    margin: 20px auto 0;
  }
  main #info > ul > li {
    padding: 10px;
  }
  main #info > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #info > ul > li.ygreen {
    background: #8ec625;
  }
  main #info > ul > li.blue {
    background: #1d2088;
  }
  main #info > ul > li.org {
    background: #f56221;
  }
  main #info > ul > li.wblue {
    background: #38a1db;
  }
  main #info > ul > li h3 {
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  main #info > ul > li h3 span {
    display: block;
    font-size: 1.2rem;
  }
  main #info > ul > li > div {
    background: #fff;
    padding: 10px;
  }
  main #info > ul > li > div li {
    position: relative;
    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;
    margin-bottom: 20px;
  }
  main #info > ul > li > div li.org {
    background: #f56221;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    padding: 10px;
    font-weight: 900;
  }
  main #info > ul > li > div li span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -5px;
    background: #f56221;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    font-size: 0.8rem;
    line-height: 1;
    padding: 10px 5px;
  }
  main #info > ul > li > div li span em {
    font-size: 1.6rem;
    line-height: 1;
    display: block;
  }
  main #info > ul > li > div li .cont {
    border: 3px solid #ff9a6e;
    font-size: 1.4rem;
    font-weight: bold;
    width: calc(96% - 40px);
    margin-left: auto;
    padding: 10px 10px 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #info > ul > li > div li .pic {
    width: 40px;
    padding: 5px;
    text-align: center;
    background: #ff9a6e;
    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;
  }
  main #info > ul > li > div strong {
    display: block;
    color: #f56221;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  main #info > ul > li h4 {
    font-size: 1.2rem;
  }
  main #info > ul > li p:not(:last-child) {
    margin-bottom: 20px;
  }
  footer strong {
    display: block;
    text-align: center;
    color: #d33273;
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  footer p {
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .org_btn {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  footer .f_blc {
    text-align: center;
  }
  footer .f_blc .blue_btn {
    width: 240px;
    margin: 0 auto;
  }
  footer .f_blc li {
    margin-bottom: 20px;
  }
  footer .f_blc li a {
    margin: 0 10px;
  }
  footer .f_blc span {
    display: block;
    font-weight: 900;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    padding: 10px;
  }
  footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #034688;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 900;
  }
  footer #pagetop img {
    width: 30px;
    display: block;
    margin: 0 auto;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */