@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: Roboto, Avenir, "Helvetica Neue", Helvetica, 'Noto Sans CJK JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

b, strong, .bold {
  font-family: Roboto, Avenir, "Helvetica Neue", Helvetica, 'Noto Sans CJK JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

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

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

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

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

/*------------------------------------------------------------
	Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

main {
  display: block;
  margin-left: 270px;
  padding-top: 10px;
  padding-right: calc(3% + 10px);
  padding-left: 3%;
  overflow: hidden;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  main {
    padding-right: calc(1.5% + 10px);
    padding-left: 1.5%;
    margin-left: 220px;
  }
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  main {
    margin-top: 80px;
    padding-top: 0;
    margin-left: 0;
    padding-right: calc(2.5% + 5px);
    padding-left: calc(2.5% + 5px);
  }
}

@media screen and (max-width: 600px) {
  main {
    margin-top: 80px;
    padding-top: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-content {
  position: relative;
}

.c-content__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .c-content__inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.c-content__main {
  width: 70%;
}

@media screen and (max-width: 600px) {
  .c-content__main {
    width: 100%;
  }
}

.col_right {
  width: 30%;
  padding-left: 6%;
  position: relative;
}

@media screen and (max-width: 600px) {
  .col_right {
    width: 100%;
    padding-left: 0;
    height: 45px;
    margin-bottom: 20px;
  }
}

.c-header {
  max-width: 270px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #EFF4F0;
  padding: 10px;
  padding-right: 0;
  z-index: 97888;
  overflow-y: hidden;
  overflow-x: hidden;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .c-header {
    max-width: 220px;
  }
}

@media screen and (max-width: 900px) {
  .c-header {
    max-width: 100%;
    height: 80px;
    padding: 5px;
    overflow: inherit;
  }
}

.c-header__inline {
  width: calc(100% + 17px);
  overflow-y: auto;
  padding-bottom: 40px;
  height: 100%;
  padding-right: 17px;
}

@media screen and (max-width: 900px) {
  .c-header__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    overflow: inherit;
  }
}

.c-header__logo {
  padding-top: 30px;
  text-align: center;
  max-width: 200px;
  margin-left: 20px;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .c-header__logo {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .c-header__logo {
    padding-top: 0;
    padding-left: 20px;
    margin-left: 0;
  }
}

.c-header__logo a {
  display: block;
}

.c-header__logo a:hover {
  opacity: 0.8;
}

.c-header__logo img {
  max-width: 100%;
}

.c-header__btn {
  max-width: 180px;
  width: 100%;
  background-color: #F4AABE;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 10px;
  line-height: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .c-header__btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .c-header__btn {
    max-width: 290px;
    margin: 0 auto;
    margin-top: 25px;
    line-height: 60px;
    font-size: 2rem;
  }
}

.c-header__btn:hover {
  opacity: 0.95;
}

.c-header__btn img {
  max-width: 100%;
  margin-right: 5px;
}

@media screen and (max-width: 900px) {
  .c-header__btn img {
    width: 24px;
  }
}

.c-header__btn-menu {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .c-header__btn-menu {
    display: block;
    position: absolute;
    right: 10px;
  }
}

.c-header__btn-menu .bar1,
.c-header__btn-menu .bar2,
.c-header__btn-menu .bar3 {
  width: 29px;
  border-radius: 1px;
  height: 3px;
  background-color: #F4AABE;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.c-header__btn-menu .bar1 {
  margin: 0;
}

.c-header__btn-menu .bar2 {
  margin: 5px 0;
}

.c-header .is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  -ms-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-4px, 3px);
}

.c-header .is-open .bar2 {
  opacity: 0;
}

.c-header .is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  -ms-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

@media screen and (max-width: 900px) {
  .c-header__gr {
    display: none;
  }
}

.c-header__gr__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .c-header__gr__sns {
    padding-left: 15px;
  }
}

.c-header__gr__sns li a {
  display: block;
  padding: 0 5px;
}

.c-header__gr__sns li a:hover {
  opacity: 0.95;
}

.c-header__gr__sns li img {
  max-width: 100%;
}

.c-header__gr__text {
  font-size: 1.2rem;
  color: #000000;
  line-height: 22px;
  letter-spacing: 0.02rem;
  padding-left: 20px;
  padding-right: 30px;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .c-header__gr__text {
    padding-right: 20px;
  }
}

.navigation {
  padding-left: 30px;
  padding-top: 45px;
  z-index: 8;
  position: relative;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .navigation {
    padding-left: 15px;
  }
}

@media screen and (max-width: 900px) {
  .navigation {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 80px;
    left: 0;
    z-index: 9999999999;
    background-color: #fff;
    padding-top: 0;
    padding-left: 5px;
    overflow-y: auto;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 900px) {
  .navigation > ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navigation > ul > li {
  position: relative;
}

@media screen and (max-width: 900px) {
  .navigation > ul > li {
    border-bottom: 1px solid #EFF4F0;
  }
}

.navigation > ul > li:hover ul.sub-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation > ul > li:hover ul.sub-menu li {
  height: 28px;
  overflow: visible;
}

.navigation > ul > li:hover > a.has_icon:after {
  background-image: url("../img/common/icon_minus.svg");
}

.navigation > ul > li > a {
  font-size: 1.4rem;
  color: #000000;
  line-height: 24px;
  letter-spacing: 0.02rem;
  display: block;
  padding: 5px 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .navigation > ul > li > a {
    font-size: 1.6rem;
    padding: 14px 0;
    font-weight: 500;
  }
}

.navigation > ul > li > a.has_icon:after {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url("../img/common/icon_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 900px) {
  .navigation > ul > li > a.has_icon:after {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .navigation > ul > li > a.has_icon:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    margin-left: 0;
    background-image: url("../img/common/icon_plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.navigation > ul > li > a.change:before {
  background-image: url("../img/common/icon_minus.svg");
}

.navigation > ul > li > a.icon_left {
  padding-left: 23px;
}

@media screen and (max-width: 900px) {
  .navigation > ul > li > a.icon_left {
    display: none;
  }
}

.navigation > ul > li > a.icon_left:before {
  content: '';
  width: 17px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 16px;
}

.navigation > ul > li > a span {
  padding: 4px;
  padding-left: 0;
  position: relative;
}

.navigation > ul > li > a span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.navigation > ul > li.active > a span:before, .navigation > ul > li:hover > a span:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background-color: #FFF57E;
}

@media screen and (max-width: 900px) {
  .navigation > ul > li.active > a span:before, .navigation > ul > li:hover > a span:before {
    background-color: transparent;
  }
}

.navigation ul.sub-menu {
  position: relative;
  top: 100%;
  left: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding-left: 8px;
}

@media screen and (max-width: 900px) {
  .navigation ul.sub-menu {
    display: none;
    padding-left: 0;
    padding-bottom: 12px !important;
    padding-top: 0 !important;
  }
}

.navigation ul.sub-menu li {
  border-left: 1px solid #000000;
  padding-left: 15px;
  overflow: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  height: 0;
}

@media screen and (max-width: 900px) {
  .navigation ul.sub-menu li {
    height: 100% !important;
    overflow: visible !important;
    border-left: 0;
    padding-left: 0;
  }
}

.navigation ul.sub-menu li a {
  font-size: 1.2rem;
  color: #000000;
  line-height: 18px;
  letter-spacing: 0.02rem;
  display: block;
  padding: 5px 0;
}

@media screen and (max-width: 900px) {
  .navigation ul.sub-menu li a {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 8px 10px;
  }
}

.navigation ul.sub-menu li a:hover {
  opacity: 0.7;
}

.c-footer {
  margin-left: 270px;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .c-footer {
    margin-left: 220px;
  }
}

@media screen and (max-width: 900px) {
  .c-footer {
    margin-left: 0;
  }
}

.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .c-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.c-footer__nav li {
  width: 50%;
}

@media screen and (max-width: 600px) {
  .c-footer__nav li {
    width: 100%;
  }
}

.c-footer__nav__left {
  background-color: #EFF4F0;
  padding-left: 6%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 2%;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .c-footer__nav__left {
    padding-left: 3%;
  }
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  .c-footer__nav__left {
    padding-left: 3%;
  }
}

@media screen and (max-width: 600px) {
  .c-footer__nav__left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-footer__nav__left figure {
  text-align: center;
  margin-bottom: 15px;
}

.c-footer__nav__left figure a {
  display: block;
}

.c-footer__nav__left figure img {
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .c-footer__nav__left figure img {
    width: 190px;
  }
}

.c-footer__nav__right {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FCEFF2;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .c-footer__nav__right {
    padding-bottom: 40px;
  }
}

.c-footer__nav__right h3 {
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
  color: #000000;
  line-height: 24px;
  margin-bottom: 15px;
}

.c-footer__text {
  font-size: 1.2rem;
  color: #000000;
  line-height: 24px;
  letter-spacing: 0.06rem;
  padding: 15px;
  text-align: center;
}

.c-tt01 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.06rem;
  color: #000000;
  margin-bottom: 10px;
}

.c-tt02 {
  font-size: 1.8rem;
  color: #F4AABE;
  line-height: 30px;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 600px) {
  .c-tt02 {
    font-size: 1.4rem;
    line-height: 22px;
  }
}

.c-tt03 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.06rem;
  color: #000000;
  margin-bottom: 40px;
  text-align: center;
}

.c-tt_main {
  font-size: 2.6rem;
  color: #000000;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.06rem;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 85px;
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  .c-tt_main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .c-tt_main {
    font-size: 1.8rem;
    line-height: 27px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.c-text01 {
  font-size: 1.4rem;
  color: #000000;
  line-height: 25px;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 600px) {
  .c-text01 {
    font-size: 1.2rem;
    line-height: 20px;
  }
}

.btn_01 {
  display: block;
  max-width: 285px;
  font-size: 1.8rem;
  color: #759A84;
  font-weight: bold;
  letter-spacing: 0.06rem;
  border: 1px solid #759A84;
  line-height: 58px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 10px;
  background-color: #fff;
}

.btn_01:hover {
  background-color: #759A84;
  color: #fff;
}

.btn_01--bg01 {
  border: 1px solid #F4AABE;
  color: #F4AABE;
}

.btn_01--bg01:hover {
  background-color: #F4AABE;
  color: #fff;
}

.btn_01--st01 {
  max-width: 370px;
}

@media screen and (max-width: 600px) {
  .btn_01--st01 {
    max-width: 200px;
    font-size: 1.4rem;
  }
}

.btn_form {
  max-width: 255px;
  width: 100%;
  line-height: 56px;
  background-color: #759A84;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  border: 1px solid #759A84;
  background-image: url(../img/common/icon_btn_form.svg);
  background-repeat: no-repeat;
  background-position: 60px 22px;
  background-size: 15px 13px;
}

.btn_form:hover {
  opacity: 0.8;
}

.c-border__left {
  position: fixed;
  left: 0;
  top: 0;
  width: 10px;
  height: 100vh;
  background-color: #D4E5DB;
  z-index: 99877;
}

@media screen and (max-width: 900px) {
  .c-border__left {
    width: 5px;
  }
}

.c-border__right {
  position: fixed;
  right: 0;
  top: 0;
  width: 10px;
  height: 100vh;
  background-color: #D4E5DB;
  z-index: 99877;
}

@media screen and (max-width: 900px) {
  .c-border__right {
    width: 5px;
  }
}

.c-border__top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background-color: #D4E5DB;
  z-index: 99877;
}

@media screen and (max-width: 900px) {
  .c-border__top {
    height: 5px;
  }
}

.c-border__bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #D4E5DB;
  z-index: 99877;
}

@media screen and (max-width: 900px) {
  .c-border__bottom {
    height: 5px;
  }
}

.breadcrumb {
  padding: 17px 3%;
  background-color: #EFF4F0;
  margin-bottom: 45px;
}

@media screen and (max-width: 600px) {
  .breadcrumb {
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}

.breadcrumb li {
  font-size: 1.4rem;
  color: #000000;
  line-height: 25px;
  letter-spacing: 0.06rem;
  display: inline;
}

@media screen and (max-width: 600px) {
  .breadcrumb li {
    font-size: 1rem;
    line-height: 20px;
  }
}

.breadcrumb li a {
  color: #000000;
  text-decoration: underline;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

.breadcrumb li + li:before {
  content: '>';
  display: inline-block;
  padding: 0 4px;
}

.show_hide.change:before {
  content: '-';
}

.dl_sort {
  position: absolute;
  top: 0;
  left: 20%;
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  .dl_sort {
    left: 10%;
  }
}

@media screen and (max-width: 600px) {
  .dl_sort {
    left: 0;
    width: 100%;
    background-color: #fff;
  }
}

.dl_sort dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #759A84;
  line-height: 24px;
  letter-spacing: 0.06rem;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .dl_sort dt {
    font-size: 1.4rem;
    border: 2px solid #D5E6DC;
    line-height: 41px;
    padding-left: 20px;
  }
  .dl_sort dt:before {
    content: '';
    width: 13px;
    height: 9px;
    background: url("../img/common/icon_bottom.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.dl_sort dt.change:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 600px) {
  .dl_sort dd {
    display: none;
    padding: 20px 30px;
    border: 2px solid #D5E6DC;
    border-top: 0;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 85;
    background-color: #fff;
  }
}

.dl_sort dd ul {
  padding-left: 30px;
  border-left: 1px solid #000000;
}

@media screen and (max-width: 600px) {
  .dl_sort dd ul {
    padding-left: 0;
    border: 0;
  }
}

.dl_sort dd ul li:last-child a {
  margin-bottom: 0;
}

.dl_sort dd ul li:hover a, .dl_sort dd ul li.current a {
  background-color: #FFF57E;
}

@media screen and (max-width: 600px) {
  .dl_sort dd ul li:hover a, .dl_sort dd ul li.current a {
    background-color: transparent;
  }
}

.dl_sort dd a {
  font-size: 1.6rem;
  color: #000000;
  line-height: 20px;
  letter-spacing: 0.06rem;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 600px) {
  .dl_sort dd a {
    font-size: 1.4rem;
  }
}

.c_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #D5E6DC;
  border-bottom: 0;
  background-color: #EFF4F0;
}

@media screen and (max-width: 600px) {
  .c_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c_row.borbtom {
  border-bottom: 1px solid #D5E6DC;
}

.c_row--st01 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c_row dt {
  max-width: 252px;
  font-size: 1.6rem;
  color: #000000;
  line-height: 25px;
  letter-spacing: 0.06rem;
  padding: 10px 20px;
  width: 100%;
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  .c_row dt {
    max-width: 180px;
  }
}

@media screen and (max-width: 600px) {
  .c_row dt {
    max-width: 100%;
    font-size: 1.4rem;
    padding: 5px 10px;
    font-weight: 500;
  }
}

.c_row dd {
  width: calc(100% - 252px);
  padding: 10px 30px;
  background-color: #fff;
  border-left: 1px solid #D5E6DC;
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  .c_row dd {
    width: calc(100% - 180px);
    padding: 10px 20px;
  }
}

@media screen and (max-width: 600px) {
  .c_row dd {
    width: 100%;
    border-left: 0;
    padding: 15px 10px;
    border-top: 1px solid #D5E6DC;
  }
}

.c_row dd input {
  max-width: 400px;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  color: #000000;
  font-size: 1.4rem;
  border: 0;
  border-radius: 0;
  background-color: #EFF4F0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 600px) {
  .c_row dd input {
    max-width: 100%;
  }
}

.c_row dd textarea {
  width: 100%;
  height: 260px;
  padding: 10px 20px;
  color: #000000;
  font-size: 1.4rem;
  border: 0;
  border-radius: 0;
  background-color: #EFF4F0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  line-height: 25px;
  max-width: 95%;
}

@media screen and (max-width: 600px) {
  .c_row dd textarea {
    height: 160px;
    max-width: 100%;
  }
}

.c_row dd p {
  font-size: 1.2rem;
  color: #000000;
  line-height: 22px;
  letter-spacing: 0.06rem;
  margin-top: 10px;
}

.c-radio {
  padding: 7px 0;
}

@media screen and (max-width: 600px) {
  .c-radio {
    padding: 0;
  }
}

.c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  max-width: 20px;
  height: 18px;
  padding: 0;
  margin: 0;
}

.c-radio input[type="radio"] + .wpcf7-list-item-label {
  position: relative;
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 0.02rem;
  cursor: pointer;
  line-height: 25px;
  margin-right: 15px;
}

.c-radio input[type="radio"] + .wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #1A1311;
  border-radius: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .c-radio input[type="radio"] + .wpcf7-list-item-label:before {
    margin-right: 4px;
  }
}

.c-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  border: 1px solid #626262;
}

.c-radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 11px;
  left: 3px;
  background-color: #000000;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media screen and (max-width: 600px) {
  .c-radio--st01 input[type="radio"] + .wpcf7-list-item-label {
    display: block;
  }
  .c-radio--st01 input[type="radio"]:checked + .wpcf7-list-item-label:after {
    top: 13.5px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .c-radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
    top: 9px;
  }
}

.ios .c-radio input[type="radio"]:checked + .wpcf7-list-item-label:after,
.mac .c-radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  top: 12.5px;
  left: 4px;
}

.android .c-radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  top: 12.5px;
  left: 4px;
}

.select-hidden {
  opacity: 0;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 300px;
  width: 100%;
  font-size: 1.4rem;
  height: 45px;
  background-color: #fff;
  color: #000000;
  border: 1px solid #D5E6DC;
}

@media screen and (max-width: 600px) {
  .select {
    max-width: 100%;
  }
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 18px;
  z-index: 3;
  line-height: 22px;
}

@media screen and (max-width: 600px) {
  .select-styled {
    line-height: 25px;
  }
}

.select-styled:after {
  content: '';
  background: url(../img/common/arrow_down.svg) no-repeat;
  background-size: contain;
  width: 12.5px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 17px;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  max-height: 255px;
  overflow-y: auto;
  border: 1px solid #D5E6DC;
}

.select-options li {
  margin: 0;
  padding: 12px 15px;
  line-height: 1.3;
}

.select-options li:hover {
  background-color: #EFF4F0;
}

.c-checkbox {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .c-checkbox {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.c-checkbox a {
  text-decoration: underline;
}

.c-checkbox a:hover {
  text-decoration: none;
}

.c-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.c-checkbox input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 0.04rem;
  cursor: pointer;
  line-height: 20px;
}

.c-checkbox input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: '';
  background: #EDEDED;
  border-radius: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .c-checkbox input[type="checkbox"] + .wpcf7-list-item-label:before {
    margin-right: 4px;
  }
}

.c-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: #000000;
}

.c-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  border-radius: 3px;
  top: 2px;
  left: 2px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

::-webkit-input-placeholder {
  color: #BEBEBE !important;
  opacity: 1;
  line-height: 25px;
}

::-ms-input-placeholder {
  color: #BEBEBE !important;
  line-height: 25px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #BEBEBE;
  line-height: 25px;
  opacity: 1;
}

::placeholder {
  color: #BEBEBE;
  line-height: 25px;
  opacity: 1;
}

.nav_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .nav_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.nav_about__cont {
  width: 55%;
  padding-right: 3%;
  padding-left: 3%;
  padding-top: 30px;
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .nav_about__cont {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
  }
}

.nav_about__cont:before {
  content: '';
  width: 140%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #D5E6DC;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .nav_about__cont:before {
    width: 100%;
    height: 140%;
  }
}

.nav_about__img {
  width: 45%;
  height: 410px;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .nav_about__img {
    width: 100%;
    padding: 0 10px;
    height: auto;
  }
}

.nav_about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav_about__link {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.06rem;
  position: relative;
  padding-left: 15px;
}

.nav_about__link:before {
  content: '+';
  position: absolute;
  left: 0;
}

.nav_about .c-text01 {
  margin-top: 20px;
}

.nav_about .cont_hide {
  display: none;
}

@media screen and (max-width: 600px) {
  .nav_about--st01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.nav_about--st01 .nav_about__cont:before {
  left: auto;
  right: 0;
}

.nav_about--st01 .nav_about__img {
  height: 480px;
}

@media screen and (max-width: 600px) {
  .nav_about--st01 .nav_about__img {
    height: auto;
  }
}

.nav_about--st01 .c-text01:last-child {
  margin-bottom: 0;
}

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

.nav_gallery li {
  width: 19.5%;
  margin-right: 0.625%;
  height: 204px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .nav_gallery li {
    max-height: 130px;
    height: auto;
    margin-bottom: 5px;
    overflow: hidden;
  }
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  .nav_gallery li {
    max-height: 110px;
    height: auto;
    margin-bottom: 5px;
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .nav_gallery li {
    width: 48.5%;
    margin-right: 3%;
    height: 160px;
  }
}

.nav_gallery li a{
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .nav_gallery li:nth-child(2n) {
    margin-right: 0;
  }
}

.nav_gallery li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .nav_gallery li:nth-child(4n+1) {
    margin-right: 3%;
  }
}

.nav_gallery li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-table {
  padding-left: 3%;
  padding-right: 3%;
}

@media screen and (max-width: 600px) {
  .c-table {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #D5E6DC;
}

.c-table th {
  border-collapse: collapse;
  border: 1px solid #D5E6DC;
  width: 230px;
  background-color: #EFF4F0;
  font-size: 1.4rem;
  color: #000000;
  line-height: 25px;
  vertical-align: top;
  padding: 12px 20px;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .c-table th {
    padding: 5px 10px;
    display: block;
    width: 100%;
    border-bottom: 0;
  }
}

.c-table td {
  border-collapse: collapse;
  border: 1px solid #D5E6DC;
  width: calc(100% - 230px);
  padding: 12px 30px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
  line-height: 25px;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 600px) {
  .c-table td {
    padding: 5px 10px;
    display: block;
    width: 100%;
  }
}

.c-table td ul {
  list-style: decimal;
  padding-left: 20px;
}

@media screen and (max-width: 600px) {
  .c-table td ul {
    padding-left: 16px;
  }
}

.c-table td ul li {
  font-size: 1.4rem;
  margin-bottom: 7px;
}

.c-table td ul li:last-child {
  margin-bottom: 0;
}

.c-table td ul li p {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 20px;
  margin-top: 4px;
}

.c-table td p {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
}

.c-table td a {
  font-size: 1.2rem;
  text-decoration: underline;
  font-weight: normal;
}

.c-table td a:hover {
  text-decoration: none;
}

.c-table td p.c-text01 {
  font-size: 1.4rem;
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  left: auto !important;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 250px);
  max-height: 100vh;
  padding: 30px 40px;
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .lightbox {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 900px) {
  .lightbox {
    top: 55% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    right: auto;
    padding: 0;
  }
}

.lightbox .lb-caption {
  font-size: 1.4rem;
  color: #000000;
  line-height: 25px;
  letter-spacing: 0.06rem;
  /* margin-top: 15px; */
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .lightbox .lb-caption {
    font-size: 1.2rem;
    line-height: 20px;
    margin-top: 0;
    padding: 0 10px;
  }
}

