@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
color: map.get($colors, text);
====================================== */
/* media query

@include mq-up('s') {} //s,m,l
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-size フォントサイズのcqw指定用
======================================*/
/* font-weight フォントの太さの指定用
====================================== */
:root {
  --color-text: #333333;
  --color-main: #01834B;
  --color-second: #EB8127;
  --color-third: #3B72B2;
  --color-bg: #FCE87B;
  --color-danger: red;
  --color-white: #fff;
  --color-facebook: #3b5999;
  --color-x: #000;
  --color-youtube: #cd201f;
  --color-line: #18ba07;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #333333;
}

body {
  font-family: "游ゴシック体", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background-color: #FCE87B;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック体", "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.2;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

a {
  color: #333333;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (min-width: 640px) {
  input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
  select,
  textarea {
    padding: 2em;
  }
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 1000px;
}
.uk-container-small {
  max-width: 375px;
}
.uk-container-large {
  max-width: 1160px;
}
.uk-container-expand {
  max-width: none;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
/* #header
====================================== */
/* parts
--------------------------------- */
.header {
  padding: 20px 0 0;
}
@media (min-width: 640px) {
  .header {
    padding: 30px 0 0 0;
  }
}

.header-logo {
  max-width: 70%;
}

/* #footer
====================================== */
/* footer-logo
====================================== */
.footer {
  background-color: #01834B;
  color: #fff;
  padding: 80px 0 110px;
  text-align: center;
}

.footer-logo {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
}

/* parts
====================================== */
/* pagetop
-------------------------------------- */
/* footer-nav
-------------------------------------- */
/* .copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}

/* section
====================================== */
/* parts
--------------------------------- */
body {
  font-weight: bold;
}

@media (max-width: 639px) {
  .only-up-s {
    display: none;
  }
}
@media (min-width: 640px) {
  .only-down-s {
    display: none;
  }
}
@media (max-width: 639px) {
  .main {
    overflow: hidden;
  }
}

/* mv
--------------------------------- */
.taiken-mv {
  text-align: center;
  width: 100%;
  position: relative;
}
.taiken-mv .parts {
  position: absolute;
}
.taiken-mv .parts-main {
  width: 70%;
  padding-top: 10%;
  margin: 0 auto;
}
.taiken-mv .parts_01 {
  width: 30%;
  top: 0;
  right: -10%;
}
.taiken-mv .parts_02 {
  width: 22%;
  top: 75%;
  right: -7%;
}
.taiken-mv .parts_03 {
  width: 26%;
  top: 84%;
  left: -6%;
}
@media (min-width: 640px) {
  .taiken-mv .parts-main {
    padding-top: 0;
    width: 53.4%;
    margin: 0 auto;
  }
  .taiken-mv .parts_01 {
    width: 20%;
    top: -5%;
    right: 2%;
  }
  .taiken-mv .parts_02 {
    width: 17.8%;
    top: 53%;
    right: 4%;
  }
  .taiken-mv .parts_03 {
    width: 22%;
    top: 60%;
    left: 1%;
  }
}

.taiken-text-01 {
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .taiken-text-01 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.taiken-text-02 {
  color: #3B72B2;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .taiken-text-02 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.taiken-panel-01 {
  background-color: #fff;
  border: #01834B 6px solid;
  border-radius: 20px;
  padding: 30px 20px 20px;
  position: relative;
}
@media (min-width: 640px) {
  .taiken-panel-01 {
    padding: 60px 50px;
  }
}

.taiken-tit-01 {
  background-color: #01834B;
  color: #fff;
  text-align: center;
  border-radius: 2em;
  position: absolute;
  top: -0.9em;
  left: 50%;
  transform: translateX(-50%);
  min-width: 70%;
  line-height: 1.8;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  .taiken-tit-01 {
    font-size: 40px;
    font-size: 2.5rem;
    min-width: 450px;
  }
}

@media (min-width: 640px) {
  .taiken-panel-date {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.taiken-list-01 .item {
  display: flex;
}
.taiken-list-01 .tit {
  width: 5em;
}
.taiken-list-01 .tit:after {
  content: ":";
  display: inline-block;
  margin-left: 0.5em;
}
.taiken-list-01 .content {
  width: calc(100% - 5em);
}

.taiken-list-02 li {
  padding-left: 1.5em;
  position: relative;
}
.taiken-list-02 li:before {
  content: "⚫︎";
  font-size: 1.2em;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
}
.taiken-list-02 .accent {
  background: linear-gradient(to bottom, transparent 60%, rgba(235, 129, 39, 0.7) 60%);
}

.taiken-tit-02 {
  background: #EB8127;
  color: #fff;
  text-align: center;
  border-radius: 2em;
  font-weight: bold;
  line-height: 1.8;
  font-size: 24px;
  font-size: 1.5rem;
}
.taiken-tit-02.blue {
  background: #3B72B2;
}
@media (min-width: 640px) {
  .taiken-tit-02 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.taiken-text-03 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.taiken-text-03 .time {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.taiken-text-03 .reception {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #333333;
  padding: 0.3em 0.5em;
  line-height: 1;
  margin-left: 1em;
}
@media (min-width: 640px) {
  .taiken-text-03 .time {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .taiken-text-03 .reception {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.taiken-item-01-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media (min-width: 640px) {
  .taiken-item-01-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 960px) {
  .taiken-item-01-wrap {
    gap: 30px;
  }
}

.taiken-item-01 {
  container-type: inline-size;
  container-name: taiken-item-01;
  background-color: #fff;
  border: 5px solid #EB8127;
  border-radius: 1.4em;
  padding: 7% 10%;
  position: relative;
  overflow: hidden;
}
.taiken-item-01 .wrap {
  display: flex;
}
.taiken-item-01 .img {
  width: 40%;
}
.taiken-item-01 .img img {
  border-radius: 5px;
}
.taiken-item-01 .text-wrap {
  width: 60%;
  text-align: center;
}
.taiken-item-01 .text-ttl-wrap {
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.taiken-item-01 .tit {
  line-height: 1;
  font-size: 7.8947368421cqw;
  line-height: 1.2;
  color: #EB8127;
}
.taiken-item-01 .text {
  font-size: 5.2631578947cqw;
  line-height: 1.7;
  color: #EB8127;
}
.taiken-item-01 .member {
  font-size: 5.2631578947cqw;
  line-height: 1.5;
  background-color: #EB8127;
  color: #fff;
  padding: 0.4em 0.8em;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
}
.taiken-item-01 .taiken-btn-01:not(.active) {
  pointer-events: none;
  filter: grayscale(75%) opacity(50%);
}
.taiken-item-01 .taiken-btn-01.active a:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 1.1em;
  transform: translateY(-50%);
  background: url(../img/index/icon_arrow.svg) no-repeat center center;
  background-size: contain;
}
.taiken-item-01 .taiken-btn-01 a {
  display: block;
  background-color: #EB8127;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 2em;
  margin-top: 0.8em;
  font-weight: bold;
  font-size: 5.7894736842cqw;
  line-height: 1.3636363636;
  position: relative;
}
.taiken-item-01 .ico-num {
  background-color: #EB8127;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0.2em 0.4em;
  border-radius: 0 0 5.2631578947cqw 0;
  font-size: 10.7894736842cqw;
  line-height: 1;
}
@media (min-width: 640px) {
  .taiken-item-01 {
    box-sizing: border-box;
  }
  .taiken-item-01 .text-wrap {
    width: 60%;
  }
  .taiken-item-01 .img {
    width: 40%;
  }
}

.taiken-item-01-wrap.blue .taiken-item-01 {
  border: 5px solid #3B72B2;
}
.taiken-item-01-wrap.blue .tit {
  color: #3B72B2;
}
.taiken-item-01-wrap.blue .text {
  color: #3B72B2;
}
.taiken-item-01-wrap.blue .member {
  background-color: #3B72B2;
}
.taiken-item-01-wrap.blue .taiken-btn-01 a {
  background-color: #3B72B2;
}
.taiken-item-01-wrap.blue .ico-num {
  background-color: #3B72B2;
}

.taiken-text-04 {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .taiken-text-04 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.taiken-list-inquiry .tit {
  width: 3.5em;
}
.taiken-list-inquiry .content {
  width: calc(100% - 3.5em);
}
@media (min-width: 640px) {
  .taiken-list-inquiry {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* title タイトル
--------------------------------- */
/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.taiken-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .taiken-mt-s {
    margin-top: 30px;
  }
}

.taiken-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .taiken-mt-m {
    margin-top: 60px;
  }
}

.taiken-mt-l {
  margin-top: 60px;
}
@media (min-width: 640px) {
  .taiken-mt-l {
    margin-top: 120px;
  }
}

/* list style リストスタイル
--------------------------------- */
/* text テキスト
--------------------------------- */
/* font-size フォントサイズ
--------------------------------- */
/* アクセント色
--------------------------------- */
/* リンク
--------------------------------- */

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