@charset "UTF-8";
/* ***************************************************************** 
*	Media Query
* ***************************************************************** */
.container {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.sec-title {
  margin: 0 auto 48px;
}
@media (max-width: 768px) {
  .sec-title {
    margin: 0 auto 40px;
  }
}
@media (max-width: 460px) {
  .sec-title {
    margin: 0 auto 32px;
  }
}
.sec-title-text {
  color: #00a2bf;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 0 #ffe61e;
}

.background-obj {
  position: absolute;
  width: 20%;
  top: 0%;
  transform: translateY(-50%);
  z-index: -1000;
}
@media (max-width: 460px) {
  .background-obj {
    top: unset;
    transform: none;
  }
}
.background-obj.background-obj-left {
  left: 0%;
}
@media (max-width: 460px) {
  .background-obj.background-obj-left {
    bottom: -15%;
  }
}
.background-obj.background-obj-right {
  right: 0%;
}
@media (max-width: 460px) {
  .background-obj.background-obj-right {
    top: -5%;
  }
}

#index {
  padding: 0 1%;
}
@media (max-width: 460px) {
  #index {
    padding: 0 4%;
  }
}
#index .sec-title {
  width: -moz-fit-content;
  width: fit-content;
}
#index .list-wrap {
  display: grid;
  gap: 16px;
}
@media (max-width: 460px) {
  #index .list-wrap {
    gap: 8px;
  }
}
#index .list-wrap .row {
  display: flex;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  #index .list-wrap .row {
    gap: 12px 8px;
  }
}
@media (max-width: 460px) {
  #index .list-wrap .row {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #index .list-wrap .row.pc {
    display: none;
  }
}
#index .list-wrap .row.tablet {
  display: none;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #index .list-wrap .row.tablet {
    display: flex;
  }
}
#index .list-wrap .row-top .row-item {
  width: calc(33.3333333333% - 10px);
}
@media (max-width: 768px) {
  #index .list-wrap .row-top .row-item {
    width: calc(33.3333333333% - 8px);
  }
}
@media (max-width: 460px) {
  #index .list-wrap .row-top .row-item {
    width: 100%;
  }
}
#index .list-wrap .row-bottom .row-item {
  width: calc(25% - 12px);
}
@media (max-width: 768px) {
  #index .list-wrap .row-bottom .row-item {
    width: calc(33.3333333333% - 9px);
  }
}
@media (max-width: 460px) {
  #index .list-wrap .row-bottom .row-item {
    width: 100%;
  }
}
#index .list-wrap .row-item {
  max-width: 280px;
  width: 90%;
  margin: 0 auto;
}
#index .list-wrap .index-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  background-color: #00a2bf;
  box-shadow: 2px 6px 0 #ffffc8;
  transition: 0.2s ease;
}
#index .list-wrap .index-link:hover {
  transform: translateY(-2px);
  box-shadow: 4px 8px 0 #ffffc8;
  background-color: rgb(0, 183.6282722513, 216.5);
}
@media (max-width: 768px) {
  #index .list-wrap .index-link {
    padding: 12px 40px 12px;
  }
}
#index .list-wrap .index-link .index-arrow {
  position: absolute;
  width: 12px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #index .list-wrap .index-link .index-arrow {
    right: 12px;
  }
}

#benefit .sec-title {
  width: 540px;
}
@media (max-width: 768px) {
  #benefit .sec-title {
    width: 432px;
  }
}
@media (max-width: 460px) {
  #benefit .sec-title {
    width: 324px;
  }
}
#benefit .benefit-desc {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 460px) {
  #benefit .benefit-desc {
    width: 95%;
  }
}
#benefit .under-line {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 768px) {
  #benefit .under-line {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  #benefit .under-line {
    margin-top: 8px;
  }
}

#youtube .youtube-video {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background-color: #000;
}
#youtube .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#profile {
  position: relative;
}
#profile .sec-title {
  width: 480px;
}
@media (max-width: 768px) {
  #profile .sec-title {
    width: 384px;
  }
}
@media (max-width: 460px) {
  #profile .sec-title {
    width: 280px;
  }
}
#profile .profile-container .profile-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 460px) {
  #profile .profile-container .profile-wrapper {
    gap: 8px;
  }
}
#profile .profile-container .profile-wrapper .profile-item {
  position: relative;
  padding: 0 72px;
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 768px) {
  #profile .profile-container .profile-wrapper .profile-item {
    padding: 0 48px;
  }
}
@media (max-width: 460px) {
  #profile .profile-container .profile-wrapper .profile-item {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
#profile .profile-container .profile-wrapper .profile-item::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #faaf96;
  width: 102%;
  height: 99%;
  z-index: -10;
  border-radius: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
@media (max-width: 460px) {
  #profile .profile-container .profile-wrapper .profile-item::before {
    width: 99%;
    height: 102%;
  }
}
#profile .profile-container .profile-wrapper .profile-item__inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 40px;
  margin: 0 auto;
  padding: 32px 0;
  border-bottom: dashed 1px #231815;
}
@media (max-width: 460px) {
  #profile .profile-container .profile-wrapper .profile-item__inner {
    flex-direction: column;
    border-bottom: none;
    padding: 40px 0;
    gap: 16px;
  }
}
#profile .profile-container .profile-wrapper .profile-item__inner .profile-contents {
  width: calc(100% - 240px - 24px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 460px) {
  #profile .profile-container .profile-wrapper .profile-item__inner .profile-contents {
    width: 100%;
  }
}
#profile .profile-container .profile-wrapper .profile-item__inner .profile-contents .title {
  padding-bottom: 16px;
  border-bottom: dashed 1px #231815;
}
@media (max-width: 460px) {
  #profile .profile-container .profile-wrapper .profile-item__inner .profile-contents .title {
    text-align: center;
  }
}
#profile .profile-container .profile-wrapper .profile-item__inner .profile-contents .text {
  line-height: 1.8;
}
#profile .profile-container .profile-wrapper .profile-item__inner .profile-img {
  width: 240px;
}
@media (max-width: 768px) {
  #profile .profile-container .profile-wrapper .profile-item__inner .profile-img {
    width: 200px;
  }
}
@media (max-width: 460px) {
  #profile .profile-container .profile-wrapper .profile-item__inner .profile-img {
    width: 160px;
  }
}

#schedule .sec-title {
  width: 460px;
}
@media (max-width: 768px) {
  #schedule .sec-title {
    width: 368px;
  }
}
@media (max-width: 460px) {
  #schedule .sec-title {
    width: 276px;
  }
}
#schedule .schedule-container .schedule-text {
  margin-bottom: 24px;
  text-align: center;
}
#schedule .schedule-container .schedule__inner {
  display: grid;
  gap: 80px;
}
@media (max-width: 768px) {
  #schedule .schedule-container .schedule__inner {
    gap: 64px;
  }
}
@media (max-width: 460px) {
  #schedule .schedule-container .schedule__inner {
    gap: 48px;
  }
}
#schedule .schedule-container .schedule-item {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 768px) {
  #schedule .schedule-container .schedule-item {
    gap: 40px;
  }
}
@media (max-width: 460px) {
  #schedule .schedule-container .schedule-item {
    gap: 32px;
  }
}
#schedule .schedule-container .schedule-item .schedule-header {
  font-size: 22px;
  padding: 20px;
  width: 100%;
  background-color: #00a2bf;
  color: #fff;
  text-align: center;
  border-radius: 100px;
}
@media (max-width: 768px) {
  #schedule .schedule-container .schedule-item .schedule-header {
    font-size: 18px;
    padding: 16px;
  }
}
@media (max-width: 460px) {
  #schedule .schedule-container .schedule-item .schedule-header {
    font-size: 15px;
    padding: 12px 16px;
  }
}
#schedule .schedule-container .schedule-weekdays .schedule-header {
  background-color: #00a2bf;
  color: #fff;
}
#schedule .schedule-container .schedule-weekend .schedule-header {
  background-color: #ebebaf;
  color: #231815;
}
#schedule .schedule-container .schedule-bottom-line {
  width: 100%;
  display: flex;
  margin-top: 56px;
  gap: 40px;
}
@media (max-width: 768px) {
  #schedule .schedule-container .schedule-bottom-line {
    margin-top: 40px;
    gap: 32px;
  }
}
@media (max-width: 460px) {
  #schedule .schedule-container .schedule-bottom-line {
    margin-top: 32px;
    gap: 24px;
  }
}
#schedule .schedule-container .schedule-bottom-line .schedule-bottom-line-item {
  border-radius: 100px;
  width: calc(50% - 20px);
  height: 40px;
}
@media (max-width: 768px) {
  #schedule .schedule-container .schedule-bottom-line .schedule-bottom-line-item {
    width: calc(50% - 16px);
    height: 24px;
  }
}
@media (max-width: 460px) {
  #schedule .schedule-container .schedule-bottom-line .schedule-bottom-line-item {
    width: calc(50% - 12px);
    height: 16px;
  }
}
#schedule .schedule-container .schedule-bottom-line .schedule-bottom-line-item.schedule-bottom-line-yellow {
  background-color: #ebebaf;
}
#schedule .schedule-container .schedule-bottom-line .schedule-bottom-line-item.schedule-bottom-line-blue {
  background-color: #00a2bf;
}

