@charset "UTF-8";
/* media quary */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url("https://fonts.googleapis.com/css?family=Bad+Script&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic");
/*
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,
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;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  /* width: 100%;*/
}

li {
  list-style: none;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html {
  background: #ffffff;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic UI","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #2a2a2a;
  font-style: normal;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem;
  overflow-x: hidden;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
  }
}

a {
  color: #0692ce;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.contents {
  padding: 0px;
  overflow: hidden;
  background: #e6f7fe;
}

@media screen and (max-width: 1200px) {
  .contents {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 959px) {
  .contents {
    padding: 10px 0px 0px 0px;
  }
}

.contents__top {
  position: relative;
  padding: 20px 0px 68px 0px;
  position: relative;
  background-color: #fff;
  background-image: url(/bloom/img/flower03.png), url(/bloom/img/flower04.png), url(/bloom/img/flower05.png);
  background-repeat: no-repeat , no-repeat , no-repeat;
  background-size: 137px , 164px , 103px;
  background-position: top -15px left 32% , bottom 305px right 39% , bottom 3px left 23%;
}

@media screen and (max-width: 959px) {
  .contents__top {
    padding: 10px 0px 52px 0px;
  }
}

@media screen and (max-width: 599px) {
  .contents__top {
    padding: 7px 0px 20px 0px;
    background-image: url(/bloom/img/flower03.png), none, url(/bloom/img/flower05.png);
    background-size: 127px , 164px , 93px;
    background-position: top -40px left 20% , bottom 305px right 39% , bottom 3px left 10%;
  }
}

.contents__top::before {
  background-image: url(/bloom/img/flower02.png);
  content: "";
  height: 192px;
  width: 207px;
  top: 400px;
  left: -30px;
  z-index: 998;
  position: absolute;
}

@media screen and (max-width: 959px) {
  .contents__top::before {
    top: 280px;
    left: -130px;
  }
}

@media screen and (max-width: 599px) {
  .contents__top::before {
    display: none;
  }
}

.contents__top::after {
  background-image: url(/bloom/img/flower01.png);
  content: "";
  height: 162px;
  width: 217px;
  top: 400px;
  right: -25px;
  z-index: 999;
  position: absolute;
}

@media screen and (max-width: 959px) {
  .contents__top::after {
    top: 340px;
    right: -100px;
  }
}

@media screen and (max-width: 599px) {
  .contents__top::after {
    display: none;
  }
}

.cmn-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 0px 60px 0px;
}

@media screen and (max-width: 1200px) {
  .cmn-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 959px) {
  .cmn-inner {
    padding: 10px 15px 30px 15px;
  }
}

.text {
  line-height: 1.4;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

@media screen and (min-width: 960px) {
  .tel-action[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
    color: #191919 !important;
  }
}

/* anchor
-------------------------------*/
.anchor {
  margin-top: -150px;
  padding-top: 150px;
  display: block;
}

@media screen and (max-width: 959px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 599px) {
  .anchor.mb60 {
    margin-bottom: 35px !important;
  }
}

/* show only  SP/PC
-------------------------------*/
@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .sp-s {
    display: block !important;
  }
}

