@charset "UTF-8";
/* ================================================== *
 *    Variables CSS
 * ================================================== */
/* ================================================== *
 *    Utilities CSS
 * ================================================== */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

html {
  font-size: 62.5%;
  line-height: 2;
  color: #444;
}

@media screen and (min-width: 760px) {
  html {
    font-size: 57.5%;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: white;
}

@media screen and (min-width: 760px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #444;
  text-decoration: underline;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-m {
  margin-bottom: 30px !important;
}

.margin-bottom-l {
  margin-bottom: 60px !important;
}

.margin-bottom-xl {
  margin-bottom: 90px !important;
}

.margin-bottom-xxl {
  margin-bottom: 120px !important;
}

/* ================================================== *
 *    Common CSS
 * ================================================== */
.content-wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.orange {
  color: #FFB300 !important;
}

.pink {
  color: #E57373 !important;
}

.blue {
  color: #0288D1 !important;
}

.green {
  color: #93c261 !important;
}

@media screen and (min-width: 760px) {
  .width-95 {
    width: 95% !important;
  }
}

@media screen and (min-width: 760px) {
  .width-90 {
    width: 90% !important;
  }
}

@media screen and (min-width: 760px) {
  .width-80 {
    width: 80% !important;
  }
}

@media screen and (min-width: 760px) {
  .width-70 {
    width: 70% !important;
  }
}

.block-center {
  margin: 0 auto;
}

@media screen and (min-width: 760px) {
  .text-right {
    text-align: right;
  }
}

.font-min {
  font-family: "a-otf-ryumin-pr6n", serif !important;
}

@media screen and (min-width: 600px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}

@media screen and (min-width: 600px) {
  .br-pc {
    display: inline;
  }
}

.transition {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.hr80 {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  width: 80%;
  margin: 0 auto;
}

/* ================================================== *
 *    st-Header CSS
 * ================================================== */
.st-Header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 9px;
}

@media screen and (min-width: 760px) {
  .st-Header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.st-Header_Logo {
  width: 100%;
  height: 30px;
  margin: 10px;
}

@media screen and (min-width: 760px) {
  .st-Header_Logo {
    margin: 0;
    width: auto;
  }
}

.st-Header_Logo a {
  display: inline-block;
  width: 305px;
  height: 30px;
  line-height: 30px;
  background: url("../media/header/n_logo.png") no-repeat;
  background-size: 305px 30px;
}

.st-Header_Nav {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .st-Header_Nav {
    width: auto;
  }
}

.st-Header_Nav a {
  display: inline-block;
  background: #d5ecf5;
  color: #444;
  width: 100%;
  line-height: 40px;
  text-decoration: none;
  font-size: 1.3rem;
}

@media screen and (min-width: 760px) {
  .st-Header_Nav a {
    width: auto;
    padding: 0 40px;
  }
}

/* ================================================== *
 *    st-GlobalNav CSS
 * ================================================== */
.st-GlobalNav {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 760px) {
  .st-GlobalNav {
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.st-GlobalNav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.st-GlobalNav ul li {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.st-GlobalNav ul li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 760px) {
  .st-GlobalNav ul li:last-child > a::after {
    content: '|';
    position: absolute;
    right: 0;
    color: #d6d6d6;
    font-family: inherit;
    font-size: inherit;
  }
}

@media screen and (min-width: 760px) {
  .st-GlobalNav ul li {
    width: 25%;
    border-bottom: none;
  }
}

.st-GlobalNav a {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.6rem;
}

@media screen and (min-width: 760px) {
  .st-GlobalNav a::before {
    content: '|';
    position: absolute;
    left: 0;
    color: #d6d6d6;
  }
}

.st-GlobalNav a::after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  font-size: 1.2em;
}

@media screen and (min-width: 760px) {
  .st-GlobalNav a::after {
    content: '';
  }
}

.st-GlobalNav a:link, .st-GlobalNav a:visited, .st-GlobalNav a:active {
  color: #444;
  text-decoration: none;
}

.st-GlobalNav a:hover {
  color: #777;
  text-decoration: none;
}

/* ================================================== *
 *    st-Footer CSS
 * ================================================== */
.st-Footer {
  border-top: 1px solid #d6d6d6;
}

@media screen and (min-width: 760px) {
  .st-Footer {
    padding: 0;
  }
}

.st-FooterNav {
  padding: 20px 16px;
  background: white;
}

@media screen and (min-width: 760px) {
  .st-FooterNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    border-bottom: 1px solid #d6d6d6;
  }
}

.st-FooterNav_Column {
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 760px) {
  .st-FooterNav_Column {
    width: 18%;
    border-bottom: none;
  }
}

@media screen and (min-width: 960px) {
  .st-FooterNav_Column {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .st-FooterNav_Column {
    width: 15%;
    padding-left: 30px;
  }
}

.st-FooterNav_Column-Title {
  padding: 10px 0;
  margin: 0;
  cursor: pointer;
  color: #ef707b;
}

@media screen and (min-width: 760px) {
  .st-FooterNav_Column-Title {
    cursor: default;
    font-size: 1.4rem;
  }
}

.st-FooterNav_Column-Title::after {
  content: '+';
  float: right;
  font-size: 1.4rem;
  font-weight: normal;
  margin-right: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #444;
}

@media screen and (min-width: 760px) {
  .st-FooterNav_Column-Title::after {
    content: '';
    display: none;
  }
}

.st-FooterNav_Column-Title.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.st-FooterNav_Column-List {
  display: none;
  padding: 5px 0 16px;
  margin: 0;
  list-style-type: none;
}

@media screen and (min-width: 760px) {
  .st-FooterNav_Column-List {
    display: block !important;
  }
}

.st-FooterNav_Column-Link {
  display: block;
  padding: 0 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 760px) {
  .st-FooterNav_Column-Link {
    font-size: 1.2rem;
    padding: 0;
  }
}

.st-FooterGlobal {
  background: #fff2f0;
  padding: 20px 0;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .st-FooterGlobal {
    padding: 40px 0;
  }
}

.st-FooterGlobal_List {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media screen and (min-width: 760px) {
  .st-FooterGlobal_List {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 760px) {
  .st-FooterGlobal_Item {
    position: relative;
    padding: 0 20px;
  }
}

@media screen and (min-width: 760px) {
  .st-FooterGlobal_Item:last-child > a::after {
    display: none;
  }
}

.st-FooterGlobal_Link {
  display: block;
}

.st-FooterGlobal_Link::after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.2em;
  margin-left: 1em;
  color: #777;
}

@media screen and (min-width: 760px) {
  .st-FooterGlobal_Link::after {
    content: '|';
    font-family: inherit;
    font-size: inherit;
    position: absolute;
    right: 0;
  }
}

.st-FooterGlobal_Logo {
  width: 100%;
  height: 30px;
  margin: 20px 10px;
}

.st-FooterGlobal_Logo a {
  display: inline-block;
  width: 305px;
  height: 30px;
  line-height: 30px;
  background: url("../media/header/n_logo.png") no-repeat;
  background-size: 305px 30px;
}

.st-FooterGlobal_Legal {
  width: 100%;
}

.st-FooterGlobal_Legal p {
  margin: 0;
  color: #777777;
}

.st-FooterBanner {
  margin: 30px 0;
  padding: 0;
}

.st-FooterBanner_Items {
  display: block;
  margin: 0 auto;
  width: 95%;
}

@media screen and (min-width: 600px) {
  .st-FooterBanner_Items {
    width: 400px;
  }
}

.st-FooterBanner_Items img {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* ================================================== *
 *    tp-Index CSS
 * ================================================== */
.tp-PanelNav a {
  color: #444;
  text-decoration: none;
}

.tp-PanelNav a:hover {
  opacity: .6;
}

.tp-PanelNav_Title-En {
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  line-height: 1.5;
}

.tp-PanelNav_Title {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  font-family: "a-otf-ryumin-pr6n", serif;
}

@media screen and (min-width: 760px) {
  .tp-PanelNav_Title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .tp-PanelNav_Title {
    font-size: 2.0rem;
  }
}

.tp-PanelNav_Icon {
  font-size: 3.4rem;
  line-height: 1;
  margin-top: 10px;
}

.tp-PanelNav_Icon-SVG {
  width: 50px;
}

@media screen and (min-width: 760px) {
  .tp-PanelNav_Icon-SVG {
    width: 45px;
  }
}

@media screen and (min-width: 960px) {
  .tp-PanelNav_Icon-SVG {
    width: 50px;
  }
}

.tp-PanelNav_Line01 {
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  padding: 0 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tp-PanelNav_Line01-2box {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (min-width: 760px) {
  .tp-PanelNav_Line01-2box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 25%;
  }
}

.tp-PanelNav_Line01-2box_Item01, .tp-PanelNav_Line01-2box_Item02 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 20px 0;
}

.tp-PanelNav_Line01-1box {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .tp-PanelNav_Line01-1box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 75%;
  }
}

.tp-PanelNav_Line01-1box_Item01 {
  background: #f7f7f7;
  line-height: 0;
}

.tp-PanelNav_Line01-1box_Item01 img {
  width: 100%;
}

.tp-PanelNav_Line02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.tp-PanelNav_Line02_Item01, .tp-PanelNav_Line02_Item02, .tp-PanelNav_Line02_Item03, .tp-PanelNav_Line02_Item04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 30px 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 760px) {
  .tp-PanelNav_Line02_Item01, .tp-PanelNav_Line02_Item02, .tp-PanelNav_Line02_Item03, .tp-PanelNav_Line02_Item04 {
    border-right: 5px solid white;
    width: 25%;
    padding: 40px 0;
  }
}

@media screen and (min-width: 960px) {
  .tp-PanelNav_Line02_Item01, .tp-PanelNav_Line02_Item02, .tp-PanelNav_Line02_Item03, .tp-PanelNav_Line02_Item04 {
    padding: 70px 0;
  }
}

.tp-PanelNav_Line02_Item01 {
  background: #ffe8e6;
}

.tp-PanelNav_Line02_Item02 {
  background: #ffefcc;
}

.tp-PanelNav_Line02_Item03 {
  background: #D8E6ED;
}

.tp-PanelNav_Line02_Item04 {
  background: #E2EDD5;
}

@media screen and (min-width: 760px) {
  .tp-PanelNav_Line02_Item04 {
    border-right: none;
  }
}

.tp-Philosophy {
  background: #f7f7f7;
  padding: 50px 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 760px) {
  .tp-Philosophy {
    padding: 60px 0 90px;
  }
}

.tp-Philosophy_Title {
  width: 87.5%;
  color: #ef707b;
  font-size: 2.4rem;
  text-align: center;
}

.tp-Philosophy_Body {
  width: 87.5%;
}

@media screen and (min-width: 760px) {
  .tp-Philosophy_Body {
    text-align: center;
    line-height: 2.5;
  }
}

.tp-Philosophy_Body p {
  padding: 0;
}

.tp-Footer .st-Footer {
  border-top: none;
}

/* ================================================== *
 *    tp-Info CSS
 * ================================================== */
.st-Info {
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 760px) {
  .st-Info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.st-Info a {
  color: #444;
  text-decoration: none;
}

.st-Info a:hover {
  opacity: .6;
}

.st-Info_Heading {
  display: none;
}

.st-Info_Item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px;
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (min-width: 760px) {
  .st-Info_Item {
    width: 25%;
    padding: 0 15px;
    margin: 20px 0;
    border-right: 1px solid #d6d6d6;
    border-bottom: none;
  }
}

@media screen and (min-width: 960px) {
  .st-Info_Item {
    margin: 40px 0;
    padding: 0 30px;
  }
}

.st-Info_Item:nth-child(n+6) {
  display: none;
}

.st-Info_Item:nth-child(5n) {
  border-right: none;
  border-bottom: none;
}

.st-Info_Item-Date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: italic;
  color: #777;
}

.st-Info_Item-Title {
  margin: 0;
  text-decoration: underline;
  font-size: 15px;
}

@media screen and (min-width: 760px) {
  .st-Info_Item-Title {
    font-size: 13px;
  }
}

@media screen and (min-width: 960px) {
  .st-Info_Item-Title {
    font-size: 15px;
  }
}

.st-Info_Item-Body {
  background: white;
}

.st-Info_Item-Body p {
  font-size: 13px;
  line-height: 2;
  height: 52px;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.st-Info_Item-Body p::before, .st-Info_Item-Body p::after {
  background: white;
  position: absolute;
}

.st-Info_Item-Body p::before {
  content: "...";
  top: 26px;
  right: 0;
}

@media screen and (min-width: 760px) {
  .st-Info_Item-Body p::before {
    top: 44px;
  }
}

@media screen and (min-width: 960px) {
  .st-Info_Item-Body p::before {
    top: 52px;
  }
}

.st-Info_Item-Body p::after {
  content: "";
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .st-Info_Item-Body p {
    font-size: 11px;
    height: 66px;
  }
}

@media screen and (min-width: 960px) {
  .st-Info_Item-Body p {
    font-size: 13px;
    height: 78px;
  }
}

.st-Info_More {
  width: 100%;
  border-top: 1px dashed #d6d6d6;
  text-align: center;
  padding: 5px;
}

/* ================================================== *
 *    ct-Common CSS
 * ================================================== */
.ct-Contents {
  margin-bottom: 100px;
}

.ct-Breadcrumbs ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 760px) {
  .ct-Breadcrumbs ol {
    width: 100%;
  }
}

.ct-Breadcrumbs ol a {
  color: #ef707b;
}

.ct-Breadcrumbs ol li:not(:last-child)::after {
  content: '\f0da';
  font-family: FontAwesome;
  margin: 0 10px;
}

.ct-CategoryTitle {
  margin: 5px 0 20px;
  padding: 19px 0;
  background: #f7f7f7;
  font-size: 1.8rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .ct-CategoryTitle {
    margin-bottom: 40px;
  }
}

.ct-tabMain ul {
  list-style-type: none;
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 760px) {
  .ct-tabMain ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ct-tabMain ul li {
  margin-bottom: 5px;
  padding: 6px 0;
  border: 1px solid #ef707b;
  font-size: 1.8rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (min-width: 760px) {
  .ct-tabMain ul li {
    width: 25%;
    margin-right: 20px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .ct-tabMain ul li {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 760px) {
  .ct-tabMain ul li:last-child {
    margin-right: 0;
  }
}

.ct-tabMain ul li:hover {
  background: #ef707b;
  color: white;
}

.ct-tabMain ul li.tab-current {
  background: #ef707b;
  color: white;
  cursor: default;
}

.ct-MainArticles_Title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 0 40px;
  font-size: 2.2rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  text-align: center;
  /* for no-flexbox browsers */
}

.ct-MainArticles_Title::before, .ct-MainArticles_Title::after {
  border-top: 1px solid;
  content: "";
  display: inline;
  /* for IE */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ct-MainArticles_Title::before {
  margin-right: 1.0em;
  margin-left: 10%;
}

@media screen and (min-width: 760px) {
  .ct-MainArticles_Title::before {
    margin-right: 1.6em;
    margin-left: 17%;
  }
}

@media screen and (min-width: 960px) {
  .ct-MainArticles_Title::before {
    margin-right: 1.6em;
    margin-left: 30%;
  }
}

.ct-MainArticles_Title::after {
  margin-right: 10%;
  margin-left: 1.0em;
}

@media screen and (min-width: 760px) {
  .ct-MainArticles_Title::after {
    margin-right: 17%;
    margin-left: 1.6em;
  }
}

@media screen and (min-width: 960px) {
  .ct-MainArticles_Title::after {
    margin-right: 30%;
    margin-left: 1.6em;
  }
}

.ct-MainArticles_Sub {
  margin: -40px auto 40px;
  color: #E57373;
  text-align: center;
  font-style: italic;
}

.ct-MainArticles_Body {
  width: 90%;
  margin: 0 auto;
}

/* ================================================== *
 *    sw-Modules CSS
 * ================================================== */
@media screen and (min-width: 760px) {
  .sw-CenterText {
    text-align: center;
  }
}

.sw-CenterText_Catch {
  color: #ef707b;
  font-size: 2.4rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .sw-LeftText {
    margin: 0 auto 80px;
  }
}

@media screen and (min-width: 960px) {
  .sw-LeftText {
    width: 85%;
  }
}

.sw-LeftText_Catch {
  color: #93c261;
  font-size: 2.4rem;
  font-family: "a-otf-ryumin-pr6n", serif;
}

.sw-LeftText_Q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.sw-LeftText_Q::before {
  border-top: 1px solid;
  content: "";
  margin-right: 1em;
  width: 1.5em;
  display: inline;
  /* for IE */
}

.sw-LeftText_Heading {
  font-size: 1.8rem;
  border-top: 3px solid #FFB300;
  border-bottom: 3px solid #FFB300;
  padding: 5px 20px;
  position: relative;
  width: 300px;
  text-align: center;
  margin: 30px auto;
  color: #FFB300;
  font-weight: bold;
}

.sw-ThreeCircles {
  text-align: center;
}

@media screen and (min-width: 760px) {
  .sw-ThreeCircles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.sw-ThreeCircles_Items {
  margin: 20px 20px 40px;
}

@media screen and (min-width: 760px) {
  .sw-ThreeCircles_Items {
    margin-bottom: 0;
  }
}

.sw-ThreeCircles_Items-Image {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.sw-ThreeCircles_Items-Image img {
  width: 100%;
  border-radius: 200px;
}

.sw-ThreeCircles_Items-Title {
  margin: 30px 0 0;
  color: #E57373;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 760px) {
  .sw-ThreeCircles_Items-Title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 760px) {
  .sw-ThreeCircles_Items-Body {
    font-size: 1.4rem;
  }
}

.sw-ThreeSquares {
  text-align: center;
  margin: 100px 0;
}

@media screen and (min-width: 760px) {
  .sw-ThreeSquares {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.sw-ThreeSquares_Items {
  margin: 20px 20px 40px;
}

@media screen and (min-width: 760px) {
  .sw-ThreeSquares_Items {
    margin-bottom: 0;
  }
}

.sw-ThreeSquares_Items-Image {
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto;
}

.sw-ThreeSquares_Items-Image img {
  width: 100%;
}

.sw-ThreeSquares_Items-Title {
  color: #93c261;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 760px) {
  .sw-ThreeSquares_Items-Title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 760px) {
  .sw-ThreeSquares_Items-Body {
    font-size: 1.4rem;
  }
}

.sw-TwoSquares {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 760px) {
  .sw-TwoSquares {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (min-width: 960px) {
  .sw-TwoSquares {
    width: 80%;
  }
}

.sw-TwoSquares_Items {
  margin: 0 0 40px;
}

@media screen and (min-width: 760px) {
  .sw-TwoSquares_Items {
    margin: 0 20px 40px;
  }
}

.sw-TwoSquares_Items-Image {
  margin: 0 auto 10px;
}

.sw-TwoSquares_Items-Image img {
  width: 100%;
}

.sw-TwoSquares_Items-Title {
  color: #93c261;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 760px) {
  .sw-TwoSquares_Items-Title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 760px) {
  .sw-TwoSquares_Items-Body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 760px) {
  .sw-MainImageInterview {
    width: 80%;
    margin: 0 auto 100px;
  }
}

@media screen and (min-width: 960px) {
  .sw-MainImageInterview {
    width: 60%;
  }
}

.sw-MainImageInterview img {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .sw-MainImageNursery {
    width: 80%;
    margin: 0 auto 100px;
  }
}

@media screen and (min-width: 960px) {
  .sw-MainImageNursery {
    width: 80%;
  }
}

.sw-MainImageNursery img {
  width: 100%;
}

.sw-TwoColImageText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 760px) {
  .sw-TwoColImageText {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto 60px;
  }
}

@media screen and (min-width: 960px) {
  .sw-TwoColImageText {
    width: 85%;
  }
}

.sw-TwoColImageText_Image {
  margin: 0 auto 30px;
  padding: 0 50px;
}

@media screen and (min-width: 760px) {
  .sw-TwoColImageText_Image {
    width: 28%;
    padding: 0;
  }
}

.sw-TwoColImageText_Image img {
  width: 100%;
  margin: 0 0 10px;
}

.sw-TwoColImageText_Image .sw-TwoColImageText_Image-Name {
  text-align: center;
}

@media screen and (min-width: 760px) {
  .sw-TwoColImageText_Text {
    width: 60%;
  }
}

.sw-TwoColImageText_Text P:first-child {
  margin-top: 0;
}

.sw-TwoColTextImage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .sw-TwoColTextImage {
    width: 85%;
  }
}

.sw-TwoColTextImage_Catch {
  width: 100%;
  margin: 0;
  color: #0288D1;
  font-size: 2.4rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 760px) {
  .sw-TwoColTextImage_Catch {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 760px) {
  .sw-TwoColTextImage_Text {
    width: 60%;
    margin: 0;
  }
}

.sw-TwoColTextImage_Text P:first-child {
  margin-top: 0;
}

.sw-TwoColTextImage_Image {
  margin: 0 0 30px;
  padding: 0;
}

@media screen and (min-width: 760px) {
  .sw-TwoColTextImage_Image {
    width: 35%;
    padding: 0;
  }
}

.sw-TwoColTextImage_Image img {
  width: 100%;
  margin: 0 0 10px;
}

.sw-DlTable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (min-width: 760px) {
  .sw-DlTable {
    width: 80%;
    margin: 0 auto;
  }
}

.sw-DlTable_Title, .sw-DlTable_List {
  margin: 0;
  padding: 10px 30px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

@media screen and (min-width: 760px) {
  .sw-DlTable_Title, .sw-DlTable_List {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.sw-DlTable_Title {
  width: 100%;
  text-align: center;
  background: #f7f7f3;
}

@media screen and (min-width: 760px) {
  .sw-DlTable_Title {
    text-align: left;
    width: 25%;
  }
}

.sw-DlTable_List {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .sw-DlTable_List {
    width: 75%;
  }
}

.sw-DlTable a {
  color: #0288D1;
}

.sw-NurseryDlTable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #FFB300;
  border-bottom: 1px solid #FFB300;
}

@media screen and (min-width: 760px) {
  .sw-NurseryDlTable {
    width: 70%;
    margin: 0 auto;
  }
}

.sw-NurseryDlTable_Title, .sw-NurseryDlTable_List {
  margin: 0;
  padding: 10px 30px;
  border-top: 1px solid #FFB300;
  border-left: 1px solid #FFB300;
}

@media screen and (min-width: 760px) {
  .sw-NurseryDlTable_Title, .sw-NurseryDlTable_List {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.sw-NurseryDlTable_Title {
  width: 100%;
  text-align: center;
  color: #e47800;
  background: #ffefcc;
}

@media screen and (min-width: 760px) {
  .sw-NurseryDlTable_Title {
    text-align: left;
    width: 25%;
  }
}

.sw-NurseryDlTable_List {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .sw-NurseryDlTable_List {
    width: 75%;
  }
}

.sw-NurseryDlTableMin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 760px) {
  .sw-NurseryDlTableMin {
    width: 60%;
    margin: 0 auto 80px;
  }
}

.sw-NurseryDlTableMin_Title, .sw-NurseryDlTableMin_List {
  margin: 0;
  padding: 10px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 760px) {
  .sw-NurseryDlTableMin_Title, .sw-NurseryDlTableMin_List {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.sw-NurseryDlTableMin_Title {
  width: 100%;
  text-align: center;
  background: #f7f7f3;
}

@media screen and (min-width: 760px) {
  .sw-NurseryDlTableMin_Title {
    text-align: left;
    width: 50%;
  }
}

.sw-NurseryDlTableMin_List {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .sw-NurseryDlTableMin_List {
    width: 50%;
  }
}

.sw-DlTableProgram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (min-width: 960px) {
  .sw-DlTableProgram {
    width: 85%;
    margin: 0 auto;
  }
}

.sw-DlTableProgram_Title, .sw-DlTableProgram_List {
  margin: 0;
  padding: 10px 1.8em;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

@media screen and (min-width: 760px) {
  .sw-DlTableProgram_Title, .sw-DlTableProgram_List {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.sw-DlTableProgram_Title {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .sw-DlTableProgram_Title {
    text-align: left;
    width: 18%;
  }
}

.sw-DlTableProgram_Title:nth-of-type(n+6) {
  border-top: 1px solid white;
}

.sw-DlTableProgram_Title:nth-of-type(n+11) {
  color: white;
}

.sw-DlTableProgram_List {
  padding-left: 2.8em;
  text-indent: -1em;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .sw-DlTableProgram_List {
    width: 82%;
  }
}

.sw-DlTableProgram_List div::before {
  content: '○ ';
}

@media screen and (min-width: 760px) {
  .sw-DlTableProgram dd:nth-of-type(even) {
    background: #f7f7f7;
  }
}

.sw-DlTableProgram dt:nth-of-type(-n+13) {
  background: #80A1D4;
}

.sw-DlTableProgram dt:nth-of-type(-n+10) {
  background: #C0B9DD;
}

.sw-DlTableProgram dt:nth-of-type(-n+7) {
  background: #F7D08A;
}

.sw-DlTableProgram dt:nth-of-type(-n+4) {
  background: #F7F4EA;
}

.sw-ImageFull {
  width: 100%;
  margin-top: 50px;
}

.sw-ImageFull img {
  width: 100%;
}

.sw-FaqPanel {
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .sw-FaqPanel {
    width: 80%;
  }
}

.sw-FaqPanel_Q, .sw-FaqPanel_A {
  margin: 0;
  padding: 0 1em 0 3.6em;
  text-indent: -2.6em;
  background: #f7f7f3;
}

@media screen and (min-width: 760px) {
  .sw-FaqPanel_Q, .sw-FaqPanel_A {
    padding: 0 2em 0 4.6em;
  }
}

.sw-FaqPanel_Q:first-letter, .sw-FaqPanel_A:first-letter {
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  font-family: 'Nunito', sans-serif;
}

.sw-FaqPanel_Q {
  padding-top: 30px;
  padding-bottom: 5px;
}

.sw-FaqPanel_Q:first-letter {
  color: #E57373;
}

.sw-FaqPanel_A {
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.sw-FaqPanel_A:first-letter {
  color: #93c261;
}

.sw-FaqPanel_A a {
  color: #0288D1;
}

.sw-TelFaxBox {
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 1.8rem;
  text-align: center;
  background: #f7f7f3;
}

@media screen and (min-width: 960px) {
  .sw-TelFaxBox {
    padding: 30px 40px;
    width: 70%;
  }
}

.sw-TelFaxBox_Strong {
  padding-left: 0.2em;
  color: #0288D1;
  font-size: 2.4rem;
  font-weight: bold;
  vertical-align: baseline;
}

@media screen and (min-width: 960px) {
  .sw-TelFaxBox_Strong {
    font-size: 2.8rem;
  }
}

.sw-TelFaxBox_Sub {
  font-size: 1.6rem;
  vertical-align: baseline;
}

.sw-Form {
  border: none;
  margin: 0 auto;
  padding: 40px 1em;
  background: #f7f7f3;
  min-width: 0;
}

@media screen and (min-width: 960px) {
  .sw-Form {
    padding: 40px 40px;
    width: 70%;
  }
}

.sw-Form_Items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.sw-Form_Items:last-child {
  margin-bottom: 0;
}

.sw-Form_Items-Label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 0.5em;
  font-size: 1.8rem;
}

.sw-Form_Items-RadioGroup {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 10px;
  width: 100%;
}

.sw-Form_Items-RadioGroup div {
  margin-left: 1.5em;
}

.sw-Form_Items-Field {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  padding: 10px;
  border: 1px solid #d6d6d6;
}

.sw-Form input[type="submit"],
.sw-Form input[type="reset"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid #d6d6d6;
  cursor: pointer;
}

.sw-Form input[type="submit"] {
  margin-right: 5px;
  padding: 10px 60px;
  background: #93c261;
  color: white;
}

.sw-Form input[type="submit"]:hover {
  opacity: .8;
}

.sw-Form input[type="reset"] {
  padding: 10px 40px;
  background: #f7f7f7;
}

.sw-Form input[type="reset"]:hover {
  opacity: .6;
}

.sw-Form .sw-Form_Items-Mark {
  margin: 0 0.3em;
  color: #E57373;
}

.sw-Form input:checked ~ label {
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .sw-PP {
    width: 80%;
    margin: 0 auto;
  }
}

.sw-PP h2 {
  color: #0288D1;
  font-size: 2.2rem;
  font-weight: bold;
}

.sw-PP h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.sw-PP .heading-circle {
  padding-left: 1em;
  text-indent: -1em;
}

.sw-PP .heading-circle::before {
  content: '●';
  margin-right: 0.5em;
}

.sm-SiteMap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 60px auto 120px;
  padding: 40px 40px 40px 60px;
  background: #f7f7f3;
}

@media screen and (min-width: 960px) {
  .sm-SiteMap {
    width: 80%;
  }
}

.sm-SiteMap_Column {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .sm-SiteMap_Column {
    margin-bottom: 40px;
    width: 30%;
  }
}

.sm-SiteMap_Column .st-FooterNav_Column-Title {
  color: #0288D1;
  font-size: 1.8rem;
}

.sm-SiteMap_Column .st-FooterNav_Column-Link {
  font-size: 1.5rem;
}

.sm-SiteMap_Column .st-FooterNav_Column-List {
  display: block;
}

/*# sourceMappingURL=style.css.map */
