@charset "utf-8";
/*
Theme Name: cwj_2211
Theme URI: 
Description: cwj_2211
Version: 1.0
Author: DMN.
Author URI:
Notes: 
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap");
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  min-width: 0;
  min-height: 0;

  list-style-type: none;
  text-decoration: none;

  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a2648;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.3rem;
}

h3 {
  font-size: 1.1rem;
}

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

a {
  color: #1a2648;
}

b,
strong {
  background-image: linear-gradient(transparent 60%, #e3e8ff 0%);
  font-size: 1.2rem;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}
.en {
  font-family: "Julius Sans One", sans-serif;
}

.pagetext {
  padding-bottom: 3rem;
}

.window_size {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.h2_page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  font-size: 1.6rem;
}

.h2_ja {
  font-size: 0.8rem;
}

/* loading */

#loading {
  position: fixed;
  background-color: #1a2648;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#loading svg {
  width: 50px;
  height: auto;
}

/* bread */

#bread {
  font-size: 0.8rem;
}

#bread ul {
  display: flex;
  flex-wrap: wrap;
}

#bread ul li:first-of-type::before {
  font-family: icomoon;
  content: "\e90b";
  padding-right: 1rem;
}

#bread ul li:not(:last-of-type)::after {
  content: "/";
  padding: 0 1rem;
}

#bread a {
  border-bottom: 1px #fff dashed;
}

/* slick */

.slick-track {
  display: flex;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}

.slick-dots li {
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #999;
  border-radius: 50%;
}

.slick-active button::before {
  background-color: #1a2648 !important;
}

#recommend .slick-slide {
  transform: scale(0.9);
  transition: 0.5s;
}

#recommend .slick-slide.slick-current {
  transform: scale(1);
  transition: 0.5s;
}

#recommend .slick-slide a {
  display: flex;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2rem 0 2rem 0;
  box-shadow: 2px 2px 2px #999;
  overflow: hidden;
}

.recommend_img {
  width: 50%;
  height: 100%;
}

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

.recommend_content {
  width: 50%;
  padding: 1rem;
}

.recommend_title {
  color: #856d44;
  padding-bottom: 1rem;
}

.recommend_text {
  font-size: 0.8rem;
}

/* main */

#main {
  background-color: #f2ede8;
  flex: 1;
}

#single_top {
  padding: 10rem 1rem 10rem;
  background-color: #e8dacd;
}

.sns_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2rem;
}

.sns_share_title {
  background-color: #af9b79;
  color: #fff;
  border-radius: 1rem;
  padding: 0 1rem;
  font-size: 0.8rem;
}

.sns_share_title i {
  padding-left: 1rem;
}
.sns_share_link {
  padding: 0 1rem;
  display: flex;
  justify-content: flex-end;
}

.sns_share_link li {
  padding: 0 1rem;
}

.sns_share_link li a {
  display: block;
  font-size: 2rem;
}

.fa-twitter {
  color: #00acee;
}

.fa-facebook {
  color: #1877f2;
}

.fa-line {
  color: #4cc764;
}

#single_top_title {
  font-size: 3rem;
  color: #fff;
  padding-bottom: 1rem;
}

#single {
  margin-top: -8rem;
  padding-bottom: 4rem;
  background-color: #fff;
}

.h1_single {
  padding: 4rem 0;
  line-height: 2.4rem;
}

#content {
  overflow: hidden;
}

#content p {
  margin-bottom: 1rem;
}
#content a {
  color: #af9b79;
}

#content img {
  width: auto;
  height: auto;
}

#content .flex {
  display: flex;
  flex-wrap: wrap;
}

#content .flex > div,
#content .flex > li {
  width: calc(100% / 3);
  padding: 0.5rem;
}

#content .flex > div > img,
#content .flex > li > img {
  width: 100%;
}

#content img {
  border-radius: 2rem 0 2rem 0;
  box-shadow: 2px 2px 2px #999;
}

.underline {
  border-bottom: 1px #1a2648 dashed;
}

#index_01 {
  position: relative;
  background: url(images/bg_01.jpg) no-repeat;
  background-size: cover;
  padding: 6rem 1rem 3rem 1rem;
  overflow: hidden;
}

#index_02 {
  background: url(images/bg_02.jpg) no-repeat;
  background-size: cover;
  padding: 6rem 0;
  overflow: hidden;
}

#index_03 {
  background: url(images/bg_03.jpg) no-repeat;
  background-size: cover;
  padding: 6rem 1rem;
  overflow: hidden;
}