@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .pc-s {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  .pc-s {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .tb-s {
    display: block !important;
  }
}

@media screen and (max-width: 959px) {
  .tb-s {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .tb-s {
    display: block !important;
  }
}

/* font
-------------------------------*/
.bold {
  font-weight: bold;
}

/* margin
-------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt85 {
  margin-top: 85px !important;
}

/* padding
-------------------------------*/
.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

/*ヘッダー*/
.header__inner {
  position: relative;
  background: #87cdeb;
  width: 100%;
  top: 0;
  height: 74px;
}

@media screen and (max-width: 959px) {
  .header__inner {
    margin: 0;
    height: 60px;
  }
}

.header__logo {
  position: absolute;
  top: 22px;
  left: 15px;
}

@media screen and (max-width: 959px) {
  .header__logo {
    top: 18px;
    left: 12px;
  }
}

@media screen and (max-width: 959px) {
  .header__logo img {
    width: 100px;
  }
}

.header .text {
  position: absolute;
  top: 30px;
  left: 140px;
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 1375px) {
  .header .text {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .header .text {
    display: block;
    left: 125px;
    font-size: 12px;
    top: 15px;
  }
}

.header .gnav {
  height: 74px;
  max-width: 1074px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1790px) {
  .header .gnav {
    margin-left: 350px;
  }
}

@media screen and (max-width: 1375px) {
  .header .gnav {
    margin-left: 150px;
    width: 1074px;
  }
}

.header .gnav li {
  float: left;
  border-left: 1px solid #eee;
}

.header .gnav li a {
  height: 74px;
  box-sizing: border-box;
  display: block;
  padding: 24px 18px 10px 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-position: 12px center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1535px) {
  .header .gnav li a {
    padding-left: 8px;
    padding-right: 12px;
    font-size: 17px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 1175px) {
  .header .gnav li a {
    background-position: 10px center;
  }
}

.header .gnav li a:hover {
  background-color: #64bce2;
}

.header .gnav li:first-child a {
  background-image: url(/bloom/common/icon_book.svg);
  padding-left: 58px;
  background-size: 40px;
}

@media screen and (max-width: 1045px) {
  .header .gnav li:first-child a {
    padding-left: 54px !important;
  }
}

.header .gnav li:nth-child(2) a {
  background-image: url(/bloom/common/icon_earth.svg);
  padding-left: 52px;
  background-size: 32px;
}

@media screen and (max-width: 1045px) {
  .header .gnav li:nth-child(2) a {
    padding-left: 48px !important;
  }
}

.header .gnav li:nth-child(3) a {
  background-image: url(/bloom/common/icon_hito.svg);
  padding-left: 54px;
  background-size: 40px;
}

@media screen and (max-width: 1045px) {
  .header .gnav li:nth-child(3) a {
    padding-left: 50px !important;
  }
}

.header .gnav li:nth-child(4) a {
  background-image: url(/bloom/common/icon_bag.svg);
  padding-left: 50px;
  background-size: 32px;
}

@media screen and (max-width: 1045px) {
  .header .gnav li:nth-child(4) a {
    padding-left: 44px !important;
  }
}

.header .gnav li:nth-child(5) {
  border-right: 1px solid #eee;
}

.header .gnav li:nth-child(5) a {
  background-image: url(/bloom/common/icon_graduation.svg);
  padding-left: 58px;
  background-size: 40px;
}

@media screen and (max-width: 1045px) {
  .header .gnav li:nth-child(5) a {
    padding-left: 44px !important;
  }
}

.header .fwu-logo {
  position: absolute;
  right: 25px;
  top: 22px;
}

@media screen and (max-width: 1640px) {
  .header .fwu-logo {
    display: none;
  }
}

/*フッター*/
.footer {
  width: 100%;
  background: #cce7f5;
  padding: 0px;
  /* 住所エリア */
}

.footer .cmn-inner {
  padding: 48px 0px 44px 0px;
  overflow: hidden;
}

@media screen and (max-width: 1140px) {
  .footer .cmn-inner {
    padding: 25px 10px 20px 10px;
  }
}

.footer__info {
  float: left;
  width: 560px;
  overflow: hidden;
  padding-top: 15px;
}

@media screen and (max-width: 599px) {
  .footer__info {
    float: none;
    width: 100%;
  }
}

.footer__info dt {
  float: left;
}

@media screen and (max-width: 599px) {
  .footer__info dt {
    float: none;
    margin-bottom: 15px;
    text-align: center;
    padding-right: 10px;
  }
}

@media screen and (max-width: 599px) {
  .footer__info dt img {
    width: 160px;
  }
}

.footer__info dd {
  padding: 8px 0px 8px 25px;
  overflow: hidden;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .footer__info dd {
    padding: 0px;
    font-size: 13px;
    text-align: center;
  }
}

.footer__info__link {
  font-size: 1.4rem;
  padding: 0px 0px 0px 35px !important;
}

@media screen and (max-width: 599px) {
  .footer__info__link {
    margin-top: 5px;
    font-size: 13px;
    padding-left: 0px !important;
  }
}

.footer__nav {
  float: right;
}

@media screen and (max-width: 959px) {
  .footer__nav {
    float: none;
    margin-left: -8px;
    margin-bottom: 15px;
    overflow: hidden;
  }
}

.footer__nav li {
  float: left;
  padding-left: 16px;
}

@media screen and (max-width: 959px) {
  .footer__nav li {
    width: calc(50% - 8px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    margin-left: 8px;
  }
}

.footer__nav li a {
  font-size: 1.8rem;
  color: #4a658c;
  width: 234px;
  padding: 16px 15px 16px 70px;
  line-height: 1.3;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 44px auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 959px) {
  .footer__nav li a {
    width: auto;
    padding: 25px 15px 25px 70px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .footer__nav li a {
    font-size: 13px;
    padding: 14px 8px 14px 36px;
    background-size: 28px auto;
    background-position: left 7px center !important;
    font-weight: bold;
  }
}

.footer__nav li a:hover {
  opacity: 0.8;
}

.footer__nav li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #87cdeb;
  border-right: 3px solid #87cdeb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .footer__nav li a::after {
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #87cdeb;
    border-right: 2px solid #87cdeb;
  }
}

.footer__nav li:nth-child(1) a {
  background-image: url(/bloom/common/icon_calendar_blue.svg);
}

.footer__nav li:nth-child(2) a {
  background-position: left 15px center;
  padding-left: 64px;
  background-image: url(/bloom/common/icon_note_blue.svg);
}

@media screen and (max-width: 599px) {
  .footer__nav li:nth-child(2) a {
    background-size: 26px auto;
    background-position: left 5px center !important;
    padding-left: 34px;
  }
}

.footer__copy {
  clear: both;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  background: #87cdeb;
}

@media screen and (max-width: 599px) {
  .footer__copy {
    line-height: 1.2;
    font-size: 11px;
  }
}

@media screen and (max-width: 959px) {
  .sp-menu__list {
    height: 100vh;
    overflow: scroll;
    width: 100%;
    box-sizing: border-box;
    margin: 58px 0px 10px 0px;
    padding: 0px 10px;
    position: fixed;
    top: 0;
    display: none;
    background: rgba(229, 190, 71, 0.95);
  }
}

/*--------------------------------------------------------
スマホメニュー
----------------------------------------------------------*/
/* スマホヘッダーメニュー */
@media screen and (max-width: 959px) {
  .sp-head {
    background: #87cdeb;
    width: 100%;
    height: 60px;
    z-index: 9999;
    position: fixed;
  }
  .sp-head__menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 60px;
    background-color: #54b5df;
    color: #fff;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
  }
  #menu {
    cursor: pointer;
    z-index: 101;
    background-image: url(/bloom/common/sp_menu_btn.svg);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: center 14px;
  }
  #menu .close {
    display: none;
  }
  .open #menu {
    background-image: url(/bloom/common/close_btn.svg);
    background-size: 23px auto;
    background-repeat: no-repeat;
  }
  .open #menu .menu {
    display: none;
  }
  .open #menu .close {
    display: block;
  }
  .open .global-nav {
    z-index: 199;
    position: fixed;
  }
}

/* スマホドロワーメニュー */
.sp-menu__list {
  height: calc(100vh - 30px);
  overflow: scroll;
  width: 100%;
  box-sizing: border-box;
  margin: 0px 0px 10px 0px;
  padding: 2px 0px 50px 0px;
  position: fixed;
  top: 60px;
  display: none;
  background: #54b5df;
  z-index: 9999;
}

