@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans", sans-serif !important;
  background: rgba(246, 246, 246, 0.55);
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 45px;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

body {
  font-family: "Noto Sans", sans-serif !important;
  background: rgba(246, 246, 246, 0.55);
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 45px;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.kyutech64-header {
  padding-top: 35px;
  width: 100%;
  border-bottom: solid 1px #231815;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kyutech64-header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 12;
  }
}
.kyutech64-header-nav {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kyutech64-header-nav {
    height: 45px;
    padding-left: 15px;
  }
}
.kyutech64-header-nav ul {
  flex-basis: 730px;
}
@media screen and (min-width: 769px) {
  .kyutech64-header-nav ul {
    display: flex !important;
  }
}
.kyutech64-header-nav ul li {
  padding-right: 16px;
  padding-left: 16px;
  height: 16px;
  border-right: solid 1px #344264;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .kyutech64-header-nav ul li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.kyutech64-header-nav ul li:first-of-type {
  padding-left: 0;
}
.kyutech64-header-nav ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.kyutech64-header-nav ul li a {
  font-size: 16px;
  color: #DA4728;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .kyutech64-header-nav ul li a {
    font-size: 14px;
  }
}
.kyutech64-header-nav ul li a:visited {
  color: #DA4728;
}
.kyutech64-header-logo {
  flex-basis: 210px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .kyutech64-header-logo {
    transition: 0.3s;
    flex-basis: 170px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-header-logo {
    flex-basis: 215px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-header-menu {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100vw;
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-header-menu.is-open {
    right: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-header-menu ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-header-menu ul li a {
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #E6E6E6;
    border-bottom: solid 1px #fff;
  }
}
.kyutech64-header-menu__bar {
  width: 23px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  margin: auto;
  cursor: pointer;
}
.kyutech64-header-menu__bar hr {
  border: 0;
  width: 100%;
  height: 2px;
  background: #DA4728;
  margin-bottom: 5px;
  transition: 0.5s;
  position: relative;
}
.kyutech64-header-menu__bar hr:last-of-type {
  margin-bottom: 0;
}
.kyutech64-header-menu__bar.is-open hr:first-of-type {
  transform: rotate(45deg);
  top: 9px;
}
.kyutech64-header-menu__bar.is-open hr:nth-of-type(2) {
  opacity: 0;
}
.kyutech64-header-menu__bar.is-open hr:last-of-type {
  transform: rotate(135deg);
  top: -5px;
}

body {
  font-family: "Noto Sans", sans-serif !important;
  background: rgba(246, 246, 246, 0.55);
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 45px;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.kyutech63-mv {
  padding: 55px 0 45px;
}
@media screen and (max-width: 768px) {
  .kyutech63-mv {
    padding: 22px 0;
  }
}
.kyutech63-mv img {
  width: 780px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .kyutech63-mv img {
    width: 81vw;
    height: auto;
  }
}

body {
  font-family: "Noto Sans", sans-serif !important;
  background: rgba(246, 246, 246, 0.55);
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 45px;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

body {
  font-size: 16px;
}

* {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1 !important;
}

h1 {
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
  line-height: 1;
  padding: 55px 0;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 30px;
  color: #000000;
  background: #E0DFDF;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-weight: 500;
    color: #000000;
    padding: 35px 0;
  }
}

h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 46px;
  font-weight: 500;
  color: #DA4728;
  padding-left: 22px;
  border-left: solid 2px #DA4728;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 12px;
  }
}

h3 {
  background: #E6E6E6;
  font-size: 20px;
  letter-spacing: 0.09em;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  padding: 10px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
    line-height: 1.75;
  }
}

h4 {
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}

p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

strong {
  font-weight: bold;
}

span.at {
  display: inline-block;
}
span.at:after {
  display: inline-block;
  content: "@";
}

a {
  text-decoration: none;
  color: #DA4728;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

section {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 40px;
  }
}

.has-margin {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .has-margin {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .has-no-margin-sp {
    margin-bottom: 5px;
  }
}

body {
  font-family: "Noto Sans", sans-serif !important;
  background: rgba(246, 246, 246, 0.55);
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 45px;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

body {
  width: 100vw;
  overflow-x: hidden;
}

article {
  padding-bottom: 60px;
}
@media screen and (max-width: 678px) {
  article {
    padding-bottom: 50px;
  }
}

.kyutech64-content {
  background-color: #fff;
}

.kyutech64-content .wrap {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kyutech64-content .wrap {
    max-width: 100%;
    width: 92.2vw;
  }
}
.kyutech64-content .wrap-pc {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kyutech64-content .wrap-pc {
    max-width: 100%;
    width: 100%;
  }
}
.kyutech64-content-hero {
  background: #E6F1CF;
}
.kyutech64-content-hero__02 {
  background: #113469;
}
.kyutech64-content-hero img,
.kyutech64-content-hero__02 img{
  max-width: 926px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-hero img,
  .kyutech64-content-hero__02 img{
    width: 100%;
  }
}
.kyutech64-content-description {
  padding: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-description {
    /*padding: 30px 4vw 50px;*/
  }
}
.kyutech64-content-description p {
  margin-bottom: 40px !important;
}

.kyutech64-content-description .wrap-pc {
/*  display: flex;
  justify-content: space-between;*/
}
.kyutech64-content-description .wrap-pc div {
/*  flex-basis: 360px;
  font-size: 16px;
  line-height: 1.2;*/
}
.kyutech64-content-description .wrap-pc div img {
/*  margin-bottom: 16px;*/
}
.kyutech64-content p {
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.kyutech64-content p:last-of-type {
  margin-bottom: 0;
}
.kyutech64-content .has-image {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .kyutech64-content .has-image {
    display: block;
  }
}
.kyutech64-content .has-image.is-centered {
  align-items: center;
}
@media screen and (min-width: 769px) {
  .kyutech64-content .has-image.img-right {
    flex-direction: row-reverse;
  }
}
.kyutech64-content .has-image.is-reverse {
  flex-direction: row-reverse;
}
.kyutech64-content .has-image p, .kyutech64-content .has-image div {
  flex-basis: 510px;
}
.kyutech64-content .has-image img,
.kyutech64-content .has-image .image {
  flex-basis: 215px;
  width: 215px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .kyutech64-content .has-image img,
.kyutech64-content .has-image .image {
    margin: 0 auto 30px;
    display: block;
  }
}
.kyutech64-content .has-image .image aside {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
}
.kyutech64-content-qa section {
  background: #495579;
  margin-bottom: 0;
  padding: 40px 0;
}
.kyutech64-content-qa section:nth-of-type(even) {
  background: #797C8E;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-qa section {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-content-qa section .wrap {
    width: 92.2vw;
  }
}
.kyutech64-content-qa section h2 {
  border: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #E6E500;
  font-size: 20px;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-qa section h2 {
    gap: 20px;
    font-size: 16px;
  }
}
.kyutech64-content-qa section h2 img {
  width: 106px;
  flex-basis: 106px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-qa section h2 img {
    width: 104px;
  }
}
.kyutech64-content-qa section h2 span {
  padding-top: 15px;
}
.kyutech64-content-qa section p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-qa section p {
    font-size: 14px;
  }
}
.kyutech64-content-qa section .has-image {
  gap: 40px;
  align-items: center;
}
.kyutech64-content-qa section .has-image img {
  flex-basis: 230px;
  width: 230px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-qa section .has-image p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-content-aside .wrap {
    width: 92.2vw;
    margin: 0 auto;
  }
}
.kyutech64-content-tokushu-image {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-image {
    display: inherit;
  }
}
.kyutech64-content-tokushu-image div {
  flex-basis: 360px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-image div {
    max-width: 240px;
    margin: 0 auto 40px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.kyutech64-content-tokushu-image div img {
  margin-bottom: 16px;
}
.kyutech64-content-tokushu-phase {
  padding: 0 0 64px 0;
}
.kyutech64-content-tokushu-phase h4 {
  color: #DA4728;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-phase h4 {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
  }
}
.kyutech64-content-tokushu-phase .txt {
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-phase .txt {
    font-weight: bold;
    margin-bottom: 6px;
  }
}
.kyutech64-content-tokushu-phase ul {
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-phase ul {
    line-height: 2.0;
    font-size: 14px;
  }
}
.kyutech64-content-tokushu-phase ul:last-of-type {
  margin-bottom: 0;
}
.kyutech64-content-tokushu-phase dl {
  border: 1px solid #707070;
  padding: 40px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-phase dl {
    padding: 24px;
    font-size: 14px;
    line-height: 2.0;
  }
}
.kyutech64-content-tokushu-phase dt {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-phase dt {
    margin-bottom: 6px;
  }
}
.kyutech64-content-tokushu-phase p:last-of-type {
  margin-bottom: 40px;
}
.kyutech64-content-tokushu-voice {
  padding: 64px 0;
  background-color: #FCF1EF;
}
.kyutech64-content-tokushu-voice h3 {
  text-align: center;
  background: none;
  font-size: 24px;
  letter-spacing: 0.09em;
  line-height: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice h3 {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    font-size: 20px;    
  } 
}
.kyutech64-content-tokushu-voice__profile {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__profile {
    background: #fff;
    display: inherit;
    margin-bottom: 60px !important;
  }
}
.kyutech64-content-tokushu-voice__profile__text {
  flex-basis: 558px;
  padding: 70px 40px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__profile__text {
    padding: 24px;
  }
}
.kyutech64-content-tokushu-voice__profile__text strong {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__profile__text strong {
    font-size: 16px;
  }
}
.kyutech64-content-tokushu-voice__profile__image {
  flex-basis: 228px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__profile__image {
    width: 163px;
    margin: 0 auto;
    padding-bottom: 24px;
  }
}
.kyutech64-content-tokushu-voice__profile__image img {
  width: 100%;
  height: auto;
}
.kyutech64-content-tokushu-voice__qa h4 {
  color: #DA4728;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__qa h4 {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
  }
}
.kyutech64-content-tokushu-voice__qa dl {
  margin-bottom: 60px;
}
.kyutech64-content-tokushu-voice__qa dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__qa dt {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.kyutech64-content-tokushu-voice__qa dd {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__qa dd {
    font-size: 14px;
    line-height: 1.8;
  }
}
.kyutech64-content-tokushu-voice__soft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 592px;
  margin: 0 auto;
  margin-bottom: 64px !important;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__soft {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 64px !important;
  }
}
.kyutech64-content-tokushu-voice__soft .images {
  flex-basis: 74px;
}
.balloon01 {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 452px;
    margin-left: 15px;
    padding: 50px 35px;
    border-radius: 28px;
    background-color: #ffffff;
    color: #000000;
}
.balloon01::before {
    position: absolute;
    right: -44px;
    width: 44px;
    height: 30px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}
@media screen and (max-width: 768px) {
  .balloon01 {
      max-width: 250px;
      margin-left: 0;
      padding: 30px 20px;
      border-radius: 21px;
  }
  .balloon01::before {
      right: -20px;
      width: 20px;
      height: 20px;
  }
}
.balloon02 {
    display: flex;
    justify-content: center;
    position: relative;
    width: 570px;
  margin: 0 auto;
  padding: 0 50px;
    margin-top: 15px;
    border-radius: 28px;
    background-color: #ffffff;
    color: #000000;
}
@media screen and (max-width: 768px) {
  .balloon02 {
    width: 570px;
    margin: 0 auto;
    padding: 0 0 0 20px;
      margin-top: 15px;
      border-radius: 21px;
  }
}
.balloon02::before {
/*    position: absolute;
    top: -44px;
    width: 30px;
    height: 44px;
    background-color: #ffffff;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';*/
}
.kyutech64-content-tokushu-voice__interviewer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 465px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__interviewer p {
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1.7;
  }
}
.kyutech64-content-tokushu-voice__interviewer::before {
  position: absolute;
  top: -44px;
  left: 85%;
  width: 30px;
  height: 44px;
  background-color: #ffffff;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  content: ''; 
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__interviewer::before {
    top: -20px;
    left: 50%;
    width: 20px;
    height: 20px;
  }
}
.kyutech64-content-tokushu-voice__interviewer div {
  flex-basis: 174px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__interviewer div {
    flex-basis: 110px;
    
  }
  .kyutech64-content-tokushu-voice__interviewer img {
    border-radius: 0 21px 21px 0;
  }
}
.kyutech64-content-tokushu-voice__data div {
  max-width: 600px;
  margin: 0 auto 40px;
}
.kyutech64-content-tokushu-voice__data div:last-of-type {
  margin: 0 auto;
}
.kyutech64-content-tokushu-voice__data h4 {
  color: #DA4728;
  font-size: 24px;
  font-weight: bold;  
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-voice__data h4 {
    text-align: center;
    font-size: 20px;
  }
  .kyutech64-content-tokushu-voice__data img {
    width: 100%;
  }
}
.kyutech64-content-tokushu-event {
  padding-bottom: 60px;
}
.kyutech64-content-tokushu-event__list ul {
  display: flex;
  justify-content: space-between;
  max-width: 780px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-event__list ul {
    display: inherit;
  }
}
.kyutech64-content-tokushu-event__list li {
  flex-basis: 222px;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-event__list ul {
    width: 222px;
    margin: 0 auto 40px;
  }
}
.kyutech64-content-tokushu-event__list li aside {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-event__list li aside {
    margin-top: 14px;
  }
}
.kyutech64-content-tokushu-link {
  padding: 0 0 60px 0;
}
.kyutech64-content-tokushu-link div {
  margin-bottom: 40px;
}
.kyutech64-content-tokushu-link div:last-of-type {
  margin-bottom: 0;
}
.kyutech64-content-tokushu-link div a {
  display: block;
  text-align: center;
  max-width: 338px;
  margin: 0 auto;
  padding: 20px 0;
  background: #DA4728;
  border-radius: 100px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-tokushu-link {
    padding: 0 0 40px 0;
  }
  .kyutech64-content-tokushu-link div a {
    font-size: 14px;
  }
}
.kyutech64-content-aside h2 {
  background: #E6E6E6;
  color: #495579;
  font-size: 20px;
  font-weight: normal;
  border: none;
  padding: 10px 20px;
}
.kyutech64-content-aside h3 {
  color: #495579;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  background: none;
  padding: 0;
  margin-bottom: 20px;
}
.kyutech64-content-aside strong {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-aside .has-image p {
    margin-bottom: 30px;
  }
}
.kyutech64-content-news {
  padding: 0 0 40px;
}
.kyutech64-content-news:first-of-type {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-news:first-of-type {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-content-news.wrap {
    width: 92.2vw;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-content-news p {
    font-size: 14px;
  }
}
.kyutech64-content-news h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-news h2 {
    margin-left: 10px;
    font-size: 18px;
  }
}
.kyutech64-content-news .has-image img,
.kyutech64-content-news .has-image .image {
  flex-basis: 360px;
  width: 360px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-news .has-image img,
  .kyutech64-content-news .has-image .image {
    display: block;
    flex-basis: 215px;
    width: 215px;
    margin-bottom: 0;
  }
}
.kyutech64-content-news .has-image {
  margin-bottom: 0;
}
.kyutech64-content-news .box {
  border: 1px solid #707070;
  margin-bottom: 70px;
  padding: 38px 40px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-news .box {
    padding: 21px 24px;
  }
}
.kyutech64-content-news .box .name {
  font-weight: bold;
  margin-bottom: 0;
}
.kyutech64-content-news .has-image .mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-news .txtbox {
    margin-top: 40px;
  }
}


.kyutech64-content-graduate {
  padding: 60px 0;
  margin-bottom: 0;
}
.kyutech64-content-graduate h2 {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate h3 {
    margin-bottom: 0;
  }
}
.kyutech64-content-graduate img.hero {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate img.hero {
    margin-bottom: 30px;
  }
}
.kyutech64-content-graduate aside {
  line-height: 2;
  margin-bottom: 60px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate aside {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.kyutech64-content-graduate__profile {
  background: #F2F2F2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__profile {
    display: block;
    padding-bottom: 50px;
    margin-bottom: 50px !important;
  }
}
.kyutech64-content-graduate__profile__text {
  flex-basis: 550px;
  padding: 10px 40px;
}
.kyutech64-content-graduate__profile__text span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__profile__text {
    padding: 25px 0;
    width: 92.2vw;
    margin: 0 auto;
  }
}
.kyutech64-content-graduate__profile__text h4 {
  color: #DA4728;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__profile__text h4 {
    font-size: 24px;
  }
}
.kyutech64-content-graduate__profile__image {
  flex-basis: 228px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__profile__image {
    width: 163px;
    margin: 0 auto;
  }
}
.kyutech64-content-graduate__profile__image img {
  width: 100%;
  height: auto;
}
.kyutech64-content-graduate__qa {
  background: #FCF1EF;
  padding: 35px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__qa {
    padding: 30px 0;
  }
}
.kyutech64-content-graduate__qa:nth-of-type(odd) {
  background: #fff;
}
.kyutech64-content-graduate__qa:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__qa:last-of-type {
    margin-bottom: 30px;
  }
}
.kyutech64-content-graduate__qa .has-image {
  width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__qa .has-image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__qa .has-image p {
    width: 92.2vw;
    margin: 0 auto 50px;
  }
}
.kyutech64-content-graduate__qa .has-image img {
  flex-basis: 300px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__qa .has-image img {
    width: 100%;
  }
}
.kyutech64-content-graduate__qa h2 {
  border: none;
  color: #DA4728;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: italic;
  padding: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__qa h2 {
    font-size: 24px;
  }
}
.kyutech64-content-graduate__qa strong {
  display: block;
  margin-bottom: 2em;
  line-height: 2;
}
.kyutech64-content-graduate__work {
  padding: 60px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__work {
    padding: 30px 0;
  }
}
.kyutech64-content-graduate__work h2 {
  color: #DA4728;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__work h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.kyutech64-content-graduate__work h3 {
  color: #DA4728;
  font-size: 20px;
  font-weight: normal;
  background: none;
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__work h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.kyutech64-content-graduate__work h3.single {
  margin-bottom: 60px;
}
.kyutech64-content-graduate__work strong {
  font-size: 16px;
  margin-bottom: 1em;
  display: block;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__work strong {
    font-size: 14px;
  }
}
.kyutech64-content-graduate__work .has-image {
  /*margin-bottom: 60px;*/
}
.kyutech64-content-graduate__work .has-image.second {
  padding-left: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__work .has-image.second {
    padding-left: 0;
  }
}
.kyutech64-content-graduate__work .has-image.second .text {
  margin-bottom: 0;
}
.kyutech64-content-graduate__work .has-image.second img {
  flex-basis: 240px;
  width: 240px;
}
.kyutech64-content-graduate__work .has-image img {
  flex-basis: 292px;
  width: 292px;
}
.kyutech64-content-graduate__work .has-image .text {
  flex-basis: 514px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__work .has-image .text {
    margin-bottom: 30px;
  }
}
.kyutech64-content-graduate__work .has-image .text span {
  color: #495579;
  line-height: 2;
}
.kyutech64-content-graduate__work .has-image .text p {
  letter-spacing: 0.05em;
  margin-bottom: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-graduate__work .has-image .text p {
    letter-spacing: 0.06em;
  }
}
.kyutech64-content-laboratory {
  padding: 60px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-laboratory {
    padding: 50px 0 60px;
  }
}
.kyutech64-content-laboratory .hero {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-laboratory .hero {
    margin-bottom: 40px;
  }
}
.kyutech64-content-laboratory aside {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-laboratory aside {
    font-size: 12px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-content-laboratory h3 {
    margin-bottom: 0;
  }
}
.kyutech64-content-laboratory__text .description {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-laboratory__text .description {
    margin: 30px 0;
  }
}
.kyutech64-content-laboratory__text .mb0 {
  margin-bottom: 0;
}
.kyutech64-content-laboratory__text ul {
  
  list-style-position: inside;
  list-style-type: square;
  line-height: 1.5;
}
.kyutech64-content-laboratory__text ul li {
  color: #DA4728;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-laboratory__text ul li {
    font-size: 14px;
  }
}kyutech64-content-graduate
.kyutech64-content-laboratory__text ul li span {
  color: #000;
}
.kyutech64-content-laboratory__images {
  display: flex;
  justify-content: space-between;
  /*gap: 60px;*/
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-laboratory__images {
    display: block;
    width: 300px !important;
    margin: 0 auto 50px !important;
  }
}
.kyutech64-content-laboratory__images div {
  flex-basis: 360px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-laboratory__images div {
    margin-bottom: 5px;
    max-width: 240px;
    margin: 0 auto 40px;
  }
}
.kyutech64-content-laboratory__images div img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.kyutech64-content-laboratory__images div aside {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-laboratory__images div aside {
    font-size: 12px;
    display: block;
  }
}
.kyutech64-content-topics {
  padding: 60px 0 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-topics {
    padding: 50px 0 0;
  }
}
.kyutech64-content-topics p:first-of-type {
  margin-bottom: 40px;
}
.kyutech64-content-topics__text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-topics__text {
    display: inherit;
  }
}
.kyutech64-content-topics__text .text {
  flex-basis: 480px;
}
.kyutech64-content-topics__text .images {
  flex-basis: 240px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-topics__text .images {
    max-width: 240px;
    margin: 0 auto;
  }
}
.kyutech64-content-topics__text h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 46px;
  font-weight: bold;
  color: #000;
  padding-left: 0;
  border-left: none;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-topics__text h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 0;
  }
}
.kyutech64-content-topics__profile {
  background: #F2F2F2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-topics__profile {
    display: inherit;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.kyutech64-content-topics__profile .text {
  flex-basis: 540px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-topics__profile .text {
    padding: 40px 15px;
  }
}
.kyutech64-content-topics__profile .text h3 {
  background: none;
  font-size: 20px;
  letter-spacing: 0.09em;
  line-height: 10px;
  font-weight: 500;
  color: #DA4728;
  padding: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-topics__profile .text h3 {
    margin-bottom: 16px;
    position: relative;
    width: 100%;
    font-size: 16px;
    padding: 0;
    line-height: 1.75;
  }
}
.kyutech64-content-topics__profile .text strong {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-topics__profile .text strong {
    font-size: 16px;
  }
}
.kyutech64-content-topics__profile .text p:first-of-type {
  margin-bottom: 20px;
}
.kyutech64-content-topics__profile .images {
  flex-basis: 240px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-topics__profile .images {
    max-width: 180px;
    margin: 0 auto;
  }
}
.kyutech64-content-topics__story {
  max-width: 700px;
  margin: 0 auto 40px;
}
.kyutech64-content-topics__sche {
  border: 1px solid #707070;
  margin-bottom: 40px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-topics__sche {
    padding: 24px;
  }
}
.kyutech64-content-topics__sche p {
  margin-bottom: 0 !important;
}

.kyutech64-content-career {
  padding: 60px 0 0 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career .wrap {
    width: 100%;
  }
}
.kyutech64-content-career h2 {
  padding-left: 0;
  border-left: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.kyutech64-content-career h2 {
    margin-bottom: 0;
    padding-left: 0;
  }
}
.kyutech64-content-career h3.has-margin {
  margin: 60px 0 40px 0;
  color: #404040;
}
.kyutech64-content-career .wrap.has-icon {
  position: relative;
}
.kyutech64-content-career .wrap.has-icon h3 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career .wrap.has-icon h3 {
    margin-bottom: 0;
  }
}
.kyutech64-content-career .wrap.has-icon img {
  position: absolute;
  top: -25px;
  right: 50px;
  left: auto;
  bottom: auto;
  width: 195px;
  height: auto;
}
.kyutech64-content-career .ranking-list table {
  border-collapse: collapse;
  margin: 0 auto 40px;
  padding: 0;
  width: 100%;
}
.kyutech64-content-career .ranking-list table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.kyutech64-content-career .ranking-list table tr:nth-child(even){
  background-color: #E0DFDF;
}
.kyutech64-content-career .ranking-list table th,
.kyutech64-content-career .ranking-list table td {
 /* padding: .35em 1em;*/
  padding: 10px;
}
.kyutech64-content-career .ranking-list table thead th {
  font-size: 20px;

}
@media screen and (max-width: 768px) {
  .kyutech64-content-career .ranking-list table thead th {
    min-width: 14%;
  }
}
.kyutech64-content-career .ranking-list table thead tr{
  background-color: #DA4728;
  color:#fff;
}
.kyutech64-content-career .ranking-list table tbody th {
  text-align: center;
  font-size: 20px;
  /*font-size: .8em;*/
}
.kyutech64-content-career .ranking-list .txt{
   text-align: left;
  font-size: 20px;
   /*font-size: .75em;*/
}

