@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  width: 100%;
  height: 100%;
  color: #333333;
  overflow-x: hidden;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
Base style & container
==================================================== */
* {
  min-height: 0;
  min-width: 0;
}

html.no-scroll {
  overflow-y: hidden;
}

body {
  line-height: normal;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  color: #000000;
  background-color: #96d9ef;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

a {
  color: #333333;
}
@media (hover: hover) {
  a.rollover, a:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  a.rollover:hover, a:hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  a.rollover, a:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer–events: none;
  }
  a.rollover:hover, a:hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
a.no-underline {
  text-decoration: none;
}

p {
  line-height: 186%;
}

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

figure {
  margin: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1390px;
}
.inner-860 {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 910px;
}
.inner-1100 {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1150px;
}
.inner > .inner-1100,
.inner > .inner-860 {
  padding: 0;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

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

@media screen and (min-width: 1201px) {
  .tb {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.d-inline_block {
  display: inline-block;
}

.d-none {
  display: none !important;
}

:before,
:after {
  content: "";
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
column layout
==================================================== */
/* column2--layout */
.column2--layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* column3--layout */
.column3--layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* column4--layout */
.column4--layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.jc-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ====================================================
float layout
==================================================== */
.left {
  float: left;
}

.right {
  float: right;
}

.ofh {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sp-no-float {
    float: none;
  }
}

/* ====================================================
section
==================================================== */
.sec {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .sec {
    padding-top: 60px;
  }
}

/* ====================================================
Header
==================================================== */
.header {
  display: none;
}

/* ====================================================
Footer
==================================================== */
.footer {
  padding: 4.38vw 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 10.07vw 0;
  }
}

.copyright {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
}

/* ====================================================
MODULE
==================================================== */
.hook {
  height: 0;
  font-size: 0%;
}

/*パンくずMODULE*/
/*見出しMODULE*/
.page-head .page-ttl {
  text-align: center;
  font-family: "agenda-one", sans-serif;
  font-weight: 900;
  font-size: 35px;
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .page-head .page-ttl {
    font-size: 90px;
    padding-top: 70px;
  }
}
.page-head .page-ttl.f-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-head .page-ttl.f-noto {
    font-size: 30px;
  }
}
.page-head .sub-ttl {
  text-align: center;
  font-size: 14px;
  font-family: "agenda-one", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .page-head .sub-ttl {
    font-size: 36px;
    line-height: 46px;
  }
}
.page-head .cat-nav {
  text-align: center;
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  .page-head .cat-nav {
    padding-top: 55px;
  }
}
.page-head .cat-nav ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.page-head .cat-nav ul li {
  /*
  @media screen and (max-width: 375px) {
  	&:nth-child(2) {
  		border-right: 0;
  	}
  }
  */
}
@media screen and (min-width: 1201px) {
  .page-head .cat-nav ul li {
    max-width: 20%;
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
@media screen and (max-width: 767px) {
  .page-head .cat-nav ul li {
    margin-top: 20px;
  }
}
.page-head .cat-nav ul li:not(:last-of-type) {
  border-right: 2px solid #000;
}
.page-head .cat-nav ul li a {
  display: block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .page-head .cat-nav ul li a {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-head .cat-nav ul li a {
    font-size: 24px;
  }
}
@media (hover: hover) {
  .page-head .cat-nav ul li a:hover {
    opacity: 1;
  }
}
.page-head .cat-nav ul li a.hover-anime:after {
  right: 0;
  margin: auto;
  color: #a29c94;
}

.color-black {
  color: #000;
}

/* font MODULE */
/*
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
*/
.f-agenda {
  font-family: "agenda-one", sans-serif;
}

.bold {
  font-weight: 900;
}
.bold * {
  font-weight: 900 !important;
}

/*テキストMODULE*/
.txt--center {
  text-align: center;
}

.txt--right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sp-txt--center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sp-txt--left {
    text-align: left;
  }
}

/*リンクMODULE*/
.underline {
  text-decoration: underline;
}

.links:hover {
  cursor: pointer;
}

.txt-link {
  color: #ED6D46;
  text-decoration: underline;
}

.hover-anime {
  position: relative;
}
.hover-anime:after {
  content: attr(data-text);
  font-family: "agenda-one", sans-serif;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .hover-anime:hover:after {
    webkit-clip-path: inset(0);
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

/*ボタンMODULE*/
.btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 570px;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  text-align: center;
  border: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 13px;
    padding: 14px 0;
  }
}
.btn-round {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .btn-round {
    border-radius: 10px;
  }
}
@media (hover: hover) {
  .btn-scale:hover {
    opacity: 1 !important;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.btn-bg_white {
  background: #fff;
  color: #eab193;
}
.btn-bg_orange {
  background: #eab193;
  color: #fff;
}
.btn-bg_lightblue {
  background: #6caca9;
  color: #fff;
}
.btn-more {
  display: block;
  width: 100%;
  max-width: 185px;
  padding: 8px 10px;
  margin: auto;
  text-decoration: none;
  border: 2px solid #000;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 768px) {
  .btn-more {
    padding: 10px;
    max-width: 300px;
    font-size: 20px;
  }
}
@media (hover: hover) {
  .btn-more:hover {
    color: #fff;
    background: #000;
    opacity: 1 !important;
  }
}
.btn-back {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-back {
    font-size: 36px;
  }
}
@media (hover: hover) {
  .btn-back:hover {
    opacity: 1 !important;
  }
}
.btn-back:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/news/arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .btn-back:before {
    width: 53px;
    height: 53px;
    margin-right: 15px;
    top: -3px;
  }
}
.btn-back.hover-anime:after {
  top: auto;
  left: auto;
  right: 0;
  color: #a29c94;
}

/*ボックスMODULE*/
/*テーブルMODULE*/
.tbl--border {
  margin-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .tbl--border {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .tbl--border tr th, .tbl--border tr td {
    border-bottom: 1px solid #CACACA;
  }
}
.tbl--border th, .tbl--border td {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .tbl--border th, .tbl--border td {
    padding: 16px 0;
    display: block;
  }
}
.tbl--border th {
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (min-width: 1201px) {
  .tbl--border th {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .tbl--border th {
    padding-bottom: 8px;
    border-bottom: 0;
  }
}
.tbl--border th span {
  font-weight: 400;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .tbl--border td {
    padding-top: 0;
    border-bottom: 1px solid #CACACA;
  }
}

/*セレクト MODULE*/
/*モーダルMODULE*/
/* ====================================================
pages
==================================================== */
/* index */
.main_logo {
  position: relative;
  text-align: center;
  padding: 9.64vw 0 3.85vw;
}
@media screen and (max-width: 767px) {
  .main_logo {
    padding: 18.46vw 0 13.63vw;
  }
}
.main_logo:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 38.13vw;
  background: #e0509b;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main_logo:before {
    height: 98.33vw;
  }
}
.main_logo img {
  max-width: 24.69vw;
}
@media screen and (max-width: 767px) {
  .main_logo img {
    max-width: 69.36vw;
    margin: auto;
  }
}

.sns_link {
  text-align: center;
  margin-bottom: 6.51vw;
}
@media screen and (max-width: 767px) {
  .sns_link {
    margin-bottom: 15.76vw;
  }
}
.sns_link img {
  max-width: 2.4vw;
}
@media screen and (max-width: 767px) {
  .sns_link img {
    max-width: 8.85vw;
    margin: auto;
  }
}

.pre_txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre_txt {
    margin-bottom: 13.63vw;
  }
}
.pre_txt img {
  max-width: 26.3vw;
}
@media screen and (max-width: 767px) {
  .pre_txt img {
    max-width: 64.74vw;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */