@charset "UTF-8";
/**
 * mixins and functions
 * @version 1.0
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
 }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    body {
      line-height: 1.6; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-weight: bold; }

a {
  color: #727272; }

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

ul {
  list-style: none; }

@media screen and (max-width: 768px) {
  .pc, .pcbr {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .sp, .spbr {
    display: none !important; } }
@media screen and (min-width: 769px) and (max-width: 960px) {
  .sp, .spbr {
    display: none !important; } }
.c-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1064px; }

.c-ttl {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .c-ttl {
      letter-spacing: 1px; } }
  .c-ttl img {
    display: block;
    margin-bottom: 20px; }

.h2-main {
  text-align: center;
  margin-bottom: 15px; }
  @media screen and (min-width: 769px) {
    .h2-main {
      margin-bottom: 30px; } }
  .h2-main .short {
    display: block;
    font-size: 16px; }
    @media screen and (min-width: 769px) {
      .h2-main .short {
        font-size: 20px; } }
  .h2-main .big {
    font-size: 42px; }
    @media screen and (max-width: 768px) {
      .h2-main .big {
        font-size: 27px; } }

@media screen and (max-width: 768px) {
  .slider {
    width: 90%;
    margin: 0 auto; } }
.slider__item {
  background: #fff; }
  .slider__item img {
    width: 100%; }
.slider .slick-arrow::before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #727272;
  border-right: 2px solid #727272; }
  @media screen and (max-width: 768px) {
    .slider .slick-arrow::before {
      width: 10px;
      height: 10px; } }
.slider .slick-next::before {
  right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.slider .slick-prev::before {
  left: 5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
@media screen and (min-width: 769px) {
  .slider .slick-slide {
    margin: 0 15px; } }

.slider.slick-initialized {
  display: block; }

.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media screen and (max-width: 768px) {
    .l-style01 {
      display: block; } }
  .l-style01 .l-img {
    -webkit-box-flex: 1.1;
        -ms-flex: 1.1;
            flex: 1.1; }
  .l-style01 .l-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 50px; }
    @media screen and (max-width: 768px) {
      .l-style01 .l-desc {
        margin-left: 0; } }

.l-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .l-style02 {
      display: block; } }
  .l-style02 .l-img {
    -webkit-box-flex: 1.1;
        -ms-flex: 1.1;
            flex: 1.1;
    margin-left: 50px; }
    @media screen and (max-width: 768px) {
      .l-style02 .l-img {
        margin-left: 0;
      margin-bottom: 20px; } }
  .l-style02 .l-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.main-txt {
  font-size: 26px;
  color: #727272;
  font-weight: 600;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    .main-txt {
      line-height: 1.6;
      letter-spacing: -0.5px; } }
  .main-txt span {
    color: #0274B4; }

.c-h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: 1px; }
  .c-h3 span {
    display: inline-block;
    padding: 3px 5px 4px;
    color: #fff;
    line-height: 1;
    background: #0274B4; }

.c-h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    .c-h4 {
      font-size: 22px; } }
  .c-h4:before {
    content: "";
    background: #0274B4;
    width: 6px;
    height: 60%;
    position: absolute;
    left: 0;
    top: 7.5px; }
    @media screen and (max-width: 768px) {
      .c-h4:before {
        top: 6.5px;
        height: 70%; } }

.voice-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .voice-list .list-item {
      display: block; } }
.voice-list .list-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.voice-list .list-desc {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
  margin-left: 50px; }
  @media screen and (max-width: 768px) {
    .voice-list .list-desc {
      margin: 20px 0 0 0; } }
.voice-list .list-ttl {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #C3C3C3;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    .voice-list .list-ttl {
      font-size: 28px; } }
.voice-list .list-txt {
  color: #727272; }

.header {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .header {
      padding: 10px 0; } }
  @media screen and (max-width: 768px) {
    .header {
      padding-bottom: 2vw; } }
  .header__logo {
    padding-left: 40px; }
    @media screen and (max-width: 768px) {
      .header__logo {
        padding-left: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 256px; } }

.follow-btn {
  position: fixed;
  background: #DF0011;
  border-radius: 50px;
  bottom: 10px;
  transition: .3s;
  z-index: 100;
  -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
        transition: .3s; }
  @media screen and (min-width: 769px) {
    .follow-btn {
      bottom: 20px;
      right: 20px;
      width: 345px; } }
  @media screen and (max-width: 768px) {
    .follow-btn {
      width: 90%;
      right: 0;
      left: 0;
      margin: auto; } }
  .follow-btn a {
    margin: 0 auto;
    color: #fff;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    position: relative;
    font-size: 20px; }
    .follow-btn a:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 13px;
      top: 38%;
      right: 20px;
      background: url(../img/icon_arrow.png);
      background-size: 100% 100%; }
  .follow-btn__bnr-txt {
    padding-right: 20px;
    line-height: 1.4; }
  .follow-btn__bnr-short {
    font-size: 1.4rem; }
  .follow-btn__bnr-main {
    font-size: 2.0rem;
    line-height: 1.2; }
    .follow-btn.is-hide {
      opacity: 0;
      z-index: -1;
    }

/*--------------------------------
2021.9 Medix
---------------------------------*/
.header__logo {
  padding-top: 0; }

.logo_new {
  width: 100%;
  padding: 5px 0 12px 40px; }

.logo_new img {
  width: 150px;
  vertical-align: middle; }

@media screen and (max-width: 960px) {
  .logo_new {
    padding: 5px 0 12px 20px; } }
@media screen and (max-width: 760px) {
  .logo_new {
    width: 100%;
    padding: 2vw 0 2vw 10px;
    line-height: 1.1; }

  .logo_new img {
    width: 25vw; } }
  .mv {
    position: relative;
  }
  .mv img {
  width: 100%; }
  .mv .-badge {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 160px;
    height: 160px;
  }
  @media screen and (max-width: 768px) {
    .mv .-badge {
      left: 10px;
      right: auto;
      bottom: unset;
      top: 46%;
      width: 90px;
      height: 90px;
    }
  }

.cta {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .cta {
    padding-top: 35px;
  }
}
.cta-ttl {
  text-align: center;
  margin-bottom: 15px;
}
.cta-ttl span {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: linear-gradient(transparent 50%, #FDFFA9 50%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .cta-ttl span {
    font-size: 1.4rem;
  }
}
.cta-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.6;
}
.cta-txt span {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
}
.cta-txt .txt01 {
  font-weight: 600;
  font-size: 1.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta-txt .txt01 {
    font-size: 1.5rem;
  }
}
.cta-txt .txt01::before {
  content: "";
  width: 2px;
  height: 18px;
  transform: rotate(-21deg);
  position: absolute;
  left: -13px;
  top: 6px;
  background: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .cta-txt .txt01::before {
    height: 15px;
    left: -10px;
    top: 4px;
  }
}
.cta-txt .txt01::after {
  content: "";
  width: 2px;
  height: 18px;
  transform: rotate(21deg);
  position: absolute;
  right: -13px;
  top: 6px;
  background: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .cta-txt .txt01::after {
    height: 15px;
    right: -10px;
    top: 4px;
  }
}
.cta-txt .txt02 {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cta-txt .txt02 {
    font-size: 1.8rem;
  }
}
.cta-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #DF0011;
  padding: 13px 30px 15px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  transition: .3s !important;
}
.cta-btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .cta-btn a {
    padding: 10px 30px 15px;
    width: 100%;
  }
}

.cta-btn span {
  display: block;
  width: fit-content;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.58;
}
.cta-btn .txt01 {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  color: #DF0011;
  position: relative;
  padding-right: 17px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .cta-btn .txt01 {
    font-size: 1.8rem;
  }
}
.cta-btn .txt01::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #DF0011;
  z-index: 2;
}
.cta-btn .txt02 {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #DF0011;
  color: #fff;
  padding: 7px 19px 6px;
}
@media screen and (max-width: 768px) {
  .cta-btn .txt02 {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.sec01 {
  padding: 100px 0 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .sec01 {
      padding: 80px 0 0; } }
  .sec01:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 668px;
    background-image: url(../img/sec01_en.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .sec01:before {
        left: auto;
        right: 0;
        top: 35px;
        width: 20%; } }
  @media screen and (max-width: 768px) {
    .sec01 .c-content {
      margin-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .sec01 .c-ttl {
      font-size: 42px;
      letter-spacing: 0; } }
  .sec01 .l-style02 {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .sec01 .l-style02 {
        margin-bottom: 0; } }
.sec01-top {
  margin-bottom: 100px;
}
.sec01-cont {
  padding: 80px 0;
  background: #F5F5F7;
}
.sec01-cont .list-inr {
  display: flex;
  align-items: center;
}
.sec01-cont .list-desc {
  flex: 1;
  margin-right: 40px;
}
.sec01-cont .list-ttl {
  font-size: 38px;
  font-weight: 800;
}
.sec01-cont .list-en {
  font-size: 20px;
  font-weight: 800;
  color: #0274B4;
  margin-bottom: 20px;
}
.sec01-cont .list-sub {
  background: #000;
  font-size: 20px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 40px;
}
.sec01-cont .list-img {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec01-top {
    margin-bottom: 50px;
  }
  .sec01-cont {
    padding: 50px 0 10px;
  }
  .sec01-cont .list-inr {
    display: block;
  }
  .sec01-cont .list-desc {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sec01-cont .list-ttl {
    font-size: 28px;
  }
  .sec01-cont .list-en {
    font-size: 18px;
  }
  .sec01-cont .list-sub {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.sec02-ttl {
  background: #0274B4;
  margin-bottom: 50px; }
  .sec02-ttl .c-ttl {
    max-width: 1064px;
    margin: 0 auto;
    width: 90%;
    color: #fff;
    font-size: 70px;
    padding: 30px 0; }
    @media screen and (max-width: 768px) {
      .sec02-ttl .c-ttl {
        font-size: 46px; } }
    .sec02-ttl .c-ttl img {
      margin-bottom: 10px; }
.sec02 .l-style02 .l-ttl {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 50px;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    .sec02 .l-style02 .l-ttl {
      font-size: 48px;
      margin-bottom: 40px; } }
.sec02 .l-style02 .l-img {
  border: solid 2px #000;
  width: 45%;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding: 30px; }
  @media screen and (max-width: 768px) {
    .sec02 .l-style02 .l-img {
      margin-top: 40px;
      width: 100%;
      padding: 20px; } }
  .sec02 .l-style02 .l-img .ttl {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .sec02 .l-style02 .l-img .ttl {
        font-size: 22px; } }
  .sec02 .l-style02 .l-img .img {
    text-align: center; }
.sec02-bg {
  background: #F5F5F7;
  padding: 50px 0 100px;
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .sec02-bg {
      padding: 40px 0 70px;
      margin-top: 60px; } }
.sec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .sec02-list {
      display: block; } }
  .sec02-list .list-item {
    background: #fff;
    width: calc(100% / 3 - 20px);
    padding: 20px; }
    @media screen and (max-width: 768px) {
      .sec02-list .list-item {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .sec02-list .list-item:nth-child(2) .list-ttl {
        letter-spacing: -1px; } }
    @media screen and (max-width: 768px) {
      .sec02-list .list-item:not(:last-child) {
        margin-bottom: 70px;
        position: relative; }
        .sec02-list .list-item:not(:last-child):before {
          content: '';
          display: block;
          width: 1px;
          height: 40px;
          bottom: -55px;
          left: 0;
          right: 0;
          margin: auto;
          position: absolute;
          background: #000; } }
  .sec02-list .list-year {
    color: #0274B4;
    border: solid 1px #0274B4;
    display: inline;
    padding: 5px; }
  .sec02-list .list-ttl {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    min-height: 100px; }
    @media screen and (max-width: 768px) {
      .sec02-list .list-ttl {
        min-height: auto;
        font-size: 38px;
        margin-top: 5px;
        letter-spacing: 1px; } }
  .sec02-list .list-img {
    margin: 10px 0; }
  .sec02-list .list-txt {
    margin-bottom: 20px; }
  .sec02-list .list-work {
    color: #0274B4; }
  .sec02-list .list-desc {
    border-top: solid 1px #C3C3C3;
    margin-top: 20px;
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      .sec02-list .list-desc {
        margin-top: 30px;
        padding-top: 30px; } }
  .sec02-list .c-h4 {
    margin-bottom: 10px; }
.sec02-layout:not(:last-child) {
  margin-bottom: 80px; }
.sec02-layout .l-ttl {
  font-size: 40px;
  margin-bottom: 20px; }

.sec03 {
  background: #4783AF;
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .sec03 {
      padding: 80px 0 70px; } }
  .sec03:before {
    content: '';
    display: inline-block;
    width: 105px;
    height: 621px;
    background-image: url(../img/sec03_en.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .sec03:before {
        left: auto;
        right: 0;
        top: 35px;
        width: 20%; } }
  .sec03 .c-ttl {
    color: #fff; }
    @media screen and (max-width: 768px) {
      .sec03 .c-ttl {
        font-size: 42px;
        letter-spacing: 0; } }
  .sec03 .l-style02 {
    margin-bottom: 50px; }
    .sec03 .l-style02 .main-txt {
      color: #fff; }
      @media screen and (max-width: 768px) {
        .sec03 .l-style02 .main-txt {
          font-size: 20px; } }
  .sec03-box {
    border: solid 2px #000;
    background: #fff;
    margin-bottom: 100px; }
    .sec03-box .box-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .sec03-box .box-item {
          display: block; } }
      .sec03-box .box-item:nth-child(2) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
    .sec03-box .box-img {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .sec03-box .box-img {
          width: 100%; } }
    .sec03-box .box-desc {
      padding: 30px;
      width: 50%; }
      @media screen and (max-width: 768px) {
        .sec03-box .box-desc {
          width: 100%;
          padding: 25px 20px; } }
    .sec03-box .box-ttl {
      font-size: 30px;
      margin-bottom: 20px;
      font-weight: 700;
      line-height: 1.3; }
      @media screen and (max-width: 768px) {
        .sec03-box .box-ttl {
          font-size: 24px; } }
    .sec03-box .box-txt {
      color: #727272; }
  .sec03 .w-content {
    width: 90%;
    margin: 0 auto;
    max-width: 1064px; }
    @media screen and (max-width: 768px) {
      .sec03 .w-content {
        width: 100%; } }
  .sec03-ttl {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 20px;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      .sec03-ttl {
        padding: 0 15px 30px; } }
    .sec03-ttl:after {
      content: "";
      background: #fff;
      width: 50px;
      height: 5px;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .sec03-ttl:after {
          left: 20px; } }
  .sec03-list .list-item:not(:last-child) {
    margin-bottom: 70px; }
  .sec03-list .list-name {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      .sec03-list .list-name {
        font-size: 28px;
        padding: 0 15px; } }
    .sec03-list .list-name span {
      display: inline-block;
      padding: 3px 5px 4px;
      color: #4783AF;
      line-height: 1;
      background: #000; }
  .sec03-list .list-ttl {
    font-size: 28px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .sec03-list .list-ttl {
        font-size:  24px;
        padding: 0 15px;
        margin: 5px 0 30px;
        margin-bottom: 30px; } }
  .sec03-list .list-txt {
    font-size: 18px;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .sec03-list .list-txt {
        padding: 0 15px;
        margin-top: 30px; } }
  .sec03-voice {
    background: #fff;
    padding: 30px;
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .sec03-voice {
        padding: 30px 20px; } }

.sec04 {
  padding: 100px 0;
  background: #F5F5F7;
  position: relative;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .sec04 {
      padding: 90px 0 70px; } }
  .sec04:before {
    content: '';
    display: inline-block;
    width: 103px;
    height: 565px;
    background-image: url(../img/sec04_en.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .sec04:before {
        left: auto;
        right: 0;
        top: 35px;
        width: 20%; } }
  @media screen and (max-width: 768px) {
    .sec04 .c-ttl {
      font-size: 46px;
      padding: 0 15px; } }
  .sec04 .w-content {
    width: 90%;
    margin: 0 auto;
    max-width: 1064px; }
    @media screen and (max-width: 768px) {
      .sec04 .w-content {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .sec04 .l-style02 .l-desc .l-img {
      position: relative;
      z-index: -1; } }
  .sec04 .l-style02 .l-box {
    background: #0274B4;
    color: #fff;
    padding: 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .sec04 .l-style02 .l-box {
        margin: -50px 15px 30px;
        z-index: 100;
      position: relative; } }
  .sec04 .l-style02 .l-cource {
    font-size: 38px;
    font-weight: 800; }
    @media screen and (max-width: 768px) {
      .sec04 .l-style02 .l-cource {
        line-height: 1.2;
        margin-bottom: 5px; } }
  .sec04 .l-style02 .l-year {
    border: solid 1px #fff;
    display: inline;
    padding: 5px; }
  @media screen and (max-width: 768px) {
    .sec04 .l-style02 .main-txt {
      padding: 0 15px;
      font-size: 20px; } }
  .sec04 .c-h3 {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .sec04 .c-h3 {
        margin-top: 50px; } }
  .sec04-list .list-item {
    border: solid 2px #000;
    background: #fff; }
    .sec04-list .list-item:first-child .l-style02 .l-img {
      background: url(../img/sec04_img02.jpg) no-repeat;
      background-size: cover; }
      @media screen and (min-width: 769px) {
        .sec04-list .list-item:first-child .l-style02 .l-img {
          background-position: left; } }
    .sec04-list .list-item:first-child .l-style02 .l-list li:nth-child(4) {
      margin-left: 20px; }
      @media screen and (max-width: 768px) {
        .sec04-list .list-item:first-child .l-style02 .l-list li:nth-child(4) {
          margin-left: 0; } }
    .sec04-list .list-item:first-child .l-style02 .l-list li:nth-child(5) {
      margin-left: 0; }
      .sec04-list .list-item2:nth-child(2) .l-style02 .l-list li:nth-child(4) {
        margin-left: 20px;
      }
      @media screen and (max-width: 768px) {
        .sec04-list .list-item2:nth-child(2) .l-style02 .l-list li:nth-child(4) {
          margin-left: 0;
        }
      }
      .sec04-list .list-item2:nth-child(2) .l-style02 .l-list li:nth-child(5) {
        margin-left: 0;
      }
    .sec04-list .list-item:nth-child(2) .l-style02 .l-img {
      background: url(../img/sec04_img03.jpg) no-repeat;
      background-size: cover; }
      @media screen and (min-width: 769px) {
        .sec04-list .list-item:nth-child(2) .l-style02 .l-img {
          background-position: center; } }
    @media screen and (max-width: 768px) {
      .sec04-list .list-item:nth-child(2) .l-style02 .l-ttl {
        font-size: 36px; } }
    .sec04-list .list-item:nth-child(2) .l-style02 .l-list li:nth-child(4) {
      margin-left: 20px; }
      @media screen and (max-width: 768px) {
        .sec04-list .list-item:nth-child(2) .l-style02 .l-list li:nth-child(4) {
          margin-left: 0; } }
    .sec04-list .list-item:last-child .l-style02 .l-img {
      background: url(../img/sec04_img04.jpg) no-repeat;
      background-size: cover; }
      @media screen and (min-width: 769px) {
        .sec04-list .list-item:last-child .l-style02 .l-img {
          background-position: center; } }
    .sec04-list .list-item:not(:last-child) {
      margin-bottom: 40px; }
    .sec04-list .list-item:last-child{
      margin-bottom: 60px; }
  
    .sec04-list .list-item2 {
      border: solid 2px #000;
      background: #fff; }
      .sec04-list .list-item2:first-child .l-style02 .l-img {
        background: url(../img/sec04_img05.jpg) no-repeat;
        background-size: cover; }
        @media screen and (min-width: 769px) {
          .sec04-list .list-item2:first-child .l-style02 .l-img {
            background-position: center; } }
      .sec04-list .list-item2:first-child .l-style02 .l-list li:nth-child(4) {
        margin-left: 20px; }
        @media screen and (max-width: 768px) {
          .sec04-list .list-item2:first-child .l-style02 .l-list li:nth-child(4) {
            margin-left: 0; } }
      .sec04-list .list-item2:first-child .l-style02 .l-list li:nth-child(5) {
        margin-left: 0; }
      .sec04-list .list-item2:last-child .l-style02 .l-img {
        background: url(../img/sec04_img06.jpg) no-repeat;
        background-size: cover; }
        @media screen and (min-width: 769px) {
          .sec04-list .list-item2:last-child .l-style02 .l-img {
            background-position: leftr; } }
      .sec04-list .list-item2:not(:last-child) {
        margin-bottom: 40px; }
      .sec04-list .list-item2:last-child{
        margin-bottom: 60px; }
  .sec04-list .l-style02 .l-img {
    margin-left: 0;
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    background-size: cover;
    background-position: center;
    height: 570px; }
    @media screen and (max-width: 768px) {
      .sec04-list .l-style02 .l-img {
        height: 220px; } }
  .sec04-list .l-style02 .l-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px; }
    @media screen and (max-width: 768px) {
      .sec04-list .l-style02 .l-desc {
        padding: 30px 20px; } }
  .sec04-list .l-style02 .l-ttl {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px; }
  .sec04-list .l-style02 .l-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .sec04-list .l-style02 .l-list {
        display: block; } }
    .sec04-list .l-style02 .l-list li {
      position: relative;
      padding-left: 20px; }
      .sec04-list .l-style02 .l-list li:not(:first-child) {
        margin-left: 30px; }
        @media screen and (max-width: 768px) {
          .sec04-list .l-style02 .l-list li:not(:first-child) {
            margin-left: 0; } }
      .sec04-list .l-style02 .l-list li:nth-child(4) {
        margin-left: 0; }
      .sec04-list .l-style02 .l-list li:before {
        content: '';
        position: absolute;
        width: 17px;
        height: 14px;
        top: 28%;
        left: 0;
        background: url(../img/icon_check.png);
        background-size: 100% 100%; }
  .sec04-list .l-style02 .c-h4 {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .sec04-list .l-style02 .c-h4 {
        margin-bottom: 5px; } }
  @media screen and (max-width: 768px) {
    .sec04-list .l-style02 .l-feature {
      letter-spacing: -1px; } }
  .sec04-list .l-style02 .l-txt {
    color: #727272;
    margin: 10px 0 20px; }
    @media screen and (max-width: 768px) {
      .sec04-list .l-style02 .l-txt {
        margin: 15px 0 30px; } }


.sec05 {
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .sec05 {
      padding: 80px 0 70px; } }
  .sec05:before {
    content: '';
    display: inline-block;
    width: 103px;
    height: 591px;
    background-image: url(../img/sec05_en.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .sec05:before {
        left: auto;
        right: 0;
        top: 35px;
        width: 20%; } }
  .sec05 .c-ttl {
    font-size: 50px;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sec05 .c-ttl {
        font-size: 40px; } }
  .sec05-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sec05-list {
        display: block; } }
    .sec05-list .list-item {
      width: calc(100% / 3 - 20px); }
      @media screen and (max-width: 768px) {
        .sec05-list .list-item {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .sec05-list .list-item:not(:last-child) {
          margin-bottom: 40px; } }
    .sec05-list .list-img {
      margin-bottom: 20px; }

.sec06 {
  padding: 100px 0 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .sec06 {
      padding: 90px 0 0; } }
  @media screen and (max-width: 768px) {
    .sec06 .c-ttl {
      font-size: 50px; } }
  .sec06:before {
    content: '';
    display: inline-block;
    width: 103px;
    height: 591px;
    background-image: url(../img/sec06_en.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .sec06:before {
        left: auto;
        right: 0;
        top: 35px;
        width: 20%; } }
  .sec06-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .sec06-list {
        display: block; } }
    .sec06-list .list-item {
      width: 48%;
      background: #F5F5F7;
      padding: 30px; }
      @media screen and (max-width: 768px) {
        .sec06-list .list-item {
          width: 100%;
          padding: 30px 20px; } }
    .sec06-list .list-item:last-child {
      margin-top: 40px;
    }
    @media screen and (max-width: 768px) {
      .sec06-list .list-item:last-child {
        margin-top: 0;
      }
    }
      @media screen and (max-width: 768px) {
        .sec06-list .list-item:not(:last-child) {
          margin-bottom: 30px; } }
    .sec06-list .list-img {
      margin-bottom: 20px; }
    .sec06-list .list-txt {
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        .sec06-list .list-txt {
          font-size: 12px; } }

.footer {
  text-align: center;
  font-size: 12px;
  padding: 50px 20px 40px; }
  .footer img {
    display: block;
    margin: 0 auto; }
  .footer .logo_school {
    margin: 20px auto 30px; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 40px 0 100px; }
      .footer .logo_school {
        margin: 20px 0auto 30px; } }


.logo_new {
	width:100%;
  padding: 0;
}
.logo_new img {
	width:300px;
	vertical-align:middle;
}
.white.background {
  background-color: #ffffff;
}
.all_header {
  padding: 20px 40px;
}

@media screen and (max-width: 800px){
.all_header {
padding: 10px 20px;
}
.logo_new img {
	width:240px;
}

}
