@charset "UTF-8";
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  color: #303030;
  line-height: 1.618;
  overflow-x: hidden;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.sp {
  display: none;
}

.first-view {
  width: 100%;
  position: relative;
  background-color: #fff3e7;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 20px, transparent 0, transparent 50px);
  padding-bottom: 27.14286%;
}

.first-view::after {
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  background-image: url("../img/bg.png");
  background-size: cover;
  bottom: 0;
  left: 0;
}

.first-view__date {
  max-width: 500px;
  height: 120px;
  display: inline-block;
  background-color: #ed6d3d;
  position: relative;
  margin-top: 40px;
  padding: 20px 15px 20px;
}

.first-view__date::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: #ed6c3d transparent transparent transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.first-view .flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.first-view__logo {
  width: 14.71429%;
  max-width: 160px;
  height: auto;
  margin-top: 60px;
}

.first-view__logo img {
  width: 100%;
}

.first-view h1 {
  max-width: 860px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
}

.first-view__circle {
  margin-top: 20px;
  margin-right: 20px;
  text-align: end;
}

.first-view__circle img {
  width: 14.71429%;
  max-width: 160px;
}

.first-view__saport {
  margin-top: 40px;
  margin-right: 20px;
  text-align: end;
}

.first-view__saport img {
  width: 28.57143%;
  max-width: 175px;
}

.section-about {
  max-width: 800px;
  margin: 0 auto 85px;
  text-align: center;
}

.section-about h2 {
  font-size: 3.0rem;
  border: solid 10px #ff8a00;
  margin: 40px auto 70px;
  padding: 30px 0;
}

.section-about__disc {
  font-size: 3.0rem;
}

.section-about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.section-about__list li {
  width: 230px;
  height: 230px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff8a00;
  border-radius: 50%;
  text-align: center;
  list-style: none;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
}

.section-about__list li ::after {
  position: absolute;
  content: "";
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 70px solid #ff8a00;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
}

.section-about__list li span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 230px;
  text-align: center;
}

.relief {
  margin-top: 80px;
  text-align: center;
}

.relief .bg {
  margin-top: 150px;
  padding-bottom: 80px;
  background-color: #fff3e7;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 20px, transparent 0, transparent 50px);
}

.relief__title {
  margin-bottom: 30px;
  font-size: 3.0rem;
}

.relief__list {
  position: relative;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
}

.relief__list li {
  width: 27%;
}

.relief__list li a {
  display: block;
  position: relative;
  min-width: 250px;
  max-width: 300px;
  padding: 38px 0;
  border: solid 10px #ff8a00;
  background-color: #fff;
  list-style: none;
  font-size: 2.4rem;
  cursor: pointer;
  transition: all 2s;
  color: #303030;
  text-decoration: none;
}

.relief__list li a::before {
  position: absolute;
  content: "1";
  width: 50px;
  height: 50px;
  color: #fff;
  top: 0;
  left: 50%;
  border-radius: 50%;
  background-color: #ff8a00;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  transition: all 0.3s;
}

.relief__list li a:hover {
  opacity: 0.5;
  transform: translateY(-10%);
}

.relief__list li .text__1 {
  height: 172px;
  padding: 56px 0;
}

.relief__list li:nth-child(2) a {
  border: 10px solid #db4978;
}

.relief__list li:nth-child(2) a::before {
  background-color: #db4978;
  content: "2";
}

.relief__list li:nth-child(3) a {
  border: 10px solid #00a0e9;
}

.relief__list li:nth-child(3) a::before {
  background-color: #00a0e9;
  content: "3";
}

.relief__list li img {
  width: 60%;
}

.relief__about--list {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 110px;
  border: 10px solid #ff8a00;
  background-color: #fff;
  list-style: none;
  padding: 0 15px;
}

.relief__about--list__title {
  position: absolute;
  width: 30%;
  max-width: 500px;
  color: #fff;
  padding: 20px 0;
  font-size: 3.6rem;
  top: 0;
  left: 50%;
  background-color: #ff8a00;
  transform: translate(-50%, -58%);
  line-height: 20px;
  vertical-align: middle;
}