#interview .sec-title {
  width: 400px;
}
@media (max-width: 768px) {
  #interview .sec-title {
    width: 320px;
  }
}
@media (max-width: 460px) {
  #interview .sec-title {
    width: 240px;
  }
}
#interview .interview-obj {
  width: 200px;
  margin: 56px auto;
}
@media (max-width: 768px) {
  #interview .interview-obj {
    width: 176px;
    margin: 48px auto;
  }
}
@media (max-width: 460px) {
  #interview .interview-obj {
    width: 152px;
    margin: 40px auto;
  }
}
#interview .interview-img {
  width: 100%;
  margin: 104px auto;
}
@media (max-width: 768px) {
  #interview .interview-img {
    margin: 80px auto;
  }
}
@media (max-width: 460px) {
  #interview .interview-img {
    margin: 56px auto;
  }
}
#interview .interview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 460px) {
  #interview .interview-item {
    align-items: flex-start;
  }
}
#interview .interview-item .interview-question {
  display: flex;
  gap: 8px;
}
#interview .interview-item .interview-question h5 {
  letter-spacing: 0.25em;
}
#interview .interview-item .interview-question::before {
  content: "";
  display: inline-block;
  background-color: #231815;
  width: 16px;
  height: 2px;
  margin-top: 15px;
}
@media (max-width: 460px) {
  #interview .interview-item .interview-question::before {
    width: 8px;
    margin-top: 12px;
  }
}
#interview .interview-item .interview-answer {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #interview .interview-item .interview-answer {
    align-items: flex-start;
  }
}
@media (max-width: 460px) {
  #interview .interview-item .interview-answer {
    align-items: center;
    flex-direction: column;
  }
}
#interview .interview-item .interview-answer-img {
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #interview .interview-item .interview-answer-img {
    width: 160px;
  }
}
@media (max-width: 679px) {
  #interview .interview-item .interview-answer-img {
    width: 144px;
  }
}
@media (max-width: 460px) {
  #interview .interview-item .interview-answer-img {
    width: 120px;
    margin-bottom: 16px;
  }
}
#interview .interview-item .interview-answer-text {
  margin-left: 40px;
  width: calc(100% - 240px);
}
@media (max-width: 768px) {
  #interview .interview-item .interview-answer-text {
    margin-left: 32px;
    width: calc(100% - 192px);
  }
}
@media (max-width: 679px) {
  #interview .interview-item .interview-answer-text {
    margin-left: 24px;
    width: calc(100% - 168px);
  }
}
@media (max-width: 460px) {
  #interview .interview-item .interview-answer-text {
    margin-left: 0;
    width: 100%;
  }
}
#interview .interview-item .interview-answer-text p {
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media (max-width: 460px) {
  #interview .interview-item.no-pic {
    gap: 16px;
  }
}
#interview .interview-item.no-pic .interview-answer {
  justify-content: flex-end;
}
#interview .interview-item.no-pic .balloon::after {
  content: none;
}
#interview .have-underline {
  text-decoration: underline;
}

