@charset "UTF-8";
/* Scss Document */
/*
---------------------------------
blog
---------------------------------
*/
.wp-video {
  width: 100% !important; }

.wp-video video {
  width: 100%;
  height: auto; }

@media (max-width: 999px) {
  #blog {
    margin-top: 40px; } }
#blog .leftBox .box {
  display: flex;
  margin-bottom: 20px;
  gap: 2rem; }
  @media (max-width: 999px) {
    #blog .leftBox .box {
      flex-direction: column; } }
@media (max-width: 999px) {
  #blog .leftBox .box.pcView {
    display: none; } }
@media (min-width: 1000px) {
  #blog .leftBox .box.spView {
    display: none; } }
#blog .leftBox .title {
  width: 16%; }
  @media (max-width: 999px) {
    #blog .leftBox .title {
      width: 28%; } }
#blog .leftBox .title .jp_name {
  font-weight: 900;
  font-size: 14px; }
#blog .leftBox ul {
  display: flex;
  flex-wrap: wrap; }
#blog .leftBox ul li a {
  padding: 0.6rem 1.6rem 0.6rem 2.6rem;
  margin-right: 8px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  position: relative; }
#blog .leftBox ul li a::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f111";
  color: #FFA329;
  font-size: 10px;
  padding-right: 0.8rem;
  left: 10px;
  top: 6px; }
#blog .leftBox ul li.current a {
  background: #0E7BDB;
  border: 1px solid #fff;
  color: #fff; }
#blog .leftBox ul li.current a::before {
  color: #fff; }
#blog .tab-area select {
  padding: 1rem 1.6rem 1rem 1.6rem;
  border: 1px solid #333;
  border-radius: clamp(5px, 0.7142857143vw, 10px);
  font-weight: 900;
  position: relative;
  color: #333;
  background-color: #fff; }
  @media (max-width: 999px) {
    #blog .tab-area select {
      width: 100%; } }

#blog .ttlBox .sttl span {
  color: #87399F; }

#blog .boxs {
  margin-top: 43px;
  justify-content: space-between;
  display: flex; }
  @media (max-width: 999px) {
    #blog .boxs {
      flex-direction: column; } }

#blog .boxs .rightBox {
  display: flex;
  flex-direction: column;
  width: 100%; }

#blog .boxs .rightBox .contents {
  position: relative;
  display: flex;
  flex-wrap: wrap; }

#blog .boxs .rightBox .contents:after {
  content: "";
  display: block;
  width: 32%;
  height: 0; }

#blog .boxs .rightBox .contents .box {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 40px; }
  @media (max-width: 999px) {
    #blog .boxs .rightBox .contents .box {
      width: 48%;
      margin-bottom: 20px; } }

@media (max-width: 999px) {
  #blog .boxs .rightBox .contents .box:nth-child(2n) {
    margin-right: 0; } }

#blog .boxs .rightBox .contents .box:nth-child(4n) {
  margin-right: 0; }

#blog .boxs .rightBox .contents .box .img_box {
  border-radius: clamp(5px, 0.7142857143vw, 10px);
  overflow: hidden;
  position: relative;
  margin-bottom: 14px; }

#blog .boxs .rightBox .contents .box .img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all; }

#blog .boxs .rightBox .contents .box .img_box::before {
  content: "";
  display: block;
  padding-top: 66.67%; }

#blog .boxs .rightBox .contents .box .img_box img:hover {
  transform: scale(1.07, 1.07);
  transition: 0.5s all; }

#blog .sbox {
  width: 10%; }

#blog .sbox .day {
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #blog .sbox .day {
      font-size: 14px; } }

#blog .ttl {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.5;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #blog .ttl {
      height: auto; } }

#blog .message {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #blog .message {
      height: auto; } }

#blog .tabs {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5); }

#blog .pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 999px) {
    #blog .pagination {
      margin-top: 20px; } }

#blog .pagination span {
  background: #FFA100;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #blog .pagination span {
      font-size: 12px;
      margin-right: 6px;
      width: 30px;
      height: 30px; } }

#blog .pagination a.page-numbers {
  background: #F2F3F4;
  text-align: center;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #blog .pagination a.page-numbers {
      font-size: 12px;
      margin-right: 6px;
      width: 30px;
      height: 30px; } }