.relief__about--list__title::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  bottom: 10px;
  right: 10px;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ffffff transparent;
}

.relief__about--list__title span {
  font-size: 4.8rem;
  padding-left: 20px;
}

.relief__about--list h3 {
  margin: 100px 0 40px;
  font-size: 3.6rem;
  color: #ff8a00;
  padding: 0 15px;
}

.relief__about--list .subtitle {
  margin: 100px 0 80px;
}

.relief__about--list .saport {
  margin-bottom: 40px;
}

.relief__about--list__disc {
  max-width: 800px;
  margin: 0 auto;
  background-color: rgba(255, 168, 0, 0.36);
  padding: 20px;
  margin-bottom: 40px;
  font-weight: 400;
}

.relief__about--list__sub {
  font-size: 2.4rem;
  margin-bottom: 50px;
}

.relief__about--list__menu {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.relief__about--list__menu li {
  position: relative;
  width: 47%;
  border: 10px solid #ff8a00;
}

.relief__about--list__menu li h4 {
  position: absolute;
  width: 50%;
  color: #fff;
  padding: 20px 0;
  top: 0;
  left: 50%;
  line-height: 1.0;
  transform: translate(-50%, -50%);
  background-color: #ff8a00;
}

.relief__about--list__menu li dl {
  margin-top: 50px;
}

.relief__about--list__menu li dl dt {
  margin-bottom: 20px;
}

.relief__about--list__menu li dl dd {
  position: relative;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 2.8rem;
  background: linear-gradient(transparent 70%, #ff8a00 70%);
  z-index: 10;
}

.relief__about--list__menu li dl dd::after {
  position: absolute;
  content: "ポートフォリオ指導";
  top: 2px;
  left: 21px;
  color: #fff;
  z-index: -1;
}

.relief__about--list__menu li dl dd:nth-of-type(2)::after {
  content: "就職セミナー開催";
  left: 26px;
}

.relief__about--list__menu li .list2 dd::after {
  content: "プレゼン指導";
  left: 55px;
}

.relief__about--list__menu li .list2 dd:nth-of-type(2)::after {
  content: "スキルアップセミナー";
  left: 5px;
}

.relief__about--list__grad {
  position: relative;
  max-width: 800px;
  margin: 100px auto 30px;
  padding-bottom: 100px;
  background-color: rgba(255, 168, 0, 0.36);
}

.relief__about--list__grad .title {
  position: absolute;
  width: 50%;
  max-width: 360px;
  top: 0;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px 0;
}

.relief__about--list__grad .title::after {
  content: "";
  width: 100%;
  height: 100%;
  /*ボックスを作る*/
  position: absolute;
  /*ポジションで中央に配置*/
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ff8a00;
  transform: skewX(-45deg);
  /* 親要素の後ろに来るように-1 */
}

.relief__about--list__grad .flex {
  padding: 120px 40px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.relief__about--list__grad .flex .grad-text {
  position: relative;
  width: 65%;
  align-items: center;
}

.relief__about--list__grad .flex .date {
  position: relative;
  font-size: 2.0rem;
  margin-left: 10px;
  padding-left: 10px;
}

.relief__about--list__grad .flex .date::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  top: 8px;
  left: -5px;
  transform: translateY(50%);
  border-radius: 50%;
  background-color: #ff8a00;
}

.relief__about--list__grad .flex .disc {
  background-color: #fff;
  margin-top: 30px;
  padding: 10px;
  font-weight: 400;
}

.relief__about--list__grad .flex .grad-img {
  width: 100%;
  position: absolute;
  right: -105%;
}

.relief__about--list__grad .flex .grad-img img {
  height: 100%;
  object-fit: cover;
}

.relief__about--list__grad .flex:last-of-type {
  width: 100%;
}

.relief__about--list__grad .flex:last-of-type .grad-text {
  width: 100%;
}

.relief__about--list__grad .flex:last-of-type .date {
  margin-left: auto;
  width: 60%;
}

.relief__about--list__grad .flex:last-of-type .disc {
  margin-left: auto;
  width: 60%;
}

.relief__about--list__grad .flex:last-of-type .grad-img {
  right: 0;
}

.relief__about--list:nth-of-type(2) {
  border: 10px solid #db4978;
}

.relief__about--list:nth-of-type(2) .relief__about--list__title {
  background-color: #db4978;
}

.relief__about--list:nth-of-type(2) h3 {
  color: #db4978;
}

.relief__about--list:nth-of-type(2) .relief__about--list__disc {
  background-color: rgba(219, 73, 120, 0.36);
}

.relief__about--list:nth-of-type(2) h4 {
  position: absolute;
  width: 50%;
  max-width: 360px;
  top: 0;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px 0;
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.relief__about--list:nth-of-type(2) h4::after {
  content: "";
  width: 100%;
  height: 100%;
  /*ボックスを作る*/
  position: absolute;
  /*ポジションで中央に配置*/
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ff8a00;
  transform: skewX(-45deg);
  /* 親要素の後ろに来るように-1 */
}

.relief__about--list:nth-of-type(2) h4::after {
  background-color: #db4978;
}

.relief__about--list:nth-of-type(2) .past {
  display: flex;
  margin: 50px auto 70px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
}

.relief__about--list:nth-of-type(2) .past li {
  width: 47%;
  margin-bottom: 37px;
}

.relief__about--list:nth-of-type(2) .past li p {
  margin-bottom: 10px;
}

.relief__about--list:nth-of-type(3) {
  border: 10px solid #00a0e9;
}

.relief__about--list:nth-of-type(3) .relief__about--list__title {
  background-color: #00a0e9;
}

.relief__about--list:nth-of-type(3) h3 {
  color: #00a0e9;
}

.relief__about--list:nth-of-type(3) .relief__about--list__disc {
  background-color: rgba(0, 160, 233, 0.36);
}

.relief__about--list:nth-of-type(3) .relief__about--list__online h4 {
  position: absolute;
  width: 50%;
  max-width: 360px;
  top: 0;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px 0;
  position: relative;
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.relief__about--list:nth-of-type(3) .relief__about--list__online h4::after {
  content: "";
  width: 100%;
  height: 100%;
  /*ボックスを作る*/
  position: absolute;
  /*ポジションで中央に配置*/
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ff8a00;
  transform: skewX(-45deg);
  /* 親要素の後ろに来るように-1 */
}

.relief__about--list:nth-of-type(3) .relief__about--list__online h4::after {
  background-color: #00a0e9;
}

.relief__about--list:nth-of-type(3) .relief__about--list__online ul {
  display: flex;
  margin: 50px auto 70px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
}

.relief__about--list:nth-of-type(3) .relief__about--list__online ul li {
  margin: 50px 0 56px;
  width: 47%;
}

.studio {
  display: flex;
  margin: 50px auto 70px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  max-width: 1080px;
  margin-top: 150px;
  padding: 0 20px;
}

.studio__img {
  width: 38%;
}

.studio__disc {
  width: 50%;
  color: #ff8a00;
  font-size: 2.4rem;
  font-weight: 400;
}

.second {
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 20px, transparent 0, transparent 50px);
  position: relative;
  background-color: #fff3e7;
}

.second::after {
  content: " ";
  display: block;
  clear: both;
}

.second__date {
  max-width: 500px;
  height: 120px;
  display: inline-block;
  background-color: #ed6d3d;
  position: relative;
  margin-top: 40px;
  padding: 20px 15px 20px;
  max-width: 700px;
  width: 60%;
  height: 80px;
  color: #fff;
  font-size: 3.0rem;
  padding: 0 0 0 50px;
  line-height: 80px;
}

.second__date::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: #ed6c3d transparent transparent transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.second__date::after {
  border-width: 80px 80px 0 0;
}

.second__img {
  max-width: 700px;
  width: 70%;
  margin: 0 auto;
}

.second__text {
  max-width: 500px;
  height: 120px;
  display: inline-block;
  background-color: #ed6d3d;
  position: relative;
  margin-top: 40px;
  padding: 20px 15px 20px;
  width: 85%;
  max-width: 1200px;
  height: 80px;
  color: #fff;
  margin-bottom: 74px;
  padding: 0 0 0 50px;
  float: right;
  line-height: 80px;
  font-size: 3.0rem;
}

.second__text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: #ed6c3d transparent transparent transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.second__text::after {
  width: 0;
  height: 0;
  left: 0;
  transform: translateX(-100%);
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #ed6c3d transparent;
}

.contact1 {
  margin-top: 100px;
}

.contact {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #c7eafa;
  background-image: repeating-linear-gradient(45deg, #fff, #fff 20px, transparent 0, transparent 50px);
}

.contact__sub {
  position: relative;
  max-width: 370px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 3.6rem;
  border: #00a0e9 solid 10px;
  color: #00a0e9;
  background-color: #fff;
  text-align: center;
}

.contact__sub::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -30%;
  transform: translate(-50%, 50%);
  border-top: 50px solid #00a0e9;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

.contact__btn {
  margin-top: 100px;
}

.contact__btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 3.6rem;
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #00a0e9;
  border: 7px solid #fff;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 50px;
  transition: all 0.5s;
}

.contact__btn a:hover {
  opacity: 0.5;
}

.contact__btn--form {
  max-width: 480px;
  margin: 0 auto;
}

.contact__btn--tell {
  max-width: 800px;
  margin: 0 auto;
}

.contact__btn--tell img {
  vertical-align: sub;
  padding-left: 10px;
}

.contact__btn--tell a {
  max-width: 800px;
}

.contact__date {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  margin-top: 74px;
  background-color: #fff;
  border: 4px solid #00a0e9;
}

.contact__date--title {
  position: absolute;
  width: 50%;
  max-width: 360px;
  top: 0;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px 0;
  text-align: center;
  font-size: 2.0rem;
}

.contact__date--title::after {
  content: "";
  width: 100%;
  height: 100%;
  /*ボックスを作る*/
  position: absolute;
  /*ポジションで中央に配置*/
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ff8a00;
  transform: skewX(-45deg);
  /* 親要素の後ろに来るように-1 */
}

.contact__date--title::after {
  border: #fff 8px solid;
  background-color: #00a0e9;
}

.contact__date--sub {
  text-align: center;
  font-size: 1.8rem;
  color: #00a0e9;
  margin-top: 55px;
}

.contact__date--day {
  margin-top: 0;
  color: #ff8a00;
  font-size: 4.8rem;
  text-align: center;
}

.contact__date--day span {
  font-size: 3.0rem;
}

.contact__date--residue {
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.contact__date--residue .remain {
  font-size: 3.0rem;
  transform: translateY(-5px);
}

.contact__date--residue .remain .accent {
  font-size: 5.6rem;
  color: #ff8a00;
}

.contact__date--residue .early {
  position: relative;
  width: 115px;
  height: 60px;
  color: #fff;
  background-color: #ff8a00;
  border-radius: 20px;
}

.contact__date--residue .early span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 115px;
  text-align: center;
}

.fixed {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 1000;
  width: 20%;
  height: 20%;
  max-width: 200px;
  transition: all 0.5s;
  animation-name: anime;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.fixed:hover {
  opacity: 0.5;
}

@keyframes anime {
  from {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(30px);
  }
  to {
    transform: translateY(-10px);
  }
}

.footer {
  margin-top: 80px;
  font-weight: 400;
}

.footer__logo {
  text-align: center;
}

.footer .flex {
  display: flex;
  margin: 50px auto 70px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
}

.footer__map {
  padding-top: 28.125%;
  width: 50%;
  position: relative;
  border: 1px solid #000;
}

.footer__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

.footer__disc {
  width: 40%;
  font-size: 1.4rem;
}

.footer__copy {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1120px) {
  .first-view__date {
    max-width: 370px;
    height: 80px;
    padding: 15px 15px 20px;
  }
  .first-view__date::after {
    border-width: 80px 80px 0 0;
  }
  .first-view .month img {
    width: 68%;
  }
  .first-view .year img {
    width: 25%;
  }
  .bg {
    padding: 0 20px;
  }
}

@media screen and (max-width: 920px) {
  .relief__about--list__menu {
    display: block;
    margin: 0 15px;
  }
  .relief__about--list__menu li {
    width: 100%;
    border: #ff8a00 solid 4px;
    margin-bottom: 40px;
  }
  .relief__about--list__menu li dl dd {
    font-size: 2.4rem;
    display: inline-block;
    width: auto;
  }
  .relief__about--list__menu li dl dd::after {
    left: 0;
  }
  .relief__about--list__menu li dl dd:nth-of-type(2)::after {
    left: 0;
  }
  .relief__about--list__menu li .list2 dd::after {
    left: 0;
  }
  .relief__about--list__menu li .list2 dd:nth-of-type(2)::after {
    left: 0;
  }
}

@media screen and (max-width: 830px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .first-view::after {
    height: 0;
    padding-top: 30%;
  }
  .first-view .flex {
    padding-top: 10px;
  }
  .first-view__date {
    max-width: 150px;
    height: 40px;
    line-height: 1.1;
    padding: 0 0 0 10px;
    margin-top: 0;
  }
  .first-view__date::after {
    border-width: 40px 40px 0 0;
  }
  .first-view .year img {
    width: 25%;
  }
  .first-view .month img {
    width: 78%;
  }
  .first-view__logo {
    width: 21.875%;
    margin-top: 0;
    max-width: 150px;
  }
  .first-view h1 {
    position: relative;
    width: 80%;
    max-width: 550px;
    top: 0;
    margin-top: 35px;
  }
  .first-view__circle {
    position: absolute;
    width: 30%;
    bottom: 0;
    right: 0;
    z-index: 1000;
    min-width: 100px;
  }
  .first-view__circle img {
    max-width: 100%;
    width: 100%;
  }
  .first-view__saport {
    text-align: center;
    z-index: 1000;
    margin: 0;
    width: 250px;
    margin: 0 auto 25px;
  }
  .first-view__saport img {
    width: 100%;
    max-width: 100%;
  }
  .section-about {
    padding: 0 20px;
  }
  .section-about h2 {
    margin-top: 100px;
    padding: 20px 0;
    font-size: 2.0rem;
  }
  .section-about__disc {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .section-about__list {
    max-width: 500px;
    margin: 25px auto 0;
    justify-content: space-evenly;
  }
  .section-about__list li {
    width: 200px;
    height: 200px;
    margin-bottom: 50px;
  }
  .section-about__list li:last-of-type {
    margin-bottom: 40px;
  }
  .section-about__list li span {
    width: 200px;
  }
  .relief__list {
    display: block;
    margin: 0 auto 84px;
    padding: 40px 0 0;
    transform: translateY(0);
  }
  .relief__list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 75px;
  }
  .relief__list li a {
    width: 100%;
    max-width: 100%;
  }
  .relief__list li img {
    width: 30%;
    min-width: 200px;
  }
  .relief__about {
    margin-top: 100px;
  }
  .relief__about--list {
    padding: 0 0 20px;
  }
  .relief__about--list__title {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: translate(0);
  }
  .relief__about--list h3 {
    font-size: 2.2rem;
  }
  .relief__about--list .saport img {
    width: 80%;
    max-width: 200px;
  }
  .relief__about--list__disc {
    margin: 0 15px 40px;
  }
  .relief__about--list__sub {
    margin-bottom: 40px;
    font-size: 1.8rem;
    padding: 0 15px;
  }
  .relief__about--list__grad {
    margin: 0 10px;
    background-color: #fff;
    padding-bottom: 0;
  }
  .relief__about--list__grad .title {
    position: relative;
    margin: 56px auto 38px;
    transform: translate(0);
    left: 0;
    top: 0;
    width: 80%;
  }
  .relief__about--list__grad ul {
    background-color: rgba(255, 168, 0, 0.36);
    padding-bottom: 30px;
  }
  .relief__about--list__grad ul .flex {
    padding: 30px 15px 0;
  }
  .relief__about--list__grad ul .flex .grad-text {
    width: 100%;
  }
  .relief__about--list__grad ul .flex .grad-img {
    position: relative;
    width: 100%;
    margin-top: 35px;
    right: 0;
    text-align: center;
  }
  .relief__about--list__grad ul .flex:last-of-type .date {
    width: 100%;
    margin-left: 0;
  }
  .relief__about--list__grad ul .flex:last-of-type .disc {
    width: 100%;
    margin-left: 0;
  }
  .relief__about--list:nth-of-type(2) h4 {
    width: 65%;
    font-size: 1.8rem;
  }
  .relief__about--list:nth-of-type(2) .past {
    margin-bottom: 0;
    padding: 0 10px;
  }
  .relief__about--list:nth-of-type(2) .past li {
    width: 100%;
  }
  .relief__about--list:nth-of-type(2) .past li:last-of-type {
    margin-bottom: 50px;
  }
  .relief__about--list:nth-of-type(3) {
    margin-bottom: 0;
  }
  .relief__about--list:nth-of-type(3) .relief__about--list__online {
    padding: 0 15px;
  }
  .relief__about--list:nth-of-type(3) .relief__about--list__online h4 {
    width: 65%;
    margin-bottom: 40px;
    font-size: 1.8rem;
    padding: 10px 0;
  }
  .relief__about--list:nth-of-type(3) .relief__about--list__online ul {
    margin: 0 0 0 0;
  }
  .relief__about--list:nth-of-type(3) .relief__about--list__online ul li {
    width: 100%;
    margin-bottom: 36px;
    margin-top: 0;
  }
  .studio {
    max-width: 300px;
    padding: 0 15px;
    margin-top: 40px;
  }
  .studio__img {
    width: 100%;
  }
  .studio__disc {
    width: 100%;
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .second__date {
    width: 80%;
    height: 40px;
    padding: 0 10px;
    font-size: 1.6rem;
    line-height: 40px;
  }
  .second__date::after {
    border-width: 40px 40px 0 0;
  }
  .second__text {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    padding: 20px 0;
  }
  .second__text::after {
    display: none;
  }
  .contact {
    padding: 40px 20px 37px;
  }
  .contact__sub {
    max-width: 300px;
    font-size: 2.4rem;
  }
  .contact__sub::after {
    bottom: -38%;
  }
  .contact__btn a {
    font-size: 1.8rem;
  }
  .contact__btn--tell {
    max-width: 480px;
  }
  .contact__btn--tell img {
    width: 37px;
    height: auto;
    vertical-align: bottom;
  }
  .footer {
    margin: 44px auto 0;
    max-width: 500px;
    padding: 0 15px;
  }
  .footer .flex {
    display: block;
  }
  .footer__map {
    width: 100%;
    padding-top: 56.25%;
  }
  .footer__disc {
    margin-top: 45px;
    width: 100%;
  }
  .fixed {
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 440px) {
  .relief__about--list h3 {
    font-size: 2.0rem;
  }
  .relief__about--list__menu li dl dd {
    font-size: 2.0rem;
  }
  .relief__about--list:nth-of-type(2) .relief__about--list__site h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .relief__about--list:nth-of-type(3) .relief__about--list__online h4 {
    width: 80%;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .contact__date--title {
    font-size: 1.6rem;
    width: 70%;
  }
  .contact__date--day {
    font-size: 3.6rem;
  }
  .contact__date--residue {
    justify-content: space-around;
  }
  .contact__date .remain {
    font-size: 2.0rem;
  }
  .contact__date .remain span {
    font-size: 4.0rem;
  }
}
/*# sourceMappingURL=style.css.map */