.balloon {
  position: relative;
  border-radius: 16px;
  padding: 1.5em 1.8em;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
}
.balloon::before {
  content: "";
  position: absolute;
  z-index: -100;
  bottom: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media (max-width: 460px) {
  .balloon::before {
    bottom: -8px;
    right: -8px;
    left: auto;
  }
}
.balloon::after {
  content: "";
  position: absolute;
  top: 20%;
  left: -10px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}
@media (max-width: 460px) {
  .balloon::after {
    content: none;
  }
}

.balloon-blue {
  border: 4px solid #00a2bf;
}
.balloon-blue::before {
  background-color: #dcfff0;
  box-shadow: -4px 4px 0 #dcfff0;
}
.balloon-blue::after {
  background: #dcfff0;
  border-left: 4px solid #00a2bf;
  border-bottom: 4px solid #00a2bf;
  box-shadow: 2px 6px 0 #dcfff0;
}

.balloon-yellow {
  border: 4px solid #ffe61e;
}
.balloon-yellow::before {
  background: #ffffc8;
  box-shadow: -4px 4px 0 #ffffc8;
}
.balloon-yellow::after {
  background: #ffffc8;
  border-left: 4px solid #ffe61e;
  border-bottom: 4px solid #ffe61e;
  box-shadow: 2px 6px 0 #ffffc8;
}

#message {
  position: relative;
}
#message .sec-title {
  width: 380px;
  margin-bottom: -40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  #message .sec-title {
    width: 304px;
  }
}
@media (max-width: 460px) {
  #message .sec-title {
    width: 228px;
  }
}
#message .message-container .message-line-top {
  width: 100%;
}
#message .message-container .message-line-bottom {
  width: 100%;
}
#message .message-container .message__inner .message-item {
  width: 100%;
}
#message .message-container .message__inner .message-item .message-contents {
  width: 80%;
  margin: 0 auto;
  padding: 56px 0;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  #message .message-container .message__inner .message-item .message-contents {
    width: 90%;
    padding: 48px 0;
  }
}
@media (max-width: 460px) {
  #message .message-container .message__inner .message-item .message-contents {
    width: 95%;
    padding: 40px 0;
  }
}

.message-line {
  line-height: 0;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .message-line {
    width: 100%;
  }
}

#group-pic .group-pic {
  width: 100%;
}

#editorsnote .sec-title {
  width: 400px;
}
@media (max-width: 768px) {
  #editorsnote .sec-title {
    width: 320px;
  }
}
@media (max-width: 460px) {
  #editorsnote .sec-title {
    width: 240px;
  }
}

@media (max-width: 679px) {
  .note-container {
    display: grid;
    gap: 24px;
  }
}

.note-item {
  position: relative;
  padding: 0 56px;
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 679px) {
  .note-item {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.note-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 100%;
  border-radius: 32px;
  /* 左半分黄色（例） 右半分青（例） */
  background: linear-gradient(to right, #e8e498 0%, #e8e498 50%, #6ec8e3 50%, #6ec8e3 100%);
}
@media (max-width: 679px) {
  .note-item::before {
    width: 99%;
    height: 102%;
    background: linear-gradient(to bottom, #e8e498 0%, #e8e498 50%, #6ec8e3 50%, #6ec8e3 100%);
  }
}
.note-item.bg-reverse::before {
  background: linear-gradient(to right, #6ec8e3 0%, #6ec8e3 50%, #e8e498 50%, #e8e498 100%);
}
@media (max-width: 679px) {
  .note-item.bg-reverse::before {
    width: 99%;
    height: 102%;
    background: linear-gradient(to bottom, #6ec8e3 0%, #6ec8e3 50%, #e8e498 50%, #e8e498 100%);
  }
}
.note-item__inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 40px;
  margin: 0 auto;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .note-item__inner {
    gap: 32px;
  }
}
@media (max-width: 679px) {
  .note-item__inner {
    flex-direction: column;
    gap: 28px;
    width: 85%;
  }
}
.note-item__inner .editor-img {
  width: 300px;
  max-width: 100%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .note-item__inner .editor-img {
    width: 240px;
  }
}
@media (max-width: 679px) {
  .note-item__inner .editor-img {
    width: 100%;
  }
}
.note-item__inner .editor-text {
  display: grid;
  gap: 16px;
  font-weight: 500;
}
.note-item__inner .editor-text .name {
  text-align: right;
}

#backToList .backToList-container .thumbnail {
  width: 100%;
}
#backToList .backToList-container .backLink {
  margin-top: 16px;
  text-align: center;
}/*# sourceMappingURL=article-style.css.map */