#blog .pagination a.page-numbers.prev {
  background: #2B9A33;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 20px;
  margin-left: 0px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  @media (max-width: 999px) {
    #blog .pagination a.page-numbers.prev {
      font-size: 12px;
      margin-right: 6px;
      width: 30px;
      height: 30px; } }

#blog .pagination span.dots {
  background: #F2F3F4;
  color: #333; }

#blog .pagination a.page-numbers.next {
  background: #2B9A33;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin-left: 20px;
  margin-right: 0px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  @media (max-width: 999px) {
    #blog .pagination a.page-numbers.next {
      font-size: 12px;
      margin-left: 6px;
      width: 30px;
      height: 30px; } }

#blog #tab_u li {
  font-size: 1.8rem;
  text-align: center; }
  @media (max-width: 999px) {
    #blog #tab_u li {
      font-size: 14px;
      width: 49%;
      padding: 0 2rem; } }

#blog #tab_u .tab_top {
  font-size: 16px; }
  @media (min-width: 1000px) {
    #blog #tab_u .tab_top {
      margin-bottom: 10px; } }
  @media (max-width: 999px) {
    #blog #tab_u .tab_top {
      white-space: nowrap;
      padding: 10px 0 0 10px;
      text-align: left;
      margin-bottom: 0; } }

#blog #tab_u .tab_top:before {
  content: none; }

#blog #tab_u .area_box {
  display: flex;
  align-items: flex-start; }
  #blog #tab_u .area_box .select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column; }
    @media (max-width: 999px) {
      #blog #tab_u .area_box .select {
        width: 140%; } }

#blog #tab_u .area_box li {
  text-align: justify; }

#blog #tab_u .area_box1 {
  margin-bottom: 1rem; }

#blog #tab_u .lead {
  display: flex;
  align-items: center; }

#blog #tab_u li:hover,
#blog #tab_u li.current {
  cursor: pointer; }

/*アコーディオン*/
.toggle {
  display: none; }

.Label {
  position: relative;
  font-size: 18px;
  display: block;
  border-radius: clamp(15px, 2.1428571429vw, 30px);
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    .Label {
      font-size: 16px; } }

.Label::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f111";
  color: #FFA329;
  font-size: 10px;
  padding-right: 0.8rem;
  left: -14px;
  top: 7px; }

.Label::after {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFA100;
  border-right: 2px solid #FFA100;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg); }

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s; }

.content {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  overflow: hidden; }

.toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  transition: all .3s;
  padding: 10px 0 0; }

#block-01 {
  display: none; }

/*
---------------------------------
#underr_blog01
---------------------------------
*/
#under_blog01 #tab_u .area_box .select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column; }

#under_blog01 {
  padding-top: 43px; }
  @media (max-width: 999px) {
    #under_blog01 {
      margin-top: 0px; } }

#under_blog01 .ttl {
  font-size: 26px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 18px;
  margin-bottom: 14px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
  line-height: 1.5; }
  @media (max-width: 999px) {
    #under_blog01 .ttl {
      font-size: 20px; } }

#under_blog01 .boxs {
  justify-content: space-between;
  display: flex; }
  @media (max-width: 999px) {
    #under_blog01 .boxs {
      flex-direction: column;
      gap: 2rem; } }

#under_blog01 .contents p a {
  text-decoration: underline; }

#under_blog01 .boxs .rightBox {
  width: 68.4%;
  display: flex;
  flex-direction: column; }
  @media (max-width: 999px) {
    #under_blog01 .boxs .rightBox {
      width: 100%; } }

#under_blog01 .boxs .leftBox {
  width: 25%;
  height: fit-content;
  border-radius: clamp(15px, 2.1428571429vw, 30px);
  background: #FFF5D3;
  padding: 2.5%; }
  @media (max-width: 999px) {
    #under_blog01 .boxs .leftBox {
      width: 100%;
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      padding: 5%;
      margin-bottom: 50px; } }

#under_blog01 .info {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #under_blog01 .info {
      margin-bottom: 30px; } }

#under_blog01 .day {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_blog01 .day {
      font-size: 14px; } }

#under_blog01 .tabs {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 999px) {
    #under_blog01 .tabs {
      font-size: 14px; } }