.sp-menu__list__gnav li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.sp-menu__list__gnav li a {
  display: block;
  width: 100%;
  padding: 20px 15px 20px 56px;
  position: relative;
  font-size: 1.7rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-menu__list__gnav li a::after {
  display: block;
  content: '';
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-menu__list__gnav li:first-child a {
  background: url(/bloom/common/icon_book.svg) no-repeat left 12px center;
  background-size: 36px;
}

.sp-menu__list__gnav li:nth-child(2) a {
  background: url(/bloom/common/icon_earth.svg) no-repeat left 14px center;
  background-size: 32px;
}

.sp-menu__list__gnav li:nth-child(3) a {
  background: url(/bloom/common/icon_hito.svg) no-repeat left 10px center;
  background-size: 35px;
}

.sp-menu__list__gnav li:nth-child(4) a {
  background: url(/bloom/common/icon_bag.svg) no-repeat left 14px center;
  background-size: 32px;
}

.sp-menu__list__gnav li:nth-child(5) a {
  background: url(/bloom/common/icon_graduation.svg) no-repeat left 10px center;
  background-size: 40px;
}

.sp-menu__list__btn {
  margin: 20px 8px 8px 0px;
}

.sp-menu__list__btn li {
  width: calc(50% - 10px);
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-left: 8px;
}

.sp-menu__list__btn li a {
  position: relative;
  display: block;
  padding: 20px 3px 20px 36px;
  color: #fff;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 5px center;
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  .sp-menu__list__btn li a {
    padding: 14px 3px 14px 36px;
  }
}

.sp-menu__list__btn li:nth-child(1) a {
  background-image: url(/bloom/common/icon_calendar.svg);
}

.sp-menu__list__btn li:nth-child(2) a {
  background-image: url(/bloom/common/icon_note.svg);
  letter-spacing: -1px;
  padding-left: 32px;
  background-position: 2px center;
}

/*--------------------------------------------------------
    アイコン
----------------------------------------------------------*/
/* 新着アイコン */
.icon {
  color: #FFF !important;
  line-height: 1.7;
  padding: 5px 20px;
  margin: 0;
  display: block;
  font-size: 1.8rem;
  min-width: 145px;
  height: 40px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  .icon {
    padding: 5px 10px;
    font-size: 14px;
    min-width: 100px;
    height: 32px;
  }
}

.icon--01 {
  background-color: #60cbbc;
}

.icon--02 {
  background-color: #a6c951;
}

.icon--03 {
  background-color: #d68fda;
}

.icon--04 {
  background-color: #f7b65a;
}

.icon--05 {
  background-color: #fa9490;
}

.icon-new {
  position: relative;
  color: #ffffff;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  font-size: 1.9rem;
  background: #fa537e;
  font-family: "Fjalla One", sans-serif;
  text-align: center;
  line-height: 4.4;
}

@media screen and (max-width: 959px) {
  .icon-new {
    height: 66px;
    width: 66px;
    line-height: 4.2;
    font-size: 16px;
  }
}

.icon-new::after {
  content: "";
  height: 84px;
  width: 84px;
  border-radius: 100%;
  left: -4px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  border: 2px dotted #fa537e;
}

@media screen and (max-width: 959px) {
  .icon-new::after {
    height: 70px;
    width: 70px;
  }
}

/* タイトル
--------------------------*/
.page-title {
  height: 152px;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 55px;
}

@media screen and (max-width: 959px) {
  .page-title {
    padding-top: 25px;
    height: 90px;
  }
}

@media screen and (max-width: 599px) {
  .page-title {
    padding-top: 20px;
    height: 70px;
  }
}

.page-title h2 {
  display: inline;
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: 0px;
  color: #54b5df;
  padding: 10px 0px 10px 58px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 959px) {
  .page-title h2 {
    font-size: 24px;
    background-size: 40px;
    padding-left: 47px !important;
  }
}

@media screen and (max-width: 599px) {
  .page-title h2 {
    font-size: 20px;
    background-size: 36px;
    padding-left: 44px !important;
  }
}

.page-title__program {
  background: url(/bloom/common/icon_book_blue.svg) no-repeat left center;
  background-size: 50px;
}

.page-title__global {
  background: url(/bloom/common/icon_earth_blue.svg) no-repeat left center;
  background-size: 48px;
}

.page-title__campuslife {
  background: url(/bloom/common/icon_hito_blue.svg) no-repeat left center;
  background-size: 50px;
}

.page-title__activity {
  background: url(/bloom/common/icon_bag_blue.svg) no-repeat left center;
  background-size: 44px;
}

.page-title__graduation {
  background: url(/bloom/common/icon_graduation_blue.svg) no-repeat left center;
  background-size: 54px;
  padding-left: 65px !important;
}

/*--------------------------------------------------------
ぱんくず
----------------------------------------------------------*/
.breadcrumbs-list {
  padding: 15px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumbs-list ul {
  max-width: 1140px;
  margin: 0 auto;
}

.breadcrumbs-list li {
  position: relative;
  display: inline;
  font-size: 14px;
  padding-left: 17px;
  line-height: 1.0;
}

.breadcrumbs-list li:first-child {
  padding-left: 0px;
}

.breadcrumbs-list li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs-list li a {
  line-height: 1.0;
  text-decoration: underline;
  padding: 3px 0px;
}

.breadcrumbs-list li a:hover {
  text-decoration: none;
}

.breadcrumbs-list li:first-child::before {
  display: none;
}

/* pager
--------------------------*/
.pager {
  clear: both;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 959px) {
  .pager {
    width: calc(100% + 20px);
    margin: 0px -10px;
  }
}

.pager li {
  display: inline-block;
  margin: 0px 1px;
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .pager li {
    margin: 0px;
  }
}

.pager li a {
  font-size: 1.8rem;
  display: block;
  line-height: 2.4;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #64bce2;
  color: #64bce2;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 599px) {
  .pager li a {
    width: 44px;
    height: 44px;
  }
}

.pager li.active a,
.pager li a:hover {
  background-color: #64bce2;
  color: #fff;
  text-decoration: none;
}

.pager li.prev {
  margin-right: 20px;
}

@media screen and (max-width: 599px) {
  .pager li.prev {
    margin-right: 2px;
  }
}

.pager li.next {
  margin-left: 20px;
}

@media screen and (max-width: 599px) {
  .pager li.next {
    margin-left: 2px;
  }
}

.pager li.prev a, .pager li.next a {
  border: 2px solid #ffffff;
  width: 54px;
  height: 54px;
  background: #ffffff;
  position: relative;
  text-indent: -9999px;
}

@media screen and (max-width: 599px) {
  .pager li.prev a, .pager li.next a {
    width: 44px;
    height: 44px;
  }
}

.pager li.prev a::before, .pager li.next a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  background: #64bce2;
  height: 3px;
  width: 17px;
  border-radius: 3px;
}

.pager li.prev a::after, .pager li.next a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 3px solid #64bce2;
  border-right: 3px solid #64bce2;
  border-radius: 3px;
}

.pager li.prev a::before {
  left: 17px;
}

@media screen and (max-width: 599px) {
  .pager li.prev a::before {
    left: 12px;
  }
}

.pager li.prev a::after {
  left: 17px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media screen and (max-width: 599px) {
  .pager li.prev a::after {
    left: 12px;
  }
}

.pager li.next a::before {
  right: 7px;
}

@media screen and (max-width: 599px) {
  .pager li.next a::before {
    left: 5px;
  }
}

.pager li.next a::after {
  right: 17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .pager li.next a::after {
    left: 13px;
  }
}

.pager li.prev a:hover,
.pager li.next a:hover {
  opacity: 0.8;
}

/* pagetop
--------------------------*/
#pagetop {
  position: fixed;
  bottom: 55px;
  right: 40px;
  z-index: 100;
}

@media screen and (max-width: 599px) {
  #pagetop {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 599px) {
  #pagetop {
    bottom: 10px;
    right: 10px;
  }
}

#pagetop a {
  position: relative;
  width: 64px;
  height: 64px;
  text-align: center;
  display: block;
  background: #54b5df;
  border-radius: 100%;
  text-indent: -9999px;
}

@media screen and (max-width: 599px) {
  #pagetop a {
    width: 46px;
    height: 46px;
  }
}

#pagetop a::after {
  display: block;
  content: '';
  position: absolute;
  vertical-align: middle;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ---------------------------------------
   slick-slider
--------------------------------------- */
#slick, #slick02 {
  float: none;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding-top: 0px;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 2000;
  top: 50%;
  display: block;
  width: 54px;
  height: 54px;
  padding: 0;
  margin-top: -20px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #e2f1f9;
  border-radius: 100%;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  background: #64bce2;
  height: 3px;
  width: 17px;
  border-radius: 3px;
}

.slick-prev::after,
.slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 3px solid #64bce2;
  border-right: 3px solid #64bce2;
  border-radius: 3px;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}

.slick-prev {
  left: -65px;
}

@media screen and (max-width: 959px) {
  .slick-prev {
    left: -10px;
  }
}

.slick-prev::before {
  left: 17px;
}

@media screen and (max-width: 599px) {
  .slick-prev::before {
    left: 20px;
  }
}

.slick-prev::after {
  left: 17px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media screen and (max-width: 599px) {
  .slick-prev::after {
    left: 20px;
  }
}

.slick-next {
  right: -65px;
}

@media screen and (max-width: 959px) {
  .slick-next {
    right: -10px;
  }
}

.slick-next::before {
  right: 7px;
}

@media screen and (max-width: 599px) {
  .slick-next::before {
    left: 5px;
  }
}

.slick-next::after {
  right: 17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .slick-next::after {
    left: 13px;
  }
}

/* TOPページ
--------------------------*/
/* site-ttl*/
.site-ttl {
  position: relative;
  box-sizing: border-box;
  padding: 20px 0px 15px 0px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .site-ttl {
    padding: 20px 0px 5px 0px;
  }
}

@media screen and (max-width: 599px) {
  .site-ttl::after {
    background: url(/bloom/img/flower_sp.png) 0 0 no-repeat transparent;
    background-size: 75px auto;
    width: 75px;
    height: 75px;
    content: "";
    top: 0px;
    right: -15px;
    z-index: 999;
    position: absolute;
  }
}

.site-ttl__logo {
  position: relative;
  width: 574px;
  margin: -95px auto 0px auto;
  z-index: 998;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 5px;
  border-radius: 80% 80% 0 0;
}

@media screen and (max-width: 959px) {
  .site-ttl__logo {
    max-width: 450px;
    margin-top: -35px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 414px) {
  .site-ttl__logo {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .site-ttl__logo {
    margin-top: -50px;
  }
}

.site-ttl__logo img {
  max-width: 100%;
}

@media screen and (max-width: 959px) {
  .site-ttl__logo img {
    width: 100%;
  }
}

.site-ttl__text {
  position: relative;
  z-index: 997;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}

@media screen and (max-width: 959px) {
  .site-ttl__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 414px) {
  .site-ttl__text {
    font-size: 12px;
    letter-spacing: 0px;
  }
}

/* slider*/
.top-slider__list {
  width: 100%;
  height: 375px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .top-slider__list {
    height: 280px;
  }
}

@media screen and (max-width: 375px) {
  .top-slider__list {
    height: 240px;
  }
}

.top-slider__list .slick-track {
  padding-top: 20px;
}

.top-slider__list ul li {
  float: left;
  display: inline;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  margin: 0 18px;
}

@media screen and (max-width: 599px) {
  .top-slider__list ul li {
    margin: 0 10px;
  }
}

.top-slider__list ul li a {
  position: relative;
  width: 100%;
  height: 375px;
  display: block;
}

@media screen and (max-width: 1400px) {
  .top-slider__list ul li a {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .top-slider__list ul li a {
    height: 280px;
  }
}

@media screen and (max-width: 414px) {
  .top-slider__list ul li a {
    height: 240px;
  }
}

@media screen and (max-width: 375px) {
  .top-slider__list ul li a {
    height: 215px;
  }
}

.top-slider__list ul li a img {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .top-slider__list ul li a img {
    width: 100%;
    max-width: auto;
  }
}

.top-slider__list ul li a .catch {
  position: absolute;
  bottom: -110px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 110px;
  background-image: linear-gradient(-45deg, rgba(75, 125, 201, 0.85) 25%, rgba(75, 125, 201, 0.95) 25%, rgba(75, 125, 201, 0.95) 50%, rgba(75, 125, 201, 0.85) 50%, rgba(75, 125, 201, 0.85) 75%, rgba(75, 125, 201, 0.95) 75%, rgba(75, 125, 201, 0.95));
  background-size: 40px 40px;
  background-attachment: fixed;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
}

@media screen and (max-width: 959px) {
  .top-slider__list ul li a .catch {
    bottom: 0px;
    font-size: 12px;
    height: 58px;
    background-size: 20px 20px;
    padding: 12px 10px 5px 10px;
  }
}

.top-slider__list ul li a:hover .catch {
  bottom: 0;
}

.top-slider__list ul li a p.mark {
  width: 96px;
  height: 96px;
  position: absolute;
  top: -16px;
  left: -25px;
  z-index: 999;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  -ms-animation: spin 3s linear infinite;
  -o-animation: spin 3s linear infinite;
  animation: spin 10s linear infinite;
}

@media screen and (max-width: 959px) {
  .top-slider__list ul li a p.mark {
    width: 76px;
    height: 76px;
  }
}

@media screen and (max-width: 599px) {
  .top-slider__list ul li a p.mark {
    width: 56px;
    height: 56px;
  }
}

.top-slider__list ul li a p.mark span {
  width: 96px;
  height: 96px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: bold;
  font-size: 17px;
  -webkit-animation: spin-elm 3s linear infinite;
  -moz-animation: spin-elm 3s linear infinite;
  -ms-animation: spin-elm 3s linear infinite;
  -o-animation: spin-elm 3s linear infinite;
  animation: spin-elm 10s linear infinite;
}

@media screen and (max-width: 959px) {
  .top-slider__list ul li a p.mark span {
    width: 76px;
    height: 76px;
    font-size: 13px;
  }
}

@media screen and (max-width: 599px) {
  .top-slider__list ul li a p.mark span {
    width: 56px;
    height: 56px;
    font-size: 10px;
    line-height: 1.0;
  }
}

@-webkit-keyframes spin-elm {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes spin-elm {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}

@-ms-keyframes spin-elm {
  .top-slider__list ul li a p.mark 0% {
    -ms-transform: rotate(0deg);
  }
  .top-slider__list ul li a p.mark 100% {
    -ms-transform: rotate(-360deg);
  }
}

@-o-keyframes spin-elm {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(-360deg);
  }
}

@keyframes spin-elm {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  .top-slider__list ul li a 0% {
    -ms-transform: rotate(0deg);
  }
  .top-slider__list ul li a 100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.top-slider__list ul li a p.mark01 {
  background: url(/bloom/img/mark01.png) no-repeat center center;
  background-size: 100% auto;
}

.top-slider__list ul li a p.mark02 {
  background: url(/bloom/img/mark02.png) no-repeat center center;
  background-size: 100% auto;
}

.top-slider__list ul li a p.mark03 {
  background: url(/bloom/img/mark03.png) no-repeat center center;
  background-size: 100% auto;
}

.top-slider__list ul li a p.mark04 {
  background: url(/bloom/img/mark04.png) no-repeat center center;
  background-size: 100% auto;
}

.top-slider__list ul li a p.mark05 {
  background: url(/bloom/img/mark05.png) no-repeat center center;
  background-size: 100% auto;
}

/*--------------------------------------------------------
    リスト一覧
----------------------------------------------------------*/
/* 新着アイコン */
.list-box {
  margin-top: 25px;
  margin-left: -55px;
}

@media screen and (max-width: 959px) {
  .list-box {
    margin-left: -25px;
  }
}

@media screen and (max-width: 599px) {
  .list-box {
    margin-top: 10px;
    margin-left: 0px;
  }
}

.list-box__item {
  position: relative;
  width: calc(33.3% - 55px);
  float: left;
  margin-left: 55px;
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .list-box__item {
    width: calc(33.3% - 25px);
    margin-left: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 599px) {
  .list-box__item {
    float: none;
    width: 80%;
    margin: 0px auto 30px auto;
  }
}

.list-box__item a {
  display: block;
  background: #fff;
}

.list-box__item a .over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 320px;
  background: rgba(75, 125, 201, 0.55);
  opacity: 0;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding: 150px 10px 0px 10px;
  color: #fff;
  font-size: 1.8rem;
  transition: .3s;
}

@media screen and (max-width: 959px) {
  .list-box__item a .over {
    padding: 115px 10px 0px 10px;
  }
}

.list-box__item a:hover .over {
  opacity: 1;
}

.list-box__item .icon-new {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 3;
}

@media screen and (max-width: 599px) {
  .list-box__item .icon-new {
    top: -15px;
  }
}

.list-box__ph {
  position: relative;
  height: 320px;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .list-box__ph {
    height: 240px;
  }
}

.list-box__ph img {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .list-box__ph img {
    width: 100%;
    margin-top: -10px;
  }
}

.list-box__icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.list-box__catch {
  font-size: 2.0rem;
  color: #132b50;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 25px;
}

@media screen and (max-width: 959px) {
  .list-box__catch {
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 15px;
  }
}

@media screen and (max-width: 599px) {
  .list-box {
    padding: 6px 0;
  }
}

/*--------------------------------------------------------
   contents__detail
----------------------------------------------------------*/
.contents__detail {
  position: relative;
}

.contents__detail::after {
  top: 0;
  content: " ";
  position: absolute;
  z-index: 0;
  right: 0px;
  width: 120%;
  height: 660px;
  transform: rotate(-7.6deg);
  transform-origin: top left;
  -webkit-background-size: 28px 28px;
  -moz-background-size: 28px 28px;
  background-size: 28px 28px;
  background-color: #d4edfa;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #c3e5f8), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #c3e5f8), color-stop(0.75, #c3e5f8), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #c3e5f8 25%, transparent 25%, transparent 50%, #c3e5f8 50%, #c3e5f8 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #c3e5f8 25%, transparent 25%, transparent 50%, #c3e5f8 50%, #c3e5f8 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #c3e5f8 25%, transparent 25%, transparent 50%, #c3e5f8 50%, #c3e5f8 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #c3e5f8 25%, transparent 25%, transparent 50%, #c3e5f8 50%, #c3e5f8 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #c3e5f8 25%, transparent 25%, transparent 50%, #c3e5f8 50%, #c3e5f8 75%, transparent 75%, transparent);
}

@media screen and (max-width: 959px) {
  .contents__detail::after {
    height: 500px;
  }
}

.contents__detail .cmn-inner {
  position: relative;
  z-index: 2;
}

.detail-intro {
  position: relative;
  height: 374px;
  background: #ffffff;
  margin-bottom: 68px;
  margin-top: 35px;
}

@media screen and (max-width: 959px) {
  .detail-intro {
    height: 300px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .detail-intro {
    height: auto;
    margin: 30px 5px 45px 5px;
  }
}

.detail-intro .icon-new {
  position: absolute;
  top: -20px;
  left: -10px;
  display: block;
  height: 90px;
  width: 90px;
  line-height: 4.8;
}

@media screen and (max-width: 959px) {
  .detail-intro .icon-new {
    height: 80px;
    width: 80px;
  }
}

@media screen and (max-width: 599px) {
  .detail-intro .icon-new {
    height: 70px;
    width: 70px;
  }
}

.detail-intro .icon-new::after {
  height: 94px;
  width: 94px;
}

@media screen and (max-width: 959px) {
  .detail-intro .icon-new::after {
    height: 84px;
    width: 84px;
  }
}

@media screen and (max-width: 599px) {
  .detail-intro .icon-new::after {
    height: 74px;
    width: 74px;
  }
}

.detail-intro__eng {
  position: absolute;
  right: -40px;
  top: -45px;
  font-size: 6.2rem;
  color: #f897ce;
  font-family: "Bad Script", cursive;
  letter-spacing: 2px;
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}

@media screen and (max-width: 959px) {
  .detail-intro__eng {
    font-size: 5.0rem;
    right: -20px;
    top: -30px;
  }
}

@media screen and (max-width: 599px) {
  .detail-intro__eng {
    font-size: 4.0rem;
  }
}

.detail-intro__ph {
  display: block;
  width: 400px;
  height: 374px;
  float: left;
  background: #fff;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .detail-intro__ph {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  .detail-intro__ph {
    width: 100%;
    height: 250px;
  }
}

.detail-intro__ph img {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .detail-intro__ph img {
    max-width: 100%;
    width: 100%;
  }
}

.detail-intro__icon {
  min-width: 140px;
  display: inline-block;
  text-align: center;
  font-size: 1.7rem;
  height: 34px;
  padding: 3px 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  .detail-intro__icon {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 13px;
    padding: 3px 15px;
    margin-bottom: 5px;
  }
}

.detail-intro__box {
  overflow: hidden;
  padding: 54px 60px 0px 60px;
}

@media screen and (max-width: 959px) {
  .detail-intro__box {
    padding: 45px;
  }
}

@media screen and (max-width: 599px) {
  .detail-intro__box {
    padding: 15px 20px;
  }
}

.detail-intro__catch {
  font-size: 2.7rem;
  font-weight: bold;
  color: #04425c;
  line-height: 1.5;
  margin-bottom: 55px;
}

@media screen and (max-width: 959px) {
  .detail-intro__catch {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 599px) {
  .detail-intro__catch {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.detail-intro__name {
  font-size: 2.3rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .detail-intro__name {
    font-size: 17px;
    margin-bottom: 5px;
  }
}

.detail-intro__name span {
  font-size: 1.8rem;
  color: #64bce2;
  font-family: "Fjalla One", sans-serif;
  margin-left: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .detail-intro__name span {
    font-size: 13px;
    margin-left: 10px;
  }
}

.detail-intro__gakunen {
  font-size: 1.7rem;
}

@media screen and (max-width: 599px) {
  .detail-intro__gakunen {
    font-size: 13px;
  }
}

.detail-intro::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -30px;
  width: 146px;
  height: 135px;
  z-index: 1;
  background-image: url(/bloom/common/detail_flower.png);
}

@media screen and (max-width: 599px) {
  .detail-intro::after {
    background-size: 100px auto;
    background-repeat: no-repeat;
    bottom: -80px;
    right: -95px;
  }
}

.detail-catch {
  font-size: 3.0rem;
  font-weight: bold;
  color: #0692ce;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  .detail-catch {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .detail-catch {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

.detail-interview {
  min-height: 420px;
  margin-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .detail-interview {
    min-height: inherit;
    margin-bottom: 30px;
  }
}

.detail-interview__box {
  position: relative;
  background: #fff;
  width: 670px;
  min-height: 420px;
  height: auto !important;
  height: 420px;
  padding: 68px 110px 60px 47px;
  box-sizing: border-box;
}

@media screen and (max-width: 1150px) {
  .detail-interview__box {
    width: 60%;
    padding: 40px 80px 40px 34px;
  }
}

@media screen and (max-width: 599px) {
  .detail-interview__box {
    width: 100%;
    padding: 25px 20px 20px 20px;
  }
}

.detail-interview__box::after {
  position: absolute;
  content: "";
  right: -430px;
  top: 52px;
  width: 470px;
  height: 340px;
  -webkit-background-size: 11px 11px;
  -moz-background-size: 11px 11px;
  background-size: 11px 11px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #87cdeb), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #87cdeb), color-stop(0.75, #87cdeb), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #87cdeb 25%, transparent 25%, transparent 50%, #87cdeb 50%, #87cdeb 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #87cdeb 25%, transparent 25%, transparent 50%, #87cdeb 50%, #87cdeb 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #87cdeb 25%, transparent 25%, transparent 50%, #87cdeb 50%, #87cdeb 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #87cdeb 25%, transparent 25%, transparent 50%, #87cdeb 50%, #87cdeb 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #87cdeb 25%, transparent 25%, transparent 50%, #87cdeb 50%, #87cdeb 75%, transparent 75%, transparent);
}

@media screen and (max-width: 1150px) {
  .detail-interview__box::after {
    width: 73%;
    height: 310px;
    right: -67%;
    top: 60px;
  }
}

@media screen and (max-width: 959px) {
  .detail-interview__box::after {
    height: 280px;
  }
}

@media screen and (max-width: 599px) {
  .detail-interview__box::after {
    right: 5px;
    top: auto;
    bottom: 0px;
    width: 250px;
    height: 190px;
  }
}

.detail-interview__re .detail-interview__box {
  float: right;
  padding-left: 110px;
  padding-right: 47px;
}

@media screen and (max-width: 1150px) {
  .detail-interview__re .detail-interview__box {
    padding: 40px 34px 40px 80px;
  }
}

@media screen and (max-width: 599px) {
  .detail-interview__re .detail-interview__box {
    float: none;
    width: 100%;
    padding: 25px 20px 20px 20px;
  }
}

.detail-interview__re .detail-interview__box::after {
  left: -430px;
  right: auto;
}

@media screen and (max-width: 1150px) {
  .detail-interview__re .detail-interview__box::after {
    left: -67%;
  }
}

@media screen and (max-width: 599px) {
  .detail-interview__re .detail-interview__box::after {
    left: 0px;
  }
}

.detail-interview__catch {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  color: #04425c;
  line-height: 1.4;
  margin-bottom: 45px;
}

@media screen and (max-width: 959px) {
  .detail-interview__catch {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .detail-interview__catch {
    font-size: 17px;
    margin-bottom: 30px;
  }
}

.detail-interview__catch::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -25px;
  width: 88px;
  height: 7px;
  -webkit-background-size: 7px 7px;
  -moz-background-size: 7px 7px;
  background-size: 7px 7px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #64bce2), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #64bce2), color-stop(0.75, #64bce2), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #64bce2 25%, transparent 25%, transparent 50%, #64bce2 50%, #64bce2 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #64bce2 25%, transparent 25%, transparent 50%, #64bce2 50%, #64bce2 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #64bce2 25%, transparent 25%, transparent 50%, #64bce2 50%, #64bce2 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #64bce2 25%, transparent 25%, transparent 50%, #64bce2 50%, #64bce2 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #64bce2 25%, transparent 25%, transparent 50%, #64bce2 50%, #64bce2 75%, transparent 75%, transparent);
}

@media screen and (max-width: 599px) {
  .detail-interview__catch::after {
    width: 50px;
    height: 4px;
    bottom: -15px;
  }
}

.detail-interview__txt {
  line-height: 1.9;
}

@media screen and (max-width: 599px) {
  .detail-interview__txt {
    line-height: 1.8;
    margin-bottom: 15px;
  }
}

.detail-interview__ph {
  position: absolute;
  right: -408px;
  top: 30px;
  background: #fff;
  width: 470px;
  height: 340px;
  z-index: 10;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  .detail-interview__ph {
    width: 74%;
    height: 310px;
    right: -64%;
    top: 40px;
  }
}

@media screen and (max-width: 959px) {
  .detail-interview__ph {
    width: 78%;
    height: 280px;
  }
}

@media screen and (max-width: 599px) {
  .detail-interview__ph {
    position: inherit !important;
    width: 100%;
    height: 200px;
    right: 0px;
    top: 0px;
  }
}

.detail-interview__re .detail-interview__ph {
  left: -408px;
  right: auto;
}

@media screen and (max-width: 1150px) {
  .detail-interview__re .detail-interview__ph {
    left: -64%;
  }
}

@media screen and (max-width: 599px) {
  .detail-interview__re .detail-interview__ph {
    left: 0px;
    top: 0px;
  }
}

.detail-interview__ph img {
  max-width: 100%;
}

@media screen and (max-width: 1150px) {
  .detail-interview__ph img {
    max-width: inherit;
    width: auto;
    height: 100%;
  }
}

.detail-message {
  position: relative;
  margin-bottom: 60px;
  margin-top: 60px;
}

@media screen and (max-width: 599px) {
  .detail-message {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}

.detail-message__tit {
  overflow: hidden;
  color: #5082c3;
  font-size: 2.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-left: 170px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .detail-message__tit {
    margin-left: 90px;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}

.detail-message__eng {
  position: absolute;
  left: -40px;
  top: -28px;
  font-size: 6.2rem;
  color: #f897ce;
  font-family: "Bad Script", cursive;
  letter-spacing: 2px;
  transform: rotate(-14deg);
  -moz-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
}

@media screen and (max-width: 959px) {
  .detail-message__eng {
    font-size: 5.0rem;
    left: -15px;
    top: -20px;
  }
}

@media screen and (max-width: 599px) {
  .detail-message__eng {
    font-size: 3.3rem;
  }
}

.detail-message__comment {
  position: relative;
  float: left;
  width: 756px;
  border: 3px solid #5082c3;
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1150px) {
  .detail-message__comment {
    width: 100%;
    padding: 30px;
    margin-right: -300px;
    padding-right: 300px;
  }
}

@media screen and (max-width: 599px) {
  .detail-message__comment {
    padding: 25px 20px 20px 20px;
    float: none;
    margin-bottom: 10px;
  }
}

.detail-message__comment__catch {
  color: #2f3030;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .detail-message__comment__catch {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 599px) {
  .detail-message__comment__catch {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.detail-message__comment:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -32px;
  border: 32px solid transparent;
  border-left: 32px solid #e6f7fe;
  z-index: 2;
}

@media screen and (max-width: 1150px) {
  .detail-message__comment:before {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .detail-message__comment:before {
    top: auto;
    bottom: -60px;
    right: 50%;
    margin-right: -30px;
    display: block;
    border: 32px solid transparent;
    border-top: 32px solid #e6f7fe;
  }
}

.detail-message__comment:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  margin-top: -30px;
  border: 30px solid transparent;
  border-left: 30px solid #5082c3;
  z-index: 1;
}

@media screen and (max-width: 1150px) {
  .detail-message__comment:after {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .detail-message__comment:after {
    top: auto;
    bottom: -62px;
    margin-right: -28px;
    right: 50%;
    display: block;
    border: 30px solid transparent;
    border-top: 30px solid #5082c3;
  }
}

.detail-message__image {
  position: relative;
  float: right;
  width: 272px;
  height: 272px;
}

@media screen and (max-width: 599px) {
  .detail-message__image {
    float: none;
    margin: 0 auto;
  }
}

.detail-message__image__ph {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: -10px;
  width: 272px;
  height: 272px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .detail-message__image__ph {
    top: 25px;
  }
}

@media screen and (max-width: 599px) {
  .detail-message__image__ph {
    width: 240px;
    height: 240px;
  }
}

.detail-message__image__ph img {
  max-width: 100%;
}

.detail-message__image::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 5px;
  width: 272px;
  height: 272px;
  border-radius: 100%;
  -webkit-background-size: 11px 11px;
  -moz-background-size: 11px 11px;
  background-size: 11px 11px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #8ab5ed), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #8ab5ed), color-stop(0.75, #8ab5ed), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #8ab5ed 25%, transparent 25%, transparent 50%, #8ab5ed 50%, #8ab5ed 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #8ab5ed 25%, transparent 25%, transparent 50%, #8ab5ed 50%, #8ab5ed 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #8ab5ed 25%, transparent 25%, transparent 50%, #8ab5ed 50%, #8ab5ed 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #8ab5ed 25%, transparent 25%, transparent 50%, #8ab5ed 50%, #8ab5ed 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #8ab5ed 25%, transparent 25%, transparent 50%, #8ab5ed 50%, #8ab5ed 75%, transparent 75%, transparent);
}

@media screen and (max-width: 959px) {
  .detail-message__image::after {
    top: 35px;
  }
}

@media screen and (max-width: 599px) {
  .detail-message__image::after {
    width: 240px;
    height: 240px;
  }
}

.detail-activity {
  background: #fff;
  overflow: hidden;
  padding: 35px 48px;
}

@media screen and (max-width: 959px) {
  .detail-activity {
    padding: 20px;
  }
}

@media screen and (max-width: 599px) {
  .detail-activity {
    padding: 15px 15px 0px 15px;
  }
}

.detail-activity__tit {
  background: #fefce3;
  color: #ffad0f;
  font-size: 2.5rem;
  text-align: center;
  padding: 13px;
  margin-bottom: 25px;
}

@media screen and (max-width: 959px) {
  .detail-activity__tit {
    font-size: 2.2rem;
    padding: 10px;
  }
}

@media screen and (max-width: 599px) {
  .detail-activity__tit {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.detail-activity__list {
  overflow: hidden;
  margin-left: -50px;
}

@media screen and (max-width: 959px) {
  .detail-activity__list {
    margin-left: -20px;
    width: auto !important;
  }
}

@media screen and (max-width: 599px) {
  .detail-activity__list {
    margin-left: 0px !important;
  }
}

.detail-activity__list__02 {
  margin: 0 auto;
  max-width: 710px;
  width: 710px;
}

.detail-activity__list__01 {
  margin-left: 0px;
}

.detail-activity__list__item {
  float: left;
  width: calc(33.3% - 50px);
  margin-left: 50px;
}

@media screen and (max-width: 959px) {
  .detail-activity__list__item {
    width: calc(33.3% - 20px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 599px) {
  .detail-activity__list__item {
    float: none;
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 30px !important;
    margin-right: 0px !important;
  }
}

.detail-activity__list__02 .detail-activity__list__item {
  width: calc(50% - 50px);
  margin: 0px 25px;
}

.detail-activity__list__01 .detail-activity__list__item {
  float: none;
  width: auto;
  margin-left: 0px;
}

.detail-activity__ph {
  overflow: hidden;
  height: 210px;
  width: 100%;
  background: #eee;
  margin-bottom: 5px;
}

@media screen and (max-width: 959px) {
  .detail-activity__list__02 .detail-activity__ph {
    height: 190px;
  }
}

.detail-activity__list__01 .detail-activity__ph {
  height: 210px;
  width: 300px;
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 959px) {
  .detail-activity__ph {
    height: 150px;
  }
}

@media screen and (max-width: 599px) {
  .detail-activity__ph {
    width: 100% !important;
    height: 170px !important;
    float: none !important;
  }
}

.detail-activity__ph img {
  max-width: 100%;
}

.detail-activity__list__01 .detail-activity__box {
  overflow: hidden;
}

.detail-activity__st {
  text-align: center;
  color: #fe7e00;
  font-size: 2.0rem;
  padding: 10px 0px;
  border-bottom: 1px dotted #ffb62a;
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  .detail-activity__st {
    text-align: center !important;
    font-size: 17px;
    padding: 6px 0px;
    margin-bottom: 10px;
  }
}

.detail-activity__list__01 .detail-activity__st {
  text-align: left;
}

.detail-activity__txt {
  margin-bottom: 18px;
}

@media screen and (max-width: 599px) {
  .detail-activity__txt {
    margin-bottom: 8px;
    line-height: 1.6;
  }
}

.detail-activity__btn {
  position: relative;
  background: #ffb62a;
  text-align: center;
  font-size: 1.6rem;
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 599px) {
  .detail-activity__btn {
    font-size: 14px;
  }
}

.detail-activity__list__01 .detail-activity__btn {
  max-width: 320px;
}

.detail-activity__btn::after {
  display: block;
  content: '';
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.detail-activity__btn:hover {
  background: #fe7e00;
  color: #fff;
}

.detail-activity__btn:hover::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

/*--------------------------------------------------------
    その他　インタビュー
----------------------------------------------------------*/
.other-interview {
  width: 100%;
  background: #ffffff;
  padding: 68px 0px 15px 0px;
  /* slider*/
}

@media screen and (max-width: 599px) {
  .other-interview {
    padding: 38px 0px 24px 0px;
  }
}

.other-interview .cmn-inner {
  position: relative;
}

.other-interview .cmn-inner::before {
  background: url(/bloom/common/detail_flower02.png) 0 0 no-repeat transparent;
  width: 137px;
  height: 162px;
  content: "";
  bottom: 35px;
  left: -160px;
  position: absolute;
}

@media screen and (max-width: 959px) {
  .other-interview .cmn-inner::before {
    left: 0px;
  }
}

@media screen and (max-width: 599px) {
  .other-interview .cmn-inner::before {
    background-size: 100% auto;
    width: 100px;
    height: 140px;
    bottom: -35px;
  }
}

.other-interview .cmn-inner::after {
  background: url(/bloom/common/detail_flower03.png) 0 0 no-repeat transparent;
  width: 153px;
  height: 111px;
  content: "";
  top: 0px;
  right: -110px;
  position: absolute;
}

@media screen and (max-width: 959px) {
  .other-interview .cmn-inner::after {
    right: 0px;
  }
}

@media screen and (max-width: 599px) {
  .other-interview .cmn-inner::after {
    width: 100px;
    height: 140px;
    right: -10px;
    top: -50px;
  }
}

.other-interview__tit {
  font-size: 2.5rem;
  font-weight: bold;
  color: #04425c;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 599px) {
  .other-interview__tit {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}

.other-interview__eng {
  font-size: 1.5rem;
  font-weight: bold;
  color: #40a7d3;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 45px;
}

@media screen and (max-width: 599px) {
  .other-interview__eng {
    font-size: 13px;
    letter-spacing: 0px;
  }
}

.other-interview__btn {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 2px solid #64bce2;
  border-radius: 50px;
  padding: 13px;
  font-size: 1.8rem;
  text-align: center;
  max-width: 400px;
  font-weight: bold;
  color: #40a7d3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 599px) {
  .other-interview__btn {
    padding: 8px;
    font-size: 17px;
  }
}

.other-interview__btn::after {
  display: block;
  content: '';
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 3px solid #64bce2;
  border-bottom: 3px solid #64bce2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.other-interview__btn:hover {
  background: #64bce2;
  color: #fff;
}

.other-interview__btn:hover::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.other-interview__list {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.other-interview__list ul {
  float: left;
}

.other-interview__list ul li {
  float: left;
  display: inline;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  margin: 0 18px;
}

.other-interview__list ul li a {
  position: relative;
  width: 230px;
  height: 270px;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .other-interview__list ul li a {
    width: 100%;
    height: 240px;
  }
}

@media screen and (max-width: 320px) {
  .other-interview__list ul li a {
    height: 200px;
  }
}

.other-interview__list ul li a img {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .other-interview__list ul li a img {
    margin-top: -15px;
    width: 100%;
    max-width: auto;
  }
}

.other-interview__list ul li a .over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 270px;
  background: rgba(75, 125, 201, 0.55);
  opacity: 0;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding: 110px 10px 0px 10px;
  color: #fff;
  font-size: 1.8rem;
  transition: .3s;
}

@media screen and (max-width: 959px) {
  .other-interview__list ul li a .over {
    padding: 115px 10px 0px 10px;
  }
}

.other-interview__list ul li a:hover .over {
  opacity: 1;
}

.other-interview__list__icon {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
