@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/****************************************

          $breakpoint

@include maxs($breakpoint-sp) {}

*****************************************/
/****************************************

          GENERAL SETTING
          
*****************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a {
  text-decoration: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

/****************************************

          CLEARFIX

.cf:after,
#wrap:after,
#main:after{ display: block; visibility: hidden; clear: both; height: 0; content: " "; font-size: 0; }
.cf,
#wrap,
#main{ display: inline-block; }
.cf,
#wrap,
#main{ display: block; }
          
*****************************************/
/****************************************

          font
          
*****************************************/
/****************************************

          COLOR
          
*****************************************/
/****************************************

          COMMON
          
*****************************************/
html {
  height: 100%;
  min-height: 100%;
}

body {
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  background-color: #FFF;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  body {
    /*--- PC TAB ---*/
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  body {
    /*--- SP ---*/
    padding-top: 15vw;
  }
}

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

/****************************************

          FORM RESET
          
*****************************************/
input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

input:-webkit-search-decoration {
  display: none;
}

input:focus {
  outline: none;
  border: none;
}

::selection {
  background-color: #eeede5;
  text-shadow: none;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

@media screen and (max-width: 768px) {
  .pc_only,
  .only_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_only,
  .only_sp {
    display: none;
  }
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main {
    /*--- PC TAB ---*/
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1080px) {
  .main {
    /*--- TAB ---*/
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    /*--- SP ---*/
    padding: 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  .main .content {
    /*--- PC TAB ---*/
    width: calc( 75% - 50px );
  }
}
@media screen and (max-width: 1080px) {
  .main .content {
    /*--- TAB ---*/
    width: calc( 70% - 40px );
  }
}
@media screen and (max-width: 768px) {
  .main .content {
    /*--- SP ---*/
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .main aside {
    /*--- PC TAB ---*/
    width: 25%;
    position: sticky;
    top: 130px;
    right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .main aside {
    /*--- TAB ---*/
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .main aside {
    /*--- SP ---*/
    width: 90vw;
    margin: 20vw auto 10vw;
  }
}
@media screen and (min-width: 768px) {
  .main aside .widget-consult,
  .main aside .widget-search,
  .main aside .widget-popular-posts {
    /*--- PC TAB ---*/
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .main aside .widget-consult,
  .main aside .widget-search,
  .main aside .widget-popular-posts {
    /*--- SP ---*/
    margin: 0 0 8vw;
  }
}
.main aside .widget-consult h4,
.main aside .widget-search h4,
.main aside .widget-popular-posts h4 {
  color: #4a4e57;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  background-color: #f7f7f7;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .main aside .widget-consult h4,
  .main aside .widget-search h4,
  .main aside .widget-popular-posts h4 {
    /*--- PC TAB ---*/
    font-size: 15px;
    padding: 15px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .main aside .widget-consult h4,
  .main aside .widget-search h4,
  .main aside .widget-popular-posts h4 {
    /*--- SP ---*/
    font-size: 4vw;
    padding: 4vw 3vw;
    margin: 0 0 4vw;
  }
}
.main aside .widget-consult .textwidget a img {
  opacity: 1;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.main aside .widget-consult .textwidget a:hover img {
  opacity: .5;
}
.main aside .widget-consult .textwidget p {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .main aside .widget-consult .textwidget p {
    /*--- PC TAB ---*/
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .main aside .widget-consult .textwidget p {
    /*--- TAB ---*/
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .main aside .widget-consult .textwidget p {
    /*--- SP ---*/
    font-size: 3.5vw;
  }
}
.main aside .widget-consult .textwidget p strong {
  font-weight: 600;
  background: linear-gradient(rgba(254, 254, 152, 0) 30%, #fdf000 90%);
}
.main aside .widget-consult .textwidget .consult-button {
  width: 100%;
  margin: 10px auto 20px;
}
.main aside .widget-consult .textwidget .consult-button a {
  color: #FFF;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .main aside .widget-consult .textwidget .consult-button a {
    /*--- PC TAB ---*/
  }
}
@media screen and (max-width: 768px) {
  .main aside .widget-consult .textwidget .consult-button a {
    /*--- SP ---*/
    font-size: 4.2vw;
  }
}
.main aside .widget-consult .textwidget .consult-button a:hover span {
  background-color: #35BAF2;
}
.main aside .widget-consult .textwidget .consult-button a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background-color: #72849c;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.main aside .widget-consult .textwidget .consult-button a span.icon-left {
  width: 42px;
  border-radius: 2px 0 0 2px;
}
.main aside .widget-consult .textwidget .consult-button a span.button-text {
  width: fit-content;
  padding: 0 12px;
  margin-left: 1px;
  border-radius: 0 2px 2px 0;
}
.main aside .widget-search form {
  width: 100%;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.main aside .widget-search form input {
  font-size: 14px;
  width: calc( 100% - 50px );
  height: 100%;
  border: 1px solid #EEE;
  border-radius: 2px;
  padding: 0 10px;
  -moz-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.main aside .widget-search form input:focus {
  outline: none;
  border-color: #35BAF2;
}
.main aside .widget-search form button[type="submit"] {
  color: #FFF;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 2px;
  background-color: #4a4e57;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.main aside .widget-search form button[type="submit"]:hover {
  background-color: #35BAF2;
}
.main aside .widget-popular-posts .popular-posts li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .main aside .widget-popular-posts .popular-posts li {
    /*--- PC TAB ---*/
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .main aside .widget-popular-posts .popular-posts li {
    /*--- SP ---*/
    margin: 0 0 3vw;
  }
}
.main aside .widget-popular-posts .popular-posts li:last-child {
  margin-bottom: 0;
}
.main aside .widget-popular-posts .popular-posts li .popular-thumb {
  width: 80px;
  border-radius: 3px;
  overflow: hidden;
}
.main aside .widget-popular-posts .popular-posts li .popular-thumb a {
  opacity: 1;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.main aside .widget-popular-posts .popular-posts li .popular-thumb a:hover {
  opacity: .7;
}
.main aside .widget-popular-posts .popular-posts li .popular-title {
  width: calc( 100% - 95px );
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .main aside .widget-popular-posts .popular-posts li .popular-title {
    /*--- PC TAB ---*/
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .main aside .widget-popular-posts .popular-posts li .popular-title {
    /*--- SP ---*/
    font-size: 3.2vw;
  }
}
.main aside .widget-popular-posts .popular-posts li .popular-title a {
  color: #39395e;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.main aside .widget-popular-posts .popular-posts li .popular-title a:hover {
  color: #35BAF2;
}
.main aside .widget-popular-posts .popular-posts li .category {
  margin: 3px 0 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .main aside .widget-popular-posts .popular-posts li .category {
    /*--- PC TAB ---*/
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main aside .widget-popular-posts .popular-posts li .category {
    /*--- SP ---*/
    font-size: 2.7vw;
  }
}
.main aside .widget-popular-posts .popular-posts li .category a {
  color: #39395e;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.main aside .widget-popular-posts .popular-posts li .category a:hover {
  color: #35BAF2;
}

.slider-list {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .slider-list {
    /*--- PC TAB ---*/
    height: 400px;
  }
}
@media screen and (max-width: 1080px) {
  .slider-list {
    /*--- TAB ---*/
    height: 37vw;
  }
}
@media screen and (max-width: 768px) {
  .slider-list {
    /*--- SP ---*/
    height: 100vw;
  }
}
.slider-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.05);
}
.slider-list .swiper-button-next,
.slider-list .swiper-button-prev {
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .slider-list .swiper-button-next,
  .slider-list .swiper-button-prev {
    /*--- PC TAB ---*/
    width: 45px;
    height: 80px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .slider-list .swiper-button-next,
  .slider-list .swiper-button-prev {
    /*--- SP ---*/
    width: 35px;
    height: 70px;
    margin-top: -35px;
  }
}
.slider-list .swiper-button-next:after,
.slider-list .swiper-button-prev:after {
  color: #39395e;
  font-size: 20px;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.slider-list .swiper-button-next:hover:after,
.slider-list .swiper-button-prev:hover:after {
  color: #35BAF2;
}
.slider-list .swiper-button-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.slider-list .swiper-button-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.slider-list .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .slider-list .swiper-slide {
    /*--- PC ---*/
    width: 1000px;
  }
}
@media screen and (max-width: 1080px) {
  .slider-list .swiper-slide {
    /*--- TAB SP ---*/
    width: calc( 100vw - 120px );
  }
}
@media screen and (max-width: 768px) {
  .slider-list .swiper-slide {
    /*--- SP ---*/
    width: 100vw;
  }
}
.slider-list .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .1;
  z-index: 1;
  pointer-events: none;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.slider-list .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.slider-list .swiper-slide figure {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .slider-list .swiper-slide figure {
    /*--- PC TAB ---*/
    width: 600px;
    height: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .slider-list .swiper-slide figure {
    /*--- TAB SP ---*/
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .slider-list .swiper-slide figure {
    /*--- SP ---*/
    width: 100vw;
    height: 66vw;
  }
}
.slider-list .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.slider-list .swiper-slide .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .slider-list .swiper-slide .detail {
    /*--- PC TAB ---*/
    color: #39395e;
    width: 400px;
    height: 100%;
    text-align: left;
    padding: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .slider-list .swiper-slide .detail {
    /*--- TAB SP ---*/
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .slider-list .swiper-slide .detail {
    /*--- SP ---*/
    width: 100%;
    height: 34vw;
    padding: 5vw;
  }
}
.slider-list .swiper-slide .detail a {
  color: #39395e;
}
.slider-list .swiper-slide .detail a .categories {
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .slider-list .swiper-slide .detail a .categories {
    /*--- PC TAB ---*/
    font-size: 14px;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .slider-list .swiper-slide .detail a .categories {
    /*--- SP ---*/
    font-size: 2.9vw;
    margin: 0 0 2px;
  }
}
.slider-list .swiper-slide .detail a .categories span.category {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .slider-list .swiper-slide .detail a .categories span.category {
    /*--- PC TAB ---*/
    margin: 0 8px 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .slider-list .swiper-slide .detail a .categories span.category {
    /*--- SP ---*/
    margin: 0 5px 5px 0;
  }
}
.slider-list .swiper-slide .detail a h3 {
  color: #39395e;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .slider-list .swiper-slide .detail a h3 {
    /*--- PC TAB ---*/
    font-size: 24px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1080px) {
  .slider-list .swiper-slide .detail a h3 {
    /*--- TAB ---*/
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slider-list .swiper-slide .detail a h3 {
    /*--- SP ---*/
    font-size: 4vw;
    margin: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.slider-list .swiper-slide .detail a .readmore {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  width: fit-content;
  padding: 10px 17px;
  letter-spacing: .05em;
  line-height: 1;
  border-radius: 9999px;
  border: 1px solid #e7e6e6;
  -moz-transition: color 0.4s ease, border 0.4s ease;
  -o-transition: color 0.4s ease, border 0.4s ease;
  -webkit-transition: color 0.4s ease, border 0.4s ease;
  transition: color 0.4s ease, border 0.4s ease;
}
.slider-list .swiper-slide .detail a .readmore i {
  font-size: 12px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .slider-list .swiper-slide .detail a .readmore {
    /*--- SP ---*/
    display: none;
  }
}
.slider-list .swiper-slide .detail a:hover h3 {
  color: #35BAF2;
}
.slider-list .swiper-slide .detail a:hover .readmore {
  color: #35BAF2;
  border: 1px solid #35BAF2;
}

@media screen and (min-width: 768px) {
  .recent-posts,
  .category-posts {
    /*--- PC TAB ---*/
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .recent-posts,
  .category-posts {
    /*--- SP ---*/
    width: 90vw;
    margin: 0 auto 10vw;
  }
}
.recent-posts h2,
.category-posts h2 {
  color: #4a4e57;
  text-align: left;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .recent-posts h2,
  .category-posts h2 {
    /*--- PC TAB ---*/
    font-size: 20px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .recent-posts h2,
  .category-posts h2 {
    /*--- SP ---*/
    font-size: 4.5vw;
    margin: 0 0 4vw;
  }
}
.recent-posts h2 span,
.category-posts h2 span {
  background-color: #FFF;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.recent-posts h2::after,
.category-posts h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-top: -3px;
  z-index: 0;
}

.information-posts {
  background-color: #f7f7f7;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .information-posts {
    /*--- PC TAB ---*/
    padding: 20px 25px;
    margin: 0 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .information-posts {
    /*--- SP ---*/
    width: 90vw;
    padding: 5vw 5vw 4.5vw;
    margin: 0 auto 8vw;
  }
}
.information-posts h2 {
  font-weight: 600;
  text-align: left;
  position: relative;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .information-posts h2 {
    /*--- PC TAB ---*/
    font-size: 14px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .information-posts h2 {
    /*--- SP ---*/
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .information-posts .information-list {
    /*--- PC TAB ---*/
    width: calc( 100% - 80px );
    border-left: 1px solid #FFF;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .information-posts .information-list {
    /*--- SP ---*/
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .information-posts .information-list .information-item {
    /*--- PC TAB ---*/
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .information-posts .information-list .information-item {
    /*--- SP ---*/
    margin: 0 0 3vw;
  }
}
.information-posts .information-list .information-item:last-child {
  margin-bottom: 0;
}
.information-posts .information-list .information-item a {
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .information-posts .information-list .information-item a {
    /*--- PC TAB ---*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.information-posts .information-list .information-item a:hover h3 {
  color: #35BAF2;
}
.information-posts .information-list .information-item a time {
  color: #000;
}
@media screen and (min-width: 768px) {
  .information-posts .information-list .information-item a time {
    /*--- PC TAB ---*/
    font-size: 14px;
    line-height: 1.5;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .information-posts .information-list .information-item a time {
    /*--- SP ---*/
    display: block;
    font-size: 2.7vw;
    line-height: 1;
    margin: 0 0 1vw;
  }
}
.information-posts .information-list .information-item a h3 {
  color: #39395e;
  font-weight: 600;
  line-height: 1.5;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .information-posts .information-list .information-item a h3 {
    /*--- PC TAB ---*/
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .information-posts .information-list .information-item a h3 {
    /*--- SP ---*/
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 768px) {
  .information-posts + .handson {
    /*--- SP ---*/
    margin-top: -3vw;
  }
}

.handson {
  width: 100%;
  border-top: 2px solid #00A5C6;
  border-bottom: 2px solid #00A5C6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .handson {
    /*--- PC TAB ---*/
    padding: 25px 30px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  .handson {
    /*--- SP ---*/
    width: 90vw;
    padding: 4.5vw 5vw 4.5vw 6vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 768px) {
  .handson figure {
    /*--- PC TAB ---*/
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .handson figure {
    /*--- SP ---*/
    width: 30%;
  }
}
.handson .txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .handson .txt {
    /*--- PC TAB ---*/
    width: 85%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .handson .txt {
    /*--- SP ---*/
    width: 70%;
    padding-left: 2vw;
  }
}
.handson .txt p {
  color: #4a4e57;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .handson .txt p {
    /*--- PC TAB ---*/
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .handson .txt p {
    /*--- SP ---*/
    font-size: 3vw;
  }
}
.handson .txt p strong {
  font-weight: 600;
}
.handson .txt p a {
  color: #39395e;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  letter-spacing: .05em;
  line-height: 1;
  border-radius: 9999px;
  border: 1px solid #e7e6e6;
  margin: 10px 0 0 -3px;
  -moz-transition: color 0.4s ease, border 0.4s ease;
  -o-transition: color 0.4s ease, border 0.4s ease;
  -webkit-transition: color 0.4s ease, border 0.4s ease;
  transition: color 0.4s ease, border 0.4s ease;
}
@media screen and (min-width: 768px) {
  .handson .txt p a {
    /*--- PC TAB ---*/
    font-size: 14px;
    padding: 10px 17px;
  }
}
@media screen and (max-width: 768px) {
  .handson .txt p a {
    /*--- SP ---*/
    font-size: 3vw;
    margin: 2vw 0 0 -.5vw;
    padding: 2vw 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .handson .txt p a i {
    /*--- PC TAB ---*/
    font-size: 12px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .handson .txt p a i {
    /*--- SP ---*/
    font-size: 2.9vw;
    margin-right: 1.5vw;
  }
}
.handson .txt p a:hover {
  color: #35BAF2;
  border: 1px solid #35BAF2;
}

h1.list-page-title {
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5;
  border-bottom: 1px solid #e7e6e6;
}
@media screen and (min-width: 768px) {
  h1.list-page-title {
    /*--- PC TAB ---*/
    font-size: 24px;
    padding: 0 0 5px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  h1.list-page-title {
    /*--- SP ---*/
    width: 90vw;
    font-size: 4.5vw;
    padding: 0 0 2vw;
    margin: 0 auto 6vw;
  }
}

h1.page-title {
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5;
  border-bottom: 1px solid #e7e6e6;
}
@media screen and (min-width: 768px) {
  h1.page-title {
    /*--- PC TAB ---*/
    font-size: 24px;
    padding: 0 0 5px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  h1.page-title {
    /*--- SP ---*/
    width: 90vw;
    font-size: 4.5vw;
    padding: 0 0 2vw;
    margin: 0 auto 6vw;
  }
}

@media screen and (min-width: 768px) {
  .yarpp-related {
    /*--- PC TAB ---*/
    margin: 80px auto 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .yarpp-related {
    /*--- SP ---*/
    margin: 15vw auto 0 !important;
  }
}
.yarpp-related h3.reco-title {
  width: 100%;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5;
  border-bottom: 1px solid #e7e6e6;
}
@media screen and (min-width: 768px) {
  .yarpp-related h3.reco-title {
    /*--- PC TAB ---*/
    font-size: 24px;
    padding: 0 0 5px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .yarpp-related h3.reco-title {
    /*--- SP ---*/
    width: 90vw;
    font-size: 4.5vw;
    padding: 0 0 2vw;
    margin: 0 auto 6vw;
  }
}

@media screen and (min-width: 768px) {
  .article-list {
    /*--- PC TAB ---*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .article-list {
    /*--- SP ---*/
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .article-list article.article-item {
    /*--- PC TAB ---*/
    width: calc( 50% - 15px );
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item {
    /*--- SP ---*/
    width: 100%;
    margin: 0 auto 8vw;
  }
}
.article-list article.article-item figure {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 3/2;
}
.article-list article.article-item figure a {
  opacity: 1;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.article-list article.article-item figure a:hover {
  opacity: .5;
}
.article-list article.article-item figure img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item .txt {
    /*--- PC TAB ---*/
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item .txt {
    /*--- SP ---*/
    margin: 3vw auto 0;
  }
}
.article-list article.article-item .txt a {
  color: #39395e;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.article-list article.article-item .txt a:hover {
  color: #35BAF2;
}
.article-list article.article-item .txt h3 {
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item .txt h3 {
    /*--- PC TAB ---*/
    font-size: 17px;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item .txt h3 {
    /*--- SP ---*/
    font-size: 4vw;
    margin: 0 0 5px;
  }
}
.article-list article.article-item .txt .meta {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item .txt .meta {
    /*--- PC TAB ---*/
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item .txt .meta {
    /*--- SP ---*/
    margin: 2vw 0 0;
  }
}
.article-list article.article-item .txt .meta time {
  display: block;
  width: fit-content;
  font-size: 13px;
  line-height: 1.1;
  margin: 0 6px 0 0;
  padding: 0 6px 0 0;
  border-right: 1px solid #AAA;
}
@media screen and (max-width: 768px) {
  .article-list article.article-item .txt .meta time {
    /*--- SP ---*/
    line-height: 1.4;
    font-size: 2.9vw;
  }
}
.article-list article.article-item .txt .meta .category {
  font-weight: 600;
  display: block;
  width: fit-content;
  color: #39395e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 6px 0 0;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .article-list article.article-item .txt .meta .category {
    /*--- SP ---*/
    line-height: 1.4;
    font-size: 2.9vw;
  }
}
.article-list article.article-item .txt .meta .category:hover {
  color: #35BAF2;
}
@media screen and (max-width: 768px) {
  .article-list.recommended {
    /*--- SP ---*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .article-list.recommended article.article-item {
    /*--- PC TAB ---*/
    width: calc( 33.3333% - 15px );
  }
}
@media screen and (max-width: 768px) {
  .article-list.recommended article.article-item {
    /*--- SP ---*/
    width: 47.5%;
    margin: 0 0 6vw;
  }
}
@media screen and (min-width: 768px) {
  .article-list.recommended article.article-item .txt h3 {
    /*--- PC TAB ---*/
    font-size: 15px;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .article-list.recommended article.article-item .txt h3 {
    /*--- SP ---*/
    font-size: 3.2vw;
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide {
    /*--- PC TAB ---*/
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide {
    /*--- SP ---*/
    margin-top: 6vw;
  }
}
.article-list article.article-item-wide:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide div.article-header {
    /*--- PC TAB ---*/
    display: flex;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-header {
    /*--- SP ---*/
    padding: 10px 0;
  }
}
.article-list article.article-item-wide div.article-header figure {
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 3 / 2;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide div.article-header figure {
    /*--- PC TAB ---*/
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-header figure {
    /*--- SP ---*/
    width: 100%;
    margin: 0 auto 3vw;
  }
}
.article-list article.article-item-wide div.article-header figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.article-list article.article-item-wide div.article-header figure a {
  opacity: 1;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.article-list article.article-item-wide div.article-header figure a:hover {
  opacity: .5;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide div.article-header div.txt {
    /*--- PC TAB ---*/
    width: 60%;
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-header div.txt {
    /*--- SP ---*/
    width: 100%;
    padding: 0;
  }
}
.article-list article.article-item-wide div.article-header div.txt a {
  color: #39395e;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.article-list article.article-item-wide div.article-header div.txt a:hover {
  color: #35BAF2;
}
.article-list article.article-item-wide div.article-header div.txt h3 {
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide div.article-header div.txt h3 {
    /*--- PC TAB ---*/
    font-size: 22px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-header div.txt h3 {
    /*--- SP ---*/
    font-size: 4vw;
    margin: 0 0 5px;
  }
}
.article-list article.article-item-wide div.article-header div.txt .excerpt {
  color: #666;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide div.article-header div.txt .excerpt {
    /*--- PC TAB ---*/
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-header div.txt .excerpt {
    /*--- SP ---*/
    font-size: 3vw;
  }
}
.article-list article.article-item-wide div.article-footer {
  padding: 10px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide div.article-footer {
    /*--- PC TAB ---*/
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-footer {
    /*--- SP ---*/
    margin-top: 0;
  }
}
.article-list article.article-item-wide div.article-footer .meta {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide div.article-footer .meta {
    /*--- PC TAB ---*/
    width: calc( 100% - 100px );
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-footer .meta {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
.article-list article.article-item-wide div.article-footer .meta time {
  display: block;
  width: fit-content;
  line-height: 1.1;
  margin: 0 6px 0 0;
  padding: 3px 6px 3px 0;
  border-right: 1px solid #AAA;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide div.article-footer .meta time {
    /*--- PC TAB ---*/
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-footer .meta time {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
.article-list article.article-item-wide div.article-footer .meta .meta_tit {
  font-weight: 400;
  display: block;
  width: fit-content;
  color: #4a4e57;
  font-size: 13px;
  line-height: 1.1;
  margin: 3px 6px 3px 0;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide div.article-footer .meta .meta_tit {
    /*--- PC TAB ---*/
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-footer .meta .meta_tit {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
.article-list article.article-item-wide div.article-footer .meta .meta_tit.tit_tag {
  margin: 3px 6px 3px 0;
  padding-left: 6px;
  border-left: 1px solid #AAA;
}
.article-list article.article-item-wide div.article-footer .meta .category,
.article-list article.article-item-wide div.article-footer .meta .tag {
  font-weight: 600;
  display: block;
  width: fit-content;
  color: #39395e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  margin: 3px 6px 3px 0;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .article-list article.article-item-wide div.article-footer .meta .category,
  .article-list article.article-item-wide div.article-footer .meta .tag {
    /*--- PC TAB ---*/
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-footer .meta .category,
  .article-list article.article-item-wide div.article-footer .meta .tag {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
.article-list article.article-item-wide div.article-footer .meta .category:hover,
.article-list article.article-item-wide div.article-footer .meta .tag:hover {
  color: #35BAF2;
}
.article-list article.article-item-wide div.article-footer .readmore {
  width: 120px;
  text-align: right;
  padding: 3px 6px 3px 0;
}
@media screen and (max-width: 768px) {
  .article-list article.article-item-wide div.article-footer .readmore {
    /*--- SP ---*/
    display: none;
  }
}
.article-list article.article-item-wide div.article-footer .readmore a {
  color: #39395e;
  font-weight: 600;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.article-list article.article-item-wide div.article-footer .readmore a:hover {
  color: #35BAF2;
}

.advisers-lead {
  color: #666;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .advisers-lead {
    /*--- PC TAB ---*/
    font-size: 12px;
    margin: 10px auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .advisers-lead {
    /*--- SP ---*/
    width: 90vw;
    font-size: 3vw;
    margin: 2vw auto 8vw;
  }
}

.advisers-list .adviser-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .advisers-list .adviser-item {
    /*--- PC TAB ---*/
    margin: 30px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .advisers-list .adviser-item {
    /*--- SP ---*/
    width: 90vw;
    margin: 0 auto 8vw;
  }
}
.advisers-list .adviser-item:last-child {
  margin: 0 auto 0;
}
.advisers-list .adviser-item a {
  color: #39395e;
}
.advisers-list .adviser-item a h3.adviser-name {
  color: #39395e;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #e7e6e6;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .advisers-list .adviser-item a h3.adviser-name {
    /*--- PC TAB ---*/
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .advisers-list .adviser-item a h3.adviser-name {
    /*--- SP ---*/
    font-size: 4.2vw;
    margin: 0 0 2vw;
    padding: 0 0 2vw;
  }
}
@media screen and (min-width: 768px) {
  .advisers-list .adviser-item a h3.adviser-name i {
    /*--- PC TAB ---*/
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .advisers-list .adviser-item a h3.adviser-name i {
    /*--- SP ---*/
    margin-right: 1vw;
  }
}
.advisers-list .adviser-item a:hover h3.adviser-name {
  color: #35BAF2;
}
.advisers-list .adviser-item a .adviser-info h4.tit-area,
.advisers-list .adviser-item a .adviser-info h4.tit-comment {
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .advisers-list .adviser-item a .adviser-info h4.tit-area,
  .advisers-list .adviser-item a .adviser-info h4.tit-comment {
    /*--- PC TAB ---*/
    font-size: 16px;
    margin: 10px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .advisers-list .adviser-item a .adviser-info h4.tit-area,
  .advisers-list .adviser-item a .adviser-info h4.tit-comment {
    /*--- SP ---*/
    font-size: 3.5vw;
    margin: 2vw 0 1vw;
  }
}
@media screen and (min-width: 768px) {
  .advisers-list .adviser-item a .adviser-info p {
    /*--- PC TAB ---*/
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .advisers-list .adviser-item a .adviser-info p {
    /*--- SP ---*/
    font-size: 3vw;
  }
}

a.btn-back {
  color: #39395e;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  a.btn-back {
    /*--- PC TAB ---*/
    font-size: 18px;
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  a.btn-back {
    /*--- SP ---*/
    width: 90vw;
    font-size: 3.8vw;
    margin: 10vw auto 0;
  }
}
a.btn-back:hover {
  color: #35BAF2;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    /*--- PC TAB ---*/
    margin: 50px 0 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    /*--- SP ---*/
    margin: 10vw 0 0;
    justify-content: center;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  padding: 0 10px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #e7e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    /*--- PC TAB ---*/
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    /*--- SP ---*/
    margin: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.page,
  .wp-pagenavi span.page {
    /*--- SP ---*/
    display: none;
  }
}
.wp-pagenavi a {
  color: #39395e;
  -moz-transition: color 0.4s ease, border 0.4s ease;
  -o-transition: color 0.4s ease, border 0.4s ease;
  -webkit-transition: color 0.4s ease, border 0.4s ease;
  transition: color 0.4s ease, border 0.4s ease;
}
.wp-pagenavi a:hover {
  color: #35BAF2;
  border: 1px solid #35BAF2;
}
.wp-pagenavi a.nextpostslink i {
  padding-left: 4px;
}
.wp-pagenavi a.previouspostslink i {
  padding-right: 4px;
}
.wp-pagenavi span.current {
  border: 1px solid #39395e;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    /*--- SP ---*/
    display: none;
  }
}
.wp-pagenavi span.extend {
  border: none;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.extend {
    /*--- SP ---*/
    display: none;
  }
}

/****************************************

          HEADER
          
*****************************************/
header.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  header.header {
    /*--- PC TAB ---*/
    height: 100px;
    -moz-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }
  .scroll2 header.header {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  header.header {
    /*--- SP ---*/
    height: 15vw;
  }
}
header.header .header-inner {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  header.header .header-inner {
    /*--- PC TAB ---*/
    padding: 0 180px 0 50px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1080px) {
  header.header .header-inner {
    /*--- TAB ---*/
    justify-content: space-between;
    padding: 0 20px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  header.header .header-inner {
    /*--- SP ---*/
    padding: 0 2vw;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
header.header .header-inner h1#site-logo {
  -moz-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media screen and (min-width: 768px) {
  header.header .header-inner h1#site-logo {
    /*--- PC TAB ---*/
    width: 230px;
  }
  .scroll2 header.header .header-inner h1#site-logo {
    width: 180px;
  }
}
@media screen and (max-width: 1080px) {
  header.header .header-inner h1#site-logo {
    /*--- TAB ---*/
    width: 200px;
  }
  .scroll2 header.header .header-inner h1#site-logo {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  header.header .header-inner h1#site-logo {
    /*--- SP ---*/
    width: 40vw;
  }
  .scroll2 header.header .header-inner h1#site-logo {
    width: 40vw;
  }
}
header.header .header-inner h1#site-logo a {
  opacity: 1;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  header.header .header-inner h1#site-logo a {
    /*--- PC TAB ---*/
  }
  header.header .header-inner h1#site-logo a:hover {
    opacity: .5;
  }
}
header.header .header-inner .main-nav {
  color: #4a4e57;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  header.header .header-inner .main-nav {
    /*--- PC TAB ---*/
    width: calc( 100% - 230px );
  }
}
@media screen and (max-width: 1080px) {
  header.header .header-inner .main-nav {
    /*--- TAB ---*/
    width: calc( 100% - 200px );
  }
}
header.header .header-inner .main-nav ul.main-nav-p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  header.header .header-inner .main-nav ul.main-nav-p {
    /*--- PC TAB ---*/
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 1080px) {
  header.header .header-inner .main-nav ul.main-nav-p {
    /*--- TAB ---*/
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  header.header .header-inner .main-nav ul.main-nav-p {
    /*--- SP ---*/
  }
}
header.header .header-inner .main-nav ul.main-nav-p > li {
  margin: 0 8px;
  letter-spacing: .05em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  header.header .header-inner .main-nav ul.main-nav-p > li {
    /*--- TAB ---*/
    margin: 0 0 0 20px;
  }
}
header.header .header-inner .main-nav ul li.p {
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  header.header .header-inner .main-nav ul li.p {
    /*--- PC TAB ---*/
    font-size: 14px;
  }
  header.header .header-inner .main-nav ul li.p::before, header.header .header-inner .main-nav ul li.p::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #35BAF2;
    position: absolute;
    left: 0;
    opacity: 0;
    -moz-transition: -moz-transform 0.4s ease, opacity 0.4s ease;
    -o-transition: -o-transform 0.4s ease, opacity 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  header.header .header-inner .main-nav ul li.p::before {
    top: 0;
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  header.header .header-inner .main-nav ul li.p::after {
    bottom: 0;
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  header.header .header-inner .main-nav ul li.p i {
    font-size: 12px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 1080px) {
  header.header .header-inner .main-nav ul li.p {
    /*--- TAB ---*/
    font-size: 13px;
  }
}
header.header .header-inner .main-nav ul li.p:last-child ul.c {
  left: inherit;
  right: 0;
}
@media screen and (min-width: 768px) {
  header.header .header-inner .main-nav ul li.p:hover {
    /*--- PC TAB ---*/
  }
  header.header .header-inner .main-nav ul li.p:hover::before, header.header .header-inner .main-nav ul li.p:hover::after {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
header.header .header-inner .main-nav ul li.p:hover > ul.c {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
header.header .header-inner .main-nav ul li.p > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  header.header .header-inner .main-nav ul li.p > a {
    /*--- PC TAB ---*/
    height: 40px;
  }
  header.header .header-inner .main-nav ul li.p > a:hover {
    color: #35BAF2;
  }
}
@media screen and (max-width: 768px) {
  header.header .header-inner .main-nav ul li.p > a {
    /*--- SP ---*/
  }
}
header.header .header-inner .main-nav ul li.p ul.c {
  width: max-content;
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  visibility: hidden;
  z-index: 2;
  background-color: #FFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
header.header .header-inner .main-nav ul li.p ul.c li {
  width: 100%;
  border-bottom: 1px solid #e7e6e6;
}
header.header .header-inner .main-nav ul li.p ul.c li:last-child {
  border-bottom: none;
}
header.header .header-inner .main-nav ul li.p ul.c li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1080px) {
  header.header .header-inner .main-nav ul li.p ul.c li a {
    /*--- TAB ---*/
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  header.header .header-inner .main-nav ul li.p ul.c li a {
    /*--- PC TAB ---*/
    height: 46px;
  }
  header.header .header-inner .main-nav ul li.p ul.c li a:hover {
    color: #35BAF2;
  }
}
header.header .header-inner .main-nav ul li a {
  color: #4a4e57;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  header.header .header-inner .logo_smrj {
    /*--- PC TAB ---*/
    width: 104px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    -moz-transition: width 0.4s ease, opacity 0.4s ease;
    -o-transition: width 0.4s ease, opacity 0.4s ease;
    -webkit-transition: width 0.4s ease, opacity 0.4s ease;
    transition: width 0.4s ease, opacity 0.4s ease;
  }
  .scroll2 header.header .header-inner .logo_smrj {
    width: 80px;
  }
  header.header .header-inner .logo_smrj:hover {
    opacity: .5;
  }
}
@media screen and (max-width: 1080px) {
  header.header .header-inner .logo_smrj {
    /*--- TAB ---*/
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header.header .header-inner .logo_smrj {
    /*--- SP ---*/
    display: none;
  }
}

/****************************************

          SP MENU
          
*****************************************/
#btn-sp-menu {
  width: 15vw;
  height: 15vw;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #btn-sp-menu {
    /*--- PC TAB ---*/
    display: none;
  }
}
#btn-sp-menu span {
  width: 30%;
  height: 2px;
  background-color: #35BAF2;
  position: absolute;
  left: 35%;
  opacity: 1;
  transform: translateY(0) rotate(0);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#btn-sp-menu span:first-child {
  top: calc( 50% - 7px );
}
.sp_menu_active #btn-sp-menu span:first-child {
  transform: translateY(6px) rotate(-45deg);
}
#btn-sp-menu span:nth-child(2) {
  top: calc( 50% - 1px );
}
.sp_menu_active #btn-sp-menu span:nth-child(2) {
  opacity: 0;
}
#btn-sp-menu span:last-child {
  top: calc( 50% + 5px );
}
.sp_menu_active #btn-sp-menu span:last-child {
  transform: translateY(-6px) rotate(45deg);
}

.sp-nav {
  width: 100%;
  height: calc( 100vh - 15vw );
  position: fixed;
  top: 15vw;
  left: 0;
  z-index: 9;
  letter-spacing: 0.05em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  line-height: 1.5;
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.sp-nav .sp-nav_bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  opacity: .5;
  z-index: 0;
}
.sp-nav .sp-nav-p {
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
.sp_menu_active .sp-nav {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: auto;
}
.sp-nav .p {
  width: 100%;
  border-bottom: 1px solid #e7e6e6;
}
.sp-nav .p a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 4vw;
  font-weight: 600;
  padding: 4vw 3vw;
  position: relative;
}
.sp-nav .p a i {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-nav .c {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.sp-nav .c.open {
  max-height: 500px;
  /* 十分大きな数値に */
}
.sp-nav .c::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #e7e6e6;
}
.sp-nav .c li {
  width: 50%;
  border-bottom: 1px solid #e7e6e6;
}
.sp-nav .c li:first-child, .sp-nav .c li:nth-child(2) {
  border-top: 1px solid #e7e6e6;
}
.sp-nav .c li:nth-last-child(2), .sp-nav .c li:last-child {
  border-bottom: none;
}
.sp-nav .c li a {
  font-size: 3.6vw;
  font-weight: 600;
  height: 100%;
  padding: 3.1vw;
  text-align: center;
}
.sp-nav a {
  color: #39395e;
}
.sp-nav .p > a {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sp-nav .p > a .fa-angle-down {
  transition: transform 0.3s ease;
}
.sp-nav .c.open ~ a .fa-angle-down,
.sp-nav .p.open > a .fa-angle-down {
  transform: rotate(180deg);
}

/****************************************

          FOOTER
          
*****************************************/
#pagetop {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  font-size: 15px;
  right: 0;
  z-index: 10;
  bottom: 50px;
  opacity: 0;
  border-radius: 5px 0 0 5px;
  background-color: rgba(70, 70, 70, 0.95);
  pointer-events: none;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  #pagetop {
    /*--- PC TAB ---*/
    width: 40px;
    height: 80px;
  }
  #pagetop:hover {
    background-color: #35BAF2;
  }
}
@media screen and (max-width: 768px) {
  #pagetop {
    /*--- SP ---*/
    width: 35px;
    height: 70px;
  }
}
.scroll2 #pagetop {
  opacity: 1;
  pointer-events: auto;
}
#pagetop i {
  position: relative;
  left: 1px;
}

footer.site-footer {
  background-color: #eee;
  font-family: sans-serif;
  color: #333;
}
@media screen and (min-width: 768px) {
  footer.site-footer {
    /*--- PC TAB ---*/
    font-size: 14px;
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1080px) {
  footer.site-footer {
    /*--- TAB ---*/
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer {
    /*--- SP ---*/
    font-size: 3.2vw;
    padding: 20vw 5vw;
  }
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-top {
    /*--- PC TAB ---*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1080px) {
  footer.site-footer .footer-top {
    /*--- TAB ---*/
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-top {
    /*--- SP ---*/
    margin: 0 auto 5vw;
  }
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-logo,
  footer.site-footer .footer-about,
  footer.site-footer .footer-contact {
    /*--- PC TAB ---*/
    min-width: 280px;
  }
}
@media screen and (max-width: 1080px) {
  footer.site-footer .footer-logo,
  footer.site-footer .footer-about,
  footer.site-footer .footer-contact {
    /*--- TAB ---*/
    min-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-logo,
  footer.site-footer .footer-about,
  footer.site-footer .footer-contact {
    /*--- SP ---*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-logo {
    /*--- PC TAB ---*/
    width: 20%;
  }
}
@media screen and (max-width: 1080px) {
  footer.site-footer .footer-logo {
    /*--- TAB ---*/
    width: 20%;
    min-width: 20%;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-logo {
    /*--- SP ---*/
    width: 30vw;
    margin: 0 auto 8vw;
  }
}
footer.site-footer .footer-logo img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
footer.site-footer .footer-about,
footer.site-footer .footer-contact {
  text-align: left;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-about,
  footer.site-footer .footer-contact {
    /*--- PC TAB ---*/
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-about,
  footer.site-footer .footer-contact {
    /*--- SP ---*/
    width: 100%;
    margin: 0 auto 8vw;
  }
}
footer.site-footer .footer-about h4,
footer.site-footer .footer-contact h4 {
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-about h4,
  footer.site-footer .footer-contact h4 {
    /*--- PC TAB ---*/
    font-size: 16px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-about h4,
  footer.site-footer .footer-contact h4 {
    /*--- SP ---*/
    font-size: 3.5vw;
    margin: 0 0 2vw;
    text-align: center;
  }
}
footer.site-footer .footer-about p,
footer.site-footer .footer-contact p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-about p,
  footer.site-footer .footer-contact p {
    /*--- PC TAB ---*/
    margin: 0 0 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-about p,
  footer.site-footer .footer-contact p {
    /*--- SP ---*/
    margin: 0 0 2vw;
    font-size: 3vw;
    text-align: center;
  }
}
footer.site-footer .footer-about p strong,
footer.site-footer .footer-contact p strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-about p strong,
  footer.site-footer .footer-contact p strong {
    /*--- PC TAB ---*/
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-about p strong,
  footer.site-footer .footer-contact p strong {
    /*--- SP ---*/
    font-size: 3.2vw;
  }
}
footer.site-footer .footer-about a,
footer.site-footer .footer-contact a {
  color: #39395e;
  font-weight: 600;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
footer.site-footer .footer-about a:hover,
footer.site-footer .footer-contact a:hover {
  color: #35BAF2;
}
footer.site-footer .footer-bottom {
  text-align: center;
}
footer.site-footer .footer-bottom .footer-copy {
  color: #9FA7B4;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-bottom .footer-copy {
    /*--- PC TAB ---*/
    margin-bottom: 20px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-bottom .footer-copy {
    /*--- SP ---*/
    margin-bottom: 10vw;
    font-size: 2.7vw;
  }
}
footer.site-footer .footer-bottom .sns-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.site-footer .footer-bottom .sns-list li {
  color: #bcc5d1;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer.site-footer .footer-bottom .sns-list li a {
  color: #39395e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
footer.site-footer .footer-bottom .sns-list li a:hover {
  color: #35BAF2;
}

/****************************************

          SINGLE
          
*****************************************/
@media screen and (min-width: 768px) {
  article.entry-wrap {
    /*--- PC TAB ---*/
  }
}
@media screen and (min-width: 768px) {
  article.entry-wrap {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap {
    width: 90vw;
    font-size: 3.5vw;
    margin: 0 auto;
  }
}
article.entry-wrap .entry-header time {
  font-size: 13px;
  line-height: 1;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .entry-header time {
    /*--- SP ---*/
    font-size: 3vw;
    margin-top: 0;
    margin-bottom: 1.5vw;
  }
}
article.entry-wrap .entry-header h1.single-title {
  font-size: 27px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e6e6;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .entry-header h1.single-title {
    /*--- SP ---*/
    font-size: 4.6vw;
    margin-top: 0;
    margin-bottom: 4vw;
    padding-bottom: 5px;
  }
}
article.entry-wrap .entry-header h2.info-title {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .entry-header h2.info-title {
    /*--- SP ---*/
    font-size: 4.6vw;
    margin-top: 0;
    margin-bottom: 4vw;
  }
}
article.entry-wrap .entry-header .meta_top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .entry-header .meta_top {
    /*--- PC TAB ---*/
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .entry-header .meta_top {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
article.entry-wrap .entry-header .meta_top time {
  display: block;
  width: fit-content;
  font-size: 15px;
  line-height: 1.1;
  margin: 0 10px 0 0;
  padding: 3px 10px 3px 0;
  border-right: 1px solid #AAA;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .entry-header .meta_top time {
    /*--- PC TAB ---*/
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .entry-header .meta_top time {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
article.entry-wrap .entry-header .meta_top .meta_tit {
  font-weight: 600;
  display: block;
  width: fit-content;
  color: #4a4e57;
  font-size: 15px;
  line-height: 1.1;
  margin: 3px 6px 3px 0;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .entry-header .meta_top .meta_tit {
    /*--- PC TAB ---*/
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .entry-header .meta_top .meta_tit {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
article.entry-wrap .entry-header .meta_top .meta_tit.tit_tag {
  margin: 3px 6px 3px 0;
  padding-left: 6px;
  border-left: 1px solid #AAA;
}
article.entry-wrap .entry-header .meta_top .category,
article.entry-wrap .entry-header .meta_top .tag,
article.entry-wrap .entry-header .meta_top .country,
article.entry-wrap .entry-header .meta_top .advplace {
  font-weight: 600;
  display: block;
  width: fit-content;
  color: #39395e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  margin: 3px 6px 3px 0;
  padding: 5px 7px;
  border-radius: 3px;
  background-color: #f7f7f7;
  -moz-transition: color 0.4s ease, background-color 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .entry-header .meta_top .category,
  article.entry-wrap .entry-header .meta_top .tag,
  article.entry-wrap .entry-header .meta_top .country,
  article.entry-wrap .entry-header .meta_top .advplace {
    /*--- PC TAB ---*/
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .entry-header .meta_top .category,
  article.entry-wrap .entry-header .meta_top .tag,
  article.entry-wrap .entry-header .meta_top .country,
  article.entry-wrap .entry-header .meta_top .advplace {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
article.entry-wrap .entry-header .meta_top .category:hover,
article.entry-wrap .entry-header .meta_top .tag:hover,
article.entry-wrap .entry-header .meta_top .country:hover,
article.entry-wrap .entry-header .meta_top .advplace:hover {
  color: #35BAF2;
}
article.entry-wrap .meta_bottom {
  width: 100%;
  line-height: 1.1;
  border-bottom: 1px solid #e7e6e6;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .meta_bottom {
    /*--- PC TAB ---*/
    font-size: 13px;
    margin: 80px auto 0;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .meta_bottom {
    /*--- SP ---*/
    font-size: 2.9vw;
    margin: 8vw auto 0;
    padding: 3vw 0;
  }
}
article.entry-wrap .meta_bottom .date {
  border-bottom: 1px solid #e7e6e6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .meta_bottom .date {
    /*--- PC TAB ---*/
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .meta_bottom .date {
    /*--- SP ---*/
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
}
article.entry-wrap .meta_bottom .time_tit {
  padding: 0 5px 0 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .meta_bottom .time_tit {
    /*--- PC TAB ---*/
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .meta_bottom .time_tit {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
article.entry-wrap .meta_bottom time {
  display: block;
  width: fit-content;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .meta_bottom time {
    /*--- PC TAB ---*/
    font-size: 15px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .meta_bottom time {
    /*--- SP ---*/
    font-size: 2.9vw;
    margin: 0 2vw 0 0;
    padding: 0 2vw 0 0;
  }
}
article.entry-wrap .meta_bottom .meta_tit {
  font-weight: 400;
  display: block;
  width: fit-content;
  color: #4a4e57;
  line-height: 1.1;
  margin: 3px 6px 3px 0;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .meta_bottom .meta_tit {
    /*--- PC TAB ---*/
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .meta_bottom .meta_tit {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
article.entry-wrap .meta_bottom .meta_tit.tit_tag {
  margin: 3px 6px 3px 0;
}
article.entry-wrap .meta_bottom .categories {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
article.entry-wrap .meta_bottom .categories .meta_tit {
  font-weight: 600;
  display: block;
  width: fit-content;
  color: #4a4e57;
  font-size: 15px;
  line-height: 1.1;
  margin: 3px 6px 3px 0;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .meta_bottom .categories .meta_tit {
    /*--- PC TAB ---*/
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .meta_bottom .categories .meta_tit {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
article.entry-wrap .meta_bottom .categories .meta_tit.tit_tag {
  margin: 3px 6px 3px 0;
}
article.entry-wrap .meta_bottom .categories .category,
article.entry-wrap .meta_bottom .categories .tag,
article.entry-wrap .meta_bottom .categories .country {
  font-weight: 600;
  display: block;
  width: fit-content;
  color: #39395e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  margin: 3px 6px 3px 0;
  padding: 5px 7px;
  border-radius: 3px;
  background-color: #f7f7f7;
  -moz-transition: color 0.4s ease, background-color 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .meta_bottom .categories .category,
  article.entry-wrap .meta_bottom .categories .tag,
  article.entry-wrap .meta_bottom .categories .country {
    /*--- PC TAB ---*/
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .meta_bottom .categories .category,
  article.entry-wrap .meta_bottom .categories .tag,
  article.entry-wrap .meta_bottom .categories .country {
    /*--- SP ---*/
    font-size: 2.9vw;
  }
}
article.entry-wrap .meta_bottom .categories .category:hover,
article.entry-wrap .meta_bottom .categories .tag:hover,
article.entry-wrap .meta_bottom .categories .country:hover {
  color: #35BAF2;
}
article.entry-wrap h1,
article.entry-wrap h2,
article.entry-wrap h3,
article.entry-wrap h4,
article.entry-wrap h5,
article.entry-wrap h6,
article.entry-wrap p,
article.entry-wrap ul,
article.entry-wrap ol,
article.entry-wrap figcaption,
article.entry-wrap .btn_wrap,
article.entry-wrap .wp-block-table,
article.entry-wrap .wp-block-embed,
article.entry-wrap .wp-block-quote {
  clear: both;
}
article.entry-wrap h1.has-text-align-center,
article.entry-wrap h2.has-text-align-center,
article.entry-wrap h3.has-text-align-center,
article.entry-wrap h4.has-text-align-center,
article.entry-wrap h5.has-text-align-center,
article.entry-wrap h6.has-text-align-center,
article.entry-wrap p.has-text-align-center,
article.entry-wrap ul.has-text-align-center,
article.entry-wrap ol.has-text-align-center,
article.entry-wrap figcaption.has-text-align-center,
article.entry-wrap .btn_wrap.has-text-align-center,
article.entry-wrap .wp-block-table.has-text-align-center,
article.entry-wrap .wp-block-embed.has-text-align-center,
article.entry-wrap .wp-block-quote.has-text-align-center {
  text-align: center;
}
article.entry-wrap h1.has-text-align-right,
article.entry-wrap h2.has-text-align-right,
article.entry-wrap h3.has-text-align-right,
article.entry-wrap h4.has-text-align-right,
article.entry-wrap h5.has-text-align-right,
article.entry-wrap h6.has-text-align-right,
article.entry-wrap p.has-text-align-right,
article.entry-wrap ul.has-text-align-right,
article.entry-wrap ol.has-text-align-right,
article.entry-wrap figcaption.has-text-align-right,
article.entry-wrap .btn_wrap.has-text-align-right,
article.entry-wrap .wp-block-table.has-text-align-right,
article.entry-wrap .wp-block-embed.has-text-align-right,
article.entry-wrap .wp-block-quote.has-text-align-right {
  text-align: right;
}
article.entry-wrap h1.has-text-align-left,
article.entry-wrap h2.has-text-align-left,
article.entry-wrap h3.has-text-align-left,
article.entry-wrap h4.has-text-align-left,
article.entry-wrap h5.has-text-align-left,
article.entry-wrap h6.has-text-align-left,
article.entry-wrap p.has-text-align-left,
article.entry-wrap ul.has-text-align-left,
article.entry-wrap ol.has-text-align-left,
article.entry-wrap figcaption.has-text-align-left,
article.entry-wrap .btn_wrap.has-text-align-left,
article.entry-wrap .wp-block-table.has-text-align-left,
article.entry-wrap .wp-block-embed.has-text-align-left,
article.entry-wrap .wp-block-quote.has-text-align-left {
  text-align: left;
}
article.entry-wrap h1.page-title {
  margin-top: 0;
}
article.entry-wrap .single-cover {
  margin: 60px auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .single-cover {
    /*--- SP ---*/
    margin: 8vw auto 5vw;
  }
}
article.entry-wrap .single-cover img {
  margin: 0 auto;
}
article.entry-wrap h1,
article.entry-wrap h2,
article.entry-wrap h3,
article.entry-wrap h4,
article.entry-wrap h5,
article.entry-wrap h6 {
  font-weight: 600;
}
article.entry-wrap h1 a::before,
article.entry-wrap h2 a::before,
article.entry-wrap h3 a::before,
article.entry-wrap h4 a::before,
article.entry-wrap h5 a::before,
article.entry-wrap h6 a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 3px;
}
article.entry-wrap h1 a[target="_blank"]::after,
article.entry-wrap h2 a[target="_blank"]::after,
article.entry-wrap h3 a[target="_blank"]::after,
article.entry-wrap h4 a[target="_blank"]::after,
article.entry-wrap h5 a[target="_blank"]::after,
article.entry-wrap h6 a[target="_blank"]::after {
  content: "\f24d";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  padding-left: 3px;
  padding-right: 3px;
}
article.entry-wrap h1 {
  font-size: 24px;
  letter-spacing: .02em;
  line-height: 1.7;
  margin-top: 60px;
  margin-bottom: 20px;
}
.en article.entry-wrap h1 {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  article.entry-wrap h1 {
    /*--- SP ---*/
    font-size: 4.6vw;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
}
article.entry-wrap h2 {
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 60px;
  margin-bottom: 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e7e6e6;
}
@media screen and (max-width: 768px) {
  article.entry-wrap h2 {
    /*--- SP ---*/
    font-size: 4.6vw;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
}
article.entry-wrap h3 {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 60px;
  margin-bottom: 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e7e6e6;
}
@media screen and (max-width: 768px) {
  article.entry-wrap h3 {
    /*--- SP ---*/
    font-size: 4.4vw;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
}
article.entry-wrap h4 {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  article.entry-wrap h4 {
    /*--- SP ---*/
    font-size: 4.3vw;
    margin-top: 6vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 768px) {
  article.entry-wrap h4 + p, article.entry-wrap h4 + ul, article.entry-wrap h4 + ol {
    /*--- PC TAB ---*/
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap h4 + p, article.entry-wrap h4 + ul, article.entry-wrap h4 + ol {
    /*--- SP ---*/
    margin-top: 2vw;
  }
}
article.entry-wrap h5,
article.entry-wrap h6 {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  article.entry-wrap h5,
  article.entry-wrap h6 {
    /*--- SP ---*/
    font-size: 3.5vw;
    margin-top: 6vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 768px) {
  article.entry-wrap h5 + p,
  article.entry-wrap h6 + p {
    /*--- PC TAB ---*/
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap h5 + p,
  article.entry-wrap h6 + p {
    /*--- SP ---*/
    margin-top: 2vw;
  }
}
article.entry-wrap .media-body h2,
article.entry-wrap .media-body h3 {
  border: none;
}
article.entry-wrap a {
  color: #327bbf;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (hover: hover) {
  article.entry-wrap a:hover {
    color: #35BAF2;
  }
}
@media (hover: none) {
  article.entry-wrap a:active {
    color: #35BAF2;
  }
}
article.entry-wrap a.wpdm-download-link {
  color: #FFF;
  text-decoration: none;
}
@media (hover: hover) {
  article.entry-wrap a.wpdm-download-link:hover {
    color: #FFF;
  }
}
@media (hover: none) {
  article.entry-wrap a.wpdm-download-link:active {
    color: #FFF;
  }
}
article.entry-wrap p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 16px;
  text-align: justify;
}
article.entry-wrap p.has-large-font-size {
  font-size: 24px !important;
}
@media screen and (max-width: 768px) {
  article.entry-wrap p.has-large-font-size {
    /*--- SP ---*/
    font-size: 4.5vw !important;
  }
}
article.entry-wrap p.has-medium-font-size {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  article.entry-wrap p.has-medium-font-size {
    /*--- SP ---*/
    font-size: 3.5vw !important;
  }
}
article.entry-wrap p.has-small-font-size {
  font-size: 85% !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  article.entry-wrap p.has-small-font-size {
    /*--- SP ---*/
    font-size: 90% !important;
    margin-top: 4.5vw;
    margin-bottom: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap p {
    /*--- SP ---*/
    font-size: 3.5vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
article.entry-wrap p.red {
  color: #e74c3c;
}
article.entry-wrap p:empty {
  display: none;
}
article.entry-wrap p a {
  color: #327bbf;
  width: fit-content;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (hover: hover) {
  article.entry-wrap p a:hover {
    color: #35BAF2;
  }
}
@media (hover: none) {
  article.entry-wrap p a:active {
    color: #35BAF2;
  }
}
article.entry-wrap p a[target="_blank"]::after {
  content: "\f24d";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  padding-left: 3px;
  padding-right: 3px;
}
article.entry-wrap hr {
  clear: both;
  margin: 40px auto;
  border-top: 1px solid #e7e6e6;
}
@media screen and (max-width: 768px) {
  article.entry-wrap hr {
    /*--- SP ---*/
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
article.entry-wrap ul,
article.entry-wrap ol {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  article.entry-wrap ul,
  article.entry-wrap ol {
    /*--- SP ---*/
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
article.entry-wrap ul li,
article.entry-wrap ol li {
  width: calc( 100% - 15px );
  font-size: 15px;
  line-height: 1.6;
  margin: 15px 0 15px 15px;
  width: 100%;
  position: relative;
}
article.entry-wrap ul li:first-child,
article.entry-wrap ol li:first-child {
  margin-top: 0;
}
article.entry-wrap ul li:last-child,
article.entry-wrap ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  article.entry-wrap ul li,
  article.entry-wrap ol li {
    /*--- SP ---*/
    width: calc( 100% - 3.2vw );
    font-size: 3.5vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    margin-left: 3.2vw;
  }
}
article.entry-wrap ul li a,
article.entry-wrap ol li a {
  color: #327bbf;
  font-weight: 600;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (hover: hover) {
  article.entry-wrap ul li a:hover,
  article.entry-wrap ol li a:hover {
    color: #35BAF2;
  }
}
@media (hover: none) {
  article.entry-wrap ul li a:active,
  article.entry-wrap ol li a:active {
    color: #35BAF2;
  }
}
article.entry-wrap ul li a[target="_blank"]::after,
article.entry-wrap ol li a[target="_blank"]::after {
  content: "\f24d";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  padding-left: 3px;
  padding-right: 3px;
}
article.entry-wrap ul li {
  list-style: disc;
}
article.entry-wrap ol li {
  list-style-type: decimal;
}
@media screen and (min-width: 768px) {
  article.entry-wrap ol li {
    /*--- PC TAB ---*/
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap ol li {
    /*--- SP ---*/
    margin-left: 4.2vw;
  }
}
article.entry-wrap strong {
  font-weight: 600;
}
article.entry-wrap sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
article.entry-wrap #toc_container {
  background-color: #f7f7f7;
  border: none;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  article.entry-wrap #toc_container {
    /*--- PC TAB ---*/
    width: 100% !important;
    padding: 25px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap #toc_container {
    /*--- SP ---*/
    width: 100% !important;
    padding: 5vw;
    margin: 8vw auto;
  }
}
article.entry-wrap #toc_container .toc_title {
  font-weight: 600;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  article.entry-wrap #toc_container .toc_title {
    /*--- PC TAB ---*/
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap #toc_container .toc_title {
    /*--- SP ---*/
    font-size: 4vw;
  }
}
article.entry-wrap #toc_container .toc_title .toc_toggle {
  margin: 0 0 0 10px;
}
article.entry-wrap #toc_container .toc_title .toc_toggle .toc_brackets {
  display: none;
}
article.entry-wrap #toc_container .toc_title .toc_toggle a {
  color: #327bbf;
  width: fit-content;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 15px;
  border-radius: 9999px;
  border: 1px solid #327bbf;
  text-decoration: none;
  -moz-transition: color 0.4s ease, border 0.4s ease;
  -o-transition: color 0.4s ease, border 0.4s ease;
  -webkit-transition: color 0.4s ease, border 0.4s ease;
  transition: color 0.4s ease, border 0.4s ease;
}
article.entry-wrap #toc_container .toc_title .toc_toggle a:hover {
  color: #35BAF2;
  border: 1px solid #35BAF2;
}
article.entry-wrap #toc_container .toc_list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  article.entry-wrap #toc_container .toc_list {
    /*--- PC TAB ---*/
    margin: 20px 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap #toc_container .toc_list {
    /*--- SP ---*/
    margin: 4vw 0 0 1vw;
  }
}
article.entry-wrap #toc_container .toc_list li {
  list-style-type: decimal;
}
@media screen and (min-width: 768px) {
  article.entry-wrap #toc_container .toc_list li {
    /*--- PC TAB ---*/
    margin: 10px 0 10px 15px;
    width: calc( 100% - 15px );
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap #toc_container .toc_list li {
    /*--- SP ---*/
    margin: 2vw 0 2vw 3.2vw;
    width: calc( 100% - 3.2vw );
  }
}
article.entry-wrap #toc_container .toc_list li a {
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  article.entry-wrap #toc_container .toc_list li ul {
    /*--- PC TAB ---*/
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap #toc_container .toc_list li ul {
    /*--- SP ---*/
    margin-top: 2vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 768px) {
  article.entry-wrap .wp-embedded-content {
    /*--- PC TAB ---*/
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-embedded-content {
    /*--- SP ---*/
    max-width: 90vw;
  }
}
article.entry-wrap .wp-block-columns {
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-columns {
    /*--- SP ---*/
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
}
article.entry-wrap .wp-block-columns .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
article.entry-wrap .wp-block-columns .wp-block-image:first-child {
  margin-top: 0;
}
article.entry-wrap .wp-block-columns .wp-block-image:last-child {
  margin-bottom: 0;
}
article.entry-wrap .wp-block-columns .wp-block-group h1:first-child,
article.entry-wrap .wp-block-columns .wp-block-group h2:first-child,
article.entry-wrap .wp-block-columns .wp-block-group h3:first-child,
article.entry-wrap .wp-block-columns .wp-block-group h4:first-child,
article.entry-wrap .wp-block-columns .wp-block-group h5:first-child,
article.entry-wrap .wp-block-columns .wp-block-group h6:first-child,
article.entry-wrap .wp-block-columns .wp-block-group p:first-child,
article.entry-wrap .wp-block-columns .wp-block-group ul:first-child,
article.entry-wrap .wp-block-columns .wp-block-group ol:first-child {
  margin-top: 0;
}
body.page article.entry-wrap .wp-block-columns .wp-block-group p {
  line-height: 1.5;
}
article.entry-wrap .wp-block-columns .wp-block-image + h1, article.entry-wrap .wp-block-columns .wp-block-image + h2, article.entry-wrap .wp-block-columns .wp-block-image + h3, article.entry-wrap .wp-block-columns .wp-block-image + h4, article.entry-wrap .wp-block-columns .wp-block-image + h5, article.entry-wrap .wp-block-columns .wp-block-image + h6, article.entry-wrap .wp-block-columns .wp-block-image + p, article.entry-wrap .wp-block-columns .wp-block-image + ul, article.entry-wrap .wp-block-columns .wp-block-image + ol {
  margin-top: 0;
}
article.entry-wrap .wp-block-columns h1:first-child,
article.entry-wrap .wp-block-columns h2:first-child,
article.entry-wrap .wp-block-columns h3:first-child,
article.entry-wrap .wp-block-columns h4:first-child,
article.entry-wrap .wp-block-columns h5:first-child,
article.entry-wrap .wp-block-columns h6:first-child,
article.entry-wrap .wp-block-columns p:first-child,
article.entry-wrap .wp-block-columns ul:first-child,
article.entry-wrap .wp-block-columns ol:first-child,
article.entry-wrap .wp-block-columns figcaption:first-child,
article.entry-wrap .wp-block-columns .btn_wrap:first-child,
article.entry-wrap .wp-block-columns .wp-block-table:first-child,
article.entry-wrap .wp-block-columns .wp-block-embed:first-child,
article.entry-wrap .wp-block-columns .wp-block-quote:first-child {
  margin-top: 0;
}
article.entry-wrap .wp-block-image {
  width: 100%;
  clear: both;
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-image {
    /*--- SP ---*/
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
}
article.entry-wrap .wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .wp-block-image img {
    /*--- PC TAB ---*/
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-image img {
    /*--- SP ---*/
  }
}
article.entry-wrap .wp-block-image.right {
  width: 80%;
  float: right;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-image.right {
    /*--- SP ---*/
    width: 90%;
  }
}
article.entry-wrap .wp-block-image.left {
  width: 80%;
  float: left;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-image.left {
    /*--- SP ---*/
    width: 90%;
  }
}
article.entry-wrap .wp-block-image figcaption {
  width: 100%;
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  padding-top: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-image figcaption {
    /*--- SP ---*/
    font-size: 10px;
    padding-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  article.entry-wrap > .wp-block-image {
    /*--- PC TAB ---*/
    margin: 40px auto 40px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap > .wp-block-image {
    /*--- SP ---*/
    margin: 7vw auto 7vw;
  }
}
article.entry-wrap hr {
  clear: both;
  display: block;
  border: none;
  height: 1px;
  width: 100%;
  background-color: #e7e6e6;
}
@media screen and (min-width: 768px) {
  article.entry-wrap hr {
    /*--- PC TAB ---*/
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap hr {
    /*--- SP ---*/
    margin: 8vw auto;
  }
}
article.entry-wrap .wp-block-gallery {
  clear: both;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
article.entry-wrap .wp-block-gallery .wp-block-image {
  margin: 10px 0;
}
article.entry-wrap .wp-block-gallery.columns-2 .wp-block-image {
  width: calc( 50% - 10px );
  margin: 7px 0;
}
article.entry-wrap .wp-block-gallery.columns-3::after {
  content: "";
  display: block;
  width: calc( 33.3333% - 10px );
  margin: 4px 0;
}
article.entry-wrap .wp-block-gallery.columns-3 .wp-block-image {
  width: calc( 33.3333% - 10px );
  margin: 4px 0;
}
article.entry-wrap .wp-block-quote {
  clear: both;
  margin: 25px auto;
  padding: 25px;
  border-radius: 5px;
  background-color: #f1f9fa;
}
article.entry-wrap .wp-block-quote h1,
article.entry-wrap .wp-block-quote h2,
article.entry-wrap .wp-block-quote h3,
article.entry-wrap .wp-block-quote h4,
article.entry-wrap .wp-block-quote h5,
article.entry-wrap .wp-block-quote h6,
article.entry-wrap .wp-block-quote p,
article.entry-wrap .wp-block-quote ul,
article.entry-wrap .wp-block-quote ol,
article.entry-wrap .wp-block-quote figcaption,
article.entry-wrap .wp-block-quote .btn_wrap,
article.entry-wrap .wp-block-quote .wp-block-table,
article.entry-wrap .wp-block-quote .wp-block-embed,
article.entry-wrap .wp-block-quote .wp-block-quote {
  width: 100%;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .wp-block-quote p {
    /*--- PC TAB ---*/
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-quote p {
    /*--- SP ---*/
    font-size: 3.5vw;
  }
}
article.entry-wrap .wp-block-quote p:first-child {
  margin-top: 0;
}
article.entry-wrap .wp-block-quote p:last-child {
  margin-bottom: 0;
}
article.entry-wrap .video_wrapper {
  clear: both;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .video_wrapper {
    /*--- SP ---*/
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
}
article.entry-wrap .video_wrapper video {
  width: 100%;
  outline: none;
}
article.entry-wrap .video_wrapper p {
  color: #777;
  font-size: 11px;
  margin: 15px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .video_wrapper p {
    /*--- SP ---*/
    font-size: 10px;
    margin: 10px auto 0;
  }
}
article.entry-wrap .wp-block-embed-youtube {
  clear: both;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-embed-youtube {
    /*--- SP ---*/
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
}
article.entry-wrap .wp-block-embed-youtube figcaption {
  color: #777;
  font-size: 12px;
  line-height: 1.6;
  padding-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-embed-youtube {
    /*--- SP ---*/
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
  article.entry-wrap .wp-block-embed-youtube figcaption {
    font-size: 10px;
    padding-top: 12px;
  }
}
article.entry-wrap .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
article.entry-wrap .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.entry-wrap .wp-block-table .has-fixed-layout {
  table-layout: auto;
}
article.entry-wrap .wp-block-table thead {
  border-bottom: 1px solid #e7e6e6;
  background-color: #f5f5f5;
}
article.entry-wrap .wp-block-table th,
article.entry-wrap .wp-block-table td {
  padding: 15px;
  border: 1px solid #e7e6e6;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-table th,
  article.entry-wrap .wp-block-table td {
    /*--- SP ---*/
    min-width: 100px;
    padding: 15px;
  }
}
article.entry-wrap .wp-block-table th small,
article.entry-wrap .wp-block-table td small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .wp-block-table th small,
  article.entry-wrap .wp-block-table td small {
    /*--- SP ---*/
    font-size: 10px;
  }
}
article.entry-wrap .wp-block-table th.price,
article.entry-wrap .wp-block-table td.price {
  text-align: center;
}
article.entry-wrap .wp-block-table a[target="_blank"]::after {
  content: "\f24d";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  padding-left: 3px;
  padding-right: 3px;
}
article.entry-wrap .youtube {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .youtube {
    /*--- SP ---*/
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
}
article.entry-wrap .youtube figcaption {
  color: #777;
  font-size: 12px;
  line-height: 1.6;
  padding-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article.entry-wrap .youtube {
    /*--- SP ---*/
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
  article.entry-wrap .youtube figcaption {
    font-size: 10px;
    padding-top: 12px;
  }
}
article.entry-wrap .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.entry-wrap .w3eden [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  article.entry-wrap .w3eden .card h3 {
    /*--- PC TAB ---*/
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  article.entry-wrap .w3eden .card h3 {
    /*--- SP ---*/
    font-size: 3.5vw;
  }
}
article.entry-wrap .w3eden .card h3 a::before {
  display: none;
}

/****************************************

          ADVISER
          
*****************************************/
@media screen and (min-width: 768px) {
  .adviser-wrap {
    /*--- PC TAB ---*/
    width: 100%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .adviser-wrap {
    /*--- SP ---*/
    width: 90vw;
    margin: 8vw auto 8vw;
  }
}
.adviser-wrap .adviser-profile {
  background-color: #f7f7f7;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .adviser-wrap .adviser-profile {
    /*--- PC TAB ---*/
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 1080px) {
  .adviser-wrap .adviser-profile {
    /*--- TAB ---*/
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-profile {
    /*--- SP ---*/
    padding: 12vw 5vw 5vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 768px) {
  .adviser-wrap .adviser-profile .photo {
    /*--- PC TAB ---*/
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-profile .photo {
    /*--- SP ---*/
    width: 80%;
    margin: 0 auto 6vw;
  }
}
.adviser-wrap .adviser-profile .photo img {
  border-radius: 3px;
}
.adviser-wrap .adviser-profile .txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .adviser-wrap .adviser-profile .txt {
    /*--- PC TAB ---*/
    width: 65%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .adviser-wrap .adviser-profile .txt {
    /*--- TAB ---*/
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-profile .txt {
    /*--- SP ---*/
    width: 100%;
    padding-left: 0;
  }
}
.adviser-wrap .adviser-profile .txt h1.adviser-name {
  width: 100%;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .adviser-wrap .adviser-profile .txt h1.adviser-name {
    /*--- PC TAB ---*/
    font-size: 24px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1080px) {
  .adviser-wrap .adviser-profile .txt h1.adviser-name {
    /*--- TAB ---*/
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-profile .txt h1.adviser-name {
    /*--- SP ---*/
    font-size: 4.5vw;
    margin: 0 0 8vw;
    text-align: center;
  }
}
.adviser-wrap .adviser-profile .txt h3 {
  width: 100%;
  border-bottom: 1px solid #e7e6e6;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .adviser-wrap .adviser-profile .txt h3 {
    /*--- PC TAB ---*/
    font-size: 16px;
    margin: 20px 0 10px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-profile .txt h3 {
    /*--- SP ---*/
    font-size: 3.5vw;
    margin: 4vw 0 2vw;
    padding-bottom: 1vw;
  }
}
.adviser-wrap .adviser-profile .txt p {
  width: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .adviser-wrap .adviser-profile .txt p {
    /*--- PC TAB ---*/
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-profile .txt p {
    /*--- SP ---*/
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .adviser-wrap .adviser-info {
    /*--- PC TAB ---*/
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-info {
    /*--- SP ---*/
    font-size: 3.2vw;
  }
}
.adviser-wrap .adviser-info h3 {
  border-bottom: 1px solid #e7e6e6;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .adviser-wrap .adviser-info h3 {
    /*--- PC TAB ---*/
    font-size: 20px;
    margin: 30px 0 10px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-info h3 {
    /*--- SP ---*/
    font-size: 4vw;
    margin: 6vw 0 2vw;
    padding-bottom: 1vw;
  }
}
.adviser-wrap .adviser-info p {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .adviser-wrap .adviser-info p {
    /*--- PC TAB ---*/
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-info p {
    /*--- SP ---*/
    font-size: 3.2vw;
  }
}
.adviser-wrap .adviser-info ul,
.adviser-wrap .adviser-info ol {
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-info ul,
  .adviser-wrap .adviser-info ol {
    /*--- SP ---*/
  }
}
.adviser-wrap .adviser-info ul li,
.adviser-wrap .adviser-info ol li {
  width: calc( 100% - 10px );
  font-size: 16px;
  list-style: disc;
  line-height: 1.6;
  margin: 10px 0 10px 15px;
  width: 100%;
  position: relative;
}
.adviser-wrap .adviser-info ul li:first-child,
.adviser-wrap .adviser-info ol li:first-child {
  margin-top: 0;
}
.adviser-wrap .adviser-info ul li:last-child,
.adviser-wrap .adviser-info ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .adviser-wrap .adviser-info ul li,
  .adviser-wrap .adviser-info ol li {
    /*--- SP ---*/
    font-size: 3.2vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    margin-left: 3.2vw;
    width: calc( 100% - 3.2vw );
  }
}
.adviser-wrap .adviser-info ul li a,
.adviser-wrap .adviser-info ol li a {
  color: #327bbf;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (hover: hover) {
  .adviser-wrap .adviser-info ul li a:hover,
  .adviser-wrap .adviser-info ol li a:hover {
    color: #35BAF2;
  }
}
@media (hover: none) {
  .adviser-wrap .adviser-info ul li a:active,
  .adviser-wrap .adviser-info ol li a:active {
    color: #35BAF2;
  }
}
.adviser-wrap .adviser-info ul li a[target="_blank"]::after,
.adviser-wrap .adviser-info ol li a[target="_blank"]::after {
  content: "\f24d";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  padding-left: 3px;
  padding-right: 3px;
}
.adviser-wrap .adviser-info ul li {
  list-style: disc;
}
.adviser-wrap .adviser-info ol li {
  list-style-type: decimal;
}

/****************************************

          ADVISERS
          
*****************************************/
body.advisors .content h3.tit-advplace-list {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5;
  padding: 0 0 5px;
  margin: 50px 0 20px;
  border-bottom: 1px solid #e7e6e6;
}
@media screen and (max-width: 768px) {
  body.advisors .content h3.tit-advplace-list {
    /*--- SP ---*/
    width: 90vw;
    font-size: 4.6vw;
    margin: 8vw auto 4vw;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  body.advisors .content .advplace-list {
    /*--- PC TAB ---*/
  }
}
@media screen and (max-width: 768px) {
  body.advisors .content .advplace-list {
    /*--- SP ---*/
    width: 90vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.advisors .content .advplace-list li {
    /*--- PC TAB ---*/
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  body.advisors .content .advplace-list li {
    /*--- SP ---*/
    font-size: 3.5vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  body.advisors .content .advplace-list li small {
    /*--- PC TAB ---*/
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  body.advisors .content .advplace-list li small {
    /*--- SP ---*/
    display: block;
    font-size: 2.7vw;
    margin: .5vw 0 0;
  }
}
body.advisors .content .advplace-list li:nth-child(odd) a {
  background-color: #F7F7F7;
}
body.advisors .content .advplace-list li:last-child {
  margin: 0;
}
body.advisors .content .advplace-list li a {
  color: #39395e;
  display: block;
  font-weight: 600;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  body.advisors .content .advplace-list li a {
    /*--- PC TAB ---*/
    padding: 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  body.advisors .content .advplace-list li a {
    /*--- SP ---*/
    padding: 3vw 2.5vw 3vw 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 14vw;
  }
  body.advisors .content .advplace-list li a span {
    display: block;
    width: calc( 100% - 8vw );
  }
}
body.advisors .content .advplace-list li a:hover {
  color: #35BAF2;
}
body.advisors .content .advplace-list li a i {
  color: #35BAF2;
}
@media screen and (min-width: 768px) {
  body.advisors .content .advplace-list li a i {
    /*--- PC TAB ---*/
    font-size: 24px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.advisors .content .advplace-list li a i {
    /*--- SP ---*/
    width: 5vw;
    font-size: 4.5vw;
    margin-right: 2vw;
  }
}

.link-list {
  border-top: 1px solid #e7e6e6;
}
@media screen and (min-width: 768px) {
  .link-list {
    /*--- PC TAB ---*/
    padding-top: 30px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .link-list {
    /*--- SP ---*/
    padding-top: 6vw;
    margin-top: 10vw;
  }
}
.link-list .link-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e7e6e6;
}
@media screen and (min-width: 768px) {
  .link-list .link-item {
    /*--- PC TAB ---*/
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .link-list .link-item {
    /*--- SP ---*/
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }
}
.link-list .link-item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .link-list .link-item figure {
    /*--- PC TAB ---*/
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .link-list .link-item figure {
    /*--- SP ---*/
    width: 25%;
  }
}
.link-list .link-item figure img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .link-list .link-item .txt {
    /*--- PC TAB ---*/
    width: 80%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .link-list .link-item .txt {
    /*--- SP ---*/
    width: 75%;
    padding-left: 5vw;
  }
}
.link-list .link-item .txt h5.link-name {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .link-list .link-item .txt h5.link-name {
    /*--- SP ---*/
    width: 100%;
  }
}
.link-list .link-item .txt p.link-txt {
  line-height: 1.7;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .link-list .link-item .txt p.link-txt {
    /*--- SP ---*/
    width: 100%;
  }
}
.link-list .link-item .txt p.link-url {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .link-list .link-item .txt p.link-url {
    /*--- SP ---*/
    width: 100%;
  }
}

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