#under_blog01 .ttl img {
  width: 4.8%;
  margin-right: 9px;
  display: block; }
  @media (max-width: 999px) {
    #under_blog01 .ttl img {
      width: 9.8%;
      margin-right: 0px; } }

#under_blog01 .contents p {
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_blog01 .contents p {
      font-size: 16px; } }

#under_blog01 .contents img {
  height: auto;
  -webkit-height: auto; }

#under_blog01 .btn {
  display: block;
  width: 447px;
  margin: 117px auto 0;
  text-align: center;
  border-radius: clamp(15px, 2.1428571429vw, 30px);
  box-shadow: 4px 4px 0 0 #0e7bdb;
  transform: translateY(-4px);
  transition: 0.3s all; }
  @media screen and (max-width: 1470px) and (min-width: 1000px) {
    #under_blog01 .btn {
      width: 37.3%; } }
  @media (max-width: 999px) {
    #under_blog01 .btn {
      width: 90%;
      position: relative;
      z-index: 3;
      font-size: 16px;
      border-radius: 10px;
      max-width: 375px;
      margin: 40px auto 0; } }

#under_blog01 .btn:hover {
  box-shadow: 0 0 0 0 #005400;
  transform: translateY(-2px); }

#under_blog01 .btn p {
  background: #fff;
  border: 4px solid #0E7BDB;
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  color: #0e7bdb;
  font-size: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding: 20px;
  white-space: nowrap; }
  @media (max-width: 999px) {
    #under_blog01 .btn p {
      border-radius: 10px; } }

#under_blog01 .btn:hover p {
  background: #0e7bdb;
  color: #fff; }

#under_blog01 .boxs .leftBox .title {
  background: rgba(255, 161, 0, 0.2);
  border-radius: clamp(5px, 0.7142857143vw, 10px);
  text-align: center;
  padding: 12px 0px 6px 0px; }

#under_blog01 .boxs .leftBox .title .en_name {
  font-size: 24px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }
  #under_blog01 .boxs .leftBox .title .en_name span {
    color: #2B9A33; }

#under_blog01 .boxs .leftBox .title .jp_name {
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

#under_blog01 .boxs .leftBox .category {
  margin-bottom: 30px; }

#under_blog01 .boxs .leftBox ul {
  margin-top: 12px;
  padding-left: 20px; }

#under_blog01 .boxs .leftBox ul li {
  position: relative;
  margin-bottom: 4px;
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center; }

#under_blog01 .boxs .leftBox ul li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f111";
  color: #FFA329;
  font-size: 10px;
  padding-right: 0.8rem;
  left: -14px; }

#under_blog01 #tab_u {
  display: flex;
  flex-direction: column;
  padding-left: 20px; }
  @media (max-width: 999px) {
    #under_blog01 #tab_u {
      flex-wrap: wrap;
      margin-bottom: 0rem; } }
  #under_blog01 #tab_u li {
    font-size: 1.8rem;
    text-align: center; }
    @media (max-width: 999px) {
      #under_blog01 #tab_u li {
        font-size: 14px;
        width: 49%;
        padding: 0 2rem; } }

#under_blog01 #tab_u .tab_top {
  font-size: 15px;
  text-align: justify; }
  @media (min-width: 1000px) {
    #under_blog01 #tab_u .tab_top {
      margin-bottom: 10px; } }
  @media (max-width: 999px) {
    #under_blog01 #tab_u .tab_top {
      white-space: nowrap;
      padding: 10px 0 0 10px;
      text-align: left;
      margin-bottom: 0; } }

#under_blog01 #tab_u .tab_top:before {
  content: none; }

#under_blog01 #tab_u .area_box {
  display: flex;
  align-items: flex-start; }
  #under_blog01 #tab_u .area_box .select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 999px) {
      #under_blog01 #tab_u .area_box .select {
        width: 140%; } }

#under_blog01 #tab_u .area_box1 {
  margin-bottom: 1rem; }

#under_blog01 #tab_u .lead {
  display: flex;
  align-items: center; }

#under_blog01 #tab_u li:hover,
#under_blog01 #tab_u li.current {
  cursor: pointer; }

#under_blog01 .contents iframe {
  width: 100%;
  height: 28vw;
  min-height: 28rem; }