@media screen and (max-width: 768px) {
  .kyutech64-content-career .ranking-list .txt {
    font-size: 14px;
    width: 64%;
  }
  .kyutech64-content-career .ranking-list .font11 {
    font-size: 11px;
  }
  .kyutech64-content-career .ranking-list .font13 {
    font-size: 13px;
  }
}
.kyutech64-content-career .ranking-list .number{
  text-align: center;
  font-size: 20px;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career .ranking-list .number {
    font-size: 14px;
  }
}
.kyutech64-content-career .ranking-list .cname {
  text-align: left;
}

@media screen and (max-width: 768px) {
.kyutech64-content-career .ranking-list table {
    border: 0;
    width:100%
  }
  .kyutech64-content-career .ranking-list table thead th {
    font-size: 14px;
  }
  .kyutech64-content-career .ranking-list table tbody th {
    text-align: center;
    font-size: 14px;
  }
  .kyutech64-content-career .ranking-list table th,
  .kyutech64-content-career .ranking-list table td {
    font-size: 14px;
  }
.kyutech64-content-career .ranking-list table td:last-child {
    border-bottom: 0;
  }
.kyutech64-content-career .ranking-list table tbody th {
    /*color: #fff;*/
    padding: 1em
}
  
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career .wrap.has-icon img {
    position: static;
    display: block;
    margin: 0 auto 30px;
  }
}
.kyutech64-content-career .description {
  text-align: right;
  margin-bottom: 40px;
  font-size: 16px;
}
.kyutech64-content-career .description02 {
  text-align: right;
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career .description {
    text-align: left;
    font-size: 14px;
  }
  .kyutech64-content-career .description02 {
    text-align: right;
    font-size: 14px;
  }
}
.kyutech64-content-career .description p {
  font-size: 16px;
  padding-left: 1.1em;
  position: relative;
  margin-bottom: 0;
}
.kyutech64-content-career .description02 p {
  font-size: 16px;
  padding-left: 1.1em;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career .description p {
    font-size: 14px;
  }
  .kyutech64-content-career .description02 p {
    font-size: 14px;
  }
}
.kyutech64-content-career__graph {
  width: 610px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career__graph {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.kyutech64-content-career__graph img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career__graph img {
    margin-bottom: 0;
  }
}
.kyutech64-content-career__voices {
  margin-bottom: 0;
}
.kyutech64-content-career__voices .item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 0;
  position: relative;
}
.kyutech64-content-career__voices .item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career__voices .item:last-of-type {
    margin-bottom: 50px;
  }
}
.kyutech64-content-career__voices .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 27px;
  background: url(/themes/kyuweb/assets/images/icn-fukidashi.webp) no-repeat;
  background-size: 100% 100%;
  right: auto;
  top: 0;
  bottom: 0;
  left: -28px;
  margin: auto;
  transform: rotate(180deg);
}
.kyutech64-content-career__voices .item:nth-of-type(odd) {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 20px;
}
.kyutech64-content-career__voices .item:nth-of-type(odd):after {
  right: -28px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  transform: rotate(0deg);
}
.kyutech64-content-career__voices .item p {
  background: #DCEDF8;
  border-radius: 10px;
  padding: 30px;
  max-width: 667px;
}
@media screen and (max-width: 768px) {
  .kyutech64-content-career__voices .item p {
    padding: 20px;
  }
}

