@charset "UTF-8";
/*
Theme Name: イルミナジョブアンドカレッジ土浦校
Description:土浦校用のテンプレートです
Version:1.0
Author:G.Tarou>
*/


/*テキストCSS*/

@charset "UTF-8";
.js-fadeinup-trigger,
.js-fadein-trigger {
  opacity: 0;
}

body {
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
body.is-noScroll {
  width: 100%;
  height: 100%;
  position: fixed;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a[target=_blank] {
  text-decoration: underline;
}

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

li {
  list-style: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  outline: none;
}

textarea {
  resize: vertical;
}

.inner {
  max-width: calc(1280px + 8%);
  padding-right: 4%;
  padding-left: 4%;
  margin: 0 auto;
}
.inner.is-small {
  max-width: calc(1160px + 8%);
}

.grecaptcha-badge {
  visibility: hidden;
}

.header-nav {
  width: 100%;
  background-color: #FFFFFF;
  height: 87px;
  padding: 17px 4.428% 25px 3%;
}
.header-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.site-id-wrapper {
  display: inline-block;
}

.site-id {
  display: flex;
  align-items: center;
}
.site-id-img {
  width: 43px;
  height: 20px;
}
.site-id-text {
  padding-left: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.7;
}
@media screen and (max-width: 768px) {
  .site-id-text {
    font-size: 1rem;
  }
}

.gnav {
  padding: 20px 4.428% 22px 20px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.05em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}

.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list li:not(:last-of-type) {
  margin-right: 68px;
}
.gnav-list li:first-of-type {
  display: none;
}
.gnav-list a {
  display: block;
}
.gnav-list a.current, .gnav-list a:hover {
  color: #0054A6;
}

.btn-nav {
  display: none;
}

.main, .home-main {
  display: block;
  width: 100%;
  padding-top: 48px;
  margin-top: 87px;
}

.content-title, .page-title {
  /* font-family: "Noto Serif JP", serif; */
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.45em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content-title, .page-title {
    font-size: 1rem;
  }
}
.content-title::before, .page-title::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 0.281em;
  /* font-family: "Marcellus", serif; */
  color: #16295D;
  line-height: 0.8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.content-title {
  margin-bottom: 1.916em;
}
.content-title::before {
  font-size: 4rem;
}
@media screen and (max-width: 1100px) {
  .content-title::before {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .content-title::before {
    font-size: 2rem;
  }
}

.page-title {
  margin-bottom: 0.833em;
  text-align: center;
}
.page-title::before {
  font-size: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .page-title::before {
    font-size: 1.75rem;
  }
}

.item-title {
  margin-bottom: 2.222em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.777;
  letter-spacing: 0.15em;
}

.btn {
  display: inline-block;
  padding: 14px 50px;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.14);
  font-size: 0.9375rem;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.05em;
  position: relative;
  transition: 0.3s ease-in;
}
.btn::before {
  content: "";
  width: 6px;
  height: 9px;
  background: center/contain no-repeat url("./img/btn-arrow.svg");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn:hover {
  box-shadow: none;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.company-info {
  padding-right: 10px;
  padding-bottom: 66px;
}
.company-info dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.company-info dl:not(:last-of-type) {
  margin-bottom: 24px;
}
.company-info dt {
  width: 6.625em;
  margin-right: 2em;
  background-color: rgba(196, 196, 196, 0.2);
  border-radius: 5px;
  text-align: center;
}
.company-info dd {
  flex: 1 1 0;
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.8125rem;
  color: #555555;
}
.cat-list > li {
  min-width: 40px;
  padding: 5px;
  margin-bottom: 0.5em;
  background-color: #FFF;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.cat-list > li:not(:last-of-type) {
  margin-right: 0.923em;
}

.news-list > li {
  padding-bottom: 18px;
  border-bottom: 1px solid #BABABA;
}
.news-list2 > li {
  padding-bottom: 10px;
  border-bottom: 1px solid #BABABA;
}
.news-list > li:not(:last-of-type) {
  margin-bottom: 16px;
}
.news-list2 > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.news-list a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 3.193%;
  position: relative;
}
.news-list2 a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  padding-left: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.news-list a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #E5E5E5 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-list2 a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #E5E5E5 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-list .thumbnail {
  width: 17.288%;
  margin-right: 6.101%;
  line-height: 1;
}
.news-list2 .thumbnail {
  width: 17.288%;
  margin-right: 6.101%;
  line-height: 1;
}
.news-list .text {
  flex: 1 1 0;
  line-height: 1.687;
}
.news-list2 .text {
  flex: 1 1 0;
  line-height: 1.687;
}
.news-list .date {
  font-size: 0.8125rem;
  color: #808080;
}
.news-list2 .date {
  font-size: 0.8125rem;
  color: #808080;
}
.footer-a {
  padding-top: 60px;
  padding-bottom: 56px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.footer-a::after {
  content: "";
  width: 100%;
  height: 460px;
  background: center/cover no-repeat url("./img/footer-img.jpg");
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-b {
  padding: 42px 0;
  background-color: #FFFFFF;
}
.footer-b .footer-nav {
  margin-top: 0;
  color: #666666;
}
.footer-b .copyright {
  color: #666666;
}

.contact-box {
  max-width: 1160px;
  padding-top: 24px;
  padding-bottom: 70px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.contact-box .content-title {
  text-align: center;
}
.contact-box .content-wrapper {
  justify-content: space-between;
}
.contact-box .content-wrapper .item-left {
  width: 49.396%;
  padding: 24px 7.931% 58px 7.068%;
  border-right: 1px solid #CCCCCC;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.333;
}
@media screen and (max-width: 768px) {
  .contact-box .content-wrapper .item-left {
    font-size: 0.875rem;
  }
}
.contact-box .content-wrapper .item-right {
  flex: 1 1 0;
  padding-top: 16px;
  text-align: center;
}
.contact-box .content-wrapper .item-right .text {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.187;
}
.contact-box .content-wrapper .tel {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact-box .content-wrapper .tel {
    font-size: 0.875rem;
  }
}
.contact-box .business-hours::after {
  content: "：";
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  max-width: 1160px;
  margin: 36px auto 0;
  font-size: 0.9375rem;
  color: #FFFFFF;
}
.footer-nav > li:not(:last-of-type) {
  margin-right: 0.5em;
}
.footer-nav a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.copyright {
  display: block;
  width: 100%;
  margin-top: -1.875em;
  font-size: 0.9375rem;
  color: #F4F8FA;
  text-align: center;
}

.page404-text-box {
  max-width: 585px;
  margin: 0 auto;
  font-size: 0.9375rem;
  color: #333;
  line-height: 2.333;
}
.page404-text-box > p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.page404-text-box a {
  text-decoration: underline;
}

.home-main {
  padding-top: 0;
  padding-bottom: 120px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.mv {
  height: 38.571vw;
  padding: 6.4285% 0 2%;
  margin-bottom: 42px;
  position: relative;
}
.mv-text {
  margin: 0 0 5vw 14.921%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.714vw;
  line-height: 1.291;
  letter-spacing: 0.33em;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1400px) {
  .mv-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-text {
    font-size: 0.875rem;
  }
}
.mv-text .inner-text {
  display: block;
  padding-left: 32px;
}
.mv-en {
  font-family: "La Belle Aurore", cursive;
  font-size: 4.643vw;
  color: #82BDDB;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .mv-en {
    font-size: 4.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-en {
    font-size: 1.6875rem;
  }
}
.mv .img-box {
  width: 57.571%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s ease-in;
}
.mv .img-box.slick-initialized {
  opacity: 1;
}
.mv .img-box img {
  width: 100%;
}

.about {
  padding-bottom: 56px;
  position: relative;
}
.about::before {
  content: "";
  width: 72.857%;
  height: 556px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about .content-title {
  letter-spacing: 0.15em;
}
.about .content-title::before {
  margin-bottom: 0.5em;
  margin-left: -30px;
}
.about .content-wrapper {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about .content-wrapper .text-wrapper {
  flex: 1 1 0;
  margin-top: 88px;
  margin-left: 30px;
}
.about .content-wrapper .content-text {
  line-height: 2.8125;
}
.about .content-wrapper .content-text p:not(:last-of-type) {
  margin-bottom: 1.8em;
}
.about .content-wrapper .images-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-right: 8.046%;
}
.about .content-wrapper .images-wrapper .item1, .about .content-wrapper .images-wrapper .item2, .about .content-wrapper .images-wrapper .item3 {
  line-height: 1;
}
.about .content-wrapper .images-wrapper .item1 {
  width: 36.25%;
}
.about .content-wrapper .images-wrapper .item2 {
  width: 29.687%;
  margin-top: 194px;
}
.about .content-wrapper .images-wrapper .item3 {
  width: 24.687%;
  margin-top: 351px;
}

.service {
  padding-top: 118px;
  padding-bottom: 82px;
}
.service .content-wrapper {
  justify-content: flex-start;
}
.service .content-wrapper .box-left {
  width: 25.078%;
  margin-right: 9.14%;
}
.service .content-wrapper .box-left .content-text {
  font-size: 1rem;
  line-height: 2.312;
}
@media screen and (max-width: 768px) {
  .service .content-wrapper .box-left .content-text {
    font-size: 0.875rem;
  }
}
.service .content-wrapper .box-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 65.782%;
}
.service .item {
  width: 46.458%;
}
.service .item .content-text {
  font-size: 0.875rem;
  line-height: 2.214;
}
.service .item:nth-of-type(odd) {
  margin-top: 16px;
}
.service .item:nth-of-type(even) {
  margin-top: 96px;
}
.service .item-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.service .item-title-wrapper .item-title-img {
  width: 80px;
  margin-right: 25px;
  line-height: 1;
}
.service .item-title-wrapper .item-title {
  margin-bottom: 0;
}

.company-news-wrapper {
  padding-top: 90px;
  position: relative;
}
.company-news-wrapper::before {
  content: "";
  width: 72.785%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.home-company {
  width: 46.093%;
  position: relative;
  z-index: 1;
}
.home-company::before {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home-company .company-info {
  margin-left: 6.521%;
}

.home-news {
  width: 47.5%;
  padding: 0 5.857%;
  margin: -436px 0 0 auto;
  position: relative;
}
.home-news::before {
  content: "";
  width: 100%;
  height: calc(100% - 18px);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.home-news-title {
  margin-bottom: 1.312em;
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-transform: uppercase;
}
.home-news .news-list .thumbnail {
  width: 21.03%;
  margin-right: 7.422%;
}
.home-news > p {
  min-height: 400px;
  text-align: center;
}

.c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #6C6C6C;
  line-height: 3.2;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    font-size: 0.8125rem;
  }
}
.c-breadcrumbs > li {
  display: inline-block;
  position: relative;
}
.c-breadcrumbs > li:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.box-white {
  padding: 60px 6.551% 92px;
  margin-bottom: 74px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.box-white.is-page404 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.text-red {
  color: #DA1725;
}

.btn-wrapper {
  margin-top: 30px;
  text-align: center;
}

.btn-submit {
  display: inline-block;
  min-width: 220px;
  padding: 10px;
  background-image: linear-gradient(to right, #333 0%, #333 50%, #FFFFFF 50%, #FFFFFF 100%);
  background-size: 200%;
  background-position-x: 0;
  border: 1px solid #333;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  transition: 0.3s ease-in;
}
.btn-submit:hover {
  background-position-x: 100%;
  color: #333;
}

.form-wrapper {
  max-width: 586px;
  margin: 0 auto;
}
.form-wrapper .about-text {
  margin-bottom: 54px;
  font-size: 0.9375rem;
  color: #333;
  line-height: 2.333;
}
@media screen and (max-width: 768px) {
  .form-wrapper .about-text {
    font-size: 0.875rem;
  }
}
.form-wrapper .about-text a:not(a[href^="tel:"]) {
  text-decoration: underline;
}

.form-box {
  width: 100%;
}
.form-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.form-box dt, .form-box dd {
  padding-bottom: 30px;
}
.form-box dt {
  font-weight: 400;
  text-align: left;
}
.form-box dt.message {
  padding-top: 10px;
  vertical-align: top;
}
.form-box dd {
  width: 63.993%;
}

.required {
  display: inline-block;
}
.required::after {
  content: "※";
  display: inline-block;
  padding-left: 1em;
  color: #DA1725;
}

.text-right {
  text-align: right;
}

.company-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 122px;
}
.company-about .text-wrapper {
  flex: 1 1 0;
  margin-left: 8.432%;
}
.company-about .text-wrapper * {
  margin-bottom: 1em;
}
.company-about .text-wrapper *:last-child {
  margin-bottom: 0;
}
.company-about .text-wrapper p {
  margin-bottom: 2em;
}
.company-about .text-wrapper h2 {
  margin-bottom: 0.875em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .company-about .text-wrapper h2 {
    font-size: 1.125rem;
  }
}
.company-about .images-wrapper {
  width: 35.119%;
}
.company-about .images-wrapper img {
  width: 100%;
}

.company-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.map {
  width: 53.769%;
  height: 0;
  padding-top: 40.376%;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.news-wrapper .box-white {
  padding: 26px 7.282% 50px;
}
.news-wrapper .main-content {
  width: 61.551%;
}
.news-wrapper .sidebar {
  width: 32.931%;
}

.news-title {
  margin-bottom: 1em;
  font-family: "Marcellus", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .news-title {
    font-size: 1.125rem;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #444444;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 2.622%;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 0.875rem;
  }
}
.wp-pagenavi span:hover, .wp-pagenavi a:hover {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi span.current {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi a {
  color: #666666;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  width: auto;
  padding: 5px 1.2em;
}

.sidebar .box-white {
  padding-right: 8.376%;
  padding-left: 8.376%;
}
.sidebar .item {
  padding: 0 3.773%;
  padding-bottom: 36px;
}
.sidebar .item:not(:last-of-type) {
  border-bottom: 1px solid #BABABA;
  margin-bottom: 42px;
}
.sidebar-list {
  padding: 0 7.718%;
  font-weight: 500;
  color: #555555;
}
.sidebar-list a {
  display: inline-block;
  padding-right: 1em;
  line-height: 2.562;
}
.sidebar-list a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}

.post .box-white {
  padding-right: 5.882%;
  padding-left: 5.882%;
}
.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #555555;
}
.post-header time {
  margin-bottom: 0.5em;
}
.post-header .cat-list {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .post-header .cat-list {
    font-size: 0.8125rem;
  }
}
.post-header .cat-list > li {
  padding-right: 18px;
  padding-left: 18px;
}
.post-title {
  margin-bottom: 0.718em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.468;
}
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 1.375rem;
  }
}
.post-wrapper {
  line-height: 1.75;
  letter-spacing: 0.11em;
}
.post-wrapper > * {
  margin-bottom: 36px;
}
.post-wrapper h2 {
  padding-left: 1.166em;
  margin-bottom: 1.5em;
  border-left: 3px solid #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h2 {
    font-size: 1.125rem;
  }
}
.post-wrapper h3 {
  padding: 10px 4.444%;
  margin-bottom: 1.318em;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h3 {
    font-size: 1rem;
  }
}
.post-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrapper .images-wrapper.col2 {
  margin-bottom: 0;
}
.post-wrapper .images-wrapper.col2 > a {
  width: 47.46%;
  margin-bottom: 36px;
}
.post .eyecatch {
  height: 0;
  padding-top: 59.841%;
  position: relative;
  overflow: hidden;
}
.post .eyecatch img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: none;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-top: 28px;
  border-top: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .page-nav {
    font-size: 0.8125rem;
  }
}
.page-nav > li {
  min-width: 5em;
}
.page-nav > li:first-of-type a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.page-nav a {
  display: inline-block;
  min-width: 5em;
  padding: 5px 14px;
  position: relative;
}
.page-nav a.to-archive {
  font-weight: bold;
  color: #333;
}
.page-nav a.to-archive::after {
  content: none;
}
.page-nav a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.privacy-wrapper {
  max-width: 574px;
  margin: 0 auto;
  font-size: 0.9375rem;
}
.privacy-wrapper > * {
  margin-bottom: 1.8em;
}
.privacy-wrapper h2 {
  margin-bottom: 1.35em;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .privacy-wrapper h2 {
    font-size: 1.125rem;
  }
}

/*=======================================================
  ナビゲーション調整用の設定
=======================================================*/
@media screen and (max-width: 1100px) {
  .header-nav {
    height: 54px;
    padding: 4px 4.8% 5px 2.933%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
  }
  .site-id-img {
    width: 38px;
    height: 17px;
  }
  .gnav {
    width: 100%;
    height: 100vh;
    padding-top: 54px;
    background-color: #16295D;
    color: #FFFFFF;
    line-height: 3.866;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 2;
    transition: all 0.6s;
  }
  .gnav.is-open {
    right: 0;
  }
  .gnav-list {
    display: block;
    padding-top: 38px;
    padding-bottom: 36px;
  }
  .gnav-list li {
    text-align: center;
  }
  .gnav-list li:not(:last-of-type) {
    margin-right: 0;
  }
  .gnav-list li:first-of-type {
    display: block;
  }
  .gnav-list a.current {
    color: inherit;
  }
  .btn-nav {
    display: inline-block;
    width: calc(30px + 9.6%);
    height: 50px;
    padding: 20px 4.8%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .btn-nav::before, .btn-nav::after {
    content: "";
    height: 2px;
    background-color: #666666;
    position: absolute;
    right: 27.272%;
    transition: all 0.4s;
  }
  .btn-nav::before {
    width: 23px;
    top: 20px;
  }
  .btn-nav::after {
    width: 30px;
    bottom: 20px;
  }
  .btn-nav.is-open::before {
    transform: translateY(4px) rotate(-24deg);
    width: 32px;
  }
  .btn-nav.is-open::after {
    transform: translateY(-4px) rotate(24deg);
    width: 32px;
  }
  .main, .home-main {
    margin-top: 54px;
  }
  .home-news {
    padding: 0 3%;
  }
}
/*=======================================================
  TBサイズより広い場合の設定
=======================================================*/
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*=======================================================
  TBサイズ以下の設定
=======================================================*/
@media screen and (max-width: 768px) {
  .inner {
    max-width: calc(480px + 12.266%);
    padding-right: 6.133%;
    padding-left: 6.133%;
  }
  .content-title {
    margin-bottom: 1em;
    margin-left: 6px;
    line-height: 2.812;
  }
  .content-title::before {
    margin-bottom: 4px;
    margin-left: -6px;
  }
  .company-info {
    padding-right: 0;
  }
  .company-info dt {
    width: 7.571em;
    margin-right: 1.428em;
  }
  .news-list {
    width: 114.678%;
    margin-left: -7.339%;
  }
  .news-list a {
    padding-right: 6.133%;
    padding-left: 6.133%;
  }
  .news-list a::after {
    right: 5.333%;
  }
  .news-list .thumbnail {
    width: 31%;
  }
  .footer-a {
    padding-top: 26px;
    padding-bottom: 12px;
  }
  .footer-a .inner {
    max-width: inherit;
    padding: 0;
  }
  .footer-b {
    padding: 34px 0;
  }
  .contact-box {
    padding-top: 0;
    padding-bottom: 46px;
    border-radius: 0;
  }
  .contact-box .content-wrapper {
    max-width: calc(480px + 17.6%);
    padding: 0 8.8%;
    margin: 0 auto;
  }
  .contact-box .content-wrapper .item-left, .contact-box .content-wrapper .item-right {
    width: 100%;
  }
  .contact-box .content-wrapper .item-left {
    padding: 0 0 38px;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
  }
  .contact-box .content-wrapper .item-right .text {
    margin-bottom: 36px;
  }
  .contact-box .business-hours {
    display: block;
  }
  .contact-box .business-hours::after {
    content: "";
  }
  .footer-nav {
    justify-content: center;
    margin-top: 16px;
  }
  .copyright {
    margin-top: 0.6em;
  }
  .home-main {
    padding-bottom: 0;
  }
  .mv {
    height: auto;
    padding-top: 5.6%;
    padding-bottom: 5%;
    margin-bottom: 36px;
  }
  .mv .inner {
    max-width: initial;
  }
  .mv-text {
    margin-bottom: 12%;
    margin-left: 0;
    font-size: 3.733vw;
    line-height: 1;
    letter-spacing: 0.54em;
  }
  .mv-text .inner-text {
    padding-left: 2.898%;
  }
  .mv-text .inner-text:nth-of-type(2) {
    margin-top: 3.285em;
  }
  .mv-text .inner-text:last-of-type {
    padding-left: 0;
    margin-top: 4.857em;
  }
  .mv-en {
    margin-left: -1.866%;
    font-size: 7.2vw;
  }
  .mv .img-box {
    width: 71.466%;
  }
  .about {
    padding-bottom: 0;
  }
  .about::before {
    width: 49.866%;
    height: calc(100% - 14px);
  }
  .about .content-title {
    margin-bottom: 0.75em;
  }
  .about .content-title::before {
    margin-bottom: 4px;
    margin-left: -6px;
  }
  .about .content-wrapper {
    display: block;
  }
  .about .content-wrapper .text-wrapper {
    margin: 0 0 48px 6px;
  }
  .about .content-wrapper .content-text {
    width: 102%;
    padding-left: 6px;
    line-height: 2.357;
  }
  .about .content-wrapper .images-wrapper {
    width: 104.545%;
    margin-left: -6.969%;
  }
  .about .content-wrapper .images-wrapper .item1 {
    width: 36.521%;
  }
  .about .content-wrapper .images-wrapper .item2 {
    width: 29.855%;
    margin-top: 23.837%;
  }
  .about .content-wrapper .images-wrapper .item3 {
    width: 24.637%;
    margin-top: 43.023%;
  }
  .service {
    padding-top: 32px;
    padding-bottom: 28px;
  }
  .service .content-wrapper {
    display: block;
  }
  .service .content-wrapper .box-left {
    width: 100%;
  }
  .service .content-wrapper .box-left .content-text {
    width: 86.666%;
    line-height: 2.357;
  }
  .service .content-wrapper .box-right {
    display: block;
    width: 100%;
  }
  .service .item {
    width: 100%;
  }
  .service .item:nth-of-type(odd) {
    margin-top: 42px;
  }
  .service .item:nth-of-type(odd) .content-text {
    width: 91.515%;
  }
  .service .item:nth-of-type(even) {
    margin-top: 48px;
  }
  .service .item:nth-of-type(even) .content-text {
    width: 96.06%;
  }
  .service .item .content-text {
    margin-left: 2.727%;
  }
  .service .item-title-wrapper {
    margin-bottom: 26px;
    margin-left: 2.727%;
  }
  .service .item-title-wrapper .item-title-img {
    margin-right: 23px;
  }
  .company-news-wrapper {
    padding-top: 40px;
    padding-bottom: 46px;
    margin-bottom: 0;
  }
  .company-news-wrapper::before {
    width: 46.4%;
  }
  .home-company {
    width: 100%;
  }
  .home-company::before {
    width: 114%;
    height: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%);
  }
  .home-company .company-info {
    margin-left: 2.727%;
  }
  .home-news {
    width: 100%;
    padding-right: 6.4%;
    padding-left: 6.4%;
    padding-bottom: 40px;
    margin-top: 34px;
    margin-bottom: 0;
  }
  .home-news-title {
    text-align: left;
  }
  .home-news .news-list {
    width: 114.678%;
    margin-left: -7.339%;
  }
  .home-news .news-list .thumbnail {
    width: 31%;
  }
  .home-news > p {
    min-height: auto;
  }
  .box-white {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .form-wrapper {
    max-width: 480px;
  }
  .form-box {
    display: block;
  }
  .form-box dt, .form-box dd {
    display: block;
    width: 100%;
  }
  .form-box dt {
    padding-bottom: 0.3em;
  }
  .form-box dt.message {
    padding-top: 0;
  }
  .form-box dd {
    padding-bottom: 1em;
  }
  .company-about {
    justify-content: center;
    margin-bottom: 60px;
  }
  .company-about .text-wrapper {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 1.5em;
    margin-left: 0;
  }
  .company-about .images-wrapper {
    width: 80%;
    max-width: 300px;
  }
  .company-info-wrapper {
    justify-content: center;
  }
  .company-info {
    padding-bottom: 40px;
  }
  .map {
    width: 100%;
    padding-top: 75.092%;
  }
  .news-wrapper .box-white {
    margin-bottom: 40px;
  }
  .news-wrapper .main-content, .news-wrapper .sidebar {
    width: 100%;
  }
  .news-list {
    width: 100%;
    margin-left: 0;
  }
  .page-nav {
    width: 104%;
    padding: 10px 0;
    margin-left: -2%;
  }
  .page-nav a {
    padding: 5px 8px;
  }
  .page-nav a.to-archive {
    padding: 5px 0;
  }
}

/*テキストCSSここまで*/

/* 調整用スタイル */

a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}

main {
  background-color: #fff;
  height: 800px;
  /* display: flex; */
}

.main {
  margin: auto;
}
.footer {
  background-color: #FFF;
  height: auto;
  /* display: flex; */
  position: absolute;/*②絶対位置*/
  bottom: 0; /*下に固定*/
}
.footer div {
  margin: auto;
}

/* ヘッダー */

.header {
  background-color: white;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px; /*左右の余白確保*/
  display: flex; /*ロゴとハンバーガーメニューを横に並べる*/
  align-items: center;
  justify-content: flex-start;
  height: inherit; /*親要素の高さを継承*/
  position: relative;
}

/* ヘッダーのロゴ部分 */
.header__title {
  width: 200px;
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}
/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 500px;
  height: 100vh;
  transform: translateX(100%); 
  background-color: #fff; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
  transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}

.hamburger {
  background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  width: 380px;
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

/* ナビのリンク */
@media screen and (min-width: 1670px) {
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  margin-left: 30px;
}
}

@media screen and (max-width: 1669px) {
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ヘッダーのロゴ部分 */
.header__title {
  width: 200px;
}
@media screen and (min-width: 1670px) {
  .header__title {
    width: 200px;
  }
}

/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}
@media screen and (min-width: 1670px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    /* display: flex; */
    justify-content: end;
    width: 50%;
  }
}


/*PC時のナビゲーションメニュー、横並びにする*/
@media screen and (min-width: 1670px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
    white-space: nowrap;
    line-height:1
  }
}

.nav-items {
  width: 400px;
padding-bottom: 200px;
}
@media screen and (min-width: 1670px) {
.nav-items {
   padding-bottom: inherit;
  }
}


/* ナビのリンク */
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  /* margin-bottom: 24px; */
}
@media screen and (min-width: 1670px) {
.nav-items__item a {
   margin-bottom: 0;
  }
}

/*ハンバーガーメニュー*/
.hamburger {
  background-color: transparent;
  border-color: transparent;
  position: fixed;
   right: 0;
  z-index: 9999;
}
@media screen and (min-width: 1670px) {
  /*PC時非表示にする*/
  .hamburger {
    display: none;
  }
}

.nav-items__item .button05 {
  display: inline-block;
  background-color: red;
  color: white;
  width: 150px;
    /*コレ*/padding: 5px 0;
  border-radius: 9999px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

.nav-items__item .button06 {
  display: inline-block;
  background-color: blue;
  color: white;
  width: 130px;
    /*コレ*/padding: 5px 0;
  border-radius: 9999px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

/* 横スクロールバー非表示 */
/* body {
  overflow-x: hidden;
} */


/* ヒーロー画像 */
.TOP_hero {
  max-width: 100%;
  height: auto;
  border-style: none;
  padding: 0px;
  margin-top: 10px;
  position: relative;
  top: 50px;
  z-index: 10;
}
/* ヒーロー画像ボタン */

@media (max-width:820px) {
.button07 {
  display: inline-block;
  position: absolute;
  top: 66%;
  left: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: red;
  color: white;
  width: 140px;
  height: auto;
  border-radius: 9999px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}

.button08 {
  display: inline-block;
  position: absolute;
  top: 87%;
  left: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: blue;
  color: white;
  width: 200px;
  height: auto;
  border-radius: 9999px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}
}

@media (min-width:821px) {
.button07 {
  display: inline-block;
  position: absolute;
  top: 66%;
  left: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: red;
  color: white;
  width: 150px;
  height: auto;
  border-radius: 9999px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

.button08 {
  display: inline-block;
  position: absolute;
  top: 87%;
  left: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: blue;
  color: white;
  width: 250px;
  height: auto;
  border-radius: 9999px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}
}

.blog_title {
  display: block;
  position: relative;
  top: 150px;
  width: 200px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
    background: linear-gradient(transparent 50%, #f2c11c 50%);
  padding: 0 0.1em;
}

.blog_text {
  display: block;
  position: relative;
  top: 150px;
  width: 300px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
.top_line {
  display: block;
  position: relative;
  top: 150px;
}

.icon_certification {
  display: flex;
  justify-content: center;
  align-items:center;
  margin-top: 150px;
}

.icon_certification .image1 {
  width: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.icon_certification .text1 {
  margin: 0 0 0 20px;
  background: linear-gradient(transparent 50%, #f7f7cd   50%);
  padding: 0 0.1em;
  font-weight: bold;
  font-size: 20pt;
}

.link1 {
  display: block;
  position: relative;
  width: 120px;
  left: 55%;
  font-weight: bold;
}

.ilumina_mall {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.ilumina_mall .text2 {
  position:relative;
  margin: 0 20px 0 0;
  background: linear-gradient(transparent 50%, #eecbe0  50%);
  padding: 0 0.1rem;
  font-weight: bold;
  font-size: 20pt;
}

.ilumina_mall .image2 {
  width: 250px;
}

@media (max-width:820px) {
.link2 {
  display: block;
  position: absolute;
  width: 120px;
  top: -30px;
  left: 20%;
  font-weight: bold;
}
}

@media (min-width:821px) {
.link2 {
    display: block;
  position: absolute;
  width:120px;
  top: -50px;
  left: 35%;
  /* transform: translateX(-50%); */
  font-weight: bold;
}
}

.ilumina_banner1 {
  display: block;
  margin: 0 auto;
      max-width: 900px;
}

.ilumina_banner1 .mall {
  display: block;
}

.ilumina_banner1 .mall img {
    display: block;
    width: 100%;
    height: auto;
}   
.flow_title {
  display:block;
  margin-top: 150px;
  text-align: center;
  background: linear-gradient(transparent 50%, #ff6a6b  50%);
  padding: 0 0.1rem;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20pt;
}

.flow_banner1 {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}

.flow_banner1 .flow1 {
    display: block;
    width: 100%;
    height: auto;
}

.link3 {
  display: block;
  position: absolute;
  left: 65%;
  font-weight: bold;
}

.company_title {
  display: block;
  position: relative;
  margin-top: 150px;
  width: 200px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background: linear-gradient(transparent 5%, #f2c11c 5%);
  padding: 0 0.1em;
  font-weight: bold;
  font-size: 20pt;
}

.company_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
  top:150px;
  /* width: 600px; */
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.company_info .logo2 {
  width: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.text3 {
  font-size: 20px;
  font-weight: bold;
}

.text4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.company_info2 {
  text-align: center;
}

.text5 {
  font-size: 30pt;
  font-weight: bold;
}

.text6 {
  color: #e37e78;
  font-size: 30pt;
  font-weight: bold;
}

@media screen and (max-width:700px){
 .text5 {
  font-size: 20pt;
  font-weight: bold;
}

.text6 {
  color: #e37e78;
  font-size: 20pt;
  font-weight: bold;
}
}

@media screen and (max-width:460px){
 .text5 {
  font-size: 15pt;
  font-weight: bold;
}

.text6 {
  color: #e37e78;
  font-size: 15pt;
  font-weight: bold;
}
}

.map1 {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
  display: block;
}

.aboutus_hero {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: bottom;
}

.aboutus_hero {
  position: absolute;
  display: block;
  top: 105%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about_us_hero {
  margin-top: 80px;
}

@media screen and (max-width:950px){
	
.about_us_hero {
  margin-top: 80px;
}
  .picture_left {
    display: block;
  }
  .aboutus_picture1 {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.aboutus_relative {
  position: relative;
  display: block;
  text-align: center;
  top: 350px; 
}

.picture_right { 
  display: block;
}

.aboutus_picture2 {
  width: 350px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.aboutus_picture3 {
  width: 350px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
}


@media screen and (min-width:951px) {
  
  .about_us_hero {
    margin-top: 80px;
  }
.aboutus_relative {
  position: relative;
  display: block;
  text-align: center;
  top: 300px; 
}

.picture_left { 
  display: flex;
  justify-content: center;
  align-items:center;
}

.aboutus_center {
  text-align: center;
} 

.aboutus_picture1 {
  width: 300px;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
}

.aboutus_text1 {
  text-align: left;
}

.picture_right { 
  display: flex;
  justify-content: center;
  align-items:center;
}
}

.aboutus_text2 {
  font-size: 80px;
}

.aboutus_text3 {
  font-size: 30px;
}

@media screen and (min-width:951px) {
	
	.aboutus_picture2 {
  width: 300px;
  height: auto;
  margin-left: 100px;
}

.aboutus_picture3 {
  width: 300px;
  height: auto;
  margin-right: 30px;
}
}

.aboutus_margin {
  margin-top: 400px;
}

.program_hero {
  margin-bottom: 30px;
}

.program_hero2 {
  margin-top: 80px;
}

.program_icon {
  text-align: center;
}

.program_icon2 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.program_position {
  display: block;
  position: relative;
  max-width: 1000px;
  /* height: 400px; */
  margin-left: auto;
  margin-right: auto;
}

.program_position2 {
  position: absolute;
  
}

.program_text01 {
  display: block;
  width: 600px;
}

@media screen and (max-width: 630px) {
  .program_position {
  display: block;
  position: relative;
  /* height: 400px; */
  margin-left: auto;
  margin-right: auto;
}
  .program_text0 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
 } 
 .program_text1 {
  text-align: left;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
}

@media screen and (min-width: 631px) {
 .program_text0 {
  display: none;
 } 


.program_text1 {
  overflow: hidden;
  text-align: center;
}
}

ul {
    text-align: center;
        padding-inline-start: 0px;
}

li {
list-style:none;/*デフォルトの指定を解除*/
/* display:inline-block;liをインラインブロック要素に */
padding:5px 0; /*縦の余白を指定*/
/* width:400px;幅を指定 */
vertical-align:middle;/*縦方向を中央揃え*/
/* text-align:center;横方向を中央揃え */
}

#list-of-program {
list-style:none;/*デフォルトの指定を解除*/
display:inline-block; /*liをインラインブロック要素に*/
padding:10px 0; /*縦の余白を指定*/
width:360px;/*幅を指定*/
vertical-align:middle;/*縦方向を中央揃え*/
text-align:center;/* 横方向を中央揃え */
}



.program_picture1 {
  width: 350px;
  max-width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.program_picture2 {
  width: 60px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.program_text2 {
  font-size: 50px;
  font-weight: bold;
  text-align:center;
}

@media screen and (max-width: 950px) {
  .program_flexbox {
  /* display: flex; */
  flex-wrap: wrap;
  text-align: center;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.program_flex_item {
  width: 380px;
  max-width: 95%;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.program_picture1 {
  width: 700px;
  width:fit-content;
  margin-left: auto;
  margin-right: auto;
}

}

@media screen and (min-width: 951px) {
.program_flexbox {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.program_flex_item {
  width: 349px;
  max-width: 650px;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}
}

.program_parent {
    display: grid;
    grid-template-columns: 1fr 9fr;
    grid-template-rows: repeat(7, 1fr);
    gap: 8px;
}

.program_text3 {
  text-align:center;
}

.typea-hero {
  margin-top: 80px;
  margin-bottom: 30px;
}

@media screen and (max-width:1570px) {
  
.picture_left2 { 
  flex-direction: column;
  justify-content: center;
  align-items:center;
}
.content {
  order: 1;
}
}

@media screen and (min-width:1571px) {
  
.picture_left2 { 
  display: flex;
  justify-content: center;
  align-items:center;
}
}

.typea_text1 {
  text-align: center;
}

.typea-abs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0px ;
}

@media screen and (max-width:1570px) {
.typea_relative {
  width: 98vw;
  height: 600px;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.typea_picture1 {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 380px;
  height: auto;
  transform: translate(-50%, 0%);
}

.typea_text2 {
  position: absolute;
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.typea_text3 {
  position: absolute;
  text-align: left;
  top: 420px;
  left: 50%;
  font-size: 16px;
  transform: translate(-50%, 0%);
}
.typea_picture2 {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 380px;
  height: auto;
  transform: translate(-50%, 0%);
}

.typea_text4 {
  position: absolute;
  text-align: left;
  font-size: 50px;
  font-weight: bold;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.typea_text5 {
  position: absolute;
  text-align: left;
  top: 420px;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, 0%);
}
.typea_text6 {
  position: absolute;
  /* text-align: center; */
  font-size: 40px;
  font-weight: bold;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.typea_text7 {
  position: absolute;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.typea_text8 {
  position: absolute;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.typea_text9{
  position: absolute;
  text-align: left;
  top: 420px;
  left: 50%;
  font-size: 16px;
  transform: translate(-50%, 0%);
}
}

@media screen and (min-width:1571px) {
.typea_relative {
  width: 98vw;
  height: 300px;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.typea_picture1 {
  position: absolute;
  top: 0%;
  left: 20%;
  width: 380px;
  height: auto;
}

.typea-abs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0px ;
}

.typea_text2 {
  position: absolute;
  text-align: left;
  font-size: 50px;
  font-weight: bold;
  top: 0;
  left: 45%;
}

.typea_text3 {
  position: absolute;
  text-align: left;
  top: 120px;
  left: 45%;
  font-size: 20px;
}

.typea_picture2 {
  position: absolute;
  top: 0%;
  left: 58%;
  width: 380px;
  height: auto;
}

.typea_text4 {
  position: absolute;
  text-align: left;
  font-size: 50px;
  font-weight: bold;
  top: 0;
  left: 45%;
}
.typea_text5 {
  position: absolute;
  text-align: left;
  top: 120px;
  left: 25%;
  font-size: 20px;
}


.typea_text6 {
  position: absolute;
  text-align: left;
  font-size: 50px;
  font-weight: bold;
  top: 0;
  left: 43%;
}

.typea_text7 {
  position: absolute;
  text-align: left;
  font-size: 50px;
  font-weight: bold;
  top: 0;
  left: 45%;
}

.typea_text8 {
  position: absolute;
  text-align: left;
  font-size: 50px;
  font-weight: bold;
  top: 0;
  left: 45%;
}

.typea_text9 {
  position: absolute;
  text-align: left;
  top: 120px;
  left: 25%;
  font-size: 20px;
}
}

.support_hero {
  margin-top: 50px;
}

@media screen and (max-width:600px) {

.support_picture1 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 500px;
  height: auto;
}

.support_text1 {
  position: absolute;
  text-align: center;
  font-size: 30px;
  width: 500px;
    max-width: 95%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_text2{
  position: absolute;
  text-align: center;
  font-size: 20px;
  width: 85%;
  top: 300px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_text3 {
  position: absolute;
  text-align: center;
  width: 500px;
  max-width: 90%;
  font-size: 30px;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_text4 {
  position: absolute;
  text-align: center;
  font-size: 20px;
  width: 85%;
  top: 450px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_picture2 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 500px;
  max-width: 80%;
  height: auto;
}

.support_relative {  
  width: 98vw;
  height: 750px;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.support_text5 {
  position: absolute;
  text-align: center;
  font-size: 30px;
  width: 500px;
    max-width: 80%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.support_text6 {
  position: absolute;
  text-align: center;
  font-size: 25px;
  width: 500px;
    max-width: 95%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_text7{
  position: absolute;
  text-align: center;
  font-size: 20px;
  width: 85%;
  top: 350px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_text8{
  text-align: center;
  font-size: 35px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
}

@media screen and (max-width:1610px) and (min-width:601px) {
.support_picture1 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 500px;
  height: auto;
}

.support_text1 {
  position: absolute;
  text-align: center;
  font-size: 35px;
  width: 500px;
    max-width: 95%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_text2{
  position: absolute;
  text-align: center;
  font-size: 20px;
  width: 85%;
  top: 450px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_text3 {
  position: absolute;
  text-align: center;
  width: 500px;
  max-width: 90%;
  font-size: 30px;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_text4 {
  position: absolute;
  text-align: center;
  font-size: 20px;
  width: 85%;
  top: 450px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_picture2 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 500px;
  max-width: 80%;
  height: auto;
}

.support_relative {  
  width: 98vw;
  height: 750px;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.support_text5 {
  position: absolute;
  text-align: center;
  font-size: 30px;
  width: 500px;
    max-width: 80%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.support_text6 {
  position: absolute;
  text-align: center;
  font-size: 25px;
  width: 500px;
    max-width: 95%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_text7{
  position: absolute;
  text-align: center;
  font-size: 20px;
  width: 85%;
  top: 500px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.support_text8{
  text-align: center;
  font-size: 35px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

}

@media screen and (min-width:1611px) {
.support_picture1 {
  position: absolute;
  top: 0%;
  left: 18%;
  width: 500px;
  height: auto;
}

.support_text1 {
  position: absolute;
  text-align: left;
  font-size: 50px;
  top: 20px;
  left: 50%;
}

.support_text1 {
  position: absolute;
  text-align: left;
  font-size: 50px;
  top: 20px;
  left: 50%;
}

.support_text2{
  position: absolute;
  text-align: left;
  font-size: 20px;
  top: 150px;
  left: 50%;
}

.support_text3 {
  position: absolute;
  text-align: left;
  font-size: 50px;
  top: 20px;
  left: 18%;
}

.support_text4 {
  position: absolute;
  text-align: left;
  font-size: 20px;
  top: 150px;
  left: 18%;
}

.support_picture2 {
  position: absolute;
  top: 0%;
  left: 55%;
  width: 500px;
  height: auto;
}

.support_relative {  
  width: 98vw;
  height: 350px;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.support_text5{
  position: absolute;
  text-align: left;
  font-size: 50px;
  top: 20px;
  left: 50%;
}
.support_text6{
  position: absolute;
  text-align: left;
  font-size: 50px;
  top: 20px;
  left: 50%;
}

.support_text7{
  position: absolute;
  text-align: left;
  font-size: 20px;
  top: 150px;
  left: 50%;
}

.support_text8{
  text-align: center;
  font-size: 50px;
  margin-top: 50px;
}

.support_picture3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

}

@media screen and (min-width:801px) {
.support_picture4 {
  display: none;
}
}

@media screen and (max-width:800px) {

.support_picture3 {
  display: none;
}

.support_picture4 {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
}

.privacy_hero {
  margin-bottom: 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.privacy_parents1 {
  text-align: center;
}

.privacy_text1 {
  margin-top: 70px;
  font-size: 40px;
  background: linear-gradient(transparent 50%, #21ff00 50%);
}

.company_text1 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.company_hero {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}

.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #fff;
  padding: 1em;
}
.table_design01 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.example1 {
      width: fit-content;
    margin: auto;
}

.wrappar{
  min-height: 100vh;/*①高さの最小値*/
  position: relative;
  padding-bottom: 120px;/*←footerの高さ*/
  box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

.main-content-start {
  height: auto;
}

.page404 {
  margin-top: 100px;
  text-align: center;
}

.form-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.form-box dt, .form-box dd {
  padding-bottom: 30px;
}
.form-box dt {
  font-weight: 400;
  text-align: left;
}
.form-box dt.message {
  padding-top: 10px;
  vertical-align: top;
}
.form-box dd {
  width: 63.993%;
}

.required {
  display: inline-block;
}
.required::after {
  content: "※";
  display: inline-block;
  padding-left: 1em;
  color: #DA1725;
}

.page-title {
  margin-top: 100px;
  text-align: center;
}

.single-press {
  margin-top: 100px;
  text-align: center;
}

.single-press2 {
  margin-top: 20px;
  text-align: center;
}

.company-title {
  margin-top: 100px;
  text-align: center;
  font-size: 50px;
}

.company-list {
  display: inline-grid;
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
  list-style-type: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.company-table {
  margin-left: auto;
  margin-right: auto;
}

.company-table th, .company-table td {
  border-bottom: 2px solid pink;
  padding: 10px;
}

.company-title2 {
  margin-top: 30px;
  text-align: center;
  font-size: 50px;
}

.contact7 {
  margin: auto;
  
}

.social-icons {
  display: flex;
  width: 300px;
  padding-top: 10px;
  margin: auto;
  justify-content: space-between;
}

.center {
  text-align: center;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 1.5s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* *{
    outline: 2px red solid;
} */