@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

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 {
  background-color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #000;
  min-width: 1200px;
}

ol, ul {
  list-style: none;
}

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

select {
  font-size: 14px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

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

.serif {
  font-family: 'Noto Serif JP', serif;
}

.josefin {
  font-family: 'Josefin Sans', sans-serif;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
.l-header {
  width: 100%;
  padding: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  margin: 0 auto;
  width: 224px;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  width: 100%;
  position: relative;
}

.c-center {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

/* Footer
---------------------------------------------------------------*/

#footer {
  margin-top: 0px;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: #1849A5;
  padding: 10px;
  margin-bottom: 0;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
.mv {
  margin-bottom: 40px;
}

.mv .mv-thum {
  width: 100%;
  background: 
  url(../images/mv-bg02.png) no-repeat right bottom,url(../images/mv-bg01.png) no-repeat left bottom;
  background-color: #e2e6ea;
  background-size: auto 100%, auto 100%;
  text-align: center;
  position: relative;
  padding: 61px 0 95px;
}

.mv .mv-thum:before {
  content: '';
  position: absolute;
  left: 130px;
  top: 60px;
  width: 113px;
  height: 241px;
  background: url(../images/mv-txt01.svg);
  background-repeat: no-repeat;
}

.mv .mv-thum img {
  width: 515px;
}

.mv-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.mv-info .left ,
.mv-info .right {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 109px;
}

.mv-info .left {
  background-color: #EFF3FA;
}

.mv-info .right {
  background-color: #206EF0;
}

.mv-info .left p {
  font-size: 26px;
  color: #206EF0;
}

.mv-info .left p span {
  font-weight: 700;
  color: #000000;
}

.mv-info .right .right-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.mv-info .right .right-inner .title {
  font-size: 15px;
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 20px;
}

.mv-info .right .right-inner .job {
  font-size: 15px;
  color: #fff;
}

.mv-info .right .right-inner .name {
  font-size: 40px;
  margin-left: 30px;
  color: #fff;
}

.mv-catch {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  padding: 41px 0 40px;
}

.mv-catch img {
  width: 566px;
  height: auto;
  display: block;
  margin: 22px auto 0;
}

.schedule {
  background: url(../images/bg-schedule.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 20%;
  margin-bottom: 88px;
}

.schedule .head_img {
  width: 311px;
  margin: 0 auto;
  display: block;
}

.limit {
  display: block;
  width: 750px;
  margin: 0 auto;
  text-align: center;
  margin-top: 45px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: #1849A5;
}

.limit p {
  color: #fff;
  font-size: 41px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}

.limit span {
  display: block;
  color: #fff;
  font-size: 41px;
}

.table-list {
  width: 678px;
  margin: 0 auto;
}

.table-list table {
  border-top: 2px solid #dbdbdb;
  margin-top: 30px;
}

.table-list table:last-of-type {
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #dbdbdb;
}

.table-list table + table {
  margin-top: 10px;
}

.table-list tr td {
  min-width: 520px;
  padding-top: 0;
  vertical-align: middle;
}

.table-list tr th {
  min-width: 120px;
}

.table-list tr th.head p {
  color: #dbdbdb;
  font-size: 68px;
  line-height: 68px;
  font-weight: bold;
  position: relative;
  bottom: -10px;
  margin-bottom: 0;
}

.table-list tr th.head p span {
  color: #dbdbdb;
  font-size: 37px;
  font-weight: bold;
}

.table-list tr td .inner {
  border-bottom: 2px solid #dbdbdb;
  padding: 10px 0;
  margin-bottom: 0;
}

.table-list tr td .inner.last {
  border-bottom: none;
  padding-bottom: 0;
}

.table-list tr td .inner .txt01 {
  font-size: 21px;
}

.table-list tr td .inner .txt02 {
  font-size: 21px;
  width: 117px;
  color: #fff;
  text-align: center;
  margin: 0 15px;
  background-color: #1b80c1;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table-list tr td .inner .txt03 {
  font-size: 17px;
  color: #E05564;
  text-align: center;
  display: inline-block;
  width: 88px;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #E05564;
  margin-left: 20px;
}

.table-list tr td .inner .txt02.type02 {
  background-color: #8065b4;
}

.f23 {
  font-size: 23px;
}

.f23.u-ta-c {
  letter-spacing: -0.04em;
}

.f24 {
  font-size: 24px;
}

.schedule .btnArea {
  padding-bottom: 63px;
  border-bottom: 1px solid #DBDBDB;
}

/*VOICE*/
.voice {
  background-color: #EFF3FA;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.voice:before {
  content: 'VOICE';
  position: absolute;
  left: -45px;
  top: 60px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 203px;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.lead {
  margin-bottom: 45px;
  text-align: center;
}

.lead h2 ,
.lead h3 {
  position: relative;
  font-size: 32px;
  color: #1849A5;
  font-weight: 700;
  padding-bottom: 34px;
  text-align: center;
}

.lead h2:before ,
.lead h3:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -144px;
  bottom: 0;
  width: 288px;
  height: 1px;
  background: #000000;
}

.lead h2.type02 ,
.lead h3.type02 {
  color: #1899A5;
}

.lead h2.type02:before ,
.lead h3.type02:before  {
  background: #1899A5;
}

.lead h2.type03 ,
.lead h3.type03 {
  color: #DF6976;
}

.lead h2.type03:before ,
.lead h3.type03:before  {
  background: #DF6976;
}

.voice-list {
  width: 750px;
  margin: 0 auto 110px;
}

.voice-head {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.voice-head:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 448px;
  background-color: #1849A5;
  z-index: 1;
}

.voice-head:before {
  position: absolute;
  top: 0px;
  right: -50vw;
  display: block;
  content: '';
  width: calc(100vw - 50%);
  height: 448px;
  background-color: #1849A5;
  z-index: 2;
}

.voice-head-num p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding-left: 35px;
}

.voice-head-num span {
  font-size: 95px;
  color: #1849A5;
  font-weight: 300;
  margin-left: 30px;
  line-height: 1;
}

.voice-head-inner {
  width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.voice-head-inner p {
  color: #fff;
  font-size: 24px;
  max-width: 580px;
  padding-top: 30px;
  margin: 0 auto 30px;
}

.voice-btm h3 {
  color: #1849A5;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 27px;
  margin-bottom: 35px;
  position: relative;
  border-bottom: 1px solid #1849A5;
}

.voice-btm h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  margin-left: calc(50% - 50vw);
  width: 50vw;
  height: 1px;
  background: #1849A5;
}

.voice-btm .inner {
  width: 680px;
  margin: 0 auto;
}

.voice-thum img {
  margin-left: -15px;
}

/*プレゼント*/
.presents {
  background: url(../images/bg-benefits.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 38%;
  position: relative;
}

.presents:before {
  content: 'BENEFITS';
  position: absolute;
  left: -25px;
  top: 46vw;
  font-family: 'Josefin Sans', sans-serif;
  color: #E9E9EE;
  font-size: 203px;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.presents-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}

.presents-ttl h2 {
  padding: 46px 80px;
  display: inline-block;
  position: relative;
  font-size: 32px;
  color: #fff;
  margin-bottom: 47px;
}

.presents-ttl h2 span {
  display: block;
  font-size: 48px;
  line-height: 1.2;
}

.presents-ttl h2:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1849A5;
  transform: skewX(-19deg);
  z-index: -1;
}

.presents-list {
  margin-bottom: 80px;
}

.presents-list-head {
  margin-bottom: 42px;
}

.presents-list-head__title {
  text-align: center;
}

.presents-list-head__title p {
  font-size: 32px;
  display: inline-block;
  color: #1849A5;
  position: relative;
  padding: 30px 40px;
}

.presents-list-head__title p:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EFF3FA;
  transform: skewX(-19deg);
  z-index: -1;
}

.presents-list-head__title span {
  display: block;
  font-size: 100px;
  line-height: 1.2;
  color: #1849A5;
  font-weight: 600;
  margin-top: -50px;
}

.presents-list-head__title h3 {
  font-size: 32px;
  color: #1849A5;
  font-weight: 600;
}

.presents-thum {
  margin-bottom: 34px;
}

.presents-list .txt16 + .txt16 {
  margin-top: 40px;
}

.content-mv {
  padding: 65px 0 0;
  background: url(../images/content-mv-bg.jpg) no-repeat top center;
  background-size: 100%;
  background-color: #D6DBDF;
  width: 100%;
  margin: 0 auto;
}

.content-mv-head {
  position: relative;
}

.content-mv-head:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 30vw;
  width: 316px;
  height: 221px;
  background: url(../images/content-bg01.png);
  background-repeat: no-repeat;
}

.content-mv-head:after {
  content: '';
  position: absolute;
  right: 50%;
  margin-right: -620px;
  top: 28vw;
  width: 316px;
  height: 221px;
  background: url(../images/content-bg02.png);
  background-repeat: no-repeat;
}

.content-mv-head__img01 {
  display: block;
  width: 568px;
  margin: 0 auto;
}

.content-mv-head__img02 {
  display: block;
  width: 563px;
  margin: 0 auto 30px;
  padding-top: 27vw;
}

.content-mv-head .btnArea {
  text-align: center;
  padding-bottom: 40px;
}

.rinen {
  padding: 80px 0 120px;
  position: relative;
  background: url(../images/bg-rinen.png) no-repeat right top;
}

.rinen h2 {
  text-align: center;
  margin-bottom: 45px;
}

.rinen .txt16 {
  line-height: 2.2;
  margin-bottom: 45px;
}

.rinen .name {
  font-size: 19px;
  text-align: right;
}

.case-lead {
  margin-bottom: 87px;
  text-align: center;
  background: url(../images/bg-case.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
}

.case-lead h2 {
  font-size: 32px;
  color: #fff;
  padding: 70px 0;
}

.case-inner {
  width: 750px;
  margin: 0 auto 40px;
}

.case-inner-head {
  margin-bottom: 48px;
}

.case-inner-head .num {
  text-align: center;
  display: block;
  color: #1899A5;
  font-size: 24px;
  font-weight: 300;
}

.case-inner-head h4 {
  background-color: #1899A5;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 24px;
}

.case-inner-head h4 span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 18px;
}

.case-inner .c-center .txt18 {
  margin: 30px 0 40px;
}

/*interview*/
.interview {
  padding: 120px 0;
}

.interview-list {
  width: 750px;
  margin: 0 auto 64px;
}

.interview-list .title {
  font-size: 24px;
  color: #DF6976;
  text-align: center;
  margin-bottom: 15px;
}

.interview-head {
  position: relative;
  padding: 43px 35px 0;
}

.interview-head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 95px);
  background-color: #DF6976;
  z-index: -1;
}

.interview-head .interview-head-catch {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  padding-left: 45px;
}

.interview-btm {
  padding: 3px 35px 43px;
  position: relative;
}

.interview-btm:before {
  content: "";
  position: absolute;
  left: 0;
  top: -130px;
  width: 100%;
  height: calc(100% - -130px);
  background-color: #EFF3FA;
  z-index: -1;
}

.iframe-content {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
  margin-bottom: 5%;
}

.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interview-btm h3 {
  font-size: 32px;
  color: #DF6976;
  font-weight: 500;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid #DF6976;
}

.interview-btm .interview-btm-about {
  font-size: 20px;
  color: #DF6976;
  margin-bottom: 10px;
}

/*teacher*/
.teacher {
  background-color: #EFF3FA;
  padding-bottom: 125px;
}

.result {
  padding: 83px 0;
}

.result .title {
  font-size: 32px;
  color: #1849A5;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

.result .title:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -25px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 30px solid transparent;
  border-left: 20px solid #9F43AA;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.teacher-list + .teacher-list {
  margin-top: 100px;
}

.teacher-head {
  text-align: center;
}

.teacher-head h2 {
  padding: 53px 0 105px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 28px;
}

.teacher-head h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(24,73,165,1) 0%,rgba(155,73,165,1) 100%);
  z-index: -1;
}

.teacher-head .thum {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  margin-bottom: 30px;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.teacher-list h3 {
  color: #1849A5;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 27px;
  margin-bottom: 35px;
  position: relative;
  border-bottom: 1px solid #1849A5;
}

.teacher-list h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  margin-left: calc(50% - 50vw);
  width: 50vw;
  height: 1px;
  background: #1849A5;
}

.teacher-end {
  position: relative;
  width: 680px;
  margin: 0 auto;
  padding: 128px 0 80px;
}

.teacher-end:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -305px;
  width: 610px;
  height: 84px;
  background: url(../images/teacher-arw.svg);
  background-repeat: no-repeat;
}

.teacher-end .txt20 {
  margin-bottom: 35px;
}

/*theme*/
.theme {
  background: url(../images/bg-theme.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 44%;
  position: relative;
  padding-bottom: 100px;
}

.theme:before {
  content: 'THEME';
  position: absolute;
  left: -25px;
  top: 46vw;
  font-family: 'Josefin Sans', sans-serif;
  color: #E9E9EE;
  font-size: 203px;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.theme-lead {
  text-align: center;
  margin-bottom: 40px;
}

.theme-lead h2 {
  font-size: 32px;
  color: #1849A5;
}

.theme-lead h2 span {
  display: block;
  font-size: 60px;
  line-height: 1.2;
  color: #1849A5;
}

.nayamai {
  margin: 53px 0 75px;
  border: 1px solid #1849A5;
  box-shadow: 3px 3px 5px rgba(0,0,0,.3);
  padding: 57px 40px;
}

.checklist li {
  margin-bottom: 20px;
  font-size: 20px;
  color: #1849A5;
  padding-left: 55px;
  background: url(../images/ico-check.svg) no-repeat 0px 0px;
}

.theme .txt16 {
  margin-bottom: 35px;
}

.boxtype {
  padding: 80px 0;
}

.boxtype .txt16 ,
.road .txt16 {
  margin-bottom: 35px;
}

.road {
  padding: 80px 0;
}

.road h2 {
  text-align: center;
  font-size: 32px;
  color: #1849A5;
  margin-bottom: 55px;
}

.road .road-thum {
  margin-bottom: 35px;
}

.road .subttl {
  font-size: 32px;
  color: #1849A5;
  font-size: 28px;
  margin: 75px 0 45px;
}

.sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.card-box {
  width: 100%;
  height: 100%;
  text-align: center;
}

.card-ttl-bg4 {
  background-image: url(../images/img_prof.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
}

.card-align-prof {
  margin: 40% auto 5%;
}

.card-prof {
  width: 750px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px #050826;
  box-shadow: 0 2px 5px #050826;
}

.card-prof-ttl {
  width: 100%;
  height: 100%;
  margin-bottom: 5%;
  background-color: #1b2145;
  color: #fff;
}

.card-prof-txt {
  text-align: left;
  margin: 0 5% 5%;
}

.card-prof-txt {
  text-align: left;
  margin: 0 5% 5%;
}

.card-books-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.card-books-margin {
  margin-right: 5%;
}

.card-books-half {
  width: 50%;
  font-size: 0.9rem;
  text-align: center;
}

.img-mainbook {
  width: 100%;
  height: auto;
}

.img-book {
  width: auto;
  height: 20%;
}

.card-books-table {
  width: 100%;
}

.card-books-data {
  width: 50%;
  border: solid 1px #1b2145;
  padding: 5% 0;
}

.ft-thum {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background: url(../images/ft-thum.jpg) no-repeat top center;
  background-size: 100%;
}
/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.txt14 {
  font-size: 14px;
}

.txt16 {
  font-size: 16px;
}

.txt18 {
  font-size: 18px;
}

.txt20 {
  font-size: 20px;
}

.u-color-blue {
  color: #008fd8;
}

.u-color-dblue {
  color: #2778ab;
}

.u-color-red {
  color: #ff0000;
}

.u-color-dred {
  color: #af0034;
}

.u-bg-blue {
  background-color: #EFF3FA;
}

strong {
  font-weight: bold;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}


/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1200px){}
  