.kyutech64-button a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  height: 46px;
  font-size: 20px;
  letter-spacing: 0.09em;
  line-height: 46px;
  font-weight: 400;
  color: #DA4728;
  text-decoration: none;
  border: solid 1px #DA4728;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kyutech64-button a {
    font-size: 14px;
    max-width: 215px;
  }
}
body {
  font-family: "Noto Sans", sans-serif !important;
  background: rgba(246, 246, 246, 0.55);
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 45px;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.kyutech64-footer {
  padding-bottom: 20px;
}
.kyutech64-footer-wrap {
  background: #E6E6E6;
  padding: 60px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .kyutech64-footer-wrap {
    display: none;
  }
  .kyutech64-footer {
    background-color: #fff;
  }
}
.kyutech64-footer-nav {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kyutech64-footer-nav li {
  padding-right: 16px;
  padding-left: 16px;
  height: 16px;
  border-right: solid 1px #344264;
}
.kyutech64-footer-nav li:first-of-type {
  padding-left: 0;
}
.kyutech64-footer-nav li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.kyutech64-footer-nav li a {
  font-size: 16px;
  color: #DA4728;
  text-decoration: none;
}
.kyutech64-footer-nav li a:visited {
  color: #DA4728;
}
.kyutech64-footer-logo img {
  display: block;
  width: 415px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .kyutech64-footer-logo img {
    width: 245px;
  }
}
.kyutech64-footer aside {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.kyutech64-go-top {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 60px;
  display: none;
}
.kyutech64-go-top__wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .kyutech64-go-top__wrap {
    max-width: calc(100% - 30px);
  }
}
.kyutech64-go-top img {
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: 0.3s;
}
.kyutech64-go-top img:hover {
  opacity: 0.7;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s, transform 0.5s;
}

.fade-in.show {
  opacity: 1;
  visibility: visible;
}