@charset "UTF-8";
/* Scss Document */
/* Scss Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  color: #040922;
  -webkit-text-size-adjust: 100%;
}

/* IE10 */
@media all and (-ms-high-contrast: none) {
  body {
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

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

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 100%;
}

button, input, select, textarea {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  font-family: inherit;
  font-size: 100%;
}

/*
スマホを基本設計にする
- 〜319px：スマートフォン小
- 320px〜479px：スマートフォン大
- 480px〜767px：スマートフォン横
- 768px〜1023px：タブレット
- 1024px〜1279px：PC小
- 1280px〜：PC大
*/
/*グラデーション設定*/
/*テキストグラデーション*/
/* Scss Document */
@font-face {
  font-family: "icomoon";
  src: url("../icon/fonts/icomoon.eot?es7hxi");
  src: url("../icon/fonts/icomoon.eot?es7hxi#iefix") format("embedded-opentype"), url("../icon/fonts/icomoon.woff?es7hxi") format("woff"), url("../icon/fonts/icomoon.ttf?es7hxi") format("truetype"), url("../icon/fonts/icomoon.svg?es7hxi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: initial;
  transition: initial;
  padding-top: 0;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width:1024px) {
  a:hover {
    opacity: 0.8;
  }
}

.pcOnly {
  display: none !important;
}

.pcMinOnly {
  display: none !important;
}

.pcLargeOnly {
  display: none !important;
}

.spNone {
  display: none !important;
}

@media only screen and (min-width:361px) {
  .pcNone {
    display: block !important;
  }
  .spOnly {
    display: inline-block !important;
  }
}
@media only screen and (min-width:768px) {
  .pcOnly {
    display: none !important;
  }
  .pcNone {
    display: block !important;
  }
  .spNone {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media only screen and (min-width:1024px) {
  .pcNone {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
  .pcMinOnly {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media only screen and (min-width:1281px) {
  .pcMinOnly {
    display: none !important;
  }
  .pcLargeOnly {
    display: block !important;
  }
}
/* wrap */
.wrap {
  padding-top: 50px;
  overflow: hidden;
}
@media only screen and (min-width:1024px) {
  .wrap {
    padding-top: 0;
  }
}

/* header */
.header {
  background: #fff;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 83, 128, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 83, 128, 0.2);
  width: 100%;
  height: 50px;
}
@media only screen and (min-width:1024px) {
  .header {
    position: relative;
    height: 80px;
  }
}
.header .headerIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 10px;
}
@media only screen and (min-width:1281px) {
  .header .headerIn {
    padding-left: 20px;
  }
}
.header .headerIn h1 {
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 1025px) and (max-width: 1269px) {
  .header .headerIn h1 {
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1586px) {
  .header .headerIn h1 {
    -ms-flex-preferred-size: 230px;
        flex-basis: 230px;
  }
}
@media only screen and (min-width: 1587px) {
  .header .headerIn h1 {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
  }
}
.header .headerIn h1 a {
  display: block;
}
.header .headerIn .catch {
  display: none;
  font-size: 10px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .catch {
    display: block;
    margin-left: 15px;
    font-size: 11px;
    font-weight: bold;
  }
}
@media only screen and (min-width:1281px) {
  .header .headerIn .catch {
    margin-left: 20px;
    font-size: 12px;
  }
}
.header .headerIn .menuBtn {
  z-index: 2;
  cursor: pointer;
  position: relative;
  width: 55px;
  height: 50px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .menuBtn {
    display: none;
    width: 40px;
    height: 40px;
  }
}
.header .headerIn .menuBtn.active {
  background: #fff;
}
.header .headerIn .menuBtn .icon {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#29a137), to(#7acc38));
  background: linear-gradient(to right, #29a137, #7acc38);
  border-radius: 50px;
  position: relative;
  top: 15px;
  height: 2px;
  width: 27px;
  margin: 0 auto;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .menuBtn .icon {
    top: 10px;
  }
}
.header .headerIn .menuBtn .icon:nth-child(2) {
  margin: 7px auto;
}
.header .headerIn .menuBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(24px) rotate(-45deg);
  transform: translateY(24px) rotate(-45deg);
  top: 2px;
}
.header .headerIn .menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header .headerIn .menuBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
  top: 24px;
}
.header .headerIn .closeBtn {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
}
.header .headerIn .closeBtn.active {
  display: block;
}

/* menu_pc */
.menu_pc {
  display: none;
}
@media only screen and (min-width:1024px) {
  .menu_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 20px 0 auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1474px) {
  .menu_pc {
    gap: 5px;
    margin: 0 20px 0 auto;
  }
}
@media screen and (min-width: 1475px) and (max-width: 1576px) {
  .menu_pc {
    gap: 12px;
    margin: 0 20px 0 auto;
  }
}
@media only screen and (min-width: 1577px) {
  .menu_pc {
    gap: 30px;
    margin: 0 30px 0 auto;
  }
}
.menu_pc li a {
  font-weight: bold;
}
@media screen and (max-width: 1239px) {
  .menu_pc li a {
    font-size: 13px;
    letter-spacing: -0.03em;
  }
}
@media screen and (min-width: 1240px) and (max-width: 1576px) {
  .menu_pc li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1577px) {
  .menu_pc li a {
    font-size: 15px;
  }
}
.menu_pc li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  color: #29a137;
  font-size: 13px;
}

/* btnList_pc */
.btnList_pc {
  display: none;
}
@media only screen and (min-width:1024px) {
  .btnList_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
    height: 80px;
  }
}
.btnList_pc li a {
  display: block;
  background: #f2faeb;
  width: 80px;
  height: 100%;
  padding-top: 10px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 1160px) {
  .btnList_pc li a {
    width: 60px;
  }
}
@media only screen and (min-width:1281px) {
  .btnList_pc li a {
    width: 100px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1576px) {
  .btnList_pc li a {
    width: 80px;
  }
}
.btnList_pc li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  display: block;
  color: #29a137;
  font-size: 25px;
}
.btnList_pc li.search a:before {
  content: "\e907";
}
.btnList_pc li.consultation a:before {
  content: "\e906";
}
.btnList_pc li.access a:before {
  content: "\e905";
}
.btnList_pc li.contact a:before {
  content: "\e904";
}
.btnList_pc li.pamphlet a {
  background: -webkit-gradient(linear, left top, right top, from(#29a137), to(#7acc38));
  background: linear-gradient(to right, #29a137, #7acc38);
  color: #fff;
}
.btnList_pc li.pamphlet a:before {
  content: "\e903";
  color: #fff;
}

/*アコーディオン*/
.menuList-sp {
  margin-bottom: 15px;
}
@media only screen and (min-width:1024px) {
  .menuList-sp {
    display: none;
  }
}
.menuList-sp .accordion-single {
  border-bottom: 1px dotted #ddd;
  display: block;
}
.menuList-sp .accordion-single-item {
  margin-right: 0;
  position: relative;
}
.menuList-sp .accordion-single-item:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  font-size: 16px;
  color: #29a137;
  position: absolute;
  left: 10px;
  top: 15px;
}
.menuList-sp .accordion-single-title {
  font-weight: 700;
  border-top: 1px dotted #ddd;
  padding: 15px 30px;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-size: 14px;
}
.menuList-sp .accordion-single-title::before {
  content: "";
  background-color: #f7f7f7;
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.menuList-sp .accordion-single-title::after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90e";
  position: absolute;
  right: 23px;
  top: 15px;
}
.menuList-sp .accordion-single-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  padding: 0 15px;
  background-color: #fff;
}
.menuList-sp .accordion-single-content ul {
  padding: 5px 0;
}
.menuList-sp .accordion-single-content ul li {
  margin-bottom: 0;
  font-size: 13px;
  border-bottom: 1px dotted #ddd;
}
.menuList-sp .accordion-single-content ul li:last-child {
  border: none;
}
.menuList-sp .accordion-single-content ul li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 13px;
}
.menuList-sp .accordion-single-content ul li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: -12px;
  top: 22px;
}
.menuList-sp .accordion-single-content p {
  padding: 20px;
}
.menuList-sp .accordion-single-item.is-open .accordion-single-content {
  max-height: 1000px;
}
.menuList-sp .accordion-single-item.is-open .accordion-single-title::after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90d";
  position: absolute;
  right: 23px;
  top: 15px;
}

/* menu_sp */
.search-btn {
  margin-left: auto;
}
.search-btn a {
  width: 55px;
  height: 50px;
  display: block;
  position: relative;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.search-btn a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e907";
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #29a137), to(#7acc38));
  background: linear-gradient(0deg, #29a137 20%, #7acc38 100%);
  background: -webkit-linear-gradient(0deg, #29a137 20%, #7acc38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width:1024px) {
  .search-btn {
    display: none;
  }
}

.menu_sp {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 13px;
  z-index: 1;
}
@media only screen and (min-width: 1180px) {
  .menu_sp {
    display: none;
  }
}
.menu_sp.open {
  opacity: 1;
  visibility: visible;
}
.menu_sp.open .menu_spIn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -ms-transition: none;
}
.menu_sp .menu_spIn {
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 52px 0 20px;
}
.menu_sp .menu_spIn .accordion-single {
  margin-top: 0;
}
.menu_sp .menu_spIn .accordion-single-title {
  padding: 12px 20px 12px 30px;
}
.menu_sp .menu_spIn .accordion-single-title::after {
  top: 12px;
}
.menu_sp .menu_spIn .accordion-single-item.is-open .accordion-single-title::after {
  top: 12px;
}
.menu_sp .menu_spIn .accordion-single-item {
  margin-right: 0;
  position: relative;
}
.menu_sp .menu_spIn .accordion-single-item:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  font-size: 14px;
  color: #29a137;
  position: absolute;
  left: 15px;
  top: 13px;
}
.menu_sp .menu_spIn .accordion-single-content {
  padding: 0 20px;
}
.menu_sp .item {
  width: 92%;
  margin: auto;
}
.menu_sp .item .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.menu_sp .item .sub-menu li {
  display: block;
  width: 32%;
  margin-bottom: 5px;
}
.menu_sp .item .sub-menu li:nth-child(2n) {
  width: 68%;
}
@media only screen and (max-width:320px) {
  .menu_sp .item .sub-menu li {
    font-size: 11px;
  }
}
.menu_sp .item .sub-menu li a {
  position: relative;
  padding-left: 15px;
}
.menu_sp .item .sub-menu li a:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  font-size: 13px;
  color: #29a137;
  position: absolute;
  left: 0;
  top: 0;
}
.menu_sp .item .sub-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.menu_sp .item .sub-gnav li {
  width: 32%;
  text-align: center;
}
.menu_sp .item .sub-gnav li a {
  font-size: 12px;
  display: block;
  border: 1px solid #ddefc9;
  background-color: #fcfff3;
  padding: 5px 5px 8px;
  font-weight: 700;
}
@media only screen and (max-width:320px) {
  .menu_sp .item .sub-gnav li a {
    font-size: 11px;
  }
}
.menu_sp .item .sub-gnav li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  display: block;
  color: #29a137;
  font-size: 20px;
}
.menu_sp .item .sub-gnav li.consultation a:before {
  content: "\e906";
}
.menu_sp .item .sub-gnav li.access a:before {
  content: "\e905";
}
.menu_sp .item .sub-gnav li.contact a:before {
  content: "\e904";
}
@media only screen and (min-width:768px) {
  .menu_sp .item .graduate img {
    width: 50%;
  }
}
.menu_sp .menuBg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* main */
.main {
  display: block;
  padding: 0 20px;
}
@media only screen and (min-width:1024px) {
  .main {
    padding: 0;
  }
}
@media only screen and (min-width:768px) {
  .main {
    padding: 0 40px;
  }
}

/* footer */
.footer {
  position: relative;
  border-top: 1px solid #ddd;
}
@media only screen and (min-width:1024px) {
  .footer {
    border-top: 2px dotted #ddd;
  }
}
.footer .footerIn {
  padding: 0 0 20px;
}
@media only screen and (min-width:1024px) {
  .footer .footerIn {
    margin: 0 auto;
    padding: 0 0 20px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn {
    width: 100%;
  }
}
.footer .footerIn .contents-area {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area {
    padding-bottom: 30px;
  }
}
.footer .footerIn .contents-area .menu-col {
  margin: 0 auto 15px;
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .menu-col {
    max-width: 900px;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn .contents-area .menu-col {
    max-width: 1200px;
  }
}
.footer .footerIn .contents-area .menu-col .menuList {
  display: none;
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .menu-col .menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}
.footer .footerIn .contents-area .menu-col .menuList li {
  width: 16%;
}
.footer .footerIn .contents-area .menu-col .menuList li:last-child {
  margin-right: 0;
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .menu-col .menuList li {
    width: auto;
    margin-right: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn .contents-area .menu-col .menuList li {
    margin-right: 25px;
  }
}
.footer .footerIn .contents-area .menu-col .menuList li a {
  display: block;
  position: relative;
  padding: 1px 0 1px 18px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .menu-col .menuList li a {
    font-size: 14px;
  }
}
.footer .footerIn .contents-area .menu-col .menuList li a:before {
  content: "";
  display: block;
  background: #29a137;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.footer .footerIn .contents-area .menu-col .menuList li a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 10px;
  color: #fff;
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .menu-col .menuList li a:after {
    top: 6px;
  }
}
.footer .footerIn .contents-area .menu-col .target {
  display: none;
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .menu-col .target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 30px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn .contents-area .menu-col .target {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 10px 18px;
    margin-right: 0;
  }
}
.footer .footerIn .contents-area .menu-col .target .headline {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (min-width:1281px) {
  .footer .footerIn .contents-area .menu-col .target .headline {
    font-size: 14px;
    width: 140px;
    border-right: 1px dotted #ddd;
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}
.footer .footerIn .contents-area .menu-col .target ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footerIn .contents-area .menu-col .target ul li {
  /*&:last-child{
  	@media only screen and (min-width:1024px) {
  		flex-basis: 100%;
  	}
  	@media only screen and (min-width:1281px) {
  		flex-basis: 100%;
  	}
  }*/
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .menu-col .target ul li {
    width: auto;
    font-size: 13px;
    margin-right: 20px;
  }
  .footer .footerIn .contents-area .menu-col .target ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn .contents-area .menu-col .target ul li {
    margin-right: 25px;
  }
}
.footer .footerIn .contents-area .menu-col .target ul li a {
  position: relative;
}
.footer .footerIn .contents-area .menu-col .target ul li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  color: #29a137;
}
.footer .footerIn .contents-area .menu-col .button {
  margin: auto;
  text-align: center;
}
.footer .footerIn .contents-area .menu-col .button a {
  width: 80%;
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .menu-col .button {
    text-align: right;
    margin: 0;
  }
  .footer .footerIn .contents-area .menu-col .button a {
    width: 200px;
    min-width: 200px;
    font-size: 15px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn .contents-area .menu-col .button a {
    width: 250px;
    min-width: 250px;
  }
}
.footer .footerIn .contents-area .menu-col .button.full {
  width: 100%;
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .menu-col .button.full {
    width: auto;
  }
}
.footer .footerIn .contents-area .banner-col {
  padding: 0 20px;
}
@media only screen and (min-width:768px) {
  .footer .footerIn .contents-area .banner-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .banner-col {
    max-width: 900px;
    margin: auto;
    border-top: 1px dotted #ddd;
    padding: 20px 0 0;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn .contents-area .banner-col {
    max-width: 1200px;
  }
}
@media only screen and (min-width:768px) {
  .footer .footerIn .contents-area .banner-col a {
    width: 48%;
    margin-right: 10px;
  }
  .footer .footerIn .contents-area .banner-col a:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerIn .contents-area .banner-col a {
    width: 400px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn .contents-area .banner-col a {
    width: 480px;
  }
}
.footer .footerIn .contents-area .banner-col img {
  margin-bottom: 10px;
}
@media only screen and (min-width:768px) {
  .footer .footerIn .contents-area .banner-col img {
    width: 100%;
  }
}
.footer .pagetop {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
@media only screen and (min-width:768px) {
  .footer .pagetop {
    bottom: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .pagetop {
    position: fixed;
    z-index: 5;
  }
}
.footer .pagetop a {
  display: block;
  background: rgba(255, 255, 252, 0.8);
  border-radius: 50%;
  border: 2px solid #ddd;
  width: 45px;
  height: 45px;
  text-align: center;
}
@media only screen and (min-width:1024px) {
  .footer .pagetop a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 65px;
    height: 65px;
  }
}
.footer .pagetop a:before {
  -webkit-transition: inherit;
  transition: inherit;
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90b";
  top: 4px;
  font-size: 20px;
  color: #29a137;
}
@media only screen and (min-width:1024px) {
  .footer .pagetop a:before {
    top: 12px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .pagetop a:before {
    top: 10px;
    font-size: 25px;
  }
}
.footer .pagetop a:hover:before {
  top: 4px;
  -webkit-transition: inherit;
  transition: inherit;
}
.footer .siteinfo {
  margin: 0 auto 10px;
  text-align: center;
}
@media only screen and (min-width:1024px) {
  .footer .siteinfo {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
@media only screen and (min-width:1281px) {
  .footer .siteinfo {
    max-width: 1200px;
  }
}
.footer .siteinfo .logo {
  width: 48%;
  margin-bottom: 5px;
}
@media only screen and (min-width:768px) {
  .footer .siteinfo .logo {
    width: 200px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .siteinfo .logo {
    width: 300px;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.footer .siteinfo .txt {
  -ms-flex-preferred-size: calc(100% - 290px);
      flex-basis: calc(100% - 290px);
  line-height: 1.7;
  font-size: 12px;
}
@media only screen and (min-width:768px) {
  .footer .siteinfo .txt {
    -ms-flex-preferred-size: calc(100% - 190px);
        flex-basis: calc(100% - 190px);
    font-size: 13px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .siteinfo .txt {
    margin-left: 20px;
    -ms-flex-preferred-size: calc(100% - 230px);
        flex-basis: calc(100% - 230px);
  }
}
@media only screen and (min-width:1281px) {
  .footer .siteinfo .txt {
    margin-left: 30px;
  }
}
.footer .siteinfo .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  margin: 5px auto;
}
@media only screen and (min-width:1024px) {
  .footer .siteinfo .snsList {
    width: 250px;
    gap: 10px;
    border-top: none;
  }
}
@media only screen and (min-width:1281px) {
  .footer .siteinfo .snsList {
    width: 310px;
    gap: 20px;
  }
}
.footer .siteinfo .snsList li a {
  display: block;
}
.footer .siteinfo .snsList li.youtube {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
}
@media only screen and (min-width:1024px) {
  .footer .siteinfo .snsList li.youtube {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
  }
}
.footer .siteinfo .snsList li.instagram, .footer .siteinfo .snsList li.line {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
}
@media only screen and (min-width:1024px) {
  .footer .siteinfo .snsList li.instagram, .footer .siteinfo .snsList li.line {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
  }
}
.footer .siteinfo .assessment {
  display: none;
}
@media only screen and (min-width:1024px) {
  .footer .siteinfo .assessment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin-left: 10px;
  }
}
.footer .siteinfo .assessment a {
  width: auto;
  margin: 0 5px 0 0;
}
.footer .siteinfo .assessment a:last-child {
  margin: 0;
}
@media only screen and (min-width:768px) {
  .footer .siteinfo .assessment a {
    margin-left: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .siteinfo .assessment a {
    margin-right: 10px;
    margin-left: 0;
  }
  .footer .siteinfo .assessment a:last-child {
    margin-right: 0;
  }
}
.footer .siteinfo .assessment a img {
  border: 1px solid #ddd;
  width: 100%;
}
.footer .footerMenu {
  margin-bottom: 15px;
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu.library {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .footerMenu.library a.graduate {
  margin: 0 0 8px;
}
@media only screen and (min-width:768px) {
  .footer .footerMenu.library a.graduate {
    width: 48.5%;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu.library a.graduate {
    margin: 0 15px 0 0;
  }
  .footer .footerMenu.library a.graduate:last-child {
    margin-right: 0;
  }
}
.footer .footerMenu .menuList {
  display: none;
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .menuList {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footerMenu .menuList li {
  width: 16%;
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .menuList li {
    width: 32%;
    line-height: 1.3;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .menuList li {
    width: 30%;
  }
}
.footer .footerMenu .menuList li:nth-child(3n) {
  border-right: none;
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .menuList li:nth-child(3n) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .menuList li:nth-child(3n) {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .menuList li:last-child {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .menuList li:last-child {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
  }
}
.footer .footerMenu .menuList li a {
  display: block;
  position: relative;
  padding: 1px 0 1px 18px;
  font-size: 14px;
  font-weight: bold;
}
.footer .footerMenu .menuList li a:before {
  content: "";
  display: block;
  background: #29a137;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.footer .footerMenu .menuList li a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 10px;
  color: #fff;
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .menuList li a:after {
    top: 6px;
  }
}
.footer .footerMenu .target {
  display: none;
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .target {
    display: block;
    width: 40%;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 5px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
    padding: 10px 18px;
  }
}
.footer .footerMenu .target .headline {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .target .headline {
    font-size: 14px;
    width: 100px;
    border-right: 1px dotted #ddd;
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}
.footer .footerMenu .target ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .target ul li {
    width: 32%;
    font-size: 13px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .target ul li {
    width: 32%;
    font-size: 13px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .target ul li:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .target ul li:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.footer .footerMenu .target ul li a {
  position: relative;
}
.footer .footerMenu .target ul li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  color: #29a137;
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .button a {
    min-width: 200px;
    font-size: 15px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .button a {
    min-width: 250px;
  }
}
.footer .footerMenu .graduate {
  width: 100%;
  margin: 15px auto;
  display: block;
}
@media only screen and (min-width:768px) {
  .footer .footerMenu .graduate {
    width: 50%;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerMenu .graduate {
    width: 35%;
    margin: 15px 0 0;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerMenu .graduate {
    width: 100%;
    -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
  }
}
.footer .assessment-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media only screen and (min-width:768px) {
  .footer .assessment-sp {
    margin-bottom: 10px;
  }
}
.footer .assessment-sp a {
  margin: 0 5px 0 0;
}
.footer .assessment-sp a:last-child {
  margin: 0;
}
.footer .assessment-sp img {
  border: 1px solid #ddd;
  width: 100px !important;
}
@media only screen and (min-width:1024px) {
  .footer .assessment-sp {
    display: none;
  }
}
.footer .footerBtm {
  margin: auto;
  width: 90%;
}
@media only screen and (min-width:768px) {
  .footer .footerBtm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerBtm {
    max-width: 900px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerBtm {
    max-width: 1200px;
  }
}
.footer .footerBtm .group {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width:1024px) {
  .footer .footerBtm .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 900px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerBtm .group {
    width: 1200px;
  }
}
.footer .footerBtm .group dt {
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width:1024px) {
  .footer .footerBtm .group dt {
    -ms-flex-preferred-size: 230px;
        flex-basis: 230px;
    padding: 10px;
    border-bottom: none;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerBtm .group dt {
    padding: 15px;
  }
}
.footer .footerBtm .group dd {
  padding: 10px 10px 15px;
  text-align: left;
}
@media only screen and (min-width:1024px) {
  .footer .footerBtm .group dd {
    padding: 10px;
    border-left: 1px solid #ddd;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerBtm .group dd {
    padding: 15px;
  }
}
.footer .footerBtm .group dd .groupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width:1281px) {
  .footer .footerBtm .group dd .groupList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer .footerBtm .group dd .groupList li {
  width: 48%;
}
@media only screen and (min-width:768px) {
  .footer .footerBtm .group dd .groupList li {
    margin: 0 20px 5px 0;
    width: calc(33.3333333% - 13.3333333333px);
  }
  .footer .footerBtm .group dd .groupList li:nth-child(3n) {
    margin-right: 0;
  }
  .footer .footerBtm .group dd .groupList li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerBtm .group dd .groupList li {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .footer .footerBtm .group dd .groupList li:nth-child(3n) {
    margin-right: 20px;
  }
  .footer .footerBtm .group dd .groupList li:last-child {
    margin-right: 0;
  }
}
.footer .footerBtm .group dd .groupList li a {
  font-size: 12px;
}
@media only screen and (min-width:1024px) {
  .footer .footerBtm .group dd .groupList li a {
    font-size: 14px;
  }
}
.footer .footerBtm .group dd .groupList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  color: #29a137;
  font-size: 12px;
}
@media only screen and (min-width:1024px) {
  .footer .footerBtm .group dd .groupList li a:before {
    font-size: 13px;
  }
}
.footer .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  padding: 0 20px;
}
@media only screen and (min-width:768px) {
  .footer .linkList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 5px;
    margin: auto;
  }
}
@media only screen and (min-width:1024px) {
  .footer .linkList {
    gap: 0;
  }
}
.footer .linkList li {
  width: 30%;
}
.footer .linkList li:nth-child(2n) {
  width: 48%;
}
@media only screen and (min-width:768px) {
  .footer .linkList li {
    width: auto;
    margin-right: 20px;
  }
  .footer .linkList li:nth-child(2n) {
    width: auto;
  }
  .footer .linkList li:last-child {
    margin-right: 0;
  }
}
.footer .linkList li a {
  font-size: 11px;
  letter-spacing: -0.05em;
}
@media only screen and (min-width:1024px) {
  .footer .linkList li a {
    font-size: 13px;
  }
}
.footer .linkList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  color: #29a137;
}
.footer .copy {
  display: block;
  margin: 30px 0 6px;
  text-align: center;
  font-size: 10px;
}
@media only screen and (min-width:768px) {
  .footer .copy {
    margin: 15px 0 6px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .copy {
    margin: 40px 0 0;
    font-size: 11px;
  }
}

/*common*/
.mg {
  margin-bottom: 25px;
}
@media only screen and (min-width:1024px) {
  .mg {
    margin-bottom: 35px;
  }
}

.mg-half {
  margin-bottom: 15px;
}

.mg-top {
  margin-top: 35px;
}

.mg-top-half {
  margin-top: 15px;
}

.center {
  text-align: center;
}

.center-spnone {
  text-align: left;
}
@media only screen and (min-width:768px) {
  .center-spnone {
    text-align: center;
  }
}

.right {
  text-align: right;
}

.small-text {
  font-size: 12px;
}
@media only screen and (min-width:1024px) {
  .small-text {
    font-size: 13px;
  }
}

.attention-text {
  color: #f95b6d;
}

strong {
  font-weight: 700;
  color: #29a137;
}

.img-border {
  border: 1px solid #ddd;
}

.red-text {
  color: #c70359;
}

.bold-text {
  font-weight: 700;
}

.link-text {
  display: inline-block;
  text-decoration: underline;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .link-text:hover {
    text-decoration: none;
    cursor: pointer;
  }
}
.link-text.pdf a {
  padding-left: 25px;
}
.link-text.pdf a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e912";
  position: absolute;
  left: 0;
  right: inherit;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #29a137;
  font-size: 18px;
  text-decoration: none;
  margin-top: 2px;
}
@media only screen and (min-width:1024px) {
  .link-text.pdf a:after {
    margin-top: 0;
  }
}
.link-text.xls a {
  padding-left: 25px;
}
.link-text.xls a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e911";
  position: absolute;
  left: 0;
  right: inherit;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #29a137;
  font-size: 18px;
  text-decoration: none;
  margin-top: 2px;
}
@media only screen and (min-width:1024px) {
  .link-text.xls a:after {
    margin-top: 0;
  }
}
.link-text.window a {
  padding-left: 25px;
}
.link-text.window a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e900";
  position: absolute;
  left: 0;
  right: inherit;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #29a137;
  font-size: 18px;
  text-decoration: none;
  margin-top: 2px;
}
@media only screen and (min-width:1024px) {
  .link-text.window a:before {
    margin-top: 0;
  }
}

.sat {
  color: #466bbb;
}

.sun {
  color: #bb1a48;
}

/*ボタン*/
.button {
  display: inline-block;
}
.button a {
  display: inline-block;
  position: relative;
  border: 1px solid #29a137;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  min-width: 230px;
  padding: 10px 32px 12px;
  margin: auto;
}
@media only screen and (min-width:1024px) {
  .button a {
    font-size: 16px;
    min-width: 320px;
    padding: 14px 32px 16px;
  }
}
.button a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 1px;
  height: 15px;
  width: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#29a137), to(#7acc38));
  background: linear-gradient(to right, #29a137, #7acc38);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.button a:after {
  content: "";
  min-width: 100%;
  min-height: 100%;
  border-right: 1px solid #29a137;
  border-bottom: 1px solid #29a137;
  position: absolute;
  right: -6px;
  bottom: -6px;
}
.button.full {
  width: 100%;
}
.button.full a {
  width: 100%;
}
.button.gray a {
  border: 2px solid #ddd;
  position: relative;
}
.button.gray a:before {
  content: none;
}
.button.gray a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  position: absolute;
  left: inherit;
  bottom: inherit;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #9292a7;
  font-size: 18px;
  border: none;
  min-width: auto;
  min-height: auto;
}
@media only screen and (min-width:1024px) {
  .button.gray a:after {
    right: 10px;
  }
}
.button.request {
  position: relative;
}
.button.request:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e903";
  position: absolute;
  display: inline-block;
  left: 15px;
  top: 8px;
  bottom: inherit;
  color: #fff;
  background: transparent;
  font-size: 18px;
  -webkit-transform: none;
          transform: none;
  clip-path: none;
  z-index: 2;
}
@media only screen and (min-width:1024px) {
  .button.request:before {
    right: 10px;
    top: 15px;
  }
}
.button.request a {
  background: -webkit-gradient(linear, left top, right top, from(#29a137), to(#7acc38));
  background: linear-gradient(to right, #29a137, #7acc38);
  color: #fff;
  position: relative;
  border: none;
}
.button.request a:before {
  background: #fff;
}
.button.childcare a {
  border: 1px solid #de437a;
}
.button.childcare a:before {
  background: -webkit-gradient(linear, left top, right top, from(#f16e9b), to(#db4dae));
  background: linear-gradient(to right, #f16e9b, #db4dae);
}
.button.childcare a:after {
  border-right: 1px solid #de437a;
  border-bottom: 1px solid #de437a;
}
.button.art a {
  border: 1px solid #2ebfd7;
}
.button.art a:before {
  background: -webkit-gradient(linear, left top, right top, from(#45cec5), to(#1bb2e7));
  background: linear-gradient(to right, #45cec5, #1bb2e7);
}
.button.art a:after {
  border-right: 1px solid #2ebfd7;
  border-bottom: 1px solid #2ebfd7;
}
.button.window {
  position: relative;
}
.button.window:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e900";
  position: absolute;
  left: 15px;
  right: inherit;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #29a137;
  font-size: 18px;
  z-index: 2;
}
.button.window a {
  position: relative;
  padding: 10px 25px 12px 40px;
}
@media only screen and (min-width:1024px) {
  .button.window a {
    padding: 14px 25px 16px 45px;
  }
}
.button.pdf {
  position: relative;
}
.button.pdf:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e912";
  position: absolute;
  left: 15px;
  right: inherit;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #29a137;
  font-size: 18px;
  z-index: 2;
}
.button.pdf a {
  position: relative;
  padding: 10px 25px 12px 40px;
}
@media only screen and (min-width:1024px) {
  .button.pdf a {
    padding: 14px 25px 16px 45px;
  }
}
.button.pdf.childcare:before {
  color: #de437a;
}
.button.pdf.art:before {
  color: #2ebfd7;
}
.button.popup a {
  position: relative;
  padding: 10px 25px 12px 40px;
}
@media only screen and (min-width:1024px) {
  .button.popup a {
    padding: 14px 25px 16px 45px;
  }
}
.button.popup a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90f";
  position: absolute;
  left: 15px;
  right: inherit;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #29a137;
  font-size: 18px;
}
.button.return a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: inherit;
  left: 1px;
  height: 15px;
  width: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#29a137), to(#7acc38));
  background: linear-gradient(to right, #29a137, #7acc38);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.button.return a:after {
  content: "";
  min-width: 100%;
  min-height: 100%;
  border-left: 1px solid #29a137;
  border-bottom: 1px solid #29a137;
  border-right: none;
  position: absolute;
  left: -6px;
  bottom: -6px;
}
.button.center-spnone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:768px) {
  .button.center-spnone {
    display: inline-block;
  }
}

/*コンテンツ*/
.title-col {
  height: 130px;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width:768px) {
  .title-col {
    height: 220px;
  }
}
@media only screen and (min-width:1024px) {
  .title-col {
    height: 250px;
  }
}
@media only screen and (min-width:1281px) {
  .title-col {
    height: 350px;
  }
}
.title-col .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.title-col .inner .en-text {
  font-family: "Cormorant Garamond", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.8;
  font-size: 35px;
  padding-left: 10px;
}
@media only screen and (min-width:768px) {
  .title-col .inner .en-text {
    font-size: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .title-col .inner .en-text {
    font-size: 60px;
    padding-left: 15px;
  }
}
.title-col .inner h2 {
  background: -webkit-gradient(linear, left top, right top, from(#29a137), to(#7acc38));
  background: linear-gradient(to right, #29a137, #7acc38);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 10px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width:768px) {
  .title-col .inner h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width:1024px) {
  .title-col .inner h2 {
    font-size: 30px;
    padding: 10px 25px;
  }
}
.title-col .inner h2 span {
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  .title-col .inner h2 span {
    font-size: 18px;
  }
}
@media only screen and (min-width:1024px) {
  .title-col .inner h2 span {
    font-size: 25px;
  }
}
.title-col .inner h2.childcare {
  background: -webkit-gradient(linear, left top, right top, from(#f16e9b), to(#db4dae));
  background: linear-gradient(to right, #f16e9b, #db4dae);
}
.title-col .inner h2.art {
  background: -webkit-gradient(linear, left top, right top, from(#45cec5), to(#1bb2e7));
  background: linear-gradient(to right, #45cec5, #1bb2e7);
}

.contents {
  width: 100%;
  margin: auto;
  padding: 0 20px;
  margin: 0 auto 50px;
}
@media only screen and (min-width:768px) {
  .contents {
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .contents {
    max-width: 900px;
    margin: 0 auto 100px;
    padding: 0;
  }
}
@media only screen and (min-width:1281px) {
  .contents {
    max-width: 1200px;
  }
}

.element-col {
  margin-bottom: 45px;
}
@media only screen and (min-width:768px) {
  .element-col {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width:1024px) {
  .element-col {
    margin-bottom: 90px;
  }
}
.element-col:last-of-type {
  margin-bottom: 0;
}

.item-col {
  margin-bottom: 30px;
}
@media only screen and (min-width:768px) {
  .item-col {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .item-col {
    margin-bottom: 55px;
  }
}
.item-col:last-of-type {
  margin-bottom: 0;
}

.catch-col {
  /*スマホ版で画像が上になるパターン*/
}
@media only screen and (min-width:768px) {
  .catch-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width:768px) {
  .catch-col img {
    width: 250px;
  }
}
@media only screen and (min-width:1024px) {
  .catch-col img {
    width: 400px;
  }
}
@media only screen and (min-width:1281px) {
  .catch-col img {
    width: 500px;
  }
}
.catch-col p {
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .catch-col p {
    width: calc(100% - 250px);
    margin-right: 35px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1024px) {
  .catch-col p {
    width: calc(100% - 400px);
    margin-right: 45px;
  }
}
@media only screen and (min-width:1281px) {
  .catch-col p {
    width: calc(100% - 500px);
  }
}
.catch-col .item {
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .catch-col .item {
    width: calc(100% - 300px);
    margin-right: 45px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1024px) {
  .catch-col .item {
    width: calc(100% - 400px);
  }
}
@media only screen and (min-width:1281px) {
  .catch-col .item {
    width: calc(100% - 500px);
  }
}
.catch-col .item p {
  width: 100%;
}
.catch-col .item p.catch-text {
  margin-bottom: 10px;
}
@media only screen and (min-width:1024px) {
  .catch-col .item p.catch-text {
    margin-bottom: 15px;
  }
}
.catch-col .button {
  margin-top: 15px;
}
.catch-col.image-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:768px) {
  .catch-col.image-position {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.catch-col.image-position img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .catch-col.image-position img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.catch-col.image-position .item {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
}
@media only screen and (min-width:768px) {
  .catch-col.image-position .item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.catch-col.image-position p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
}
@media only screen and (min-width:768px) {
  .catch-col.image-position p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*パンくず*/
.breadcrumbs {
  margin-bottom: 25px;
  padding: 10px 0;
}
@media only screen and (min-width:768px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .breadcrumbs {
    margin-bottom: 65px;
  }
}
.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
}
@media only screen and (min-width:1024px) {
  .breadcrumbs ol {
    overflow-x: auto;
  }
}
.breadcrumbs ol li {
  font-size: 9px;
  margin-right: 15px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .breadcrumbs ol li {
    font-size: 12px;
  }
}
.breadcrumbs ol li a {
  text-decoration: underline;
}
@media only screen and (min-width:1024px) {
  .breadcrumbs ol li a:hover {
    text-decoration: none;
  }
}
.breadcrumbs ol li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: -9px;
  top: 7px;
}
@media only screen and (min-width:1024px) {
  .breadcrumbs ol li:after {
    top: 11px;
  }
}
.breadcrumbs ol li:last-child {
  margin-right: 0;
}
.breadcrumbs ol li:last-child:after {
  content: none;
}

/*見出しパターン*/
.headline-type01 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  background-color: #f2faeb;
  font-family: "Noto Serif JP", serif;
  color: #28450c;
  padding: 6px;
}
@media only screen and (min-width:1024px) {
  .headline-type01 {
    width: 100%;
    padding: 0 20px;
    margin: auto;
    font-size: 28px;
    margin-bottom: 40px;
    padding: 10px !important;
  }
}
@media only screen and (min-width:1024px) and (min-width:768px) {
  .headline-type01 {
    padding: 0 40px;
  }
}
@media only screen and (min-width:1024px) and (min-width:1024px) {
  .headline-type01 {
    max-width: 900px;
    padding: 0;
  }
}
@media only screen and (min-width:1024px) and (min-width:1281px) {
  .headline-type01 {
    max-width: 1520px;
  }
}
.headline-type01.pink {
  color: #de437a;
  background-color: #fcebf4;
}
.headline-type01.blue {
  color: #2ebfd7;
  background-color: #dff7fb;
}

.headline-type02 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #29a137 0%, #7acc38 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#29a137), to(#7acc38));
     border-image: linear-gradient(to right, #29a137 0%, #7acc38 100%);
  border-image-slice: 1;
  padding-bottom: 8px;
}
@media only screen and (min-width:1024px) {
  .headline-type02 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.headline-type02.pink {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #de437a 0%, #db4dae 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#de437a), to(#db4dae));
     border-image: linear-gradient(to right, #de437a 0%, #db4dae 100%);
  border-image-slice: 1;
}
.headline-type02.blue {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #2ebfd7 0%, #1bb2e7 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#2ebfd7), to(#1bb2e7));
     border-image: linear-gradient(to right, #2ebfd7 0%, #1bb2e7 100%);
  border-image-slice: 1;
}
.headline-type02 span {
  font-size: 12px;
}
@media only screen and (min-width:1024px) {
  .headline-type02 span {
    font-size: 14px;
  }
}

.headline-type03 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
  /*グラデーション*/
}
@media only screen and (min-width:768px) {
  .headline-type03 {
    margin-bottom: 25px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width:1024px) {
  .headline-type03 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:320px) {
  .headline-type03 {
    font-size: 18px;
  }
}
.headline-type03 span {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #29a137), to(#7acc38));
  background: linear-gradient(0deg, #29a137 20%, #7acc38 100%);
  background: -webkit-linear-gradient(0deg, #29a137 20%, #7acc38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headline-type04 {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 12px 10px;
  line-height: 1.3;
  background-color: #f7f7f7;
  border-left: 5px solid #90cc98;
}
@media only screen and (min-width:1024px) {
  .headline-type04 {
    font-size: 21px;
    margin-bottom: 20px;
    padding: 12px 12px 12px 15px;
  }
}
.headline-type04 span {
  font-size: 13px;
}
@media only screen and (min-width:1024px) {
  .headline-type04 span {
    font-size: 16px;
  }
}
.headline-type04.pink {
  border-left: 5px solid #ea9db8;
}
.headline-type04.blue {
  border-left: 5px solid #92dbe7;
}
.headline-type04.green {
  border-left: 5px solid #3d7900;
  background-color: #28450c;
  color: #fff;
}

.headline-type05 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #28450c;
  position: relative;
  padding-left: 10px;
}
@media only screen and (min-width:1024px) {
  .headline-type05 {
    padding-left: 15px;
  }
}
.headline-type05:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#29a137), to(#7acc38));
  background: linear-gradient(to top, #29a137, #7acc38);
  width: 5px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 5px;
}
@media only screen and (min-width:768px) {
  .headline-type05 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width:1024px) {
  .headline-type05 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .headline-type05:after {
    top: 5px;
  }
}

/*強調テキスト*/
.catch-text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
  /*グラデーション*/
  /*左寄せ*/
}
@media only screen and (max-width:320px) {
  .catch-text {
    font-size: 15px;
  }
}
@media only screen and (min-width:768px) {
  .catch-text {
    text-align: left;
  }
}
@media only screen and (min-width:1024px) {
  .catch-text {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.catch-text span {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #29a137), to(#7acc38));
  background: linear-gradient(0deg, #29a137 20%, #7acc38 100%);
  background: -webkit-linear-gradient(0deg, #29a137 20%, #7acc38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.catch-text.left {
  text-align: left;
}

/*下層ページフッターメニュー*/
.link-menu {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #eff5fc url(../img/common/bg_01_sp.webp);
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
@media only screen and (min-width:1024px) {
  .link-menu {
    padding: 80px 0;
    background: #eff5fc url(../img/common/bg_01_pc.webp);
  }
}
.link-menu .item {
  width: 100%;
  padding: 0 20px;
  margin: auto;
  width: 90%;
  padding: 0;
  border: 1px solid #ddd;
}
@media only screen and (min-width:768px) {
  .link-menu .item {
    padding: 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .link-menu .item {
    max-width: 900px;
    padding: 0;
  }
}
@media only screen and (min-width:1281px) {
  .link-menu .item {
    max-width: 1200px;
  }
}
@media only screen and (min-width:768px) {
  .link-menu .item {
    padding: 0;
  }
}
.link-menu .item .categorytop {
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#29a137), to(#7acc38));
  background: linear-gradient(to right, #29a137, #7acc38);
  text-align: center;
  padding: 13px;
}
.link-menu .item .categorytop a {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-left: 24px;
}
.link-menu .item .categorytop a:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
@media only screen and (min-width:1024px) {
  .link-menu .item .categorytop a:before {
    top: 4px;
  }
}
.link-menu .item .categorytop a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  color: #29a137;
  font-size: 11px;
  position: absolute;
  left: 4px;
  top: 3px;
}
@media only screen and (min-width:1024px) {
  .link-menu .item .categorytop a:after {
    top: 5px;
  }
}
.link-menu .item ul {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width:1024px) {
  .link-menu .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 40px;
  }
}
.link-menu .item ul li {
  border-bottom: 1px dotted #ddd;
  /*&:nth-child(3n){
  	margin-right: 0;
  }*/
}
@media only screen and (min-width:1024px) {
  .link-menu .item ul li {
    margin: 0 50px 10px 0;
    width: auto;
    border-bottom: none;
  }
}
.link-menu .item ul li:last-child {
  border-bottom: none;
}
.link-menu .item ul li a {
  display: block;
  padding: 10px 10px 12px 25px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .link-menu .item ul li a {
    padding: 5px 10px 7px 18px;
  }
}
.link-menu .item ul li a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  color: #29a137;
  font-size: 11px;
  position: absolute;
  left: 10px;
  top: 14px;
}
@media only screen and (min-width:1024px) {
  .link-menu .item ul li a:after {
    top: 9px;
    left: 0;
    font-size: 13px;
  }
}
.link-menu .item ul li a span {
  font-weight: 700;
  font-size: 12px;
  color: #f95b6d;
  margin-left: 8px;
}
.link-menu .item ul li.window a:after {
  content: "\e900";
  left: 10px;
}
@media only screen and (min-width:1024px) {
  .link-menu .item ul li.window a:after {
    left: 0;
    top: 9px;
  }
}
.link-menu .item ul li.no-link {
  padding: 10px 10px 12px 25px;
  position: relative;
  color: #bcbcbc;
}
@media only screen and (min-width:1024px) {
  .link-menu .item ul li.no-link {
    padding: 5px 10px 7px 18px;
  }
}
.link-menu .item ul li.no-link:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  color: rgba(41, 161, 55, 0.5);
  font-size: 11px;
  position: absolute;
  left: 10px;
  top: 14px;
}
@media only screen and (min-width:1024px) {
  .link-menu .item ul li.no-link:after {
    top: 9px;
    left: 0;
    font-size: 13px;
  }
}
.link-menu .item .detail-col {
  background-color: #fff;
}
@media only screen and (min-width:1024px) {
  .link-menu .item .detail-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dotted #ddd;
    padding: 15px 30px;
  }
}
@media only screen and (min-width:1281px) {
  .link-menu .item .detail-col {
    padding: 15px 40px;
  }
}
.link-menu .item .detail-col:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}
.link-menu .item .detail-col .categoryname {
  background-color: #f7f7f7;
  text-align: center;
  font-weight: 700;
  padding: 10px;
}
@media only screen and (min-width:1024px) {
  .link-menu .item .detail-col .categoryname {
    width: 140px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 14px;
  }
}
@media only screen and (min-width:1281px) {
  .link-menu .item .detail-col .categoryname {
    width: 180px;
    font-size: 16px;
  }
}
.link-menu .item .detail-col ul {
  padding: 0;
}
@media only screen and (min-width:1024px) {
  .link-menu .item .detail-col ul {
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width:1281px) {
  .link-menu .item .detail-col ul {
    width: calc(100% - 180px);
  }
}
@media only screen and (min-width:1024px) {
  .link-menu .item .detail-col ul li {
    margin: 0 20px 0 0;
    font-size: 14px;
  }
}
@media only screen and (min-width:1281px) {
  .link-menu .item .detail-col ul li {
    margin: 0 30px 0 0;
    font-size: 16px;
  }
}
.link-menu .banner-col {
  width: 100%;
  padding: 0 20px;
  margin: auto;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:768px) {
  .link-menu .banner-col {
    padding: 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .link-menu .banner-col {
    max-width: 900px;
    padding: 0;
  }
}
@media only screen and (min-width:1281px) {
  .link-menu .banner-col {
    max-width: 1200px;
  }
}
@media only screen and (min-width:768px) {
  .link-menu .banner-col img {
    width: 350px;
  }
}
@media only screen and (min-width:1024px) {
  .link-menu .banner-col {
    margin: 35px auto 0;
  }
  .link-menu .banner-col img {
    width: auto;
  }
}
.link-menu .banner-col .txt {
  position: relative;
  margin-top: 8px;
  padding-left: 23px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width:1024px) {
  .link-menu .banner-col .txt {
    font-size: 17px;
  }
}
@media only screen and (min-width:768px) {
  .link-menu .banner-col .txt {
    font-size: 14px;
  }
}
.link-menu .banner-col .txt:before {
  content: "";
  display: inline-block;
  background: #29a137;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.link-menu .banner-col .txt:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  position: absolute;
  top: 4px;
  left: 6px;
  color: #fff;
  font-size: 10px;
}

/*テーブル*/
@media only screen and (min-width:1024px) {
  .table-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.table-col .headline {
  background-color: #f7f7f7;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
}
@media only screen and (min-width:1024px) {
  .table-col .headline {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
}
.table-col table {
  width: 100%;
}
@media only screen and (min-width:1024px) {
  .table-col table {
    width: 80%;
  }
}
.table-col:nth-of-type(n+2) .headline {
  border-top: none;
}
@media only screen and (min-width:1024px) {
  .table-col:nth-of-type(n+2) .headline {
    border-top: 1px solid #ddd;
  }
}

.table-col-scroll {
  overflow-y: scroll;
}
@media only screen and (min-width:1024px) {
  .table-col-scroll {
    overflow-y: auto;
  }
}
.table-col-scroll .table-type02 {
  width: 650px;
  table-layout: fixed;
}
@media only screen and (min-width:1024px) {
  .table-col-scroll .table-type02 {
    width: 100%;
  }
}
.table-col-scroll .table-type02 th, .table-col-scroll .table-type02 td {
  text-align: center;
}

.table-type01 {
  width: 100%;
  border: 1px solid #ddd;
}
.table-type01 th, .table-type01 td {
  width: 100%;
  display: block;
  padding: 12px 15px;
}
@media only screen and (min-width:1024px) {
  .table-type01 th, .table-type01 td {
    display: table-cell;
    padding: 15px 18px;
    border: 1px solid #ddd;
  }
}
.table-type01 th {
  background-color: #f7f7f7;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (min-width:1024px) {
  .table-type01 th {
    width: 25%;
    text-align: center;
  }
}
@media only screen and (min-width:1024px) {
  .table-type01 td {
    width: 75%;
  }
}

.table-type02 {
  width: 100%;
  border: 1px solid #ddd;
}
.table-type02 th, .table-type02 td {
  display: table-cell;
  padding: 10px 12px;
  border: 1px solid #ddd;
}
@media only screen and (min-width:1024px) {
  .table-type02 th, .table-type02 td {
    padding: 15px 18px;
  }
}
.table-type02 th {
  background-color: #f7f7f7;
  vertical-align: middle;
  text-align: left;
  width: 28%;
}
@media only screen and (min-width:1024px) {
  .table-type02 th {
    width: 30%;
  }
}
.table-type02 td {
  width: 72%;
}
@media only screen and (min-width:1024px) {
  .table-type02 td {
    width: 70%;
  }
}

/*ページリンクリスト*/
.page-link-list {
  border: 1px solid #ddd;
}
.page-link-list li {
  border-bottom: 1px dotted #ddd;
}
.page-link-list li:last-child {
  border-bottom: 0;
}
.page-link-list li a {
  display: block;
  padding: 8px 15px 8px 33px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .page-link-list li a {
    padding: 10px 15px 10px 38px;
  }
}
.page-link-list li a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e908";
  position: absolute;
  left: 12px;
  top: 8px;
  color: #29a137;
  font-size: 14px;
}
@media only screen and (min-width:1024px) {
  .page-link-list li a:after {
    left: 15px;
    top: 13px;
  }
}
.page-link-list li.another-page a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  position: absolute;
  left: 12px;
  top: 8px;
}
@media only screen and (min-width:1024px) {
  .page-link-list li.another-page a:after {
    left: 15px;
    top: 13px;
  }
}
.page-link-list li.pdf a:after {
  content: "\e912";
  left: 12px;
  font-size: 16px;
}
@media only screen and (min-width:1024px) {
  .page-link-list li.pdf a:after {
    top: 12px;
  }
}
.page-link-list li.window a:after {
  content: "\e900";
  left: 12px;
}
@media only screen and (min-width:1024px) {
  .page-link-list li.window a:after {
    top: 12px;
  }
}
.page-link-list li.download a:after {
  content: "\e910";
  left: 12px;
}
@media only screen and (min-width:1024px) {
  .page-link-list li.download a:after {
    top: 12px;
  }
}
.page-link-list li.xls a:after {
  content: "\e911";
  left: 12px;
  font-size: 16px;
}
@media only screen and (min-width:1024px) {
  .page-link-list li.xls a:after {
    top: 12px;
  }
}
.page-link-list.pink li a:after {
  color: #de437a;
}
.page-link-list.blue li a:after {
  color: #2ebfd7;
}

/*リスト*/
.deco {
  /*グレー*/
  /*ピンク*/
  /*青*/
  /*枠あり*/
  /*スマホ版2列*/
  /*PC版横並び・スマホ版縦並び*/
}
.deco li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.deco li:last-child {
  margin-bottom: 0;
}
.deco li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #29a137;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
@media only screen and (max-width:320px) {
  .deco li:before {
    top: 6px;
  }
}
@media only screen and (min-width:1024px) {
  .deco li:before {
    top: 9px;
  }
}
.deco.gray li:before {
  background-color: #9292a7;
}
.deco.pink li:before {
  background-color: #de437a;
}
.deco.blue li:before {
  background-color: #2ebfd7;
}
.deco.frame {
  border: 2px solid #ddd;
  padding: 15px 20px;
}
@media only screen and (min-width:1024px) {
  .deco.frame {
    padding: 25px 40px;
  }
}
.deco.short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width:1024px) {
  .deco.short {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.deco.short li {
  width: 48%;
  margin-right: 0;
}
@media only screen and (min-width:768px) {
  .deco.short li {
    margin: 0 20px 5px 0;
    width: calc(33.3333333% - 13.3333333333px);
  }
  .deco.short li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width:1024px) {
  .deco.short li {
    width: auto;
    display: block;
    margin-right: 50px;
  }
  .deco.short li:nth-child(3n) {
    margin-right: 50px;
  }
}
@media only screen and (min-width:768px) {
  .deco.sp-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width:768px) {
  .deco.sp-vertical li {
    margin-right: 50px;
  }
}

/*ボタンリスト*/
.button-list-col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:768px) {
  .button-list-col ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.button-list-col ul li {
  margin-bottom: 15px;
  width: auto;
  min-width: 100%;
  position: relative;
}
@media only screen and (min-width:768px) {
  .button-list-col ul li {
    min-width: 280px;
    width: auto;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .button-list-col ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width:1024px) {
  .button-list-col ul li {
    min-width: 320px;
  }
}
.button-list-col ul li:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #29a137;
  font-size: 18px;
  z-index: 2;
}
.button-list-col ul li a {
  width: 100%;
  min-width: 100%;
  position: relative;
  padding: 10px 30px 12px 15px;
}
@media only screen and (min-width:768px) {
  .button-list-col ul li a {
    width: auto;
    padding: 14px 40px 16px 20px;
  }
}
.button-list-col ul li.pdf {
  position: relative;
}
.button-list-col ul li.pdf:before {
  content: "\e912";
}
.button-list-col ul li.pdf a {
  padding: 10px 25px 12px 40px;
}
@media only screen and (min-width:768px) {
  .button-list-col ul li.pdf a {
    width: auto;
    padding: 14px 25px 16px 45px;
  }
}
.button-list-col ul li.xls {
  position: relative;
}
.button-list-col ul li.xls:before {
  content: "\e911";
}
.button-list-col ul li.xls a {
  padding: 10px 15px 12px 45px;
}
@media only screen and (min-width:768px) {
  .button-list-col ul li.xls a {
    width: auto;
    padding: 14px 15px 16px 45px;
  }
}
.button-list-col ul.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-list-col.column4 li {
  width: 100%;
  min-width: auto;
}
@media only screen and (min-width:768px) {
  .button-list-col.column4 li {
    margin: 0 15px 15px 0;
    width: calc(33.333% - 10px);
  }
  .button-list-col.column4 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width:1281px) {
  .button-list-col.column4 li {
    margin: 0 20px 20px 0;
    width: calc(25% - 15px);
  }
  .button-list-col.column4 li:nth-child(3n) {
    margin-right: 20px;
  }
  .button-list-col.column4 li:nth-child(4n) {
    margin-right: 0;
  }
}

/*記事用*/
.information-list {
  /*写真あり*/
}
.information-list li a {
  border-bottom: 1px dotted #ddd;
  display: block;
  padding: 15px 30px 15px 0;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .information-list li a {
    padding: 22px 30px 22px 0;
  }
}
.information-list li a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  color: #29a137;
  font-size: 14px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.information-list li a .date {
  font-size: 12px;
  font-weight: 700;
}
.information-list li a .category {
  background: #f2faeb;
  border-radius: 50px;
  padding: 2px 5px;
  color: #29a137;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  margin: 0 1px 1px 0;
}
@media only screen and (min-width:1024px) {
  .information-list li a .category {
    padding: 4px 10px 5px;
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.information-list li:first-child a {
  border-top: 1px dotted #ddd;
}
.information-list.photo li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width:1024px) {
  .information-list.photo li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.information-list.photo li a .img {
  width: 95px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width:1024px) {
  .information-list.photo li a .img {
    width: 150px;
    margin-right: 35px;
  }
}
.information-list.photo li a .text {
  width: calc(100% - 95px);
}
@media only screen and (min-width:1024px) {
  .information-list.photo li a .text {
    width: calc(100% - 150px);
  }
}

.more {
  text-align: right;
}
.more a {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
}
.more a:before {
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#29a137), to(#7acc38));
  background: linear-gradient(to right, #29a137, #7acc38);
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width:1024px) {
  .more a:before {
    top: 3px;
  }
}
.more a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90a";
  color: #fff;
  font-size: 11px;
  position: absolute;
  left: 6px;
  top: 3px;
}
@media only screen and (min-width:1024px) {
  .more a:after {
    top: 5px;
  }
}

/*記事詳細*/
.blog-detail {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.blog-detail .date, .blog-detail .writer {
  font-size: 12px;
  font-weight: 700;
}
.blog-detail .blogtitle-col {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f2faeb;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width:1024px) {
  .blog-detail .blogtitle-col {
    width: 100%;
    padding: 0 20px;
    margin: auto;
    margin-bottom: 30px;
    padding: 12px 20px !important;
  }
}
@media only screen and (min-width:1024px) and (min-width:768px) {
  .blog-detail .blogtitle-col {
    padding: 0 40px;
  }
}
@media only screen and (min-width:1024px) and (min-width:1024px) {
  .blog-detail .blogtitle-col {
    max-width: 900px;
    padding: 0;
  }
}
@media only screen and (min-width:1024px) and (min-width:1281px) {
  .blog-detail .blogtitle-col {
    max-width: 1520px;
  }
}
.blog-detail .title {
  font-family: "Noto Serif JP", serif;
  color: #28450c;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  margin-top: 5px;
}
@media only screen and (min-width:1024px) {
  .blog-detail .title {
    font-size: 22px;
  }
}
.blog-detail .detail-col p {
  margin-top: 15px;
}
.blog-detail .detail-col h3 {
  font-family: "Noto Serif JP", serif;
  margin: 25px 0 15px;
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col h3 {
    margin: 35px 0 15px;
  }
}
.blog-detail .detail-col h4 {
  font-family: "Noto Serif JP", serif;
  margin: 20px 0 0;
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col h4 {
    margin: 30px 0 0;
  }
}
.blog-detail .detail-col h3 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #29a137;
  padding-bottom: 3px;
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col h3 {
    font-size: 23px;
    padding-bottom: 5px;
  }
}
.blog-detail .detail-col h4 {
  font-size: 16px;
  font-weight: 700;
  background-color: #f7f7f7;
  padding: 8px 12px 10px;
  border-left: 7px solid #90cc98;
  line-height: 1.4;
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col h4 {
    font-size: 20px;
    padding: 10px 15px 12px;
  }
}
.blog-detail .detail-col ul {
  margin-top: 10px;
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col ul {
    margin-top: 15px;
  }
}
.blog-detail .detail-col ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col ul li {
    padding-left: 20px;
  }
}
.blog-detail .detail-col ul li:last-child {
  margin-bottom: 0;
}
.blog-detail .detail-col ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 4px solid #29a137;
  position: absolute;
  left: 0;
  top: 5px;
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col ul li:before {
    width: 5px;
    height: 5px;
  }
}
.blog-detail .detail-col a {
  text-decoration: underline;
}
.blog-detail .detail-col a:hover {
  text-decoration: underline;
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col a:hover {
    text-decoration: none;
  }
}
.blog-detail .detail-col img {
  margin: 15px auto;
  width: 100%;
  height: auto;
}
@media only screen and (min-width:768px) {
  .blog-detail .detail-col img {
    width: 300px;
    margin-right: 10px;
  }
  .blog-detail .detail-col img:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col img {
    width: 400px;
    margin-right: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .blog-detail .detail-col img {
    width: 500px;
  }
}
.blog-detail .detail-col iframe {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col iframe {
    height: auto;
  }
}
.blog-detail .detail-col table {
  margin-top: 15px;
  width: 100%;
}
.blog-detail .detail-col .button {
  margin-top: 15px;
}
.blog-detail .detail-col .button a {
  text-decoration: none;
}
.blog-detail .detail-col .image-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 15px;
}
.blog-detail .detail-col .image-list2 li {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .blog-detail .detail-col .image-list2 li {
    width: 48%;
    margin: 0 20px 20px 0;
  }
  .blog-detail .detail-col .image-list2 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width:1024px) {
  .blog-detail .detail-col .image-list2 li {
    width: 400px;
  }
}
@media only screen and (min-width:1281px) {
  .blog-detail .detail-col .image-list2 li {
    width: 500px;
  }
}
.blog-detail .detail-col .image-list2 li:before {
  content: none;
}
.blog-detail .detail-col .image-list2 li img {
  width: 100%;
  margin: 0;
}
.blog-detail .detail-col .image-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.blog-detail .detail-col .image-list3 li {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .blog-detail .detail-col .image-list3 li {
    margin: 0 20px 20px 0;
    width: calc(33.3333333% - 13.3333333333px);
  }
  .blog-detail .detail-col .image-list3 li:nth-child(3n) {
    margin-right: 0;
  }
}
.blog-detail .detail-col .image-list3 li:before {
  content: none;
}
.blog-detail .detail-col .image-list3 li img {
  width: 100%;
  margin: 0;
}

/*コンテンツ枠*/
.contact-col {
  border: 2px solid #ddd;
}
.contact-col .headline {
  text-align: center;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width:320px) {
  .contact-col .headline {
    font-size: 14px;
  }
}
@media only screen and (min-width:1024px) {
  .contact-col .headline {
    padding: 15px;
    font-size: 18px;
  }
}
.contact-col .item {
  padding: 15px 20px 20px;
}
@media only screen and (min-width:1024px) {
  .contact-col .item {
    padding: 20px 40px 30px;
  }
}
.contact-col .item .button a {
  min-width: 100%;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .contact-col .item .button a {
    min-width: 320px;
    width: auto;
  }
}

.info-col .headline {
  background-color: #e9e9f3;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.03em;
}
@media only screen and (max-width:320px) {
  .info-col .headline {
    font-size: 14px;
  }
}
@media only screen and (min-width:1024px) {
  .info-col .headline {
    padding: 15px;
    font-size: 18px;
  }
}
.info-col .item {
  padding: 15px 20px 20px;
  background-color: #f7f7f7;
}
@media only screen and (min-width:1024px) {
  .info-col .item {
    padding: 20px 40px 30px;
  }
}

/*アコーディオンリスト*/
.accordion-list {
  margin-bottom: 15px;
  border: 2px solid #ddd;
}
.accordion-list .accordion-single {
  border-bottom: 1px dotted #ddd;
  display: block;
}
.accordion-list .accordion-single:last-child {
  border-bottom: none;
}
.accordion-list .accordion-single-item {
  margin-right: 0;
  position: relative;
  background-color: #f7f7f7;
}
.accordion-list .accordion-single-item:first-child {
  border-top: none;
}
.accordion-list .accordion-single-item:last-child .accordion-single-title {
  border-bottom: none;
}
.accordion-list .accordion-single-title {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding: 12px 25px 12px 15px;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-size: 14px;
}
@media only screen and (min-width:1024px) {
  .accordion-list .accordion-single-title {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.accordion-list .accordion-single-title::before {
  content: "";
  background-color: #f7f7f7;
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.accordion-list .accordion-single-title::after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90e";
  position: absolute;
  right: 15px;
  top: 12px;
}
@media only screen and (min-width:1024px) {
  .accordion-list .accordion-single-title::after {
    top: 15px;
    right: 23px;
  }
}
.accordion-list .accordion-single-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  padding: 0 5px;
  background-color: #fff;
}
.accordion-list .accordion-single-content ul {
  padding: 5px 0;
}
.accordion-list .accordion-single-content ul li {
  margin-bottom: 0;
  font-size: 13px;
  border-bottom: 1px dotted #ddd;
}
.accordion-list .accordion-single-content ul li:last-child {
  border: none;
}
.accordion-list .accordion-single-content ul li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 13px;
}
.accordion-list .accordion-single-content ul li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: -12px;
  top: 22px;
}
.accordion-list .accordion-single-content p {
  padding: 10px 15px;
}
.accordion-list .accordion-single-item.is-open .accordion-single-content {
  max-height: 1000px;
}
.accordion-list .accordion-single-item.is-open .accordion-single-title::after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e90d";
  position: absolute;
  right: 15px;
  top: 12px;
}
@media only screen and (min-width:1024px) {
  .accordion-list .accordion-single-item.is-open .accordion-single-title::after {
    top: 15px;
    right: 23px;
  }
}

/*アンカーリンク*/
.anchor {
  padding-top: 60px;
  margin-top: -60px;
}
@media only screen and (min-width:768px) {
  .anchor {
    padding-top: 75px;
    margin-top: -75px;
  }
}
@media only screen and (min-width:1024px) {
  .anchor {
    padding-top: 0;
    margin-top: 0;
  }
}

.main-article-career {
  /*就職実績*/
  /*就職支援サポート*/
}
.main-article-career .title-col {
  background-image: url(../img/career/mainimage_sp.webp);
}
@media only screen and (min-width:768px) {
  .main-article-career .title-col {
    background-image: url(../img/career/mainimage_pc.webp);
  }
}
.main-article-career .contents {
  margin-bottom: 0;
}
.main-article-career .contents .element-col .ability-col {
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
}
@media only screen and (min-width:768px) {
  .main-article-career .contents .element-col .ability-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career .contents .element-col .ability-col {
    margin-bottom: 45px;
  }
}
.main-article-career .contents .element-col .ability-col .abilityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #d9e6f4;
  padding: 0 0 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width:768px) {
  .main-article-career .contents .element-col .ability-col .abilityList {
    width: 45%;
    margin: 0 10px;
  }
}
@media only screen and (min-width:1024px) {
  .main-article-career .contents .element-col .ability-col .abilityList {
    width: 42%;
    margin: 0 15px;
    padding: 35px 0;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career .contents .element-col .ability-col .abilityList {
    width: 35%;
  }
}
.main-article-career .contents .element-col .ability-col .abilityList dt {
  width: 150px;
}
@media only screen and (min-width:1024px) {
  .main-article-career .contents .element-col .ability-col .abilityList dt {
    width: 190px;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career .contents .element-col .ability-col .abilityList dt {
    width: 200px;
  }
}
.main-article-career .contents .element-col .ability-col .abilityList dt p {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#f16e9b), to(#db4dae));
  background: linear-gradient(to right, #f16e9b, #db4dae);
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width:1024px) {
  .main-article-career .contents .element-col .ability-col .abilityList dt p {
    font-size: 18px;
  }
}
.main-article-career .contents .element-col .ability-col .abilityList dt h4 {
  font-weight: 700;
  font-size: 16px;
  padding-left: 15px;
  line-height: 1.2;
}
@media only screen and (min-width:1024px) {
  .main-article-career .contents .element-col .ability-col .abilityList dt h4 {
    font-size: 20px;
    padding-left: 20px;
  }
}
.main-article-career .contents .element-col .ability-col .abilityList dd {
  width: calc(100% - 150px);
  position: relative;
  padding-left: 5px;
  line-height: 1;
  text-align: center;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  color: #de437a;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
@media only screen and (min-width:1024px) {
  .main-article-career .contents .element-col .ability-col .abilityList dd {
    font-size: 45px;
    width: calc(100% - 190px);
    margin-top: 0;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career .contents .element-col .ability-col .abilityList dd {
    font-size: 50px;
    width: calc(100% - 200px);
  }
}
.main-article-career .contents .element-col .ability-col .abilityList dd:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e902";
  position: absolute;
  bottom: -15px;
  left: 5px;
  color: #f2faeb;
  font-size: 70px;
  z-index: -1;
}
@media only screen and (min-width:1024px) {
  .main-article-career .contents .element-col .ability-col .abilityList dd:before {
    left: -15px;
    bottom: -20px;
    font-size: 100px;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career .contents .element-col .ability-col .abilityList dd:before {
    left: 0;
  }
}
.main-article-career .contents .element-col .ability-col .abilityList dd:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e901";
  position: absolute;
  bottom: -15px;
  right: 5px;
  color: #f2faeb;
  font-size: 70px;
  z-index: -1;
}
@media only screen and (min-width:1024px) {
  .main-article-career .contents .element-col .ability-col .abilityList dd:after {
    right: -15px;
    bottom: -20px;
    font-size: 100px;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career .contents .element-col .ability-col .abilityList dd:after {
    right: 0;
  }
}
.main-article-career .contents .element-col .ability-col .abilityList dd span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width:1024px) {
  .main-article-career .contents .element-col .ability-col .abilityList dd span {
    font-size: 16px;
  }
}
.main-article-career .contents .element-col .ability-col .abilityList dd span.small-text {
  font-size: 10px;
  color: #333;
  font-weight: 500;
  margin-top: 5px;
}
.main-article-career .contents .element-col .ability-col .abilityList dd small {
  font-size: 30px;
}
.main-article-career .contents .element-col .ability-col .abilityList:last-child dt p {
  background: -webkit-gradient(linear, left top, right top, from(#45cec5), to(#1bb2e7));
  background: linear-gradient(to right, #45cec5, #1bb2e7);
}
.main-article-career .contents .element-col .ability-col .abilityList:last-child dd {
  color: #2ebfd7;
}
.main-article-career.data .element-col img {
  width: auto;
}
@media only screen and (min-width:768px) {
  .main-article-career.data .element-col img {
    width: 60%;
  }
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col img {
    width: auto;
  }
}
.main-article-career.data .element-col .ability-col {
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
}
@media only screen and (min-width:768px) {
  .main-article-career.data .element-col .ability-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career.data .element-col .ability-col {
    margin-bottom: 45px;
  }
}
.main-article-career.data .element-col .ability-col .abilityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #eee;
  padding: 25px 0;
  margin-bottom: 10px;
}
@media only screen and (min-width:768px) {
  .main-article-career.data .element-col .ability-col .abilityList {
    width: 45%;
    margin: 0 10px;
  }
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col .ability-col .abilityList {
    width: 42%;
    margin: 0 15px;
    padding: 35px 0;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career.data .element-col .ability-col .abilityList {
    width: 35%;
  }
}
.main-article-career.data .element-col .ability-col .abilityList dt {
  width: 150px;
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col .ability-col .abilityList dt {
    width: 190px;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career.data .element-col .ability-col .abilityList dt {
    width: 200px;
  }
}
.main-article-career.data .element-col .ability-col .abilityList dt h4 {
  font-weight: 700;
  font-size: 16px;
  padding-left: 15px;
  line-height: 1.2;
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col .ability-col .abilityList dt h4 {
    font-size: 20px;
    padding-left: 20px;
  }
}
.main-article-career.data .element-col .ability-col .abilityList dd {
  width: calc(100% - 150px);
  position: relative;
  padding-left: 5px;
  line-height: 1;
  text-align: center;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  color: #de437a !important;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col .ability-col .abilityList dd {
    font-size: 45px;
    width: calc(100% - 190px);
    margin-top: 0;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career.data .element-col .ability-col .abilityList dd {
    font-size: 50px;
    width: calc(100% - 200px);
  }
}
.main-article-career.data .element-col .ability-col .abilityList dd:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e902";
  position: absolute;
  bottom: -10px;
  left: 5px;
  color: #f2faeb;
  font-size: 70px;
  z-index: -1;
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col .ability-col .abilityList dd:before {
    left: -15px;
    bottom: -20px;
    font-size: 100px;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career.data .element-col .ability-col .abilityList dd:before {
    left: 0;
  }
}
.main-article-career.data .element-col .ability-col .abilityList dd:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e901";
  position: absolute;
  bottom: -10px;
  right: 5px;
  color: #f2faeb;
  font-size: 70px;
  z-index: -1;
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col .ability-col .abilityList dd:after {
    right: -15px;
    bottom: -20px;
    font-size: 100px;
  }
}
@media only screen and (min-width:1281px) {
  .main-article-career.data .element-col .ability-col .abilityList dd:after {
    right: 0;
  }
}
.main-article-career.data .element-col .ability-col .abilityList dd span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col .ability-col .abilityList dd span {
    font-size: 16px;
  }
}
.main-article-career.data .element-col .ability-col .abilityList dd span.small-text {
  font-size: 10px;
  color: #333;
  font-weight: 500;
  margin-top: 5px;
}
.main-article-career.data .element-col .ability-col .abilityList dd small {
  font-size: 30px;
}
.main-article-career.data .element-col .ability-col .abilityList.art dd {
  color: #2ebfd7 !important;
}
.main-article-career.data .element-col .item-col.employment {
  text-align: center;
}
.main-article-career.data .element-col .item-col.employment h4, .main-article-career.data .element-col .item-col.employment p {
  text-align: left;
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col .item-col.employment .employment-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-article-career.data .element-col .item-col.employment .employment-col .contact-col {
  margin-bottom: 15px;
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col .item-col.employment .employment-col .contact-col {
    margin: 0 20px 20px 0;
    width: calc(33.3333333% - 13.3333333333px);
  }
}
.main-article-career.data .element-col .item-col.employment .employment-col .contact-col:nth-child(3n) {
  margin-right: 0;
}
.main-article-career.data .element-col .item-col.employment .employment-col .contact-col .headline {
  text-align: center;
}
.main-article-career.data .element-col .item-col.employment .employment-col .contact-col .item {
  padding: 15px 20px 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width:1024px) {
  .main-article-career.data .element-col .item-col.employment .employment-col .contact-col .item {
    padding: 20px 20px 30px;
  }
}
.main-article-career.support .voice {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px 25px;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .main-article-career.support .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 30px 35px;
  }
}
@media only screen and (min-width:1024px) {
  .main-article-career.support .voice {
    padding: 35px 60px 45px;
  }
}
.main-article-career.support .voice img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 15px;
}
@media only screen and (min-width:768px) {
  .main-article-career.support .voice img {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1024px) {
  .main-article-career.support .voice img {
    width: 200px;
    height: 200px;
    margin-right: 45px;
  }
}
.main-article-career.support .voice .text-col {
  text-align: left;
}
.main-article-career.support .voice .text-col .catch-text {
  margin-bottom: 5px;
}
.main-article-career.support .voice .text-col .name {
  font-weight: 700;
  margin-bottom: 8px;
}
.main-article-career.support .voice .text-col .name span {
  font-size: 13px;
}