#index_04 {
  background: url(images/bg_04.jpg) no-repeat;
  background-size: cover;
  padding: 6rem 1rem;
  overflow: hidden;
}

#index_05 {
  background: url(images/bg_03.jpg) no-repeat;
  background-size: cover;
  padding: 6rem 0;
  overflow: hidden;
}

#index_01_inner {
  position: relative;
  height: 100%;
  text-align: center;
}

#index_pickup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;

  color: #1a2648;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#index_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  display: flex;
}

.index_logo_pendagon img {
  width: 100%;
}

#index_star {
  position: absolute;
  left: 50%;
}

.star {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(2px 4px 6px #f8e9c1);
}

.star_0 {
  background: url(images/star_0.svg) no-repeat;
}

.star_1 {
  background: url(images/star_1.svg) no-repeat;
}

.star_2 {
  background: url(images/star_2.svg) no-repeat;
}

.star_3 {
  background: url(images/star_3.svg) no-repeat;
}

.star_4 {
  background: url(images/star_4.svg) no-repeat;
}

.star_5 {
  background: url(images/star_5.svg) no-repeat;
}

.separate {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.separate img {
  width: 100%;
}

#index_menu {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#index_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em 0;
}

#index_menu ul li {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#index_menu ul li a {
  position: relative;
  display: block;
}

#index_menu ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 1px #fff;
  color: #666;
  font-size: 1.8em;
}

#index_menu ul li svg {
  width: 80%;
  filter: drop-shadow(2px 2px 2px #999);
}

#index_menu ul li span {
  font-size: 0.7em;
}

.pentagon {
  fill: #e8dacd;
}

#index_menu ul li a:hover .pentagon {
  fill: #1a2648;
  transition: 0.5s;
}

#index_menu ul li a:hover i {
  color: #fff;
  text-shadow: none;
}

.send {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}

.send_right {
  justify-content: flex-end;
}

.send li {
  padding: 0.5rem 1rem;
}

.send li a {
  position: relative;
  display: block;
  background-color: #c1ad9a;
  box-shadow: 2px 2px 2px #ccc;
  border-radius: 1rem;
  padding: 0.2rem 3rem;
  color: #fff;
  font-size: 0.9rem;
}

.send li a::before {
  position: absolute;
  font-family: icomoon;
  content: "\e90e";
  color: #fff;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.send li a:hover {
  transform: scale(1.1);
  background-color: #999;
  transition: 0.5s;
}

/* footer */

#footer {
  overflow: hidden;
  padding: 6em 1rem;
  background-color: #1a2648;
}

/* pc */
/* pc */
/* pc */

@media screen and (min-width: 481px) {
  body {
    min-width: 1100px;
  }

  .pc_remove {
    display: none;
  }

  .fright {
    float: right;
    padding-left: 1rem;
  }

  .fleft {
    float: left;
    padding-right: 1rem;
  }

  .content_size {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
  }

  /* header */
  #header_logo {
    position: fixed;
    width: 20%;
    top: 1em;
    left: 1em;
    z-index: 999;
  }

  #header_logo img {
    width: 100%;
  }

  #header_button_area {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 999;
    display: flex;
  }

  #header_button_area ul {
    display: flex;
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    margin-right: 2rem;
  }

  #header_button_area ul > li {
    padding: 0 1em;
    font-size: 0.8em;
  }

  #header_button_area ul > li a i {
    padding-right: 1em;
  }

  #menu_button i {
    font-size: 2em;
  }

  /* menu */

  #header_menu_area {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 6em 1rem;
    background-color: #af9b79;
    z-index: 800;
  }

  .menu_active {
    display: block !important;
  }

  #header_menu {
    display: flex;
  }

  #header_menu ul {
    width: 33%;
    padding: 2rem;
  }

  #header_menu ul li a {
    padding-right: 2rem;
  }

  #header_menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 1rem 1rem 0;
    transition: 0.5s;
  }

  #header_sns ul {
    display: flex;
    justify-content: center;
  }

  #header_sns ul li {
    width: 25%;
    padding: 1rem;
  }

  #header_sns ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #e8dacd;
    border-radius: 1rem 0 1rem 0;
  }

  #header_sns ul li a i {
    font-size: 2rem;
  }

  #header_sns ul li a span {
    font-size: 0.8rem;
  }

  /* index */

  #index_pickup {
    font-size: 3rem;
    line-height: 4rem;
  }

  #index_star {
    top: 40%;
  }

  #index_menu ul li {
    width: 160px;
    padding: 1em 2em;
  }

  /* topics */

  #topics {
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0;
  }

  #topics li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 0;
  }

  #topics li:nth-child(even) {
    flex-direction: row-reverse;
  }

  .topics_img {
    width: 30%;
    height: max-content;
    border-radius: 2rem 0 2rem 0;
    overflow: hidden;
    box-shadow: 1rem 1rem 1rem #999;
  }

  .topics_content {
    width: 60%;
  }

  .topics_content_inner {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2rem 0 2rem 0;
    overflow: hidden;
    box-shadow: 1rem 1rem 1rem #999;
    padding: 3rem;
  }

  .topics_title {
    font-size: 1.3rem;
    color: #856d44;
    padding-bottom: 1rem;
  }

  /* list */

  .seminar_list_row {
    padding: 1rem 0;
  }

  .seminar_list_row a {
    display: grid;
    grid-template-columns: 250px auto;
    grid-template-rows: auto;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 2px #999;
    border-radius: 2rem 0 2rem 0;
    overflow: hidden;
    transition: 0.5s;
  }

  .seminar_list_row a:hover {
    background-color: #e8dacd;
    transform: scale(1.05);
    transition: 0.5s;
  }

  .seminar_list_img {
    display: flex;
  }

  .seminar_list_img img {
    object-fit: cover;
  }

  .seminar_list_content {
    padding: 2rem;
  }

  .seminar_list_title {
    font-size: 1.2rem;
  }

  .seminar_list_content dl {
    display: grid;
    grid-template-columns: 6rem auto;
    grid-template-rows: auto;
    padding: 1rem 0;
  }

  .seminar_list_target {
    background-color: #e5e5e5;
    padding: 0 1rem;
    border-radius: 1rem;
    text-align: right;
    font-size: 0.9rem;
  }

  .index_info_group a {
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px #999 dashed;
  }

  .index_info_group a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.5s;
  }
  .index_info_date {
    width: 14rem;
  }

  .index_info_title {
    width: calc(100% - 14rem);
  }

  /* footer */

  #footer_inner {
    display: flex;
    align-items: center;
  }

  #footer_logo_area {
    width: 20%;
  }

  #footer_logo {
    padding-bottom: 1rem;
  }

  #footer_menu {
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    font-size: 0.8rem;
  }

  #footer_menu ul {
    padding: 0 2rem;
  }

  #footer_menu a {
    position: relative;
    color: #fff;
    padding-left: 1rem;
  }

  #footer_menu a::before {
    position: absolute;
    font-family: icomoon;
    content: "\e90e";
    color: #af9b79;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #footer_sns {
    width: 40%;

    display: flex;
    flex-wrap: wrap;
  }
  #footer_sns li {
    width: 50%;
    padding: 0.5rem;
  }

  #footer_sns a {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1rem 0 1rem 0;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  #footer_sns a:hover {
    background-color: #e8dacd;
    transition: 0.5s;
  }

  #footer_sns a i {
    font-size: 1.1rem;
    color: #af9b79;
    padding-right: 1rem;
  }

  #copyright {
    color: #fff;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #e8dacd;
  }

  #copyright span {
    display: block;
  }

  /* main */

  #content {
    padding: 4rem;
  }

  #h1_single_area {
    display: flex;
    align-items: center;
  }

  .h1_single_img {
    width: 250px;
    height: 250px;
    border-radius: 2rem 0 2rem 0;
    overflow: hidden;
    box-shadow: 2px 2px 2px #999;
  }

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

  .h1_single{
    line-height: 2.4rem;
    width: calc(100% - 250px);
    padding: 0 0 0 2rem;
  }

  .info_date{
    padding-bottom: 2rem;
  }
}

/* mobile */
/* mobile */
/* mobile */

@media screen and (max-width: 480px) {
  .mb_remove {
    display: none;
  }

  .fright,
  .fleft {
    text-align: center;
    padding: 2rem 0;
  }

  .fright img,
  .fleft img {
    max-width: 100%;
    height: auto;
  }
  .sp_remove {
    display: none;
  }

  #bread {
    font-size: 0.7rem;
    line-height: 1rem;
  }

  /* header */

  #header_logo {
    position: fixed;
    width: 70%;
    top: 1em;
    left: 1em;
    z-index: 999;
  }

  #header_logo img {
    width: 100%;
  }

  #menu_button {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 999;
  }

  #menu_button i {
    font-size: 2em;
  }

  /* menu */

  #header_menu_area {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 6em 1rem;
    background-color: #af9b79;
    z-index: 800;
    overflow: auto;
  }

  .menu_active {
    display: block !important;
  }

  #header_menu {
    padding: 1rem;
  }

  #header_menu ul {
    padding: 1rem 0;
  }

  #header_menu ul li a {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px #fff dashed;
  }

  #header_menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 1rem 1rem 0;
    transition: 0.5s;
  }

  #header_sns ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
  }

  #header_sns ul li {
    width: 50%;

    padding: 1rem;
  }

  #header_sns ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #e8dacd;
    border-radius: 1rem 0 1rem 0;
  }

  #header_sns ul li a i {
    font-size: 1.8rem;
  }

  #header_sns ul li a span {
    font-size: 0.7rem;
  }

  /* index */

  #index_pickup {
    padding: 1rem 0;
    font-size: 1.8rem;
    line-height: 3rem;
  }

  #index_star {
    top: 35%;
  }

  #index_logo {
    width: 100%;
  }

  #index_menu ul li {
    padding: 0.5em 1em;
    width: 33%;
  }

  /* topics */

  #topics {
    padding: 2rem 0;
  }

  #topics li {
    position: relative;
    padding: 2rem 0;
  }

  .topics_img {
    width: 70%;
    filter: drop-shadow(0.5rem 0.5rem 0.5rem #999);
    border-radius: 0 0 2rem 0;
    overflow: hidden;
  }

  .topics_content {
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    width: 90vw;
    top: 50%;
    left: 10vw;
  }

  .topics_content_inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0.5rem 0.5rem 0.5rem #999);
    border-radius: 2rem 0 2rem 0;
    padding: 0.5rem;
  }

  .topics_title {
    color: #856d44;
  }

  .topics_text {
    font-size: 0.7rem;
    line-height: 1rem;
  }

  /* recommend */

  #recommend .slick-slide a {
    position: relative;
    display: block;
  }

  .recommend_img {
    width: 100%;
    height: 100%;
  }

  .recommend_content {
    position: absolute;
    width: 100%;
    padding: 1rem;
    top: 0;
    left: 0;
    text-shadow: 1px 1px 1px #fff;
    background: rgba(255, 255, 255, 0.8);
  }

  /* list */

  .seminar_list_row {
    padding: 1rem 0;
  }

  .seminar_list_row a {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 2px #999;
    border-radius: 2rem 0 2rem 0;
    overflow: hidden;
  }

  .seminar_list_row a:hover {
    background-color: #e8dacd;
    transition: 0.5s;
  }

  .seminar_list_img {
    width: 100%;
    height: 100%;
    min-height: 300px;
  }

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

  .seminar_list_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
  }

  .seminar_list_title {
    font-size: 1.2rem;
  }

  .seminar_list_content dl {
    display: grid;
    grid-template-columns: 6rem auto;
    grid-template-rows: auto;
    padding: 1rem 0;
  }

  .seminar_list_target {
    background-color: #e5e5e5;
    border-radius: 1rem;
    padding: 0 2rem;
    font-size: 0.8rem;
  }

  .index_info_group a {
    position: relative;
    display: block;
    padding: 2rem 2rem 2rem 0;
    border-bottom: 1px #999 dashed;
  }

  .index_info_group a::before {
    position: absolute;
    font-family: icomoon;
    content: "\e90e";
    color: #af9b79;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .index_info_group a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.5s;
  }
  .index_info_date {
    padding-bottom: 1rem;
  }

  .index_info_title {
    font-size: 0.9rem;
  }

  /* footer */

  #footer_logo_area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer_logo {
    width: 70%;
    padding-bottom: 1rem;
  }

  #copyright {
    color: #fff;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #e8dacd;
    text-align: center;
  }

  #copyright span {
    display: block;
  }

  #footer_sns {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }
  #footer_sns li {
    width: 50%;
    padding: 0.5rem;
  }

  #footer_sns a {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1rem 0 1rem 0;
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
  }

  #footer_sns a:hover {
    background-color: #e8dacd;
    transition: 0.5s;
  }

  #footer_sns a i {
    color: #af9b79;
    padding-right: 1rem;
  }

  #footer_inner {
    display: flex;
    flex-direction: column-reverse;
  }

  /* main */

  #content {
    padding: 1rem;
  }
}