.lightbox .lb-image {
  border: 0 !important;
}

@media screen and (max-width: 900px) {
  .lightbox .lb-image {
    padding: 10px;
    max-width: 700px;
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 600px) {
  .lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    max-width: 600px;
    /* max-height: 400px !important; */
  }
}

.lightbox .lb-close {
  opacity: 1;
  position: absolute;
  top: -16px;
  right: -17px;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/icon_x.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 987;
}

@media screen and (max-width: 900px) {
  .lightbox .lb-close {
    width: 20px;
    height: 20px;
    top: 0;
    right: -18px;
  }
}

@media screen and (max-width: 600px) {
  .lightbox .lb-close {
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .lightbox .lb-outerContainer {
    width: 95% !important;
    height: auto !important;
  }
}

.lightboxOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.lb-data .lb-details {
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  .lb-data .lb-details {
    margin-top: 0;
  }
}

.lb-dataContainer {
  padding-top: 0;
}

@media screen and (max-width: 600px) {
  .lb-dataContainer {
    width: 95% !important;
  }
}

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

.lst_news li {
  width: 24%;
  position: relative;
  margin-right: 1.33%;
}

@media screen and (max-width: 768px) {
  .lst_news li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
}

.lst_news li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .lst_news li:nth-child(2n) {
    margin-right: 0;
  }
}

.lst_news li:hover {
  opacity: 0.8;
}

.lst_news li:hover .lst_news__text {
  text-decoration: none;
}

.lst_news__img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .lst_news__img {
    height: 88px;
  }
}

.lst_news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .lst_news__cont {
    padding: 0 10px;
  }
}

.lst_news__date, .lst_news__tt {
  font-size: 1.4rem;
  color: #000000;
  line-height: 20px;
  letter-spacing: 0.06rem;
}

.lst_news__tt {
  line-height: 24px;
  margin-top: 5px;
}

.lst_news__text {
  text-align: right;
  font-size: 1.4rem;
  color: #F4AABE;
  line-height: 24px;
  margin-top: 5px;
  text-decoration: underline;
  display: block;
}

.lst_news__link {
  position: absolute;
  width: 100%;
  height: calc(100% - 28px);
  display: block;
  top: 0;
  left: 0;
}

.lst_news--page .lst_news__img {
  border: 1px solid #759A84;
}

@media screen and (max-width: 600px) {
  .lst_news--page .lst_news__img {
    height: 106px;
  }
}

.lst_news--page li {
  width: 32%;
  margin-bottom: 50px;
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .lst_news--page li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
}

.lst_news--page li:nth-child(4n) {
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .lst_news--page li:nth-child(4n) {
    margin-right: 0;
  }
}

.lst_news--page li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .lst_news--page li:nth-child(3n) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .lst_news--page li:nth-child(6n+6) {
    margin-right: 0;
  }
}

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

.lst_menu li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .lst_menu li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
}

.lst_menu li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .lst_menu li:nth-child(2n+1) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 600px) {
  .lst_menu li:nth-child(2n) {
    margin-right: 0;
  }
}

.lst_menu__img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  .lst_menu__img {
    height: 150px;
  }
}

@media screen and (max-width: 600px) {
  .lst_menu__img {
    height: 100px;
  }
}

.lst_menu__img a {
  display: block;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.lst_menu__img a:hover {
  background-color: rgba(212, 229, 219, 0.45);
}

.lst_menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lst_menu__cont {
  text-align: center;
  position: relative;
  margin-top: 10px;
}

.lst_menu__tt {
  text-align: center;
  display: inline-block;
  color: #759A84;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.06rem;
  margin-bottom: 5px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 600px) {
  .lst_menu__tt {
    font-size: 1.4rem;
  }
}

.lst_menu__tt a {
  color: #759A84;
  font-weight: bold;
}

.lst_menu__tt a:hover {
  background-color: #FFF57E;
}

.lst_menu__text {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.06rem;
  color: #000000;
}

@media screen and (max-width: 600px) {
  .lst_menu__text {
    font-size: 1.2rem;
    line-height: 20px;
  }
}

.lst_menu__link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.lst_menu__btn {
  font-size: 1.4rem;
  text-align: center;
  max-width: 167px;
  line-height: 40px;
  border: 1px solid #759A84;
  border-radius: 20px;
  width: 100%;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.06rem;
  color: #759A84;
  margin-top: 20px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.lst_menu__btn:hover {
  background-color: #759A84;
  color: #fff;
}

.lst_decs {
  margin-bottom: 10px;
}

.lst_decs li {
  font-size: 1.4rem;
  color: #000000;
  line-height: 24px;
  padding-left: 10px;
  position: relative;
  font-weight: normal;
}

.lst_decs li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 10px;
  left: 0;
}

.top .slider {
  padding-top: 30px;
  position: relative;
  height: calc(100vh - 20px);
}

@media screen and (max-width: 900px) {
  .top .slider {
    height: calc(100vh - 180px);
    padding-top: 15px;
    margin-bottom: 30px;
  }
}

.top .slider__img {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .top .slider__img {
    padding-left: 0;
    padding-right: 0;
  }
}

.top .slider__item {
  width: 100%;
  height: 86vh;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  .top .slider__item {
    height: 75vh;
  }
}

@media screen and (max-width: 600px) {
  .top .slider__item {
    height: calc(77vh - 75px);
  }
}

.top .slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -35px;
  right: -7px;
}

.top .slider .slick-dots li {
  margin: 0 7px;
  cursor: pointer;
}

.top .slider .slick-dots li.slick-active button {
  border-top: 2px solid #F4AABE;
}

.top .slider .slick-dots li button {
  width: 20px;
  height: 10px;
  cursor: pointer;
  border-top: 2px solid #D5E6DC;
  display: block;
  text-indent: -999999px;
  background-color: transparent;
}

.top .slider__text {
  position: absolute;
  left: 0;
  bottom: 35px;
}

@media screen and (max-width: 600px) {
  .top .slider__text {
    left: 10px;
  }
}

.top .slider__text h2 {
  color: #F4AABE;
  font-size: 2.4rem;
  line-height: 34px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #D4E5DB;
  padding: 10px 15px;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 600px) {
  .top .slider__text h2 {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 7px 15px;
  }
}

.top .slider__text p {
  font-size: 1.6rem;
  color: #000000;
  line-height: 26px;
  background-color: #fff;
  padding: 15px;
  max-width: 450px;
  border: 1px solid #D4E5DB;
  letter-spacing: 0.06rem;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .top .slider__text p {
    font-size: 1.3rem;
    line-height: 20px;
    padding: 10px;
  }
}

.top .news {
  margin-top: 40px;
  padding-top: 60px;
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .top .news {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .top .news {
    padding-bottom: 20px;
  }
}

.top .news:before {
  content: '';
  width: 200%;
  height: 100%;
  background-color: #EFF4F0;
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
}

.top .news__link {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.06rem;
  text-decoration: underline;
  margin-top: 40px;
  display: table;
  margin-left: auto;
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 600px) {
  .top .news__link {
    display: none;
  }
}

.top .news__link:hover {
  text-decoration: none;
}

.top .news__link:before {
  content: '+';
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.top .about {
  padding-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .top .about {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.top .gallery {
  padding-top: 60px;
  margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
  .top .gallery {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}

.top .gallery .btn_01 {
  margin-top: 40px;
}

@media screen and (max-width: 600px) {
  .top .gallery .btn_01 {
    margin-top: 20px;
  }
}

.menu .lst_menu li {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .menu .lst_menu li {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .menu .lst_menu__img {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  .menu .lst_menu__tt {
    font-size: 1.6rem;
    font-weight: 600;
  }
}

@media screen and (max-width: 600px) {
  .menu .lst_menu__text {
    font-size: 1.4rem;
  }
}

.menu .sec01 {
  margin-bottom: 15px;
}

.menu .sec02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .menu_lower .nav_about--st01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .menu_lower .nav_about--st01 .nav_about__cont:before {
    top: auto;
    bottom: 0;
  }
}

.menu_lower .nav_about__img {
  height: 380px;
}

@media screen and (max-width: 600px) {
  .menu_lower .nav_about__img {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .menu_lower .lst_menu li {
    margin-bottom: 20px;
  }
}

.menu_lower .sec01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .menu_lower .sec01 {
    margin-bottom: 20px;
  }
}

.menu_lower .nav_gallery {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .menu_lower .nav_gallery {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}

.menu_lower .sec02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .menu_lower .sec02 {
    margin-bottom: 40px;
  }
}

.menu_lower .sec03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .menu_lower .sec03 {
    margin-bottom: 20px;
  }
}

.menu_lower .sec04 {
  margin-bottom: 40px;
}

.menu_lower .sec04 .lst_menu__btn {
  margin-left: auto;
  margin-right: 8%;
  margin-top: 0;
}

.menu_lower .lst_menu__img {
  height: 218px;
}

@media screen and (max-width: 600px) {
  .menu_lower .lst_menu__img {
    height: 215px;
  }
}

.menu_lower .sec05 {
  /* margin-bottom: 60px; */
}

.about .nav_about {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .about .nav_about {
    margin-bottom: 30px;
  }
}

.about .sec02 {
  background-color: #EFF4F0;
  padding: 55px 3%;
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .about .sec02 {
    padding: 30px 10px;
    margin-bottom: 40px;
  }
}

.about .sec02__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .about .sec02__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about .sec02__dl dt {
  width: 340px;
}

@media screen and (max-width: 600px) {
  .about .sec02__dl dt {
    width: 100%;
    text-align: center;
  }
}

.about .sec02__dl dt img {
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .about .sec02__dl dt img {
    max-width: 220px;
  }
}

.about .sec02__dl dd {
  width: calc(100% - 340px);
  padding-left: 30px;
}

@media screen and (max-width: 600px) {
  .about .sec02__dl dd {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.about .sec02__dl dd .c-text01 {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .about .sec02__dl dd .c-text01 {
    font-size: 1.4rem;
  }
}

.about .sec02__dl dd .c-text01:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .about .sec02__dl dd .c-text01:first-child {
    margin-bottom: 10px;
  }
}

.about .sec02__dl dd a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #000000;
  line-height: 24px;
  letter-spacing: 0.06rem;
  padding-left: 12px;
  position: relative;
}

.about .sec02__dl dd a:hover {
  text-decoration: none;
}

.about .sec02__dl dd a:before {
  content: '>';
  position: absolute;
  left: 0;
}

.pagination {
  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-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .pagination {
    margin-bottom: 60px;
  }
}

.pagination a, .pagination span {
  font-size: 1.4rem;
  color: #000000;
  padding: 9px 14px;
  line-height: 1;
  border-radius: 50%;
  background-color: #EFF4F0;
  margin: 0 10px;
}

@media screen and (max-width: 600px) {
  .pagination a, .pagination span {
    padding: 10px 13px;
  }
}

.pagination a.active, .pagination a:hover, .pagination li.active a, .pagination .current {
  background-color: #FFF57E;
}

.pagination a.pagination__prev, .pagination a.pagination__next {
  border-bottom: 0;
  padding: 0;
  position: relative;
  width: 8px;
  height: 27px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pagination a.pagination__prev {
  background-image: url("../img/common/pager_prev.svg");
}

.pagination a.pagination__next {
  background-image: url("../img/common/pager_next.svg");
}

.pagination .pages{
  display:none;
}

.news_de {
  position: relative;
  margin-top: -25px;
  margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
  .news_de {
    margin-top: -15px;
    margin-bottom: 40px;
  }
}

.news_de__cate {
  font-size: 1.8rem;
  color: #F4AABE;
  line-height: 24px;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 600px) {
  .news_de__cate {
    font-size: 1.6rem;
  }
}

.news_de__tt {
  font-size: 2.2rem;
  color: #000000;
  line-height: 33px;
  letter-spacing: 0.06rem;
  font-weight: 500;
  margin: 8px 0;
}

@media screen and (max-width: 600px) {
  .news_de__tt {
    font-size: 1.6rem;
    line-height: 24px;
  }
}

.news_de__date {
  font-size: 1.8rem;
  color: #000000;
  line-height: 24px;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 600px) {
  .news_de__date {
    font-size: 1.4rem;
  }
}

.news_de__cont {
  padding: 0 10%;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .news_de__cont {
    padding: 0;
  }
}

.news_de__cont img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .news_de__cont img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .news_de__cont img.pc_tab {
    display: none;
  }
}

.news_de__cont img.sp-only {
  display: none;
}

@media screen and (max-width: 600px) {
  .news_de__cont img.sp-only {
    display: block;
  }
}

.news_de__cont p {
  font-size: 1.4rem;
  color: #000000;
  line-height: 25px;
  letter-spacing: 0.06rem;
  margin-bottom: 20px;
}

.news_de__cont a {
  color: #759A84;
  word-break: break-all;
  text-decoration: underline;
}

.news_de__cont a:hover{
	color: #000;
  text-decoration: none;
}

.news_de .btn_01 {
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .news_de .btn_01 {
    margin-top: 40px;
  }
}

.gallery-page .nav_gallery {
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .gallery-page .nav_gallery {
    margin-bottom: 40px;
  }
}

.gallery-page .nav_gallery li {
  width: 32%;
  margin-right: 2%;
  height: 180px;
  position: relative;
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  .gallery-page .nav_gallery li {
    height: 160px;
    max-height: 100%;
  }
}

@media screen and (max-width: 600px) {
  .gallery-page .nav_gallery li {
    width: 49%;
    margin-right: 2%;
    height: 120px;
  }
}

.gallery-page .nav_gallery li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .gallery-page .nav_gallery li:nth-child(3n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 600px) {
  .gallery-page .nav_gallery li:nth-child(2n) {
    margin-right: 0;
  }
}

.gallery-page .nav_gallery li a {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.gallery-page .nav_gallery li a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(162, 162, 162, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-image: url("../img/common/icon_modal.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}

.gallery-page .nav_gallery li a:hover:before {
  opacity: 1;
}

.contact_page__main {
  margin-bottom: 60px;
}

.contact_page__form {
  padding-left: 3%;
  padding-right: 3%;
}

@media screen and (max-width: 768px) {
  .contact_page__form {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact_page__thanks {
  margin-bottom: 100px;
}

.contact_page__thanks .c-text01 {
  padding-left: 3%;
  padding-right: 3%;
}

@media screen and (max-width: 600px) {
  .contact_page__thanks .c-text01 {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact_page__thanks .btn_01 {
  margin-top: 40px;
}

.policy .breadcrumb{
  margin-bottom: 30px;
}

.policy__main{
  padding-top: 20px;
}

.policy__rows {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .policy__rows {
    margin-top: 30px;
  }
}

.policy__rows dd {
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 55px;
}

@media screen and (max-width: 600px) {
  .policy__rows dd {
    margin-bottom: 30px;
  }
}

.policy__rows dd h3.c-text01 {
  margin-bottom: 5px;
}

.policy__rows dd p.c-text01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .policy__rows dd p.c-text01 {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 25px;
  }
}

.policy__rows dd .lst_decs {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .policy__rows dd .lst_decs {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .policy__rows .c-text01 {
    font-size: 1.4rem;
    line-height: 25px;
  }
}

@media (min-width: 601px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
  .pc_tab {
    display: none;
  }
}

.break {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .pc-only {
    display: none !important;
  }
  .break {
    display: block !important;
  }
}

.jpDatePicker{
  z-index: 87;
}

main.news, main.gallery-page{
  min-height: 100vh;
}

.gallery-page{
  margin-bottom: 60px;
}

@media screen and (max-width: 600px){
  .gallery-page{
    margin-bottom: 0px;
  }
}

.menu_lower{
  margin-bottom: 60px;
}

::selection {
  background:#D4E5DB;
}

::-moz-selection {
  background:#D4E5DB;
}

::-webkit-selection {
  background:#D4E5DB;
}

.contact_page span.wpcf7-not-valid-tip, .sec03--lip span.wpcf7-not-valid-tip{
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 5px;
}

.contact_page div.wpcf7-response-output, .sec03--lip div.wpcf7-response-output{
  font-size: 1.4rem;
  color: #ff0000;
  padding: 20px;
  line-height: 1.3;
  border:  1px solid #ff0000;
}


.mt20{
  margin-top: 20px;
  display: block;
}

.c-content__main .lst_news__tt{
 min-height:48px;
}

@media screen and (max-width: 600px){
  .c-content__main .lst_news__tt{
     min-height:auto;
   }
}

.grecaptcha-badge { visibility: hidden; }


.c-table td p.fs_16{
  font-size: 1.4rem;
  color: #000000;
  line-height: 25px;
  letter-spacing: 0.05rem;
}

.c-table td a.btn_line{
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 600px){
  .c-table td a.btn_line{
  margin-bottom: 10px;
}
}

.c-table td a.btn_line:hover{
  opacity: 0.8;
}
.c-table td a.btn_line img{
  max-width: 100%;
}

.menu_lower .sec03--lip{
  border: 4px solid #F7BECE;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 55px;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 55px;
}

@media screen and (max-width: 600px) {
  .menu_lower .sec03--lip{
    padding-top: 30px;
    padding-bottom: 30px;
    border: 2px solid #F7BECE;
}
}

.sec03--lip .c_row{
  background-color: #FFF7F9;
  border: 1px solid #F4AABE;
  border-bottom: 0;
}

.sec03--lip .c_row dd{
  border-left: 1px solid #F4AABE;
}
@media screen and (max-width: 600px) {
  .sec03--lip .c_row dd{
    border-top: 1px solid #F4AABE;
    border-left: 0;
}
}

.sec03--lip .c_row dd input[type="text"],
.sec03--lip .c_row dd input[type="email"]{
  background-color: #FFF7F9;
}

.sec03--lip .c_row dd textarea{
  background-color: #FFF7F9;
  height: 160px;
}

.sec03--lip .c_row.borbtom{
  border: 1px solid #F4AABE;
}

.sec03--lip .select{
  border: 1px solid #F4AABE;
}
.sec03--lip .select-styled:after{
  background-image: url('../img/common/arrow_down_pink.svg');
}

.sec03--lip .select-options li:hover{
  background-color: #FFF7F9;
}
.sec03--lip .select-options{
  border: 1px solid #F4AABE ;
}
.sec03--lip .btn_form{
  background-color: #F7BECE;
  border: 1px solid #F7BECE;
}

@media screen and (max-width: 1170px) and (min-width: 1100px){
  .lightbox .lb-image{
    max-width: 800px;
    height: auto!important;
  }
}

@media screen and (max-width: 1099px) and (min-width: 901px){
  .lightbox .lb-image{
    max-width: 720px;
    height: auto!important;
  }
}

.c_row .link{
  font-size: 1.4rem;
  color: #000000;
  line-height: 25px;
  text-decoration: underline;
  display: inherit;
  margin-top: -10px;

}
.c_row .link:hover{
  text-decoration: none;
}

.c-checkbox01 {
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .c-checkbox01 {
    width: 50%;
  }
}

.c-checkbox01 a {
  text-decoration: underline;
}

.c-checkbox01 a:hover {
  text-decoration: none;
}

.c-checkbox01 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.c-checkbox01 input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 0.04rem;
  cursor: pointer;
  line-height: 20px;
}

.c-checkbox01 input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  margin-right: 8px;
  border:  1px solid #707070;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .c-checkbox01 input[type="checkbox"] + .wpcf7-list-item-label:before {
    margin-right: 4px;
  }
}

.c-checkbox01 input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: #fff;
}

.c-checkbox01 input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  border-radius: 3px;
  top: 2px;
  left: 2px;
  border: 3px solid #F4AABE;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox_gr{
  display: flex;
  flex-wrap: wrap;
}

.contact_page__form span.wpcf7-list-item{
  margin: 0;
}

.wp-block-gallery{
  overflow: hidden;
}