@charset "UTF-8";
/*Theme Name: 富山県理容美容専門学校*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
  body {
    font-family: "Noto Sans JP", serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.8;
    color: #333;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .imgleft > div {
    margin-left: 30px;
  }
  body .imgleft > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    margin-right: 30px;
  }
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .inner {
    width: 1000px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1080px;
  }
  body .inner.narrow {
    width: 800px;
  }
  body .main_title {
    font-size: 1.7rem;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
    color: #3f4f7a;
  }
  body .sub_title {
    position: relative;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 60px;
  }
  body .sub_title:after {
    position: absolute;
    content: "";
    background: #ff6c6b;
    width: 100px;
    height: 3px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body .bb_title {
    border-bottom: 3px solid #ff6c6b;
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  body .en_title {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  body .en_title span {
    display: block;
    font-size: 3rem;
    letter-spacing: 3px;
    font-weight: bold;
  }
  body .bold_title {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
  }
  body .bold_title.m_pink {
    color: #ed1e75;
  }
  body .bold_title.big {
    font-size: 3rem;
  }
  body .bold_title.small {
    font-size: 1.4rem;
  }
  body .diagonal_title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-image: repeating-linear-gradient(-45deg, #ff6c6b 0 2px, transparent 2px 6px);
    background-repeat: no-repeat;
    background-size: 6rem 0.5rem;
    background-position: center bottom;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }
  body .btn {
    width: 240px;
    font-size: 1.2rem;
    background: #ff6c6b;
    color: #fff;
    display: block;
    padding: 20px;
    font-weight: bold;
    border-radius: 100px;
    text-align: center;
  }
  body .btn:hover {
    background: #fda2a2;
  }
  body .logo {
    background: #ff6c6b;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px;
  }
  body .logo span {
    display: block;
    font-size: 0.9rem;
  }
  body .logo em {
    font-size: 0.6rem;
    display: block;
  }
  body .nav {
    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;
    background: #e6e6e6;
  }
  body .nav > li {
    position: relative;
  }
  body .nav > li:hover .sub_menu {
    display: block;
  }
  body .nav > li:not(:last-child):after {
    position: absolute;
    content: "|";
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    right: -2px;
  }
  body .nav > li > a {
    color: #3f4f7a;
    font-weight: bold;
    display: block;
    padding: 10px;
    font-size: 0.9rem;
  }
  body .nav > li > a:hover {
    background: #3f4f7a;
    color: #fff;
  }
  body .nav > li > a.pink {
    background: #ffefef;
    color: #ff6c6b;
  }
  body .nav > li > a.pink:hover {
    background: #ff6c6b;
    color: #ffefef;
  }
  body .nav > li .sub_menu {
    background: #e6e6e6;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 100%;
    display: none;
    min-width: 160px;
    width: 100%;
    z-index: 1;
  }
  body .nav > li .sub_menu a {
    color: #3f4f7a;
    padding: 10px;
    display: block;
    font-size: 0.9rem;
    text-align: center;
    font-weight: bold;
  }
  body .nav > li .sub_menu a:hover {
    background: #3f4f7a;
    color: #fff;
  }
  body .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .graf {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .graf dt {
    width: 28%;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  body .graf dd {
    width: 72%;
    border-bottom: 1px solid #333;
    padding: 10px 0;
  }
  body .lead {
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
  }
  body .lead a {
    text-decoration: underline;
  }
  body .lead a:hover {
    color: #d4488c;
  }
  body .voice .blc {
    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;
  }
  body .voice .blc .imgleft {
    width: 84%;
  }
  body .voice .blc h3 {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  body .voice .blc span {
    display: block;
    padding: 20px 0;
    border-top: 3px solid #ff6c6b;
    border-bottom: 3px solid #ff6c6b;
  }
  header {
    background: url("images/common/bg_catch.png") no-repeat;
    background-size: cover;
    padding: 30px 0;
  }
  header .h_blc {
    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;
    margin-bottom: 30px;
  }
  header nav .btn {
    margin-left: auto;
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 10px;
  }
  header .catch video {
    width: 100%;
  }
  header .page_title {
    background: #fff;
    border-radius: 20px;
    color: #d4488c;
    text-align: center;
    padding: 70px;
    font-weight: bold;
    font-size: 2.5rem;
  }
  main.top .btnarea {
    width: 840px;
    margin: 80px auto;
  }
  main.top .btnarea a {
    display: block;
    width: 400px;
    border-radius: 10px;
    color: #3f4f7a;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 10px;
    text-align: center;
  }
  main.top .btnarea a.red {
    border: 3px solid #ff6c6b;
    -webkit-box-shadow: 5px 5px 5px #f9e1dc;
            box-shadow: 5px 5px 5px #f9e1dc;
  }
  main.top .btnarea a.red:hover {
    background: #ff6c6b;
  }
  main.top .btnarea a.org {
    border: 3px solid #f7931e;
    -webkit-box-shadow: 5px 5px 5px #f9dcc7;
            box-shadow: 5px 5px 5px #f9dcc7;
  }
  main.top .btnarea a.org:hover {
    background: #f7931e;
  }
  main.top .btnarea a:hover {
    color: #fff;
  }
  main.top h2 {
    color: #fff;
    background: url("images/top/bg_title.png") no-repeat;
    font-weight: bold;
    font-size: 3.2rem;
    width: 350px;
    height: 200px;
    padding: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 1;
  }
  main.top .more {
    background: #ff6c6b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    width: 120px;
    height: 120px;
    border-radius: 200px;
    -webkit-box-shadow: 5px 5px 5px #ddd;
            box-shadow: 5px 5px 5px #ddd;
    padding: 15px;
    position: absolute;
    right: 0;
    bottom: -90px;
  }
  main.top .more:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    font-weight: 900;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.top .more:hover {
    background: #fda2a2;
  }
  main.top .topics {
    position: relative;
    padding-bottom: 170px;
  }
  main.top .topics .inner {
    position: relative;
    background: url("images/top/bg_sec.png");
    padding: 40px 80px;
  }
  main.top .topics ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1;
  }
  main.top .topics ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.top .topics ul .thumb {
    max-width: 200px;
    width: 100%;
    position: relative;
    display: block;
  }
  main.top .topics ul .thumb:before {
    content: "";
    display: block;
    padding-top: 80%;
  }
  main.top .topics ul .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.top .topics ul div {
    background: #fff;
    padding: 10px;
    font-weight: bold;
    height: 100%;
  }
  main.top .topics ul div time {
    font-size: 0.6rem;
    display: block;
  }
  main.top .topics ul div h3 a {
    color: #ff6c6b;
    font-size: 0.8rem;
  }
  main.top .topics ul div h3 a:hover {
    text-decoration: underline;
  }
  main.top .bg {
    background: url("images/top/bg_top.png") no-repeat;
    background-size: cover;
    margin-bottom: 60px;
  }
  main.top .subnav {
    margin: 0 auto 130px;
    width: 600px;
  }
  main.top .subnav li {
    position: relative;
  }
  main.top .subnav li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.top .subnav .btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.top .subnav .recruit {
    display: block;
    background: #fda2a2;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 3.2rem;
    padding: 50px;
    text-align: center;
  }
  main.top .subnav .recruit:hover {
    background: #ff6c6b;
  }
  main.top .movie,
  main.top .sns {
    position: relative;
    padding-bottom: 170px;
  }
  main.top .movie .inner,
  main.top .sns .inner {
    position: relative;
    background: url("images/top/bg_sec.png");
    padding: 40px 80px;
  }
  main.top .movie a:first-child,
  main.top .sns a:first-child {
    position: relative;
    z-index: 1;
  }
  main.sub section {
    padding: 80px 0;
  }
  main.sub .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main.sub .student .center {
    text-align: center;
    margin-bottom: 80px;
  }
  main.sub .student h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  main.sub .student .btn {
    margin: 30px auto 0;
  }
  main.sub .recruit p {
    text-align: center;
    font-weight: bold;
    color: #ff6c6b;
    font-size: 1.3rem;
    margin: 40px auto;
  }
  main.sub .recruit .btn {
    margin: 0 auto;
  }
  main.sub .placement p {
    text-align: center;
  }
  main.sub .placement p:not(:last-of-type) {
    margin-bottom: 80px;
  }
  main.sub .placement ul {
    width: 520px;
    margin: 40px auto 0;
  }
  main.sub .disclosure .btn {
    width: 100%;
  }
  main.sub .privacy p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy p:first-of-type {
    margin-bottom: 80px;
  }
  main.sub .privacy h3 {
    font-weight: bold;
  }
  main.sub .privacy h3:last-of-type {
    margin-bottom: 40px;
  }
  main.sub .opencampus p {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 40px auto 0;
  }
  main.sub .web-open-campus .btnarea {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    margin: 40px auto 60px;
  }
  main.sub .web-open-campus .btnarea a {
    background: #3f4f7a;
    color: #fff;
    text-align: center;
    display: block;
    padding: 20px 10px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  main.sub .web-open-campus .btnarea a:hover {
    background: #fda2a2;
  }
  main.sub .web-open-campus .imgleft {
    margin-bottom: 80px;
  }
  main.sub .web-open-campus .imgleft strong {
    font-weight: bold;
  }
  main.sub .web-open-campus .imgleft dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.sub .web-open-campus .imgleft dt {
    background: #fda2a2;
    width: 60px;
    text-align: center;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  main.sub .web-open-campus .imgleft dd {
    margin-bottom: 20px;
  }
  main.sub .web-open-campus .imgleft .btn {
    margin: 0 auto;
  }
  main.sub .web-open-campus .flow {
    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.sub .web-open-campus .flow li {
    background: #e6e6e6;
    width: 30%;
    position: relative;
  }
  main.sub .web-open-campus .flow li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fda2a2;
    border-right: 0;
  }
  main.sub .web-open-campus .flow span {
    color: #fff;
    text-align: center;
    background: #fda2a2;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 5px;
  }
  main.sub .web-open-campus .flow div {
    padding: 20px;
  }
  main.sub .web-open-campus .flow h3 {
    text-align: center;
    color: #ff6c6b;
    margin-bottom: 20px;
    font-weight: bold;
  }
  main.sub .school-info li:not(:last-child),
  main.sub .support li:not(:last-child) {
    margin-bottom: 100px;
  }
  main.sub .school-info a,
  main.sub .support a {
    display: block;
  }
  main.sub .access iframe {
    width: 100%;
    display: block;
    margin-bottom: 100px;
  }
  main.sub .access .btn {
    margin: 60px auto;
  }
  main.sub .singlelife .suppo ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  main.sub .singlelife .suppo ul p {
    color: #ff6c6b;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  main.sub .singlelife .suppo ul p span {
    display: block;
    font-size: 3rem;
    line-height: 1.4;
  }
  main.sub .singlelife .tbb {
    font-weight: 500;
  }
  main.sub .singlelife .tbb h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main.sub .singlelife .tbb h3 {
    font-size: 1.2rem;
    padding: 20px 0;
    margin-bottom: 40px;
    border-top: 3px solid #ff6c6b;
    border-bottom: 3px solid #ff6c6b;
  }
  main.sub .singlelife .tbb .btn {
    margin: 100px auto;
  }
  main.sub .fee .beauty table {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.sub .fee .beauty table tr:nth-child(2) td {
    text-align: center;
  }
  main.sub .fee .beauty table th {
    background: #edeeed;
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
  }
  main.sub .fee .beauty table td {
    text-align: right;
    padding: 10px;
    border: 1px solid #333;
    vertical-align: middle;
  }
  main.sub .fee .exemption ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  main.sub .fee .exemption ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.sub .fee .exemption ul p {
    margin-bottom: 20px;
  }
  main.sub .fee .exemption ul dl {
    margin-top: auto;
  }
  main.sub .fee .original li {
    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;
    min-height: 120px;
    padding: 20px;
  }
  main.sub .fee .original li:nth-child(even) {
    background: #eee;
  }
  main.sub .fee .original li:not(:last-child) h4:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 20px solid #d4488c;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.sub .fee .original li h4 {
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border: 1px solid #333;
    border-radius: 100px;
    width: 300px;
    text-align: center;
    padding: 5px 10px;
    position: relative;
  }
  main.sub .fee .original li p {
    width: calc(100% - 340px);
  }
  main.sub .fee .system table {
    width: 100%;
    margin-bottom: 20px;
  }
  main.sub .fee .system table td {
    border: 1px solid #333;
    padding: 30px;
  }
  main.sub .fee .system p span {
    display: block;
    color: #e22827;
  }
  main.sub .guideline table {
    width: 100%;
  }
  main.sub .guideline table th {
    background: #edeeed;
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    min-width: 160px;
  }
  main.sub .guideline table td {
    padding: 10px;
    border: 1px solid #333;
    vertical-align: middle;
  }
  main.sub .guideline table td.center {
    text-align: center;
  }
  main.sub .guideline table td.right {
    text-align: right;
  }
  main.sub .guideline table td span {
    color: #ff6c6b;
  }
  main.sub .guideline .way .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-bottom: 80px;
  }
  main.sub .guideline .way .list h3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .guideline .way .btnarea {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }
  main.sub .guideline .way .btnarea a {
    background: #505050;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    padding: 10px;
  }
  main.sub .guideline .way .btnarea a:hover {
    background: #d4488c;
  }
  main.sub .facility img {
    margin-bottom: 30px;
  }
  main.sub .facility .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 60px auto 100px;
  }
  main.sub .beauty .style h4 {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  main.sub .beauty .style h4 span {
    color: #d4488c;
  }
  main.sub .beauty .style img:not(:last-child) {
    margin-bottom: 100px;
  }
  main.sub .beauty .style .btnarea li:first-child a {
    background: #ed1e75;
  }
  main.sub .beauty .style .btnarea li:first-child a:hover {
    background: #d4488c;
  }
  main.sub .beauty .style .btnarea li:last-child a {
    background: #2a3790;
  }
  main.sub .beauty .style .btnarea li:last-child a:hover {
    background: #3f4f7a;
  }
  main.sub .beauty .style .btnarea li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 20px;
  }
  main.sub .beauty .style .btnarea li span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
  }
  main.sub .beauty .voice img {
    margin-bottom: 20px;
  }
  main.sub .beauty .voice .blc {
    margin-bottom: 100px;
  }
  main.sub .beauty .voice .blc div:last-child {
    width: 64%;
  }
  main.sub .beauty .voice h4 {
    color: #ed1e75;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  main.sub .beauty .voice .box {
    border: 2px solid #ed1e75;
    padding: 40px;
    border-radius: 10px;
  }
  main.sub .employment .job ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 80px auto;
  }
  main.sub .employment .job ul img {
    margin-bottom: 20px;
  }
  main.sub .employment .job ul p {
    text-align: center;
    font-weight: bold;
  }
  main.sub .employment .works ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    background: url("images/employment/bg_map.png") no-repeat;
    background-position: center;
    font-size: 0.9rem;
  }
  main.sub .employment .works li {
    border-left: 2px solid #333;
    padding: 0 20px;
  }
  main.sub .employment .works h3 {
    font-weight: bold;
  }
  main.sub .employment .works div:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about .open {
    background: url("images/about/bg_deco.png") no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 80px 0;
  }
  main.sub .about .open h3 {
    color: #2a3790;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 60px;
  }
  main.sub .about .open .lead {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 0;
  }
  main.sub .about .wrap {
    position: relative;
  }
  main.sub .about .good ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  main.sub .about .good .man01 {
    position: absolute;
    top: 100px;
    left: -80px;
    z-index: -1;
    width: 20%;
  }
  main.sub .about .good .man02 {
    position: absolute;
    bottom: -100px;
    right: -80px;
    z-index: -1;
    width: 20%;
  }
  main.sub .about .numb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 140px;
  }
  main.sub .about .numb ul li {
    width: 48%;
    position: relative;
  }
  main.sub .about .numb ul li:nth-child(even) {
    margin-top: 240px;
  }
  main.sub .about .numb ul li:after {
    position: absolute;
    content: "";
    background: url("images/about/deco_line.svg") no-repeat;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 45px;
  }
  main.sub .about .numb ul h5 {
    color: #ed1e75;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .about .numb ul p {
    font-size: 0.8rem;
  }
  main.sub .about .numb .man03 {
    position: absolute;
    top: 220px;
    left: -100px;
    z-index: -1;
    width: 15%;
  }
  main.sub .about .numb .man04 {
    position: absolute;
    top: 400px;
    right: -100px;
    z-index: -1;
    width: 15%;
  }
  main.sub .about .numb .man05 {
    position: absolute;
    bottom: 200px;
    left: -100px;
    z-index: -1;
    width: 15%;
  }
  main.sub .about .numb .man06 {
    position: absolute;
    bottom: -120px;
    right: -100px;
    z-index: -1;
    width: 12%;
  }
  main.sub .school-life > img {
    display: block;
    margin: 0 auto 80px;
  }
  main.sub .school-life > ul {
    position: relative;
  }
  main.sub .school-life > ul:after {
    position: absolute;
    content: "";
    background: #ff6c6b;
    width: 3px;
    height: 96%;
    top: 150px;
    left: 50px;
    z-index: -1;
  }
  main.sub .school-life > ul h3 {
    color: #ff6c6b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    width: 300px;
  }
  main.sub .school-life > ul h3 span {
    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;
    width: 100px;
    height: 100px;
    background: #ff6c6b;
    color: #fff;
    border-radius: 100px;
    font-size: 4rem;
    margin-right: 10px;
  }
  main.sub .school-life > ul h3 div {
    position: absolute;
    content: "";
    left: 100px;
    bottom: -50px;
  }
  main.sub .school-life > ul h3 div:after {
    position: absolute;
    content: "";
    background: #ff6c6b;
    width: 60%;
    height: 3px;
    top: 20px;
    left: -50px;
    z-index: -1;
  }
  main.sub .school-life > ul h3 div:nth-of-type(2) {
    bottom: -90px;
  }
  main.sub .school-life > ul > li {
    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;
  }
  main.sub .school-life > ul > li > div {
    width: calc(100% - 300px);
    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;
    background: #faf1f0;
    border-radius: 20px;
    padding: 40px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  main.sub .school-life > ul > li h4 {
    font-size: 1.6rem;
    text-align: center;
    margin-right: 40px;
  }
  main.sub .school-life > ul > li h4 span {
    display: block;
    font-size: 4rem;
    line-height: 1;
  }
  main.sub .school-life > ul > li p {
    font-size: 1.4rem;
  }
  main.sub .school-life > ul > li img {
    margin-left: auto;
  }
  main.sub .school-life > ul > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    width: calc(100% - 300px);
  }
  main.sub .school-life > ul > li ul li:not(:last-child) {
    margin-right: 10px;
  }
  main.sub .contact > p {
    margin-bottom: 60px;
  }
  main.sub .contact > p span {
    color: #ff6c6b;
  }
  main.sub .contact dl {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .contact dl dt {
    width: 230px;
    font-weight: bold;
    font-size: 1.1rem;
  }
  main.sub .contact dl dt:not(:last-of-type) {
    margin-bottom: 40px;
  }
  main.sub .contact dl dt span {
    color: #ff6c6b;
  }
  main.sub .contact dl dd {
    width: 540px;
  }
  main.sub .contact dl dd:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .contact input[type="text"],
  main.sub .contact input[type="email"],
  main.sub .contact select {
    font-family: "Noto Sans JP", serif;
    font-size: 1rem;
    width: 90%;
    height: 50px;
    padding: 10px;
    background: #e6e6e6;
    border: none;
  }
  main.sub .contact textarea {
    font-family: "Noto Sans JP", serif;
    width: 90%;
    font-size: 1rem;
    height: 150px;
    border: none;
    padding: 20px;
    background: #e6e6e6;
  }
  main.sub .contact input[type="button"],
  main.sub .contact input[type="submit"],
  main.sub .contact .btn {
    margin: 40px auto 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-appearance: none;
  }
  main.sub .contact input[type="button"]:hover,
  main.sub .contact input[type="submit"]:hover,
  main.sub .contact .btn:hover {
    cursor: pointer;
  }
  main.sub .archive_list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .single .content {
    margin-bottom: 80px;
  }
  main.sub .single .content .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  main.sub .single .content .cat {
    margin-left: 20px;
    background: #ff6c6b;
    border: 1px solid #ff6c6b;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    display: block;
    padding: 5px 20px;
  }
  main.sub .single .content > p {
    margin-bottom: 30px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    font-weight: bold;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 0 auto 30px;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content strong {
    font-weight: bold;
    color: #ff6c6b;
  }
  main.sub .single .content em {
    font-style: italic;
  }
  main.sub .single .content blockquote {
    background: #e6e6e6;
    padding: 20px 40px;
    position: relative;
    margin: 30px 0;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #ff6c6b;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #ff6c6b;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul {
    padding: 30px 30px 30px 60px;
    background: #e6e6e6;
    margin: 30px auto;
  }
  main.sub .single .content ul li {
    list-style: disc;
  }
  main.sub .single .content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  main.sub .single .content h2 {
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 5px solid #e6e6e6;
    padding-bottom: 10px;
    margin: 30px 0;
  }
  main.sub .single .content h2:after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    width: 350px;
    height: 5px;
    background: #ff6c6b;
  }
  main.sub .single .content h3 {
    margin: 30px 0;
    font-size: 1.3rem;
    font-weight: bold;
    border-left: 10px solid #ff6c6b;
    padding: 5px 20px;
  }
  main.sub .single .content h4 {
    margin: 30px 0;
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 3px solid #ff6c6b;
  }
  main.sub .single.pro p {
    text-align: center;
  }
  main.sub .single.pro img {
    display: inline-block;
    margin: 0 20px 20px;
  }
  main.sub #pagenavi {
    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;
  }
  main.sub #pagenavi a {
    width: 240px;
  }
  main.sub .pagination 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;
  }
  main.sub .pagination ul span {
    width: 50px;
    height: 50px;
    background: #ff6c6b;
    color: #fff;
    margin: 0 10px;
    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.sub .pagination ul a {
    width: 50px;
    height: 50px;
    border: 1px solid #ff6c6b;
    color: #ff6c6b;
    margin: 0 10px;
    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.sub .pagination ul a:hover {
    background: #ff6c6b;
    color: #fff;
  }
  footer .f_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;
    margin-bottom: 60px;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 30px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff6c6b;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    width: 60px;
    height: 60px;
    border-radius: 100px;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "Noto Sans JP", serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft p:not(:last-child),
  body .imgright p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #3f4f7a;
  }
  body .sub_title {
    position: relative;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 40px;
  }
  body .sub_title:after {
    position: absolute;
    content: "";
    background: #ff6c6b;
    width: 80px;
    height: 3px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body .bb_title {
    border-bottom: 3px solid #ff6c6b;
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  body .en_title {
    margin-bottom: 20px;
  }
  body .en_title span {
    display: block;
    font-size: 2.4rem;
    letter-spacing: 3px;
    font-weight: bold;
  }
  body .bold_title {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: center;
  }
  body .bold_title.m_pink {
    color: #ed1e75;
  }
  body .bold_title.small {
    font-size: 1.2rem;
  }
  body .diagonal_title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    background-image: repeating-linear-gradient(-45deg, #ff6c6b 0 2px, transparent 2px 6px);
    background-repeat: no-repeat;
    background-size: 5rem 0.4rem;
    background-position: center bottom;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
  }
  body .btn {
    width: 240px;
    font-size: 1.2rem;
    background: #ff6c6b;
    color: #fff;
    display: block;
    padding: 10px;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
  }
  body .logo {
    background: #ff6c6b;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px;
  }
  body .logo span {
    display: block;
    font-size: 0.8rem;
  }
  body .logo em {
    font-size: 0.6rem;
    display: block;
  }
  body .nav {
    background: #e6e6e6;
  }
  body .nav > li:not(:last-child) {
    border-bottom: 1px solid #3f4f7a;
  }
  body .nav > li > a {
    color: #3f4f7a;
    font-weight: bold;
    display: block;
    padding: 20px;
  }
  body .nav > li > a.pink {
    background: #ffefef;
    color: #ff6c6b;
  }
  body .nav > li .sub_menu {
    padding-left: 40px;
  }
  body .nav > li .sub_menu a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    font-size: 0.9rem;
    color: #3f4f7a;
  }
  body .nav > li .sub_menu a:after {
    position: absolute;
    content: "＞";
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .graf dt {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 0 0;
  }
  body .graf dd {
    border-bottom: 1px solid #333;
    padding: 10px 0;
  }
  body .lead {
    font-weight: 500;
    margin-bottom: 40px;
  }
  body .lead a {
    text-decoration: underline;
  }
  body .voice .blc h3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .voice .blc span {
    display: block;
    padding: 10px 0;
    border-top: 3px solid #ff6c6b;
    border-bottom: 3px solid #ff6c6b;
    margin-bottom: 20px;
  }
  header {
    background: url("images/common/bg_catch.png") no-repeat;
    background-size: cover;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background: #ff6c6b;
    border: 1px solid #fff;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
  }
  header .menu-btn span:before {
    bottom: 8px;
  }
  header .menu-btn span:after {
    top: 8px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header #menu-btn-check:checked ~ .menu-btn span:before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #ff6c6b;
    overflow: scroll;
    padding: 80px 10px 40px;
  }
  header .menu-content .btn {
    margin: 0 auto 20px;
    background: #fda2a2;
  }
  header .catch {
    padding: 20px;
  }
  header .catch video {
    width: 100%;
  }
  header .page_title {
    background: #fff;
    border-radius: 20px;
    color: #d4488c;
    text-align: center;
    padding: 30px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  main.top .btnarea {
    padding: 40px 20px 60px;
  }
  main.top .btnarea a {
    display: block;
    border-radius: 10px;
    color: #3f4f7a;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
  }
  main.top .btnarea a.red {
    border: 2px solid #ff6c6b;
    -webkit-box-shadow: 5px 5px 5px #f9e1dc;
            box-shadow: 5px 5px 5px #f9e1dc;
  }
  main.top .btnarea a.org {
    border: 2px solid #f7931e;
    -webkit-box-shadow: 5px 5px 5px #f9dcc7;
            box-shadow: 5px 5px 5px #f9dcc7;
  }
  main.top h2 {
    color: #fff;
    background: url("images/top/bg_title.png") no-repeat;
    background-size: cover;
    font-weight: bold;
    font-size: 2rem;
    width: 180px;
    height: 100px;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 1;
  }
  main.top .more {
    background: #ff6c6b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    width: 80px;
    height: 80px;
    border-radius: 200px;
    -webkit-box-shadow: 5px 5px 5px #ddd;
            box-shadow: 5px 5px 5px #ddd;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: -50px;
  }
  main.top .more:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    font-weight: 900;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.top .topics {
    position: relative;
    padding-bottom: 60px;
  }
  main.top .topics .inner {
    position: relative;
    background: url("images/top/bg_sec.png");
    padding: 40px 20px;
  }
  main.top .topics ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    position: relative;
    z-index: 1;
  }
  main.top .topics ul .thumb {
    width: 100%;
    position: relative;
    display: block;
  }
  main.top .topics ul .thumb:before {
    content: "";
    display: block;
    padding-top: 80%;
  }
  main.top .topics ul .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.top .topics ul div {
    background: #fff;
    padding: 10px;
    font-weight: bold;
  }
  main.top .topics ul div time {
    font-size: 0.8rem;
    display: block;
  }
  main.top .topics ul div h3 a {
    color: #ff6c6b;
  }
  main.top .bg {
    background: url("images/top/bg_top.png") no-repeat;
    background-size: cover;
    margin-bottom: 40px;
  }
  main.top .subnav {
    padding: 40px 20px 60px;
  }
  main.top .subnav li {
    position: relative;
    text-align: center;
  }
  main.top .subnav li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .subnav .btn {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.top .subnav .recruit {
    display: block;
    background: #fda2a2;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding: 20px;
    text-align: center;
  }
  main.top .movie,
  main.top .sns {
    position: relative;
    padding-bottom: 60px;
  }
  main.top .movie .inner,
  main.top .sns .inner {
    position: relative;
    background: url("images/top/bg_sec.png");
    padding: 40px 20px;
  }
  main.top .movie a:first-child,
  main.top .sns a:first-child {
    position: relative;
    z-index: 1;
  }
  main.sub section {
    padding: 40px 20px;
  }
  main.sub .sec:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .student .center {
    margin-bottom: 40px;
  }
  main.sub .student h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .student .btn {
    margin: 20px auto 0;
  }
  main.sub .recruit p {
    text-align: center;
    font-weight: bold;
    color: #ff6c6b;
    font-size: 1.2rem;
    margin: 40px auto;
  }
  main.sub .recruit .btn {
    margin: 0 auto;
  }
  main.sub .placement p:not(:last-of-type) {
    margin-bottom: 40px;
  }
  main.sub .placement ul {
    margin: 20px auto 0;
  }
  main.sub .placement ul .btn {
    width: 100%;
  }
  main.sub .disclosure .btnarea {
    display: block;
  }
  main.sub .disclosure .btnarea li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .disclosure .btnarea .btn {
    width: 100%;
  }
  main.sub .privacy p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .privacy p:first-of-type {
    margin-bottom: 40px;
  }
  main.sub .privacy h3 {
    font-weight: bold;
  }
  main.sub .privacy h3:last-of-type {
    margin-bottom: 20px;
  }
  main.sub .opencampus p {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 20px auto 0;
  }
  main.sub .web-open-campus .btnarea {
    margin: 20px auto 40px;
  }
  main.sub .web-open-campus .btnarea a {
    background: #3f4f7a;
    color: #fff;
    text-align: center;
    display: block;
    padding: 20px 5px;
    font-weight: bold;
  }
  main.sub .web-open-campus .imgleft {
    margin-bottom: 60px;
  }
  main.sub .web-open-campus .imgleft strong {
    font-weight: bold;
  }
  main.sub .web-open-campus .imgleft dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.sub .web-open-campus .imgleft dt {
    background: #fda2a2;
    width: 60px;
    text-align: center;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  main.sub .web-open-campus .imgleft dd {
    margin-bottom: 20px;
  }
  main.sub .web-open-campus .imgleft .btn {
    margin: 0 auto;
  }
  main.sub .web-open-campus .flow li {
    background: #e6e6e6;
    position: relative;
  }
  main.sub .web-open-campus .flow li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .web-open-campus .flow li:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: -25px;
    right: 0;
    left: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fda2a2;
    border-bottom: 0;
    width: 0;
    margin: auto;
  }
  main.sub .web-open-campus .flow span {
    color: #fff;
    text-align: center;
    background: #fda2a2;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px;
  }
  main.sub .web-open-campus .flow div {
    padding: 20px;
  }
  main.sub .web-open-campus .flow h3 {
    text-align: center;
    color: #ff6c6b;
    margin-bottom: 20px;
    font-weight: bold;
  }
  main.sub .school-info li:not(:last-child),
  main.sub .support li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .school-info a,
  main.sub .support a {
    display: block;
  }
  main.sub .access iframe {
    width: 100%;
    height: 300px;
    display: block;
    margin-bottom: 40px;
  }
  main.sub .access .btn {
    margin: 20px auto 0;
  }
  main.sub .singlelife .suppo li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .singlelife .suppo li p {
    color: #ff6c6b;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main.sub .singlelife .suppo li p span {
    display: block;
    font-size: 2rem;
  }
  main.sub .singlelife .tbb {
    font-weight: 500;
  }
  main.sub .singlelife .tbb h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .singlelife .tbb h3 {
    padding: 10px 0;
    margin-bottom: 20px;
    border-top: 3px solid #ff6c6b;
    border-bottom: 3px solid #ff6c6b;
  }
  main.sub .singlelife .tbb .btn {
    margin: 40px auto;
  }
  main.sub .fee .beauty .js-scrollable {
    margin-bottom: 20px;
  }
  main.sub .fee .beauty table {
    min-width: 600px;
    width: 100%;
    font-size: 0.8rem;
  }
  main.sub .fee .beauty table tr:nth-child(2) td {
    text-align: center;
  }
  main.sub .fee .beauty table th {
    background: #edeeed;
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
  }
  main.sub .fee .beauty table td {
    text-align: right;
    padding: 5px;
    border: 1px solid #333;
    vertical-align: middle;
  }
  main.sub .fee .beauty p {
    font-size: 0.8rem;
  }
  main.sub .fee .exemption li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .fee .exemption p {
    margin-bottom: 20px;
  }
  main.sub .fee .original li {
    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 10px;
  }
  main.sub .fee .original li:nth-child(even) {
    background: #eee;
  }
  main.sub .fee .original li:not(:last-child) h4:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 14px solid #d4488c;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.sub .fee .original li h4 {
    background: #fff;
    font-weight: bold;
    border: 1px solid #333;
    border-radius: 100px;
    width: 100px;
    text-align: center;
    padding: 5px;
    position: relative;
  }
  main.sub .fee .original li p {
    width: calc(100% - 120px);
  }
  main.sub .fee .system table {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.8rem;
  }
  main.sub .fee .system table td {
    border: 1px solid #333;
    padding: 10px;
  }
  main.sub .fee .system p span {
    display: block;
    color: #e22827;
  }
  main.sub .guideline .js-scrollable {
    overflow-y: hidden !important;
  }
  main.sub .guideline table {
    min-width: 600px;
    width: 100%;
    font-size: 0.8rem;
  }
  main.sub .guideline table th {
    background: #edeeed;
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    min-width: 80px;
  }
  main.sub .guideline table td {
    padding: 5px;
    border: 1px solid #333;
    vertical-align: middle;
  }
  main.sub .guideline table td.center {
    text-align: center;
  }
  main.sub .guideline table td.right {
    text-align: right;
  }
  main.sub .guideline table td span {
    color: #ff6c6b;
  }
  main.sub .guideline .way .list li {
    margin-bottom: 40px;
  }
  main.sub .guideline .way .list li h3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .guideline .way .btnarea {
    margin-bottom: 40px;
  }
  main.sub .guideline .way .btnarea a {
    background: #505050;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px;
  }
  main.sub .facility img {
    width: 100%;
    margin-bottom: 20px;
  }
  main.sub .facility .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    margin: 20px auto;
  }
  main.sub .facility .btnarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.sub .beauty .style h4 {
    margin-bottom: 20px;
    font-weight: bold;
  }
  main.sub .beauty .style h4 span {
    color: #d4488c;
  }
  main.sub .beauty .style img:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .beauty .style .btnarea li:first-child a {
    background: #ed1e75;
  }
  main.sub .beauty .style .btnarea li:last-child a {
    background: #2a3790;
  }
  main.sub .beauty .style .btnarea li a {
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 0.9rem;
  }
  main.sub .beauty .style .btnarea li span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main.sub .beauty .voice img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .beauty .voice .blc {
    margin-bottom: 40px;
  }
  main.sub .beauty .voice h4 {
    color: #ed1e75;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  main.sub .beauty .voice .box {
    border: 2px solid #ed1e75;
    padding: 20px;
    border-radius: 10px;
  }
  main.sub .employment .job ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 40px auto;
  }
  main.sub .employment .job ul img {
    margin-bottom: 10px;
  }
  main.sub .employment .job ul p {
    font-weight: bold;
    font-size: 0.7rem;
  }
  main.sub .employment .works ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    background: url("images/employment/bg_map.png") no-repeat;
    background-position: center;
    background-size: 100%;
    font-size: 0.7rem;
  }
  main.sub .employment .works li {
    border-left: 1px solid #333;
    padding: 0 10px;
  }
  main.sub .employment .works li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .employment .works h3 {
    font-weight: bold;
  }
  main.sub .employment .works div:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about .open {
    background: url("images/about/bg_deco.png") no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 20px 0;
  }
  main.sub .about .open .bold_title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  main.sub .about .open h3 {
    color: #2a3790;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.sub .about .open .lead {
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  main.sub .about .wrap {
    position: relative;
    padding-bottom: 180px;
  }
  main.sub .about .good .bold_title {
    font-size: 1rem;
  }
  main.sub .about .good ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.sub .about .good ul img {
    margin: 0 auto;
    display: block;
  }
  main.sub .about .good .man01 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 180px;
  }
  main.sub .about .good .man02 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 180px;
  }
  main.sub .about .numb ul {
    margin-bottom: 140px;
  }
  main.sub .about .numb ul li {
    position: relative;
  }
  main.sub .about .numb ul li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .about .numb ul li:after {
    position: absolute;
    content: "";
    background: url("images/about/deco_line.svg") no-repeat;
    background-size: 100%;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 10px;
  }
  main.sub .about .numb ul li img {
    width: 40px;
  }
  main.sub .about .numb ul h5 {
    color: #ed1e75;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .about .numb ul p {
    font-size: 0.8rem;
  }
  main.sub .about .numb .man03 {
    position: absolute;
    bottom: 160px;
    left: 40px;
    width: 130px;
  }
  main.sub .about .numb .man04 {
    position: absolute;
    bottom: 130px;
    right: 40px;
    width: 70px;
  }
  main.sub .about .numb .man05 {
    position: absolute;
    bottom: -20px;
    left: 40px;
    width: 80px;
  }
  main.sub .about .numb .man06 {
    position: absolute;
    bottom: -20px;
    right: 40px;
    width: 50px;
  }
  main.sub .school-life > img {
    display: block;
    margin: 0 auto 40px;
  }
  main.sub .school-life > ul {
    position: relative;
  }
  main.sub .school-life > ul:after {
    position: absolute;
    content: "";
    background: #ff6c6b;
    width: 3px;
    height: 100%;
    top: 30px;
    left: 20px;
    z-index: -1;
  }
  main.sub .school-life > ul h3 {
    color: #ff6c6b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    position: relative;
    width: 100px;
  }
  main.sub .school-life > ul h3 span {
    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;
    width: 40px;
    height: 40px;
    background: #ff6c6b;
    color: #fff;
    border-radius: 100px;
    font-size: 1.6rem;
    margin-right: 5px;
  }
  main.sub .school-life > ul h3 div {
    position: absolute;
    content: "";
    left: 40px;
    bottom: -40px;
  }
  main.sub .school-life > ul h3 div:after {
    position: absolute;
    content: "";
    background: #ff6c6b;
    width: 30%;
    height: 3px;
    top: 10px;
    left: -20px;
    z-index: -1;
  }
  main.sub .school-life > ul h3 div:nth-of-type(2) {
    bottom: -70px;
  }
  main.sub .school-life > ul > li {
    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;
    margin-bottom: 20px;
  }
  main.sub .school-life > ul > li > div {
    width: calc(100% - 100px);
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #faf1f0;
    border-radius: 20px;
    padding: 20px;
    font-weight: bold;
  }
  main.sub .school-life > ul > li h4 {
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  main.sub .school-life > ul > li h4 span {
    display: block;
    font-size: 2rem;
    line-height: 1;
  }
  main.sub .school-life > ul > li p {
    width: calc(100% - 55px);
    margin-bottom: 10px;
  }
  main.sub .school-life > ul > li img {
    display: block;
    margin: 0 auto;
  }
  main.sub .school-life > ul > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .school-life > ul > li ul li:not(:last-child) {
    margin-right: 10px;
  }
  main.sub .contact > p {
    margin-bottom: 40px;
  }
  main.sub .contact > p span {
    color: #ff6c6b;
  }
  main.sub .contact dt {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  main.sub .contact dt span {
    color: #ff6c6b;
  }
  main.sub .contact dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .contact input[type="text"],
  main.sub .contact input[type="email"],
  main.sub .contact select {
    font-family: "Noto Sans JP", serif;
    font-size: 1rem;
    width: 95%;
    height: 40px;
    padding: 10px;
    background: #e6e6e6;
    border: none;
  }
  main.sub .contact textarea {
    font-family: "Noto Sans JP", serif;
    width: 95%;
    font-size: 1rem;
    height: 150px;
    border: none;
    padding: 20px;
    background: #e6e6e6;
  }
  main.sub .contact input[type="button"],
  main.sub .contact input[type="submit"],
  main.sub .contact .btn {
    margin: 40px auto 0;
    -webkit-appearance: none;
  }
  main.sub .archive_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content {
    margin-bottom: 40px;
  }
  main.sub .single .content .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  main.sub .single .content .cat {
    margin-left: 10px;
    background: #ff6c6b;
    border: 1px solid #ff6c6b;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    display: block;
    padding: 5px 10px;
  }
  main.sub .single .content > p {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    font-weight: bold;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 0 auto 20px;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content strong {
    font-weight: bold;
    color: #ff6c6b;
  }
  main.sub .single .content em {
    font-style: italic;
  }
  main.sub .single .content blockquote {
    background: #e6e6e6;
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #ff6c6b;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #ff6c6b;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul {
    padding: 20px 20px 20px 40px;
    background: #e6e6e6;
    margin: 20px auto;
  }
  main.sub .single .content ul li {
    list-style: disc;
  }
  main.sub .single .content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .single .content h2 {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 10px;
    margin: 20px 0;
  }
  main.sub .single .content h2:after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 40%;
    height: 3px;
    background: #ff6c6b;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 5px solid #ff6c6b;
    padding: 5px 10px;
  }
  main.sub .single .content h4 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: 2px solid #ff6c6b;
  }
  main.sub #pagenavi {
    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;
  }
  main.sub #pagenavi a {
    width: 100px;
    font-size: 0.9rem;
    padding: 5px;
  }
  main.sub .pagination 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;
  }
  main.sub .pagination ul span {
    width: 40px;
    height: 40px;
    background: #ff6c6b;
    color: #fff;
    margin: 0 5px;
    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.sub .pagination ul a {
    width: 40px;
    height: 40px;
    border: 1px solid #ff6c6b;
    color: #ff6c6b;
    margin: 0 5px;
    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 small {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    padding: 20px 0 60px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #ff6c6b;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    width: 40px;
    height: 40px;
    border-radius: 100px;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */