@media screen and (min-width: 769px) {
  main .page_headline {
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/program/mv.jpg) center center/cover no-repeat;
  }
  main .recruiting {
    position: fixed;
    z-index: 98;
    right: 0;
    bottom: 150px;
    background-color: #222222;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 10px 46px rgb(0,0,0,0.5);
    text-align: center;
    padding: 30px 12px;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s;
  }
  main .recruiting:hover {
    background-color: #e37c23;
  }
  main .recruiting p {
    font-size: 1.0rem;
    letter-spacing: .05em;
    line-height: 1.3rem;
  }
  html {
    scroll-behavior: smooth;
  }
  img {
    width: 100%;
  }
  .container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 160px;
    box-sizing: border-box;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .btn {
    max-width: 480px;
    width: 100%;
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: .01em;
    line-height: 2.5rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    padding: 25px 0;
    cursor: pointer;
  }
  .btn:hover {
    opacity: .7;
  }
  .picture__effect {
    border-radius: 5px;
    box-shadow: 0 0 35px #D1D1D1;
  }
  .font__ubuntu {
    font-family: 'Ubuntu';
  }
  #summary {
    padding: 78px 0 102px;
  }
  #summary .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #summary .container > * {
    width: 50%;
  }
  #summary .summary__text {
    padding: 25px 0 0 53px;
  }
  #summary .summary__title {
    margin-bottom: 30px;
  }
  #summary .summary__title p {
    color: #1D4C91;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
  }
  #summary .summary__explanation p {
    color: #777777;
    line-height: 1;
    margin-bottom: 15px;
  }
  #point {
    background: #F5F5F5;
    padding: 75px 0 160px;
  }
  #point .point__contents {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    padding: 87px 77px 0;
  }
  #point .point__item {
    width: calc((100% / 3) - 40px);
    border: 1px solid #1E4D91;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 80px 0 40px;
  }
  #point .point__item figure {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  #point .point__item figcaption {
    font-size: 2.2rem;
    font-weight: bold;
    color: #1D4C91;
    margin-top: 51px;
    line-height: 3.3rem;
  }
  #point .point__item img {
    width: 125px;
  }
  #recommend .container {
    padding-top: 101px;
  }
  #recommend .recommend__contents {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 84px 0 111px;
  }
  #recommend .recommend__item {
    width: calc((100% / 3) - (10px * 2));
    height: 135px;
    border: 4px solid #1D4C91;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  #recommend .recommend__item::before {
    content: '';
    background: url('../img/ccwork/check_icon01.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
    transform: translateY(-50%);
  }
  #recommend .recommend__item p {
    font-weight: bold;
    line-height: 3.0rem;
  }
  #flow {
    padding: 83px 0 110px;
    background: #F5F5F5;
  }
  #flow * {
    font-weight: bold;
  }
  #flow .flow__area {
    padding: 73px 170px 0;
  }
  #flow .flow__contents {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
  }
  #flow .flow__contents::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #1D4C91;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #flow .flow__contents > :first-child::before {
    content: '';
    width: 2px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: #F5F5F5;
    z-index: 2;
  }
  #flow .flow__contents > :last-child::before {
    content: '';
    width: 2px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 80px;
    background: #F5F5F5;
  }
  #flow .flow__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  #flow .flow__contents > :not(:first-child) {
    margin-top: 80px;
  }
  #flow .flow__item::after {
    content: '';
    background: #1D4C91;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
    z-index: 3;
  }
  #flow .flow__contents > :last-child {
    padding-bottom: 0;
  }
  #flow .flow__title {
    width: 25%;
    position: relative;
    padding-left: 30px;
  }
  #flow .flow__title p {
    font-size: 2.0rem;
    color: #1D4C91;
    letter-spacing: .2em;
    line-height: 2.9rem;
    margin-bottom: 2px;
    position: absolute;
    top: -35px;
  }
  #flow .flow__title h3 {
    font-size: 3.5rem;
    color: #1D4C91;
    letter-spacing: 0;
  }
  #flow .flow__detail {
    width: 75%;
  }
  #flow .flow__detail :last-child {
    margin: 0;
  }
  #flow .flow__detail__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 0 30px 27px;
    margin-bottom: 24px;
  }
  #flow .flow__detail__item * {
    letter-spacing: .05em;
    line-height: 3.0rem;
  }
  #flow .flow__detail__item > * {
    width: 50%;
  }
  #flow .flow__sub-title {
    color: #E37C23;
  }
  #flow .flow__notes {
    text-align: right;
  }
  #flow .flow__notes p {
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 3.0rem;
  }
  #flow .flow__notes p::before {
    content: '※';
  }
  #effect {
    padding: 154px 0 118.5px;
  }
  #effect .effect__contents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 98.5px;
  }
  #effect .effect__contents > * {
    width: 50%;
  }
  #effect .effect__text {
    padding: 25px 0 0 53px;
  }
  #effect .effect__text p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #3B4043;
    line-height: 1;
    margin-bottom: 35px;
  }
  #effect .color_orange {
    font-size: 1.8rem;
    color: #E37C23;
  }
  #teacher {
    padding: 118.5px 0 90px;
  }
  #teacher .teacher__contents {
    padding-top: 98.5px;
  }
  #teacher .teacher__contents * {
    letter-spacing: .05em;
  }
  #teacher .teacher__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 120px;
  }
  #teacher .teacher__item > * {
    width: 50%;
  }
  #teacher .teacher__text {
    padding: 25px 0 0 53px;
  }
  #teacher .teacher__heading {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 24px;
  }
  #teacher .teacher__detail {
    font-size: 1.8rem;
    color: #3B4043;
    line-height: 2.7rem;
  }
  #worker {
    padding: 90px 0 85px;
  }
  #worker * {
    letter-spacing: .1em;
  }
  #worker .worker__contents * {
    color: #3B4043;
  }
  #worker .worker__text {
    padding: 58.6px 0 79.3px;
    font-size: 2.2rem;
    text-align: center;
  }
  #worker .worker__images {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #worker .worker__item {
    width: calc((100% / 7) - 27.2px);
    text-align: center;
    padding: 0 0 62px 27.2px;
  }
  #worker .worker__item figcaption {
    margin-top: 17px;
  }
  #worker .worker__note {
    text-align: right;
  }
  #worker .worker__note::before {
    content: '※';
  }
  #recruiting {
    padding: 85px 0 102.5px;
  }
  #recruiting .recruiting__contents * {
    color: #3B4043;
    letter-spacing: .1em;
  }
  #recruiting .recruiting__item h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1D4C91;
    letter-spacing: .05em;
    text-align: center;
    padding: 98.6px 0 40px;
  }
  #recruiting .recruiting__item table {
    width: 100%;
    margin-bottom: 80px;
    border: 1px solid #DDE4EF;
    border-collapse: collapse;
  }
  #recruiting .recruiting__item tr {
    width: 100%;
  }
  #recruiting .recruiting__item tr:not(:first-child):not(:last-child) th {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  #recruiting .recruiting__item tr:not(:first-child):not(:last-child) td {
    border-top: 2px solid #DDE4EF;
    border-bottom: 2px solid #DDE4EF;
  }
  #recruiting .recruiting__item th {
    width: 24%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #222222;
    letter-spacing: 0;
    background: #DDE4EF;
    padding: 52px 0 45px 39px;
    vertical-align: top;
  }
  #recruiting .recruiting__item td {
    width: 76%;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 3.0rem;
    color: #777777;
    padding: 29px 61px 21px 40px;
  }
  #recruiting .recruiting__btn {
    color: #ffffff;
    background: #E37C23;
    margin: 0 auto;
  }
  #recruiting .recruiting__end {
    font-size: 2.5rem;
    color: #1D4C91;
    text-align: center;
  }
  #achievement {
    padding: 102.5px 0 258.9px;
  }
  #achievement * {
    letter-spacing: .05em;
  }
  #achievement .achievement__contents {
    padding-top: 110px;
  }
  #achievement .achievement__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 120px;
  }
  #achievement .achievement__item > * {
    width: 50%;
  }
  #achievement .achievement__text {
    padding: 40px 0 0 55px;
  }
  #achievement .achievement__heading {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  #achievement .achievement__detail {
    font-size: 1.8rem;
    color: #3B4043;
    line-height: 2.7rem;
    margin-bottom: 40px;
  }
  #achievement .achievement__btn {
    background: #1E4D91;
  }
}

@media screen and (max-width: 768px) {
  main .page_headline {
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/program/mv_sp.jpg) center center/cover no-repeat;
  }
  img {
    width: 100%;
  }
  .container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .btn {
    max-width: 480px;
    width: 100%;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.5rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0;
    cursor: pointer;
  }
  .picture__effect {
    border-radius: 5px;
    box-shadow: 0 0 35px rgb(0,0,0,0.5);
  }
  .font__ubuntu {
    font-family: 'Ubuntu';
  }
  #summary {
    padding: 58px 0 40px;
  }
  #summary * {
    letter-spacing: .05em;
  }
  #summary .summary__text {
    padding-top: 40px;
  }
  #summary .summary__title {
    margin-bottom: 30px;
  }
  #summary .summary__title p {
    color: #1D4C91;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3.0rem;
  }
  #summary .summary__explanation p {
    font-size: 1.3rem;
    color: #777777;
    line-height: 2.5rem;
  }
  #point {
    background: #F5F5F5;
    padding: 37px 0 46px;
  }
  #point * {
    letter-spacing: .1em;
  }
  #point .point__contents {
    padding: 40px 11px 0;
  }
  #point .point__item {
    width: 100%;
    border: 1px solid #1E4D91;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 80px 0 40px;
    margin-bottom: 40px;
  }
  #point .point__contents :last-child {
    margin-bottom: 0;
  }
  #point .point__item figure {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  #point .point__item figcaption {
    font-size: 2.2rem;
    font-weight: bold;
    color: #1D4C91;
    margin-top: 51px;
    line-height: 3.3rem;
  }
  #point .point__item img {
    width: 125px;
  }
  #recommend .container {
    padding: 40px 8% 55px;
  }
  #recommend .recommend__contents {
    padding-top: 40px;
  }
  #recommend .recommend__contents :last-child {
    margin-bottom: 0;
  }
  #recommend .recommend__item {
    border: 4px solid #1D4C91;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  #recommend .recommend__item::before {
    content: '';
    background: url('../img/ccwork/check_icon01.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
  #recommend .recommend__item p {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.0rem;
  }
  #flow {
    padding: 38px 0 33px;
    background: #F5F5F5;
  }
  #flow * {
    font-weight: bold;
  }
  #flow .flow__area {
    padding-top: 73px;
  }
  #flow .flow__contents {
    width: 100%;
    position: relative;
  }
  #flow .flow__contents::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #1D4C91;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #flow .flow__contents > :last-child::before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background: #F5F5F5;
  }
  #flow .flow__contents > :last-child {
    margin-bottom: 0;
  }
  #flow .flow__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
  }
  #flow .flow__item::after {
    content: '';
    background: #1D4C91;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -4px;
    transform: translateY(-50%);
    z-index: 3;
  }
  #flow .flow__title {
    width: 25%;
    position: relative;
    padding-left: 10.5px;
  }
  #flow .flow__title p {
    font-size: 1.0rem;
    color: #1D4C91;
    letter-spacing: .2em;
    line-height: 1.5rem;
    margin-bottom: 2px;
    position: absolute;
    top: -20px;
  }
  #flow .flow__title h3 {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.4rem;
    color: #1D4C91;
  }
  #flow .flow__detail {
    width: 75%;
  }
  #flow .flow__detail :last-child {
    margin: 0;
  }
  #flow .flow__detail__item {
    background: #ffffff;
    border-radius: 5px;
    padding: 12px 0 13px 20px;
    margin-bottom: 10px;
  }
  #flow .flow__detail__item * {
    letter-spacing: .05em;
    line-height: 3.0rem;
  }
  #flow .flow__sub-title {
    font-size: 1.3rem;
    color: #E37C23;
  }
  #flow .flow__text p {
    font-size: 1.3rem;
  }
  #flow .flow__notes {
    text-align: right;
    margin-top: 20px;
  }
  #flow .flow__notes p {
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 3.0rem;   
  }
  #flow .flow__notes p::before {
    content: '※';
  }
  #effect {
    padding: 61px 0 25px;
  }
  #effect .effect__contents {
    padding-top: 50px;
  }
  #effect .effect__text {
    padding-top: 50px;
  }
  #effect .effect__text p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #3B4043;
    letter-spacing: .05em;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }
  #effect .color_orange {
    color: #E37C23;
  }
  #teacher {
    padding: 25px 0;
  }
  #teacher .teacher__contents {
    padding-top: 98.5px;
  }
  #teacher .teacher__contents * {
    letter-spacing: .05em;
  }
  #teacher .teacher__item {
    margin-bottom: 50px;
  }
  #teacher .teacher__contents :last-child {
    margin-bottom: 0;
  }
  #teacher .teacher__text {
    padding-top: 50px;
  }
  #teacher .teacher__heading {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 28px;
    line-height: 3.0rem;
  }
  #teacher .teacher__detail {
    font-size: 1.3rem;
    color: #3B4043;
    line-height: 2.5rem;
  }
  #worker {
    padding: 25px 0;
  }
  #worker * {
    letter-spacing: .05em;
  }
  #worker .worker__contents * {
    color: #3B4043;
  }
  #worker .worker__text {
    padding: 50px 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3.0rem;
    text-align: center;
  }
  #worker .worker__images {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #worker .worker__item {
    width: calc(100% / 3);
    text-align: center;
    margin-bottom: 19px;
  }
  #worker .worker__item img {
    width: 85%;
    margin: 0 auto;
  }
  #worker .worker__item figcaption {
    font-size: 1.3rem;
    letter-spacing: .1em;
    line-height: 1.9rem;
    margin-top: 12.5px;
  }
  #worker .worker__note {
    font-size: 1.3rem;
    letter-spacing: .1em;
    line-height: 1.9rem;
    text-align: right;
    margin-top: 11.2px;
  }
  #worker .worker__note::before {
    content: '※';
  }
  #recruiting {
    padding: 25px 0 30px;
  }
  #recruiting .recruiting__contents {
    padding-top: 50px;
  }
  #recruiting .recruiting__contents * {
    color: #3B4043;
    letter-spacing: 0;
  }
  #recruiting .recruiting__item {
    margin-bottom: 41px;
  }
  #recruiting .recruiting__item h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1D4C91;
    letter-spacing: .05em;
    text-align: center;
    padding: 98.6px 0 40px;
  }
  #recruiting .recruiting__item table {
    width: 100%;
    margin-bottom: 41px;
    border: 1px solid #DDE4EF;
    border-collapse: collapse;
  }
  #recruiting .recruiting__item tr {
    width: 100%;
  }
  #recruiting .recruiting__item th {
    width: 34%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #222222;
    background: #DDE4EF;
    padding: 23px 0 16px 10px;
    vertical-align: top;
  }
  #recruiting .recruiting__item td {
    width: 66%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.6rem;
    color: #777777;
    padding: 17px 32.5px 24px 18px;
  }
  #recruiting .recruiting__item tr:not(:first-child):not(:last-child) th {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  #recruiting .recruiting__item tr:not(:first-child):not(:last-child) td {
    border-top: 2px solid #DDE4EF;
    border-bottom: 2px solid #DDE4EF;
  }
  #recruiting .recruiting__btn {
    color: #ffffff;
    background: #E37C23;
    margin: 0 auto;
  }
  #achievement {
    padding: 30px 0 180px;
  }
  #achievement * {
    letter-spacing: .05em;
  }
  #achievement .achievement__contents {
    padding-top: 50px;
  }
  #achievement .achievement__contents > :last-child {
    margin-bottom: 0;
  }
  #achievement .achievement__item {
    margin-bottom: 60px;
  }
  #achievement .achievement__text {
    padding-top: 24px;
  }
  #achievement .achievement__heading {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3.0rem;
    margin-bottom: 28px;
  }
  #achievement .achievement__detail {
    font-size: 1.3rem;
    color: #3B4043;
    line-height: 2.5rem;
    margin-bottom: 24px;
  }
  #achievement .achievement__btn {
    background: #1E4D91;
  }
}
